如何在Android中使用CellID和LAC获取基站区域?
我能够获取小区 ID 和 LAC(本地区域代码)。但不知道如何解码位置。我不应该连接到互联网,而应该使用小区 ID 和 LAC 获取手机信号塔位置。
如果还记得基本型号的手机(不是基于 Android 构建的)有一个选项可以获取该信息。 该选项类似于“单元格信息显示”。如果我们启用它,它会显示电话主屏幕上的当前区域。
Android 上有没有办法获取手机连接的本地区域?
I am able to get the Cell Id and LAC(Local Area Code). But don't know how to decode the location. I should not connect to internet and should get the cell tower location using Cell Id and LAC.
If remember the basic model phones(Not built on Android) have an option to get that.
The option is something like "Cell Info Display". If we enable it it used to show the current area on Phone main screen.
Is there any way to get the local area where the phone connected to on Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
AndDev.org 上有一个关于此的教程:
Poor mans GPS - Cell(塔楼)ID / 位置区号 - 查找
There is a tutorial about this on AndDev.org:
Poor mans GPS - Cell(Tower)ID / Location Area Code -Lookup
Android 的网络提供商会为您完成此操作。
如果您使用任何 Android 手机,您都可以通过手机 ID 获取您的位置。
Android's Network provider does this for you.
If you are using any Android phone you have this facility of getting your location from your Cell ID.
您可以使用此 Android 应用程序将 gsm 位置转换为 GPS 坐标 GPS 转换器。
输入 gsm 坐标如下:
例如:123;456
单击“开始转换”按钮返回 GPS 坐标
You can you this android app to convert gsm location into gps coordinates GPS Convertor.
Enter gsm coordinates as follow:
e.g: 123;456
Click 'Start Conversion' button to return GPS coordinates