Re: Zhone frequent wake

2009-01-08 Thread arne anka
Thank you for your help and sorry I did not get it the first time around. no problem. After much digging, I found that frameworkd is, in fact, sending the correct commands to the modem when suspend is called on the framework. The problem on my system was that apm -s was being invoked

Re: Zhone frequent wake

2009-01-07 Thread Dylan Reilly
Thank you for your help and sorry I did not get it the first time around. After much digging, I found that frameworkd is, in fact, sending the correct commands to the modem when suspend is called on the framework. The problem on my system was that apm -s was being invoked directly in rules.yaml

Zhone frequent wake

2009-01-05 Thread Dylan Reilly
On my (mostly) 2008.12 system, having zhone running causes the system to wake from suspend just about every minute. This is a detriment to battery life, as one might imagine. I have been poking around inside the code for zhone and tried disabling various timers and dbus hooks that I thought could

Re: Zhone frequent wake

2009-01-05 Thread arne anka
sounds like network changes (signal quality etc). i've seen that with 2007.2 only and put some at commands in a file to execute when suspending. with fso there were no such awakenings. below /sys there's a file indicating what caused the wake up, search the archives, probably july/august.

Re: Zhone frequent wake

2009-01-05 Thread arne anka
to determine is why the device wakes on GSM state changes when zhone zhone (or rather fso) seems not to catch these acvtivities resp does not send the at commands to make the fr ignore those. which zhone/fso are you using? i posted the four commands making 2007.2 sleep well so you might find

Re: Zhone frequent wake

2009-01-05 Thread Dylan Reilly
It is definitely GSM activity that is waking the device (I verified with the /sys entry), but this is as I expected. What I am attempting to determine is why the device wakes on GSM state changes when zhone is running but not when qtopia is handling GSM activity. On Mon, Jan 5, 2009 at 10:22 AM,

Re: Zhone frequent wake

2009-01-05 Thread Dylan Reilly
If I understand correctly, you are suggesting that zhone may not correctly be intercepting the GSM activity so the calls are floating up where they are causing the device to wake? I am using the zhone that is in the 2008.12 testing repository [1] but I have also tried the one from FSO unstable.

Re: Zhone frequent wake

2009-01-05 Thread arne anka
understand why it would be necessary to change the way suspend is activated as I think you may be suggesting. not the way, suspend is activated but the activities executed when suspending. you could simply add the four commands before the call to apm -s. of course you would need to reset