Hi,
I recently dived into the GPS capabilities of the N95 8Gb familiarized myself with Symbian & Python, but still learning.
I'm trying to update a Google Map on a Drupal website while travelling around with a N95. For this I'm testing a recent Drupal module, called Whereis.
The Drupal Whereis module interfaces with a Symbian Python script client and receives GPS updates through the Drupal xmlrpc.php interface.
Now the N95 runs Symbian/S60 V30.0.018. and has Python 1.9.6. installed with Python shell 1.9.4_3rdEd
When i run the Whereis.py script i get a permission denied from Symbian. As far as i understand it now, Location Capability is required to grant Whereis.py access to the GPS coordinates. Current capabilities are listed in the shell:
- NetworkServices
- LocalServiceas
- ReadUSerData
- WriteUserData
- UserEnvironment
My question: What's the shortest route to get Location Capability for this Python app. I can't upgrade Symbian to the latest version on the short term.
I understood that more recent Python variants have Location Capability onboard without signing, however assume Symbian V32. Unfortunately i can't upgrade now, so i'm looking for alternatives to
get Location Capability set for the Python app. I'm sort of lost in the woods where to start.
Any help is appreciated
Thx
Arno

Reply With Quote




