Turn on wifi to check email while in standby - Networking

Hi, basically I would like to recieve email based on a time schedule (10-15 minutes)while Im on a wifi network. To achieve that, I used some wifi tweaks...
Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
but they just set wifi not to turn off. So the battery drain is huge.
A perfect solution would be connecting to the wifi every 10 to 15 minutes for a few seconds, to check email, and then turn wifi off.
Any help is appreciated!

If you poll outlook mail try asynckiller.
http://forum.xda-developers.com/showthread.php?p=2136914

tyguy said:
If you poll outlook mail try asynckiller.
http://forum.xda-developers.com/showthread.php?p=2136914
Click to expand...
Click to collapse
Im sorry, but I think you missed my point. Its a gmail account through IMAP.
Thanks anyway

laser21 said:
Hi, basically I would like to recieve email based on a time schedule (10-15 minutes)while Im on a wifi network. To achieve that, I used some wifi tweaks...
Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000001
but they just set wifi not to turn off. So the battery drain is huge.
A perfect solution would be connecting to the wifi every 10 to 15 minutes for a few seconds, to check email, and then turn wifi off.
Any help is appreciated!
Click to expand...
Click to collapse
I've created a Script (Mortscript) to power on WiFi with WiFi profiler [1] and check whether there is a WiFi accesspoint available, if not enable GRPS/UMTS/HSDPA to synchronize email.
After that the script closes the Connections and turns off WiFi and finally reschedules the next synchronisation time
The only problem is that Mortscripts do not run in unattended mode[2]. So I need to find a solution for this remaining issue.
Alternative: perhaps someone here is able to convert the Mortscript to a little program, and includes the calls to put the device in unattended mode and exit from unattended mode at the end [3]
[1] http://forum.xda-developers.com/showthread.php?t=355936
[2] http://www.sto-helit.de/forum/viewtopic.php?f=12&t=5270
[3] http://blogs.msdn.com/windowsmobile/archive/2004/11/29/271991.aspx

that would be awesome! Thanks

laser21 said:
that would be awesome! Thanks
Click to expand...
Click to collapse
I agree, this is one of the features I do miss the most in WM (Smart Power management of the WiFi radio)
have you tried to reduce battery drain during suspend? During this state (suspend) nothing will happen on any connection, so WiFi can be powered off.
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
@=dword:00000004
Let hope someone will help us to get the script running during Unattended mode....

i'm bumping this in the hopes that someone found out a solution to this problem. Data plans are very expensive where I live now and i would like the phone to check for a wifi connection every 10 to 15 minutes even on standby (suspend) mode to check emails and disconnect after that.
Would really appreciate it if someone has any idea.

Hi, well, there is a solution, ct scheduler lite http://www.connectivetools.com/download.php?name=ctslite_ppc . install the attached WLAN switch, add the shortcut into the scheduler then after 10minutes again....it does not recognise if its turning wlan on or off...
After you turn wlan on, the device wakes up, so if you have mortscript you can add the attached scripts also to the scheduler.
good luck!

Related

Powersave & Wifi

Dear all,
I'm wondering about Wifi telephony on the QTEK 9100.
It works fairly well with various software soutions. However, the phone has to stay "fully on" (except backlight) in order for th Wifi connection to remain up. This alters battery life severely.
I'm wondering if it is possible to have the Wifi connection stay up during power save mode, with some kind of "Wake on WLAN" event that would wake up the phone so that IP phone software can process incoming data.
Some of it already happens for GSM. I'm wondering whether the GSM part is "fully independant" (like on a different processor), or if it's handled by the main processor. In the later case, it may be possible to achieve something similar with Wifi telephony.
Thanks in advance for any hint.
so there is no way having WIFI enabled and lettign the pda go to sleep mode / power save mode ??
is there an APP that leaves power save mode off if the WIFI is enabled, so only the screen goes of light, and the pda stays on ?
P.
nbougues said:
Some of it already happens for GSM. I'm wondering whether the GSM part is "fully independant" (like on a different processor), or if it's handled by the main processor. In the later case, it may be possible to achieve something similar with Wifi telephony.
Click to expand...
Click to collapse
It's fully independent. It's very cleverly written; this is why, for example, listening to incoming IMAP IDLE or Push Mail callbacks don't require the CPU at all.
yes i got that part on my own, thats why the GPRS connection stays on... but still there should be a registry somewhere to prevent device to go to sleep if WIFI conneciton is made..
tried all the powermode stuff in regisrty, nothn worked... out of clue...
papizdono said:
yes i got that part on my own, thats why the GPRS connection stays on... but still there should be a registry somewhere to prevent device to go to sleep if WIFI conneciton is made..
tried all the powermode stuff in regisrty, nothn worked... out of clue...
Click to expand...
Click to collapse
I don't think you can do this - the WI-Fi module is completely independent of the radio module. Furthermore, you'll constantly need a LOT of power to keep the Wi-Fi connection up, as opposed to GSM/GPRS, where handshaking is only done during roaming to another cell and/or every (AFAIK) 10-20 minutes. Otherwise, the PDA doesn't trasmit anything, a sopposed to the Wi-Fi case.
That is, it seem sit's impossible to do any long-term Wi-Fi "listening" in the current Wi-Fi / PPC architecture.
papizdono said:
yes i got that part on my own, thats why the GPRS connection stays on... but still there should be a registry somewhere to prevent device to go to sleep if WIFI conneciton is made..
tried all the powermode stuff in regisrty, nothn worked... out of clue...
Click to expand...
Click to collapse
I don't think you can do this - the WI-Fi module is completely independent of the radio module. Furthermore, you'll constantly need a LOT of power to keep the Wi-Fi connection up, as opposed to GSM/GPRS, where handshaking is only done during roaming to another cell and/or every (AFAIK) 10-20 minutes. Otherwise, the PDA doesn't trasmit anything, a sopposed to the Wi-Fi case.
That is, it seem sit's impossible to do any long-term Wi-Fi "listening" in the current Wi-Fi / PPC architecture.
all i need is a tool that disables POWERSAVE mode if WIFI connections is made, or even if WIFI is enabled...
that would do all the work....
anyone ?
i think the closest thing is in phm powertoys (http://www.phm.lu/products/PocketPC/PowerToys/)
the screensaver option... what it does is turn off your touchscreen like in "sleep" mode but if u use this you might want to disable the power save option cause while u have screensaver on its still gonna count down n shut off ur ppc hope this helps!

Wi-Fi question

Prob a silly question, but once the phone goes into standby (screen turns off), I take it the Wi-Fi connection is broken ?
Asking in case of push mails, because I do not get anything when in standby I take it that because Wi-Fi is also down.
Note - Just trying not to use GPRS, 3G when at home.
Another question does anyone know what the Wi-Fi power does, best battery or best performance other then what it says how is it doing that ?
Yep, Wifi is broken when your phone is in standby.
And Pushmail only works with GPRS and not with Wifi as far as I know.
Cheers,
Drifter
thanks.
Jeegnesh,
To my amazement active sync works when your device is in standby and WLAN is enabled.
I use it now on the office and at home to receive my e-mail.
But to get it working properly you will have to disable "when new items arrive".
My device sync's every 5 minutes and notifies me when there is a new message.
Cheers,
Drifter

WIFI scheduler

Hi
Does anyone know application that can do below process?
I would like start my device WIFI on predefined time /intervals and after certain connection time disable it again until next prescheduled time.
The idea behind is to turn the WIFI on to download my emails then turn off again and save battery power.
thanks
You shoulb be able to do that with PhoneAlarm from pocketmax:
http://www.pocketmax.net/phoneAlarm.html

Wifi over 3G

Hey,
I have a seemingly simple problem. I use POP email and I want to check for emails regularly but at home and work I can stay connected to a WiFi network.
I know with Skype I can set the program to use WiFi if available else 3G. Does anyone know if this can be done at a system level so for instance that email and any other apps needing a connection will follow this protocol, please?
Thanks.
Since i do not want to create a new thread (for 2 posts maximum) i will ask here: my phone shows that is connected with the wi-fi (usr9108 router--> access point) BUT when i am trying to sign in to msn, skype open a page in I.E nothing happens, it's like i am not connected to the net.
MetalMushroom said:
Hey,
I have a seemingly simple problem. I use POP email and I want to check for emails regularly but at home and work I can stay connected to a WiFi network.
I know with Skype I can set the program to use WiFi if available else 3G. Does anyone know if this can be done at a system level so for instance that email and any other apps needing a connection will follow this protocol, please?
Thanks.
Click to expand...
Click to collapse
Most applications will use whatever connection is already on. In your case if you are connected via WiFi then your email will use that connection, if not then it will try to connect by the default GPRS/3G connection setting. I do this all the time.
Okay, yeah sorry.
To clarify I think what I really want is to let the device go into sleep mode and attempt to create a WiFi connection before it attempts to create a 3G data connection.
Other than that, purchasing a cradle and leaving the device in alert mode would be the way forward would it?
Is there a way for WiFi to remain on even if the device is in Sleep mode?
Thanks again.
MetalMushroom said:
Okay, yeah sorry.
To clarify I think what I really want is to let the device go into sleep mode and attempt to create a WiFi connection before it attempts to create a 3G data connection.
Other than that, purchasing a cradle and leaving the device in alert mode would be the way forward would it?
Is there a way for WiFi to remain on even if the device is in Sleep mode?
Thanks again.
Click to expand...
Click to collapse
Oh I see you what you mean. Why not try this schedule an event to wake the device and so long as it was connected to a wireless AP when it went to sleep it will try to reconnect when it wakes then schedule another event after a suitable pause to allow it to find and connect to AP to sync email.
Alternatively try SKSchema or MortScript which are both macro tools to do the above.
Cheers Jazza. Not sure how to 'schedule' an event but I'll do some research into 'SKSchema or MortScript' to see how I can use them.
Thanks for your help.

WIFI power on software For CHECKING EMAIL

Hi
is there any program which turns on WIFI for windows email checking and turn it off afterward(even in standby state)?
Would LOVE it !
Yes there is But, its not free, it's $10.00. The app is called "ct scheduler" It'll allow you to turn on/off wifi at anytime you like and however many times you like. Theres more features also, like turning on/off bluetooth, sending a sms at a given time, schedule a softreset, adjust volume at chosen times, and more. i love this app, but again, it's $10.00.
dschoenike
try sk tools i think they have something that will do it or a app that will
aaronpoweruser said:
try sk tools i think they have something that will do it or a app that will
Click to expand...
Click to collapse
I think you mean SKSchema.
What I'm looking for is this:
An app that uses the GPS to turn WiFi ON at predetermined coordinates.
So for example, I walk to the coffee shop, GPS knows I'm getting close, turns WiFi ON. WiFi auto-connects while I'm there, as I step out, it times out at the preset time (part of wm6). I drive to the office, again, GPS know to turn Wifi ON and phone then auto connects to the network there. Same when I get back home.
This will save me some $ on data plan and get me a faster connection when I'm in a friendly wifi zone.
Thoughts?

Categories

Resources