how can I check the 1024 bug-fix?

xChris csynt8bit at gmail.com
Mon Feb 1 21:45:21 CET 2010


this..

------------------------
#!/usr/bin/python

import dbus
import dbus.glib
import gobject
import datetime
   
def onNetworkStatus(status ):
        print '[%s] Signal : cid=%s, lac=%s' % 
(datetime.datetime.now(),status['cid'],status['lac'] )

bus = dbus.SystemBus();

bus.add_signal_receiver( onNetworkStatus,
                         "Status",
                         "org.freesmartphone.GSM.Network",
                         "org.freesmartphone.ogsmd",
                         "/org/freesmartphone/GSM/Device" )

gobject.threads_init()
dbus.glib.init_threads()
main_loop = gobject.MainLoop()
main_loop.run()

------------------

thx

chris


-- 
View this message in context: http://n2.nabble.com/how-can-I-check-the-1024-bug-fix-tp4496461p4496786.html
Sent from the Openmoko Community mailing list archive at Nabble.com.



More information about the community mailing list