View Single Post
Posts: 540 | Thanked: 288 times | Joined on Sep 2009
#61
Originally Posted by deadmalc View Post
would it be feasable to have an app that disconnects the internet if you go on a 2G link then reconnects on 3G?
ive missed a few calls because of this already and it is becoming annoying.
I'd guess the radio interface will emit DBus signals on status changes, if this is the case then it's relatively simple, make a program that listens for those signals and then does the network connect/disconnect accordingly.

icd_dbus_test.py has some python code for talking with ICD (note: it's my personal test script so it might do different things from time to time), see also http://www.qaiku.com/go/56ho for enabling eavesdropping on the DBus (for reverse-engineering stuff that either is not documented or is documented wrong...)
 

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