PDA

View Full Version : Turn off WLAN when IDLE and NOT connected?


DocMAX
26th February 2009, 06:54 PM
hi,
im searching for a solution to automaticly turn off wlan when its accidently leaved on and has no connection after some minutes.
im experimenting with mortscript but its a bit difficult cause i can only toggle wlan (no explicit on/off).

any ideas? thanks!!!

sinara
26th February 2009, 07:18 PM
hi,
im searching for a solution to automaticly turn off wlan when its accidently leaved on and has no connection after some minutes.
im experimenting with mortscript but its a bit difficult cause i can only toggle wlan (no explicit on/off).

any ideas? thanks!!!
I suggested something similar previously, and that was a program that would manage WLAN such that it keeps WLAN off when not needed, and once another program tries to access net (connect), it would then turn on the WLAN automatically so that connection can be used with that program.

Maybe something that could be implemented into the existing G-Profile.

darfri
26th February 2009, 07:26 PM
There is a native timeout option somewhere in wlan settings but it only works when you are not connected to any router. And it should turn off when device is suspended if you haven't tweaked a specific regkey

nir36
27th February 2009, 02:42 AM
you can use mortscript to run an app which toggles Wifi Off at a specific interval depending on your connection state. there are many small cabs scattered around the forum (easy to find)...

DocMAX
1st March 2009, 06:32 PM
yeah i did it with mortscript. i have about 10 if-clauses. (start fring when wlan available etc.) very powerful scripting engine! i also created some reg keys which are monitored by homescreen+...