Not sure if anyone cares... but i got cell_info with python like this:
Code:
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