Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear,

hi i want location of device based on the network so find cellid then how can i find location from thatn cellid of extranal device
Posted
Comments
ridoy 16-Dec-13 6:52am    
not clear enough, do you want to find your device location?

1 solution

What you need to do is turn the Mobile Country Code (MCC) and Mobile Network Code (MNC) from the tower into a longitude and latitude which can then be looked up on a map service.

So you need to be looking for a database that stores this data like

cell2gps[^]

or

opencellid/[^]

Grab the codes from the phone, look up long and lat, map those to find location

/Darren

Edit: take a look at Android Phone Status Sample[^]

/Darren
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900