如何在Android中使用CellID和LAC获取基站区域?

发布于 2024-12-07 01:48:36 字数 211 浏览 1 评论 0原文

我能够获取小区 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

橙味迷妹 2024-12-14 01:48:36

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

番薯 2024-12-14 01:48:36

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.

絕版丫頭 2024-12-14 01:48:36

您可以使用此 Android 应用程序将 gsm 位置转换为 GPS 坐标 GPS 转换器
输入 gsm 坐标如下:

  1. cellid
  2. ';'
  3. loc_area_code

例如:123;456

单击“开始转换”按钮返回 GPS 坐标

You can you this android app to convert gsm location into gps coordinates GPS Convertor.
Enter gsm coordinates as follow:

  1. cellid
  2. ';'
  3. loc_area_code

e.g: 123;456

Click 'Start Conversion' button to return GPS coordinates

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文