Re: N800 experimental host mode patches available

2007-06-05 Thread Frantisek Dufka
Frantisek Dufka wrote: > I was thinking about > building short usb female to female adapter so it could work together > with normal mini-usb cable. Also the alternative is one of gender changers (example here http://usbfirewire.com/uconverters.html) The female to female can be used with two cab

Re: N800 experimental host mode patches available

2007-06-05 Thread Frantisek Dufka
Kees Jongenburger wrote: > On a side note I followed the HowTo EASILY Boot From MMC card > and I now have "boot from usb disk" should that work with the same patch? In theory yes but you need to have correct modules and root device name set for the bootmenu item in bootmenu.conf, it won't work o

RE: Introduction

2007-06-05 Thread quim.gil
Hi Tollef, good to see you here. We are looking forward to strenghthen this collaboration. I met Jono last week in LinuxTag also to tell him 'Hopefully, we can work well together'. From our point of view you & the Intel team working on MID are now like maemo developers, your wishes are... at least

Re: Does osso-xterm support command line parameters ?

2007-06-05 Thread Acadia Secure Networks
James, nice! And thanks for the info. I hope Nokia sooner (as opposed to later) integrates these tools into the core product. Best Regards, John Holmblad Acadia Secure Networks James Sparenberg wrote: > On Monday 04 June 2007 08:07:02 Acadia Secure Networks wrote: > >> David,

Re: Identifying platform in Python code

2007-06-05 Thread Fred Pacquier
Marius Gedminas a écrit : > On Tue, Jun 05, 2007 at 06:42:41PM +0200, Fred Pacquier wrote: >> My specific problem was determining the screen resolution at the start >> of a pyGame app, to run it fullscreen on the tablet, and windowed on >> other platforms. This does not seem possible from pyGame

Re: Weirdness with events

2007-06-05 Thread Lauro
On 6/5/07, Jeffrey Barish <[EMAIL PROTECTED]> wrote: Are you saying that you wonder whether the problem is in the Python wrapper for GTK+ (i.e., PyGTK)? It's a good question. Looks like it's not in the bindings. The same behavior happens in C. Attached is small example. I filed a bug with t

Re: N800 experimental host mode patches available

2007-06-05 Thread Kees Jongenburger
On 5/9/07, Tony Lindgren <[EMAIL PROTECTED]> wrote: > Hi, > > > Here's what I did to convert a mini-A to mini-B cable: I chopped off the > top part of the mini-A end connector aluminum shielding using side cutter > pliers and a hand file so the mini-A fits into the mini-B socket on N800. Hello Ton

linux on Nokia n800

2007-06-05 Thread Kamal Kant Gupta
Hi I am a Student, looking for a possibility of running L4 (with linux on top) in Nokia n800. I read the notes: "how to compile kernel" on maemo.org but it seems to me that they are talking of a particular kernel namely "kernel-source-2.6.12.3" and all the documentation are in relevance to tha

Re: Identifying platform in Python code

2007-06-05 Thread Marius Gedminas
On Tue, Jun 05, 2007 at 06:42:41PM +0200, Fred Pacquier wrote: > My specific problem was determining the screen resolution at the start > of a pyGame app, to run it fullscreen on the tablet, and windowed on > other platforms. This does not seem possible from pyGame itself, How about taking the l

Re: Identifying platform in Python code

2007-06-05 Thread Fred Pacquier
Frantisek Dufka a écrit : > > Right, forgot about that one. /proc/component_version is better for > knowing specific hardware, osso_software_version is better if you are > interested in which specific firmware is installed (and in fact for > N770 hacker edition it contains RX-34 by mistake so co

Re: Identifying platform in Python code

2007-06-05 Thread Jeffrey Barish
Frantisek Dufka wrote: > But the real question is why you want to know it in the first place. > Maybe there is better way to check some specific feature instead of > checking hardware version. Thanks, all, for the informative answers. Another good answer came from Mark Waite, who forgot to copy

Re: Weirdness with events

2007-06-05 Thread Jeffrey Barish
Lauro wrote: > No Jeffrey, you're not crazy. I tried putting a TextView inside and it > kept this 'strange' behavior. > > Did you try to make a C version of this program? Just to check if this > is a binding problem of something from maemo-gtk+. Making a C version is a great idea, but unfortunat

Re: wifi of 770 goes blind

2007-06-05 Thread Neil MacLeod
I asked the OP via a PM on the ITT forum to post an update to the mailing list, and he replied that he had replaced the battery which resolved the issue... quote: "I got the wifi working by replaced a battery, therefore I think it's a power suppily problem." Not really sure why a new battery w

Introduction

2007-06-05 Thread Tollef Fog Heen
Hi, I thought it would be appropriate for me to introduce myself. I work for Canonical as the technical lead on Ubuntu Mobile. We are currently working on bringing Hildon and the osso-* libraries into Ubuntu proper. https://wiki.ubuntu.com/MobileAndEmbedded has a bit more information. Hopeful

Re: ANNOUNCE: eds-sync released as open-source

2007-06-05 Thread Ross Burton
On Mon, 2007-06-04 at 21:30 +0200, Patrick Ohly wrote: > I suppose that only happens if eds-sync is installed and configured? > That's not the case on my device, so I would still have to check for > TODELETE and execute that? eds-sync is installed and configured on every standard 770 and N800. How

RE : Re: Sorry for bother

2007-06-05 Thread magda chelly
I have tried to run Java application on Nokia N800, and it works, without any problem, using jamvm, thanks to the very useful help of a member of maemo-developers list. I developed, also, a simple graphic java application, and it works. I develop through Netbeans, and I ported the .jar to the plate

Re: Sorry for bother

2007-06-05 Thread Sebastian Mancke
Hi, java applets depend on AWT, which depends on gtk2.10 for us. So it will be available with maemo4. As Antonio mentioned, we are active with JaLiMo, to bring java to maemo. And much things are already working from a developer point of view (see our updated screenshots). But it will take some mon

Re: Sorry for bother

2007-06-05 Thread Antonio Orlando
It seems you are interested in having Java working on N800. There's no way, by now, for you to have a Java app running on that platform. They're working on Jalimo, so something's moving towards that direction, but it isn't usable and probably it won't in a short time as you could hope to bo

Sorry for bother

2007-06-05 Thread magda chelly
Maybe I posted not very smart questions, but in fact, I'm on a project on the Nokia N800, and there is no one who can help me, with the most evident questions, and it's so hard for people to understand, that I'm searching many issues to my problems, throught diverse directions, and I'm not posting

Re: Java applet on the Nokia N800 with a web browser.

2007-06-05 Thread Frantisek Dufka
magda chelly wrote: > Hello everybody, > > I would like to ask you if it's possible to visualize > an applet in JAVA, using a web browser on the Nokia > N800. In fact, I tried it, but it doesn't start. > Should I install something. How is this related to maemo-developers? The list is described as

Java applet on the Nokia N800 with a web browser.

2007-06-05 Thread magda chelly
Hello everybody, I would like to ask you if it's possible to visualize an applet in JAVA, using a web browser on the Nokia N800. In fact, I tried it, but it doesn't start. Should I install something. Thank you for any suggestion. Magda, __

R: Problems with bora maemo repository and apt-get ...

2007-06-05 Thread Marco Solari
Ola. My /etc/nsswitch.conf is _the same_ as /scratchbox/etc/nsswitch.conf, and resol.conf's are the same, too. No improvement, though ... :-( Thanks for your answers, nonetheless ... Marco -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Ian Inviato: l