Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-24 Thread Franky Van Liedekerke
On Sun, 24 May 2009 10:52:15 +1000
Chris Samuel  wrote:

> On Mon, 4 May 2009 09:21:15 pm Franky Van Liedekerke wrote:
> 
> >   - the building of the contact list is slow (because of too
> > many SQL statements)
> 
> Could it also be related to the kernel sqlite performance regression
> that existed between 2.6.26-2.6.28 (fixed in 2.6.29) ? 
> 
> Details (and patch) here:
> 
> http://www.mail-archive.com/debian-ker...@lists.debian.org/msg44030.html
> 
> Benchmark results for 2.6.24 to 2.6.29 here (sqlite at the bottom of
> the page):
> 
> http://www.phoronix.com/scan.php?page=article&item=linux_2629_benchmarks&num=4
> 
> cheers,
> Chris

Hi Chris,

the issue you refer to seems to be a write issue, but the problem that
we have here are relates to just queries, no writes.

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-23 Thread Chris Samuel
On Mon, 4 May 2009 09:21:15 pm Franky Van Liedekerke wrote:

>   - the building of the contact list is slow (because of too
> many SQL statements)

Could it also be related to the kernel sqlite performance regression that 
existed between 2.6.26-2.6.28 (fixed in 2.6.29) ? 

Details (and patch) here:

http://www.mail-archive.com/debian-ker...@lists.debian.org/msg44030.html

Benchmark results for 2.6.24 to 2.6.29 here (sqlite at the bottom of the 
page):

http://www.phoronix.com/scan.php?page=article&item=linux_2629_benchmarks&num=4

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-22 Thread Warren Baird
Hmm.   I just tried doing the setup on my FR's internal memory (rather than
the SD card), using the suggested fso-image-nox-om-gta02.jffs2 image as a
starting point.

The install worked, but after I successfully installed QT and rebooted, the
usb networking refused to come up.   I had to do a 'ifconfig usb0 up' and
'ifconfig usb0 192.168.0.202' from the terminal before I could log into
it.   Any ideas what might cause that and what I could do to fix it?   I've
tried rebooting again, and it didn't seem to make any difference...

Warren



On Fri, May 22, 2009 at 5:44 AM, Franky Van Liedekerke
wrote:

> On Thu, 21 May 2009 16:52:18 -0400
> Warren Baird  wrote:
>
> > I've been running this build for about a week now, and am pretty
> > happy with it.   I installed it on my SD card on top of an OM2009 TR3
> > install.   I don't know if that's an officially supported
> > configuration, but it has seemed to mostly work.
> >
> > The only recurrent problem I've had is that it seems like my battery
> > meter recently started always showing full - I've had the thing run
> > out of battery a couple of times due to this.  Now I have to go to
> > the terminal and run apm if I want to know what my actual battery is.
> >
> > However, just in the last couple of hours I've seen a new failure
> > mode - when someone calls my FR I see the standard call indication -
> > but if I click answer, it doesn't actually answer the call - the
> > caller continues to hear ringing and eventually goes to voice mail.
> >
> > The entries I see in logread starting when I get the call look like
> > this: May 23 16:53:04 om-gta02 user.emerg kernel: [65512.07]
> > mapped channel 10 to 2
> > May 23 16:53:04 om-gta02 user.notice Qtopia: QAudioOutput:
> > snd_pcm_sw_params: err -22
> > May 23 16:53:05 om-gta02 user.info kernel: [65513.845000]
> > fbcon_event_notify action=12, data=c7a75dac
> > May 23 16:53:05 om-gta02 user.info kernel: [65513.845000] jbt6k74
> > spi2.0:  jbt6k74 unblank
> > May 23 16:53:05 om-gta02 user.info kernel: [65513.87]
> > fbcon_event_notify action=9, data=c7a75de8
> > May 23 16:53:05 om-gta02 user.info kernel: [65513.87] jbt6k74
> > spi2.0:  jbt6k74 unblank
> > May 23 16:53:26 om-gta02 user.info kernel: [65534.05]
> > fbcon_event_notify action=12, data=c7a75dac
> > May 23 16:53:26 om-gta02 user.info kernel: [65534.05] jbt6k74
> > spi2.0:  jbt6k74 unblank
> > May 23 16:53:26 om-gta02 user.info kernel: [65534.07]
> > fbcon_event_notify action=9, data=c7a75de8
> > May 23 16:53:26 om-gta02 user.info kernel: [65534.07] jbt6k74
> > spi2.0:  jbt6k74 unblank
> >
> > It's kinda annoying to not be able to answer calls...   :-)
> >
> > I'm going to reboot and hope that fixes it.
> >
> > Is it possible this is because I started with the OM2009 TR image,
> > and not the one recommended in the install script?
> >
> > Warren
> >
>
> Hi,
>
> yes, this is very much possible, since the OM2009 TR image is a very
> old kernel that has many bugs.
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Warren Baird - Photographer and Digital Artist
http://www.synergisticimages.ca
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-22 Thread Franky Van Liedekerke
On Thu, 21 May 2009 16:52:18 -0400
Warren Baird  wrote:

> I've been running this build for about a week now, and am pretty
> happy with it.   I installed it on my SD card on top of an OM2009 TR3
> install.   I don't know if that's an officially supported
> configuration, but it has seemed to mostly work.
> 
> The only recurrent problem I've had is that it seems like my battery
> meter recently started always showing full - I've had the thing run
> out of battery a couple of times due to this.  Now I have to go to
> the terminal and run apm if I want to know what my actual battery is.
> 
> However, just in the last couple of hours I've seen a new failure
> mode - when someone calls my FR I see the standard call indication -
> but if I click answer, it doesn't actually answer the call - the
> caller continues to hear ringing and eventually goes to voice mail.
> 
> The entries I see in logread starting when I get the call look like
> this: May 23 16:53:04 om-gta02 user.emerg kernel: [65512.07]
> mapped channel 10 to 2
> May 23 16:53:04 om-gta02 user.notice Qtopia: QAudioOutput:
> snd_pcm_sw_params: err -22
> May 23 16:53:05 om-gta02 user.info kernel: [65513.845000]
> fbcon_event_notify action=12, data=c7a75dac
> May 23 16:53:05 om-gta02 user.info kernel: [65513.845000] jbt6k74
> spi2.0:  jbt6k74 unblank
> May 23 16:53:05 om-gta02 user.info kernel: [65513.87]
> fbcon_event_notify action=9, data=c7a75de8
> May 23 16:53:05 om-gta02 user.info kernel: [65513.87] jbt6k74
> spi2.0:  jbt6k74 unblank
> May 23 16:53:26 om-gta02 user.info kernel: [65534.05]
> fbcon_event_notify action=12, data=c7a75dac
> May 23 16:53:26 om-gta02 user.info kernel: [65534.05] jbt6k74
> spi2.0:  jbt6k74 unblank
> May 23 16:53:26 om-gta02 user.info kernel: [65534.07]
> fbcon_event_notify action=9, data=c7a75de8
> May 23 16:53:26 om-gta02 user.info kernel: [65534.07] jbt6k74
> spi2.0:  jbt6k74 unblank
> 
> It's kinda annoying to not be able to answer calls...   :-)
> 
> I'm going to reboot and hope that fixes it.
> 
> Is it possible this is because I started with the OM2009 TR image,
> and not the one recommended in the install script?
> 
> Warren
> 

Hi,

yes, this is very much possible, since the OM2009 TR image is a very
old kernel that has many bugs.

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-21 Thread Warren Baird
I've been running this build for about a week now, and am pretty happy with
it.   I installed it on my SD card on top of an OM2009 TR3 install.   I
don't know if that's an officially supported configuration, but it has
seemed to mostly work.

The only recurrent problem I've had is that it seems like my battery meter
recently started always showing full - I've had the thing run out of battery
a couple of times due to this.  Now I have to go to the terminal and run apm
if I want to know what my actual battery is.

However, just in the last couple of hours I've seen a new failure mode -
when someone calls my FR I see the standard call indication - but if I click
answer, it doesn't actually answer the call - the caller continues to hear
ringing and eventually goes to voice mail.

The entries I see in logread starting when I get the call look like this:
May 23 16:53:04 om-gta02 user.emerg kernel: [65512.07] mapped channel 10
to 2
May 23 16:53:04 om-gta02 user.notice Qtopia: QAudioOutput:
snd_pcm_sw_params: err -22
May 23 16:53:05 om-gta02 user.info kernel: [65513.845000] fbcon_event_notify
action=12, data=c7a75dac
May 23 16:53:05 om-gta02 user.info kernel: [65513.845000] jbt6k74 spi2.0:
 jbt6k74 unblank
May 23 16:53:05 om-gta02 user.info kernel: [65513.87] fbcon_event_notify
action=9, data=c7a75de8
May 23 16:53:05 om-gta02 user.info kernel: [65513.87] jbt6k74 spi2.0:
 jbt6k74 unblank
May 23 16:53:26 om-gta02 user.info kernel: [65534.05] fbcon_event_notify
action=12, data=c7a75dac
May 23 16:53:26 om-gta02 user.info kernel: [65534.05] jbt6k74 spi2.0:
 jbt6k74 unblank
May 23 16:53:26 om-gta02 user.info kernel: [65534.07] fbcon_event_notify
action=9, data=c7a75de8
May 23 16:53:26 om-gta02 user.info kernel: [65534.07] jbt6k74 spi2.0:
 jbt6k74 unblank

It's kinda annoying to not be able to answer calls...   :-)

I'm going to reboot and hope that fixes it.

Is it possible this is because I started with the OM2009 TR image, and not
the one recommended in the install script?

Warren


On Sat, May 2, 2009 at 5:49 AM, Franky Van Liedekerke
wrote:

> New location for the files, watch out!
> New install script, watch out!
>
> (install instructions and script updated on 2090502: see below)
>
> Problems solved:
> 
> See http://www.e-dynamics.be/openmoko/qt-issues-fixed.txt
>
> Latest:
> - 20090430: deep sleep is now configurable and by default adaptive, see
> etc/default/Trolltech/Modem.conf (values: always, adaptive, never)
> - 20090502: mplayer frontend from Radek built
> - 20090502: VOIP code built
>
> See http://github.com/liedekef/qtmoko/commits/master for the changes
>
> Problems found (more like small nuisances now):
> ===
> See http://www.e-dynamics.be/openmoko/qt-issues.txt
>
> Install instructions:
> =
> download the script
> http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
> comments at the top and then execute the script on your openmoko (after
> having flashed the device and made sure internet works).
> The script has 2 options: "install" or "update". An update will just
> download the tgz file and replace your current qte with it.
>
> For those who just want to replace their existing QtE manually, here's
> the link: http://www.e-dynamics.be/openmoko/qte_20090502.tgz .
>
> Enjoy!
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Warren Baird - Photographer and Digital Artist
http://www.synergisticimages.ca
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-05 Thread leonardo
Lorn Potter ha scritto:

> The order of numbers on a new contact is this:
> 
> Mobile, Home
> 
> But listed on the details page as this:
> Home
> Mobile.
> 
> When I tested this, and created a new sms, I got the Mobile number.

I have contacts that I imported from Qtopia that have home number, a
"home mobile" but no simple mobile number. In these cases the home
number comes before then the home mobile.

>> It's in my to-do list after the visual feedback on the keyboard.
> 
> Having to choose would add a few more clicks to actually sending an sms.
> But, being able to choose between "business mobile" and "mobile" might  
> mean the difference between a won contract and a kick in the pants.

so the logic might be "if you have only fixed number do not let me
chose, if there is more then a mobile, let me chose".

ciao,
leonardo.


-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-05 Thread Fabio Locati
is not possible to use it with SDL?

On Tue, May 5, 2009 at 8:56 AM, Franky Van Liedekerke
 wrote:
> On Tue, May 5, 2009 at 2:09 AM, Denis Johnson  wrote:
>> On Mon, May 4, 2009 at 9:21 PM, Franky Van Liedekerke
>>  wrote:
>>> * keyboard: now that the keyboard prediction can be turned off, it is
>>> already much more usable, but still needs a lot of "dragging
>>> left/right/up/down" to make a real sentence with punctuation and
>>> stuff. So some extra buttons and rearranging of existing ones would be
>>> nice ...
>>
>> Is there any chance of ever getting the Qwo keyboard workring on QtEi ?
>
> qwo needs xorg as a requirement ... so no, since QtEi doesn't/can't use xorg
>
> Franky
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Franky Van Liedekerke
On Tue, May 5, 2009 at 2:09 AM, Denis Johnson  wrote:
> On Mon, May 4, 2009 at 9:21 PM, Franky Van Liedekerke
>  wrote:
>> * keyboard: now that the keyboard prediction can be turned off, it is
>> already much more usable, but still needs a lot of "dragging
>> left/right/up/down" to make a real sentence with punctuation and
>> stuff. So some extra buttons and rearranging of existing ones would be
>> nice ...
>
> Is there any chance of ever getting the Qwo keyboard workring on QtEi ?

qwo needs xorg as a requirement ... so no, since QtEi doesn't/can't use xorg

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Denis Johnson
On Mon, May 4, 2009 at 9:21 PM, Franky Van Liedekerke
 wrote:
> * keyboard: now that the keyboard prediction can be turned off, it is
> already much more usable, but still needs a lot of "dragging
> left/right/up/down" to make a real sentence with punctuation and
> stuff. So some extra buttons and rearranging of existing ones would be
> nice ...

Is there any chance of ever getting the Qwo keyboard workring on QtEi ?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Franky Van Liedekerke
On Tue, 5 May 2009 05:51:17 +1000
Lorn Potter  wrote:

> > It is really
> > annoying because you write the whole SMS and then you throw it away
> > because you can't choose the number.
> >
> > This is a regression from Qtopia where it was possible to choose
> > among the addresses.
> >
> > It's in my to-do list after the visual feedback on the keyboard.
> 
> Having to choose would add a few more clicks to actually sending an
> sms. But, being able to choose between "business mobile" and "mobile"
> might mean the difference between a won contract and a kick in the
> pants.

nicely put :-)
So, something else to add to the list ...

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Franky Van Liedekerke
On Mon, 04 May 2009 12:14:14 -0700
Ali  wrote:

> Hi, fyi, http://www.e-dynamics.be/openmoko/fso-image-nox-om-gta02.jffs
> in the script is broken as you are missing the 2. The correct link is
> http://www.e-dynamics.be/openmoko/fso-image-nox-om-gta02.jffs2  
> 

well, it's only in the comment, not in the script :-)
But thanks, fixed it now!

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Lorn Potter

On 04/05/2009, at 11:01 PM, leonardo wrote:

> Franky Van Liedekerke ha scritto:
>> * contact management:
>>  - I don't like it when SIM contacts get merged invisible, so I want
>> SIM contact import to be optional (and maybe also a SIM export should
>> exist as option)
>>  - the building of the contact list is slow (because of too many SQL
>> statements)
>> * bluetooth: 2.6.28 kernels like bluez4, QtE doesn't ...
>> * keyboard: now that the keyboard prediction can be turned off, it is
>> already much more usable, but still needs a lot of "dragging
>> left/right/up/down" to make a real sentence with punctuation and
>> stuff. So some extra buttons and rearranging of existing ones would  
>> be
>> nice ...
>
> Moro Franky,
> there is another issue that drives me crazy sometimes. If you have two
> numbers for the same person and you want to send an SMS you have to
> choose the person from the contact list before you write the SMS.  
> Else,
> when you chose the person from the list it automatically gets chosen  
> the
> first one (which in general is the home number...).

The order of numbers on a new contact is this:

Mobile, Home

But listed on the details page as this:
Home
Mobile.

When I tested this, and created a new sms, I got the Mobile number.


> It is really
> annoying because you write the whole SMS and then you throw it away
> because you can't choose the number.
>
> This is a regression from Qtopia where it was possible to choose among
> the addresses.
>
> It's in my to-do list after the visual feedback on the keyboard.

Having to choose would add a few more clicks to actually sending an sms.
But, being able to choose between "business mobile" and "mobile" might  
mean the difference between a won contract and a kick in the pants.


>
> ciao,
> leonardo.
>
>
> -- 
> http://leonardo.lilik.it
> Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Ali
Hi, fyi, http://www.e-dynamics.be/openmoko/fso-image-nox-om-gta02.jffs
in the script is broken as you are missing the 2. The correct link is
http://www.e-dynamics.be/openmoko/fso-image-nox-om-gta02.jffs2  


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread leonardo
Franky Van Liedekerke ha scritto:
 > * contact management:
>   - I don't like it when SIM contacts get merged invisible, so I want
> SIM contact import to be optional (and maybe also a SIM export should
> exist as option)
>   - the building of the contact list is slow (because of too many SQL
> statements)
> * bluetooth: 2.6.28 kernels like bluez4, QtE doesn't ...
> * keyboard: now that the keyboard prediction can be turned off, it is
> already much more usable, but still needs a lot of "dragging
> left/right/up/down" to make a real sentence with punctuation and
> stuff. So some extra buttons and rearranging of existing ones would be
> nice ...

Moro Franky,
there is another issue that drives me crazy sometimes. If you have two
numbers for the same person and you want to send an SMS you have to
choose the person from the contact list before you write the SMS. Else,
when you chose the person from the list it automatically gets chosen the
first one (which in general is the home number...). It is really
annoying because you write the whole SMS and then you throw it away
because you can't choose the number.

This is a regression from Qtopia where it was possible to choose among
the addresses.

It's in my to-do list after the visual feedback on the keyboard.

ciao,
leonardo.


-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread Franky Van Liedekerke
On Mon, May 4, 2009 at 12:57 PM, giacomo "giotti" mariani
 wrote:
> Ciao,
> your work is great, as always.
> I'd like to ask to all of you involved in QtEI development: what do you
> think about something like a stable QtEI.tar.gz+kernel ready  for the
> FLASH (and/or SD card) memory?

sure, when you can find me a stable and working kernel :-)
For now I'm still on a kernel from April 4th, all newer kernels seem
to have some kind of issue (not unsuspending correctly ater some time,
WSOD, no wifi, ...) so for now I'm on an unstable kernel that is much
more stable than newer kernels :-)

But seriously, some issues still remain to be fixed before we can
release a "stable" QtE version:

* contact management:
  - I don't like it when SIM contacts get merged invisible, so I want
SIM contact import to be optional (and maybe also a SIM export should
exist as option)
  - the building of the contact list is slow (because of too many SQL
statements)
* bluetooth: 2.6.28 kernels like bluez4, QtE doesn't ...
* keyboard: now that the keyboard prediction can be turned off, it is
already much more usable, but still needs a lot of "dragging
left/right/up/down" to make a real sentence with punctuation and
stuff. So some extra buttons and rearranging of existing ones would be
nice ...

I'm still calling for help in any and all of these matters ...

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtExtended] Latest and greatest, progress mail 11

2009-05-04 Thread giacomo "giotti" mariani
Ciao,
your work is great, as always.
I'd like to ask to all of you involved in QtEI development: what do you
think about something like a stable QtEI.tar.gz+kernel ready  for the
FLASH (and/or SD card) memory?

-- 
/_\ The ASCII   Per comunicare in modo riservato:
\_/ Ribbon Campaign gpg --keyserver  pool.sks-keyservers.net \
 X  Against HTML--recv-keys 20611EAD
/_\ Email!   
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtExtended] Latest and greatest, progress mail 11

2009-05-02 Thread Franky Van Liedekerke
New location for the files, watch out!
New install script, watch out!

(install instructions and script updated on 2090502: see below)

Problems solved:

See http://www.e-dynamics.be/openmoko/qt-issues-fixed.txt

Latest:
- 20090430: deep sleep is now configurable and by default adaptive, see
etc/default/Trolltech/Modem.conf (values: always, adaptive, never)
- 20090502: mplayer frontend from Radek built
- 20090502: VOIP code built

See http://github.com/liedekef/qtmoko/commits/master for the changes

Problems found (more like small nuisances now):
===
See http://www.e-dynamics.be/openmoko/qt-issues.txt

Install instructions:
=
download the script
http://www.e-dynamics.be/openmoko/qtmoko_install.sh , read the
comments at the top and then execute the script on your openmoko (after
having flashed the device and made sure internet works).
The script has 2 options: "install" or "update". An update will just
download the tgz file and replace your current qte with it.

For those who just want to replace their existing QtE manually, here's
the link: http://www.e-dynamics.be/openmoko/qte_20090502.tgz .

Enjoy!

Franky

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community