This Android program will help you to search the All India Cell ID Address of a BTS/Tower Location and will also display Latitude and Longitude on Cell ID Number. You have to create your own database.
It displays the Address, Latitude & Longitude of a Cell ID. (GSM+CDMA)
Note: We do not provide the Cell ID Database. User has to create the database by using below mentioned details.
1. Create ‘Cell ID Database’ folder in root directory of SD Card (External Storage).
2. Create SQLite database using following schema…
Table [Data],
Fields =
[Type]: INT
[Lac]: INT
[Cid]: INT
[Address]: CHAR
[Lat]: DOUBLE
[Long]: DOUBLE
[VLookup]: CHAR
Table [android_metadata], Fields = [locale]: TEXT DEFAULT ”’en_US”’ (One record containing default value)
3. Import data from the file received from respective operator.
4. Name the database file according to it’s Circle & Operator names.
(i.e. Mumbai – Vodafone.db)