Reputation: 9083
I am able to get the Cell Id and LAC(Local Area Code). But don't know how to decode the location. I should not connect to internet and should get the cell tower location using Cell Id and LAC.
If remember the basic model phones(Not built on Android) have an option to get that. The option is something like "Cell Info Display". If we enable it it used to show the current area on Phone main screen.
Is there any way to get the local area where the phone connected to on Android?
Upvotes: 4
Views: 15945
Reputation: 1
You can you this android app to convert gsm location into gps coordinates GPS Convertor. Enter gsm coordinates as follow:
e.g: 123;456
Click 'Start Conversion' button to return GPS coordinates
Upvotes: 0
Reputation: 4256
There is a tutorial about this on AndDev.org:
Poor mans GPS - Cell(Tower)ID / Location Area Code -Lookup
Upvotes: 1
Reputation: 33782
Android's Network provider does this for you.
If you are using any Android phone you have this facility of getting your location from your Cell ID.
Upvotes: 0