|
2010-03-08
, 13:12
|
Posts: 2 |
Thanked: 2 times |
Joined on Mar 2010
|
#22
|
The Following User Says Thank You to happy_n900_user For This Useful Post: | ||
|
2010-03-08
, 19:53
|
Posts: 2 |
Thanked: 2 times |
Joined on Mar 2010
|
#23
|
The Following User Says Thank You to happy_n900_user For This Useful Post: | ||
|
2010-03-09
, 15:59
|
Posts: 27 |
Thanked: 74 times |
Joined on Nov 2009
|
#24
|
|
2010-07-03
, 21:19
|
Posts: 2 |
Thanked: 0 times |
Joined on Jun 2010
|
#25
|
import dbus bus = dbus.SystemBus() proxy = bus.get_object("com.nokia.phone.net","/com/nokia/phone/net",False) cell_info = proxy.get_registration_status(dbus_interface="Phone.Net") print cell_info
Tags |
cell id, location, n900, python |
|
When i run it i get:
Anyone know what could be wrong?