Hi experts,
i have written a code to retrieve cell id for nokia n82.
my code is as follows
saved this as cellid.pyCode:import location import appuifw a = location.gsm_location() word = appuifw.note(u"cellid is :" + str(a))
i copy this file to device (E:/Python), and i used python to open this file(which is signed from opensymbian), i am getting the cell id. its correct. (cellid is: (404,86,50004,17281))
Then i made this py a sis file, using ensymble.
After installing in the device, The result showing is "cellid is:None". I signed my application from opensigned with all capabilities, still the result is same.
Did i go wrong somewhere?
Please help,
Thanks in advance,
Rabeeh

Reply With Quote


