Motorola CLIQ XT 上的网络接口名称是什么?

发布于 2024-08-28 07:52:35 字数 483 浏览 7 评论 0原文

Android 接口上的网络接口在文件系统中以目录形式列出,位于 /sys/class/net/ 中。

对于大多数 Android 设备,用于 gprs 流量的网络接口称为 rmnet0,对于 Wi-Fi,它通常是 eth0tiwlan0

我怀疑 Motorola CLIQ XT 的手机接口是 rmnet0,但我想确认这一点并知道 Wi-Fi 接口的名称。

另外,最好知道该型号的设备 ID。这是 Java SDK 中作为 android.os.Build.DEVICE 提供的值。 (例如,T-Mobile G1 使用dream,Samsung Galaxy 使用GT-I7500,Motorolda Droid 使用sholes。)

The network interfaces on Android interfaces are listed as directories in the file system in /sys/class/net/.

For most Android devices the network interface for gprs traffic is called rmnet0 and for Wi-Fi it's usually eth0 or tiwlan0.

I suspect that the cell interface for the Motorola CLIQ XT is rmnet0, but I would like to have this confirmed + know the name of the Wi-Fi interface.

Also it would be good to know the device id for this model. This is the value available as android.os.Build.DEVICE in the Java SDK. (E.g. T-Mobile G1 uses dream, Samsung Galaxy uses GT-I7500, and Motorolda Droid uses sholes.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

染年凉城似染瑾 2024-09-04 07:52:35

事实证明,运行 Android 1.5 的 Motorola CLIQ XT (Zeppelin/MB501) 有一个名为 rmnet0 的蜂窝网络接口和一个名为 eth0 的 Wi-Fi 网络接口>。设备的 ID 是 zeppelin

Turns out the Motorola CLIQ XT (Zeppelin/MB501) running Android 1.5 has a cell network interface called rmnet0 and a Wi-Fi network interface called eth0. The device's id is zeppelin.

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