retrieve GSM CellId,mnc,mcc using java script

蓝咒 提交于 2019-12-13 21:58:21

问题


i am developing a mobile web application. i want to find the user current location even when device GPS is off. after some google search i found that opencellid database we can retrieve the latitude and longitude of mobile by passing cellId,mnc,mcc to the opencellId.

is there any way to get the cellId,mnc,mcc by using java script or java program?please suggest any others ways if possible. This is a mobile web application.

Thanks and Regards, vinay


回答1:


It is not possible to get telephony information using a Web Application. You need to implement specific Apps running on mobile.



来源:https://stackoverflow.com/questions/10615030/retrieve-gsm-cellid-mnc-mcc-using-java-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!