如何让 x10 mini 显示在 osx 上的 adb 设备中?
我无法让 x10 mini 显示在“adb devices”中(仅显示模拟器)。手机处于 USB 调试模式,其他应用程序被禁用,并且在 OSX 上我不需要为手机下载任何 USB 驱动程序,那么这里出了什么问题呢?
/Developer/Utilities/usb 探针将电话报告为:
Descriptor Version Number: 0x0200
Device Class: 0 (Composite)
Device Subclass: 0
Device Protocol: 0
Device MaxPacketSize: 64
Device VendorID/ProductID: 0x0FCE/0x2138 (Sony Ericsson Mobile Communications AB)
Device Version Number: 0x0224
Number of Configurations: 1
Manufacturer String: 1 "SEMC"
Product String: 2 "SEMC HSUSB Device"
Serial Number String: 3 "4342xxxx314A5151xxxx"
感谢您的帮助
I cant get x10 mini to show up in "adb devices", (only emulators show up). Phone is in usb-debugging-mode, thethering-applications are disabled and on OSX I shouldn't need to download any USB drivers for the phone, so whats wrong here?
/Developer/Utilities/usb probe reports phone as:
Descriptor Version Number: 0x0200
Device Class: 0 (Composite)
Device Subclass: 0
Device Protocol: 0
Device MaxPacketSize: 64
Device VendorID/ProductID: 0x0FCE/0x2138 (Sony Ericsson Mobile Communications AB)
Device Version Number: 0x0224
Number of Configurations: 1
Manufacturer String: 1 "SEMC"
Product String: 2 "SEMC HSUSB Device"
Serial Number String: 3 "4342xxxx314A5151xxxx"
Thankful for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
运行命令
这将在您的 $HOME/.android 目录中创建一个 adb_usb.ini 文件。打开此文件后,您将看到:
只需向文件添加一个新行并写入 0x0FCE 保存该文件并退出。现在重新启动 adb 服务器:
adb devices 现在应该列出您的设备。
Run the command
This will create a adb_usb.ini file in your $HOME/.android directory. After you open this file you will see:
Just add a new line to file and write 0x0FCE save that file and exit. Now restart adb server with:
adb devices now should list your device.
您写道“网络共享应用程序已禁用。您是否在使用 EasyTether?您是否尝试过以下操作?:
You write "tethering-applications are disabled. Are you using EasyTether and did you try the following?: