I am testing the N95 build in GPS but it is being unresponsive when using it from python. Basicly I am just using the code from the documentation so far:
positioning.set_requestors([{"type":"service", "format":"application", "data":"gpstest2"}])
print "***position info***"
print positioning.position()
The default device is the assisted GPS so I am just using the default. Also I am using a signed version of the python script shell. Any suggestions to why the GPS isn't responding even when there is a signal (accessing it normally from maps works just fine)?

Reply With Quote

