Motorola CLIQ XT 上的网络接口名称是什么?
Android 接口上的网络接口在文件系统中以目录形式列出,位于 /sys/class/net/ 中。
对于大多数 Android 设备,用于 gprs 流量的网络接口称为 rmnet0,对于 Wi-Fi,它通常是 eth0 或 tiwlan0。
我怀疑 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,运行 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.