![]() |
Re: [Question] Disconnect Internet during nights
Quote:
am I asking the impossible ?? I would have thought a simple scheduled disable of the "Internet Connection" would have worked but looks like it is not that easy ! |
Re: [Question] Disconnect Internet during nights
I think the easiest way would be to unload the modules with a script or someting. I do not know which modules it should be and i have no clue about scripting.. but should be looking similar to something like this...
#!/bin/sh modprobe -r <wifi-module> modprobe -r <gprs-module> sleep 36000; modprobe <wifi-module> modprobe <gprs-module> done |
Re: [Question] Disconnect Internet during nights
You can set the GConf key /system/osso/connectivity/network_type/auto_connect to an empty list to stop automatic connections to APs or do what Wi-Fi Switcher does: rmmod wl12xx.
Schedule the key to be set back to "WLAN_INFRA" to have it connect to APs again. |
Re: [Question] Disconnect Internet during nights
yes I think you get my idea :)
I don't know about this modprobe but will definately look in more details. Cheers ! |
Re: [Question] Disconnect Internet during nights
Quote:
Evening: - disconnect all connections - set auto connect to "Prompt" Morning: - set auto connect to "auto" - connect available APN |
Re: [Question] Disconnect Internet during nights
|
Re: [Question] Disconnect Internet during nights
yeah alarmed is good to schedule commands, no problem with it but I need to know what command/script to schedule first !
|
Re: [Question] Disconnect Internet during nights
Quote:
http://talk.maemo.org/showthread.php...ighlight=fcron |
Re: [Question] Disconnect Internet during nights
Quote:
|
Re: [Question] Disconnect Internet during nights
I have solved the problem with ProfilesX and fcron. I have made a special night-time profile (normal volume for calls, silent for sms/email) and fcron activates it at specified time and switches back to general profile at morning.
|
All times are GMT. The time now is 21:24. |
vBulletin® Version 3.8.8