|
2012-04-08
, 17:42
|
|
Posts: 254 |
Thanked: 146 times |
Joined on Dec 2010
@ Antwerp Belgium
|
#2
|
The Following User Says Thank You to peter2p For This Useful Post: | ||
|
2012-04-12
, 14:29
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#3
|
/home/user/onWifiConnect.sh * * com.nokia.icd status_changed * WLAN_INFRA CONNECTED /home/user/onWifiDisconnect.sh * * com.nokia.icd status_changed * WLAN_INFRA IDLE
#!/bin/sh dbus-send --system --type=method_call --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.set_radio boolean:false
#!/bin/sh dbus-send --system --type=method_call --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.set_radio boolean:true
I have cell-modem-ui installed and I switch to tablet mode when I am home but I am looking for a more automatic solution.
Short version: I want cellular to turn off every time wifi is connected.
Any pointers to where should I begin?
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow
Nemo UX blog: Grog
My website: qwazix.com
My job: oob
Last edited by qwazix; 2012-04-12 at 14:25.