Re: [SHR-Testing] Slow response when answering a call

2009-03-16 Thread Helge Hafting
W.Kenworthy wrote: I found this is mainly due to enlightenment using too much cpu - a workaround was posted a couple of weeks back. copy a desktop file from /usr/share/applications to /tmp, wait a few seconds and copy it back. Yes, I know it is black magic, but ... it works! Not nearly

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread kimaidou
Hi all I just made up a small script here : #!/bin/sh cp /usr/share/applications/openmoko-dialer.desktop /tmp/openmoko-dialer.desktop sleep 5 cp /tmp/openmoko-dialer.desktop /usr/share/applications/openmoko-dialer.desktop Is it ok ? If so, how can automatically load it after startup ? For now,

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread Daniel Willmann
On Thu, 12 Mar 2009 23:30:47 -0400 Cameron Frazier frazier.came...@gmail.com wrote: I just tried it, and the delay dropped to only a second or two total, so a vast improvement. I suppose it will get better when the framework moves to a compiled language for FSO M6 (IIRC). Just to clarify and

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread Cameron Frazier
Just to clarify and not get any hopes up: We have a long way to go until the framework moves to a compiled language. It will definitely not be MS6. Regards, Daniel Willmann Understood and apologies. I probably misunderstood a portion of an FSO update. Regardless, when it happens, I

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread arne anka
Regardless, when it happens, I imagine it would greatly help this issue. i doubt it. i use fso on debian for several months now and since a long while back there's no remarkable delay anymore. maybe some shr specific stuff causes your delays? ___

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread Cameron Frazier
On Fri, Mar 13, 2009 at 11:39 AM, arne anka openm...@ginguppin.de wrote: Regardless, when it happens, I imagine it would greatly help this issue. i doubt it. i use fso on debian for several months now and since a long while back there's no remarkable delay anymore. maybe some shr specific

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread Dylan Reilly
1) Create a .desktop file for your script (e.g., /home/root/fix-e.desktop). 2) Tell E to run that .desktop file on startup by adding its path to ~/.e/e/applications/startup/.order. echo /home/root/fix-e.desktop /home/root/.e/e/applications/startup/.order I am using a script that does not require

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread The Digital Pioneer
Ugh, my E seems to be broken. It no longer detects when something in /usr/share/applications changes. What now?? :( ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [SHR-Testing] Slow response when answering a call

2009-03-13 Thread Joel Newkirk
On Fri, 13 Mar 2009 11:59:50 +0900 W.Kenworthy bi...@iinet.net.au wrote: Just once, I do it straight after boot - lasts through suspend etc. The original called for move and I wrote copy - sorry - not sure if copy works as well, or it has to be move (mv vs cp) BillK What works is

[SHR-Testing] Slow response when answering a call

2009-03-12 Thread Cameron Frazier
Hello List I'm running an up-to-date SHR-Testing image. Upon receiving a call, I answer it, but the phone continues to ring/vibrate for about 8-10 seconds after I accept the call, then there is another second or two of delay before audio commences. These delays are rather problematic as the

Re: [SHR-Testing] Slow response when answering a call

2009-03-12 Thread W.Kenworthy
I found this is mainly due to enlightenment using too much cpu - a workaround was posted a couple of weeks back. copy a desktop file from /usr/share/applications to /tmp, wait a few seconds and copy it back. Yes, I know it is black magic, but ... it works! A few minutes later cpu will drop back

Re: [SHR-Testing] Slow response when answering a call

2009-03-12 Thread The Digital Pioneer
I'll second this. It's always annoying, since the caller probably hears my ringtone still going which has to be odd for them... W.Kenworthy: Does that need to be done periodically, or just once after the phone has been running for a while? ___ Openmoko

Re: [SHR-Testing] Slow response when answering a call

2009-03-12 Thread W.Kenworthy
Just once, I do it straight after boot - lasts through suspend etc. The original called for move and I wrote copy - sorry - not sure if copy works as well, or it has to be move (mv vs cp) BillK On Thu, 2009-03-12 at 21:23 -0500, The Digital Pioneer wrote: I'll second this. It's always

Re: [SHR-Testing] Slow response when answering a call

2009-03-12 Thread The Digital Pioneer
Well, that was almost more than I had dared hope for! This begs the question, how best to I set it up to run a script as soon as the GUI is done loading? It would probably be best to put a sleep 5 or so at the beginning, but I'd rather have it run after E is initialized.

Re: [SHR-Testing] Slow response when answering a call

2009-03-12 Thread Cameron Frazier
On Thu, 2009-03-12 at 22:07 -0500, The Digital Pioneer wrote: Well, that was almost more than I had dared hope for! This begs the question, how best to I set it up to run a script as soon as the GUI is done loading? It would probably be best to put a sleep 5 or so at the beginning, but I'd