I would like to build a mobile phone tracking application for feature phones which have minimum of gprs connectivity. I would like a user to log in to the application and be able to see the location of their phone through google maps. Any resources or information will be highly appreciated. I would preferably use python.
I would like to build a mobile phone tracking application for feature phones which
Share
As far as I know, there is no way to get Python code running on that kind of mobile platform.
Try looking up JavaME and/or Brew. Further, you will need the carrier and device maker to allow your app the get access to the phone’s GPS information. This is not a given on the low-end devices.
As a first step, most carriers have a free developer relation program. Sign up there and you will have access to many forums with experts in the field.
Good luck. 🙂