Getting Tower Gsm Location Lat Lng
I would like to know a method or a way to find the location of the cell the mobile is connected to (GSM one) This is my class: package com.example.signal; import java.io.File; im
Solution 1:
To know the position of the current GSM cell, you need a database of cell Ids and their location. If you aren't a network operator, there is no really good, authoritative source for this information, because they don't publish it.
If you just want a position fix for the device, try this SO question.
Post a Comment for "Getting Tower Gsm Location Lat Lng"