View Single Post
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#5
It doesn't, however it can run scripts.

Code:
#!/bin/sh
#connect
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0

Code:
#!/bin/sh
#disconnect
dbus-send --print-reply --system --dest=com.nokia.icd2 /com/nokia/icd2 com.nokia.icd2.disconnect_req uint32:0x8000
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post: