有没有办法将 LTE 适配器用作 Android 手机的外部天线?
我一直在研究如何使用此设备作为 Android 的外部天线电话。理想情况下,我希望能够利用手机的 Micro USB 端口来连接设备并为手机提供 LTE 服务,而无需 root 手机。是否可以利用手机的 Micro USB 端口?如果可以,如何利用?我在网上搜索方向和答案,但没有找到任何东西。
I’ve been investigating how to use this device as an external antenna for an Android phone. Ideally I’d like to be able to take advantage of the phone's Micro USB port to connect the device and provide the phone with LTE service without rooting the phone. Is it possible to take advantage of the phone Micro USB port, and if so how? Ive search the web looking for direction and answers, and have failed to find much of anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是天线,而是封装在一起的整个无线电、调制解调器和天线。
除非您对平台和内核驱动程序进行重大软件修改,否则您无法在 Android 手机上使用它,这种修改不仅需要 root,还需要大量专业知识和坚定的开拓性工作。本质上,您需要一个支持 USB 主机模式的内核,一个可以在 Android 内核中内置的加密狗的 Linux 驱动程序,然后您需要说服 Android 的用户空间部分使用该无线电调制解调器而不是内置调制解调器。
您还需要一个定制线束,为调制解调器提供 USB 电源,因为大多数 Android 手机即使将软件更改为 USB 主机模式,也无法为 USB 配件供电。
That's not an antenna but an entire radio, modem, and antenna packaged together.
You cannot use this with an android phone unless you make major software modifications to the platform and kernel drivers, of a sort that require not only root but a lot of specialized knowledge and determined, pioneering work. Essentially you need a kernel that supports USB host mode, a linux driver for that dongle that can be built in your android kernel, and then you need to convince the userspace parts of android to use that radio modem instead of the built-in one.
You will also need a custom wiring harness that supplies USB power to the modem, as most android phones cannot supply power to a usb accessory even once the software is changed to put them in usb host mode.