|
|
2010-03-12
, 15:56
|
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#2
|
dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:IAP_ID uint32:0
|
|
2010-03-12
, 16:06
|
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#3
|
|
|
2010-03-12
, 16:27
|
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#4
|
I found a part of the solution:
Disable WLAN:
Enable GPRS:Code:dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
But how do I detect if GPRS is already enabled or not?Code:dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:IAP_ID uint32:0
| The Following User Says Thank You to nicolai For This Useful Post: | ||
|
|
2010-03-14
, 19:02
|
|
|
Posts: 186 |
Thanked: 192 times |
Joined on Jan 2010
@ Finland
|
#5
|
| The Following User Says Thank You to juise- For This Useful Post: | ||
- how can I produce a simple beep sound?
a system beep is not installed & apt-get doesn't have it.
- how can I detect if the cellphone dataconnection is enabled or not? If not, how can I enable it or switch from LAN connection to cellphone dataconnection?
There must be somesort of dbus/system command for it, I think.
Does somebody know the sollution? That would be great!