This post is a continuation of
http://community.thunkable.com/t/expiration-time-for-application/9775
that post started with “Expiration time for application” but then it was diverted to Cell finder.
- When our phone is in a cellular net, we get several parameters:
MCC (Mobile Country Code), MNC (Mobile Network Code), LAC (Local Area Code) and CellID.
Then in other web page we put those parameters and get our location:
http://cellidfinder.com/
- With this link can get lat and long:
https://www.mylnikov.org/archives/1059
API example:
https://api.mylnikov.org/geolocation/cell?v=1.1&data=open&mcc=250&mnc=2&lac=7840&cellid=200719106
App inventor. Localizador de antenas de telefonía móvil Cellidfinder. (Spanish tutorial)
https://developers.google.com/maps/documentation/geolocation/intro?hl=es
6 Likes
Do You have any AIA for test?
@fabioirmao
Here an example, you can optimize my code, it is only a rapid code.
You can put those numbers in http://cellidfinder.com/cells and get Station Base position.
Those numbers in Public mobile cells position database. Geo-Location API « Alexander Mylnikov get Lat and Long
With Lat and Long and Google maps get your approximate position in map.
LocalizadorMovil.aia (10.3 KB)
http://kio4.com/appinventor/
Data base mylnikov doesn’t contain you Station Base
https://www.cell-id.info/?lang=en
when i replace the valve 11 with 7 i t fine
link give give my location
but app not given that
My extension code get OK mnc, mcc, lac, cellid but data base of mylnikov doesn’t contain your station base, and doesn’t return lat and long.
for lat and long . i can use location senser ?
Location sensor works with GPS (satellite)
Phone signal mnt, mmc,cellid… get numbers from Station Base (not satellite GPS)
the tricks is get your position without GPS, only with phone signal.
You can open Google map, simply get your lat and long by sensor location and then
https://www.google.es/maps/@YOURLAT,YOURLONG,300m/data=!3m1!1e3
http://kio4.com/appinventor/5sensores.htm
we can use https://www.cell-id.info/?lang=en api ?
using this extension we can get incoming call or sms dilvary report caller details ?