Re: How to compile assassin?

2008-08-15 Thread arne anka
aclocal and libtool are installed? maybe the following links are helpful, too: http://lists.ibiblio.org/pipermail/freetds/2002q3/008897.html http://article.gmane.org/gmane.comp.gnu.utils.bugs/10527 http://mail.gnome.org/archives/gnumeric-list/1999-October/msg00074.html

Accelerometers not working (was Re: Alpha 2 Release of Accelerometer-based Gestures, and Screen Orientation)

2008-08-15 Thread Risto H. Kurppa
some people at -community wrote: i'm sad, because the hexdump for /dev/input/event2 has no output... result is: no working gesture capturing. what can i do to activate the top accelerometer? please help me, it's such a nice thing.. what is with this? the top accelerometer does not work!

Re: How to compile assassin?

2008-08-15 Thread Rorschach
On Fri, 15 Aug 2008 07:24:49 +0930 Rod Whitby [EMAIL PROTECTED] wrote: Most (if not all) images and packages are cross-compiled on an x86 host. Okay I installed now the toolchain on my system (ubuntu hardy) and tried to compile it there. Now the autogen-part works but configure aborts with an

Re: How to compile assassin?

2008-08-15 Thread Rorschach
On Fri, 15 Aug 2008 11:49:55 +0200 arne anka [EMAIL PROTECTED] wrote: somewhere in that big heap of output is a line pointing to a config.log. in thet log there's the full error and the code of the test program configure tries to build. ususally that helps to track down the missing file.

Re: Official Debian port

2008-08-15 Thread Thomas Krahn
Not sure if this is the reason, but I used the OM2008.8 kernel [1] and had no problems with Debian. There are a few minor error messages while the boot sequence, but so far no problem on my GTA02v5. (I remember a complaint about a driver that was only available on gta01). Thomas [1]

level.py - Where?

2008-08-15 Thread Thomas Krahn
I've found a screen shot of a clever use of the accelerometers: http://scap.linuxtogo.org/index.php?page=8 Any idea where I can get level.py from? Thanks, Thomas ___ support mailing list support@lists.openmoko.org

Re: GPS Problem (maybe antenna?)

2008-08-15 Thread Michael Fisher
On Fri, Aug 15, 2008 at 10:56 AM, Ole Kliemann [EMAIL PROTECTED] wrote: On Fri, Aug 15, 2008 at 11:50:55AM +0200, Sebastian Meyer wrote: Which GSM Buzz? Oh, you mean that GSM Buzz... it didn't bother me, but well, not having it at all would be better. It's only a question how long it will

Re: level.py - Where?

2008-08-15 Thread Nicolas Pichon
Thomas Krahn wrote: I've found a screen shot of a clever use of the accelerometers: http://scap.linuxtogo.org/index.php?page=8 Any idea where I can get level.py from? Arg ! I had the idea for a similar application, but it seems somebody coded it before me (I've received my FR this

Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-15 Thread Joerg Reisenweber
Am Mi 13. August 2008 schrieb arne anka: I finally got around to checking this. The script runs instantly when I have cell registration. So, that explains why my script was taking so long. But what can I do about it? you could check if you have registration, someway along echo -n csr

Re: Official Debian port

2008-08-15 Thread Joerg Lippmann
Am Freitag 15 August 2008 schrieb Thomas Krahn: Not sure if this is the reason, but I used the OM2008.8 kernel [1] and had no problems with Debian. There are a few minor error messages while the boot sequence, but so far no problem on my GTA02v5. (I remember a complaint about a driver that

Re: Official Debian port

2008-08-15 Thread xiangfu
Joerg Lippmann wrote: Am Freitag 15 August 2008 schrieb Thomas Krahn: Not sure if this is the reason, but I used the OM2008.8 kernel [1] and had no problems with Debian. There are a few minor error messages while the boot sequence, but so far no problem on my GTA02v5. (I remember a complaint

Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-15 Thread arne anka
it's worth mentioning that running GSM without association to a network probably drains battery like hell, as GSM-chipsets tend to constantly search the whole frequency range for some BS to register. I've experienced factor 5 to 10 for power consumption. i know, i had a phone once that

Re: problem with full duplex voicce Tx on freerunner

2008-08-15 Thread Jim Morris
What Codec are you using? Rememeber that the ARM has no FPU so if it is a codec that requires floating point the FR is not going to be able to work in real time. If you are using G711 or other uncompressed codec the bandwidth may be too high for the network you are running over. Lastly you

Re: Testing WIFI and GPS hardware

2008-08-15 Thread arne anka
strength of 27/94 according to the iwlist eth0 scan command. Other people have reported that WIFI to unsecured WAPs worked out-of-the-box, i think, you need at least to associate with the ap, ie use iwconfig to set the ap and maybe the channel. Although I couldn't get WIFI to work under

gta02, 2007.2: evbug?

2008-08-15 Thread arne anka
what is it with evbug? on every reboot the fr sits there a minute or longer with a blank screen but backlight on and does nothing. when i tap the screen or press a button only evbug.c: Event something is printed on screen. after a while 4 or 5 formatted messages are printed on screen and the

python and FSO MS 2 questions

2008-08-15 Thread C R McClenaghan
I thought I'd try some different things and learn python along the way. I have FSO MS 2 installed with opkg feeds updated and including the angstrom repository feed. I don't seem to be able to install python packages which appear in the angstrom repository, although I have installed other

Re: Using gmail with qtopia?

2008-08-15 Thread Lorn Potter
On Friday 15 August 2008 10:43:31 am Jim Morris wrote: Joerg Lippmann wrote: Am Dienstag 12 August 2008 schrieb Jim Morris: It does not work as encryption is not enabled, there is a bug filed on the trolltech bug report page under qtopia. So I guess I have to be a little more patient.

Re: Testing WIFI and GPS hardware

2008-08-15 Thread Chris Jenks
On Fri, 15 Aug 2008, arne anka wrote: strength of 27/94 according to the iwlist eth0 scan command. Other people have reported that WIFI to unsecured WAPs worked out-of-the-box, i think, you need at least to associate with the ap, ie use iwconfig to set the ap and maybe the channel. OK, I

Re: python and FSO MS 2 questions

2008-08-15 Thread Alon Levy
You need to have a __init__.py file for python to look at the directory as a module. So basically: /home/me/pythondir/__init__.py /home/me/pythondir/file1.py /home/me/pythondir/file2.py ... PYTHONPATH=$PYTHONPATH:/home/me/pythondir then you can python -c import file1 __init__.py can contain

gta02, 2007.2, uboot 1.3.2-moko12, recent kernel: what happens to sd card?

2008-08-15 Thread arne anka
i update an hour ago and becaus i want to install debian to my sd card i updated ubot to the latest available version (u-boot-gta02v5-1.3.1+gitr68+650149a53dbdd48bf6dfef90930c8ab182adb512-r0.bin). while installing debian every attempt eventually fails becaus of the sd card (4gig kingston)

Re: Using gmail with qtopia?

2008-08-15 Thread Lorn Potter
On Saturday 16 August 2008 5:55:56 am Lorn Potter wrote: Probably because openssl license is incompatible with the GPL, without an exception for it's advertising clause. On checking our GPL license, I see there is an openssl exception, so I will configure this on now. -- Lorn 'ljp' Potter

Re: python and FSO MS 2 questions

2008-08-15 Thread Michael 'Mickey' Lauer
Am Freitag 15 August 2008 21:29:15 schrieb C R McClenaghan: I thought I'd try some different things and learn python along the way. Good choice! I have FSO MS 2 installed with opkg feeds updated and including the angstrom repository feed. Good. I don't seem to be able to install python

Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-15 Thread Steven **
Well, you could turn the GSM chip off via the power menu... I haven't noticed a large power drain when without signal. It suspends just fine now and will sit in suspend consistently. Suspended for an hour uses 1% or so of the battery. Perhaps one of the GSM commands in the suspend script is

Re: gta02, 2007.2: frequent wakeups -- creating workaround -- scripts for apm

2008-08-15 Thread Steven **
Thanks should be directed to Thomas B. [EMAIL PROTECTED]. He's the one that found the relevant Qtopia source. Thanks Thomas! -Steven On Fri, Aug 15, 2008 at 1:35 PM, arne anka [EMAIL PROTECTED] wrote: ok, here they are, teh scripts i use to make the baby sleep. the fr still wkaes up from an

Re: Testing WIFI and GPS hardware

2008-08-15 Thread arne anka
and ifconfig eth0 gives values for received and transmitted data: dunno where those come from. eth0 Link encap:Ethernet HWaddr 00:1F:3F:BE:45:2B inet6 addr: f58b::263:ceff:fd87:ed25/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX

Re: Using gmail with qtopia?

2008-08-15 Thread Jim Morris
Lorn Potter wrote: On Saturday 16 August 2008 5:55:56 am Lorn Potter wrote: Probably because openssl license is incompatible with the GPL, without an exception for it's advertising clause. On checking our GPL license, I see there is an openssl exception, so I will configure this on now.

Re: Using gmail with qtopia?

2008-08-15 Thread Cédric Berger
On Fri, Aug 15, 2008 at 23:04, Jim Morris [EMAIL PROTECTED] wrote: Lorn Potter wrote: On checking our GPL license, I see there is an openssl exception, so I will configure this on now. great then you can close bug 221231 - [Neo] Encrypted Mail Account Settings not working good news !

Re: Using gmail with qtopia?

2008-08-15 Thread Lorn Potter
Jim Morris wrote: Lorn Potter wrote: On Saturday 16 August 2008 5:55:56 am Lorn Potter wrote: Probably because openssl license is incompatible with the GPL, without an exception for it's advertising clause. On checking our GPL license, I see there is an openssl exception, so I will

Re: Using gmail with qtopia?

2008-08-15 Thread Jim Morris
Lorn Potter wrote: Jim Morris wrote: Lorn Potter wrote: On Saturday 16 August 2008 5:55:56 am Lorn Potter wrote: Probably because openssl license is incompatible with the GPL, without an exception for it's advertising clause. On checking our GPL license, I see there is an openssl

Re: Using gmail with qtopia?

2008-08-15 Thread Jim Morris
Cédric Berger wrote: On Fri, Aug 15, 2008 at 23:04, Jim Morris [EMAIL PROTECTED] wrote: Lorn Potter wrote: On checking our GPL license, I see there is an openssl exception, so I will configure this on now. great then you can close bug 221231 - [Neo] Encrypted Mail Account Settings not

Re: gta02, 2007.2: frequent wakeups -- creating workaround -- scripts for apm

2008-08-15 Thread Thomas B.
On Fri, Aug 15, 2008 at 03:16:58PM -0500, Steven ** wrote: Thanks should be directed to Thomas B. [EMAIL PROTECTED]. He's the one that found the relevant Qtopia source. Thanks Thomas! Glad that I could help :-) Regards, Thomas ___ support mailing