|
|
04-08-2012
, 01:42 PM
|
|
|
Posts: 254 |
Thanked: 142 times |
Joined on Dec 2010
@ Antwerp Belgium
|
#2
|
| The Following User Says Thank You to peter2p For This Useful Post: | ||
|
|
04-12-2012
, 10:29 AM
|
|
|
Posts: 2,271 |
Thanked: 4,132 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
![]() |
| Thread Tools | Search this Thread |
|
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 –– contactlaunch –– timenow
Nemo UX blog: Grog
My website: qwazix.com
My job: oob
Last edited by qwazix; 04-12-2012 at 10:25 AM.