Fwd: GSoC Accelerometer-based Gestures Update 3

2008-06-16 Thread Paul-Valentin Borza
Forgot to reply to all. -- Forwarded message -- From: Paul-Valentin Borza [EMAIL PROTECTED] Date: Mon, Jun 16, 2008 at 8:44 AM Subject: Re: GSoC Accelerometer-based Gestures Update 3 To: Joseph Jon Booker [EMAIL PROTECTED] On Sun, Jun 15, 2008 at 7:18 PM, Joseph Jon Booker

Re: GSoC Accelerometer-based Gestures Update 3

2008-06-16 Thread Paul-Valentin Borza
On Sun, Jun 15, 2008 at 8:39 PM, Tobias Pankrath [EMAIL PROTECTED] wrote: On Sunday 15 June 2008 18:15:24 Koen Kooi wrote: Floating point operations are *very* slow, you can get a 50 time speedup by avoiding floats in your code. I would recommend to make it work with floats first and then

Re: GSoC Accelerometer-based Gestures Update

2008-06-16 Thread Paul-Valentin Borza
On Sun, Jun 15, 2008 at 5:57 PM, Joerg Reisenweber [EMAIL PROTECTED] wrote: Am So 15. Juni 2008 schrieb Kombipom: Would the cpu and battery drain be too great to be running gesture recognition whenever the screen is on (and just turn off when in standby) or will it always be limited to

python-efl on ubuntu gutsy

2008-06-16 Thread John Lee
Hi, i think this might be helpful for someone. http://www.reonsoft.com/~john/blog/2008/06/14/python-efl-on-ubuntu-gutsy/ hey if you have a extremely slow laptop (Pentium III) like me yet you still want to use python-efl on it, here is how. first, compiling the whole e17 from scratch is not

Join the Embedded and Mobile Day at Akademy 2008, August 12, Belgium

2008-06-16 Thread Bart Cerneels
Hello, In the time honored tradition of the KDE community we organize special side-events during our yearly World Summit. A big part of the mind share in the Open Source world the past year has gone to Mobile and Embedded platforms; where the technical and Freedom aspects seem to favor our

Re: Messages Test Report

2008-06-16 Thread Holger Freyther
On Monday 16 June 2008 11:36:53 allen wrote: *Case ID* *Cases* *Result**Remark (Ticket Number)* 1.4 Set account for MMS Failed Ticket #1468 Due technical details Qtopia does not support MMS (lack of a WAP stack). The best I could do was to remove MMS from the mail

Re: Contacts Test Report

2008-06-16 Thread Holger Freyther
On Monday 16 June 2008 11:34:10 allen wrote: 3.6 Add the contact to Speed Dial Failed Ticket #1475 Please see bug report. The way Qtopia speed dial would work is not suitable for our setup (illume + lack of keyboard) and the best thing I could think of was removing it from the server

[PATCH] Adding password protection to U-boot: salted version

2008-06-16 Thread Francesco Albanese
Hello, I have cleaned my code and I updated my patch with a new feature for salting the password. - The salt is generated collecting a timestamp for every valid keystroke supplied during password prompting: then, the least significant byte of each timestamp is XORed providing eventually a 24bits

Further info about Freerunner bootloaders

2008-06-16 Thread Francesco Albanese
Hello, anybody knows where to get more info about the NOR emergency bootloader ? How is possible to get its screen at boot time on the FR ? Thx, FA

Re: [PATCH] Adding password protection to U-boot: salted version

2008-06-16 Thread Bobby Martin
From: Francesco Albanese [EMAIL PROTECTED] Hello, I have cleaned my code and I updated my patch with a new feature for salting the password. - The salt is generated collecting a timestamp for every valid keystroke supplied during password prompting: then, the least significant byte of