Active Topics

 



Notices


Reply
Thread Tools
Posts: 22 | Thanked: 1 time | Joined on Aug 2011
#41
after i had done hard sleep and re.start ma device all the qbw are back to default with fellow icons and my qtlockscreen is also un-available.. is it a bug?
 
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#42
Looking to get some sort of "Hard Sleep Mode" working on my N900.
I could do with some help with getting wlan to disable.

I have got my wlan set to search for connections every 10 minutes.
Using the following code...
Code:
run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true ; ifconfig wlan0 down ; rmmod wl12xx ;
...the wlan will reconnect after 10 minutes.
Is there a way to disable wlan completely? Or trigger Wifi Switcher which I also have installed.

Currently my commands, in order:-
Disconnect wlan as above code box
Changes to 2G
Disables Bluetooth
Locks the screen
Secure's Device
 
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#43
Originally Posted by sixwheeledbeast View Post
Code:
run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true ; ifconfig wlan0 down ; rmmod wl12xx ;
...the wlan will reconnect after 10 minutes.
Is there a way to disable wlan completely? Or trigger Wifi Switcher which I also have installed.
I was wondering why it can connect again with the wlan- and found out why- to unload a kernel-module with rmmod you need to have root-rights, so the correct command would be sudo rmmod.
But this has a major disadvantage: the module stays unloaded when you wake up the device again, so you would have to take care to reload the module and do some other things like vi_ does in his script here.

In former times I was using wifi-switch too and found out, that it is not worth the work- for me it makes nearly no difference wether the wifi-module is loaded or not regarding the standby-time.

But apart from this minor bug it's a great widget, thanks to No!No!No!Yes! for it!

CU Michael
 

The Following 2 Users Say Thank You to magic_doc For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 15:08.