简体   繁体   English

索尼设备Xperia XA ADB驱动程序不起作用

[英]Sony device Xperia XA ADB driver not working

I download the XA driver in this link. 我在此链接中下载了XA驱动程序。 http://developer.sonymobile.com/downloads/drivers/xperia-xa-driver/ But I cannot run my XA in ADB. http://developer.sonymobile.com/downloads/drivers/xperia-xa-driver/但是我无法在ADB中运行XA。

I have done the following steps : 我已完成以下步骤:

  1. Plugin my XA in Win7 USB 将我的XA插入Win7 USB
  2. Turn on XA developer mode, turn on USB debugging 打开XA开发人员模式,打开USB调试
  3. Select USB config. 选择USB配置。 PTP (and I also tried MTP) PTP(我也尝试过MTP)
  4. Install XA driver in my Win7. 在Win7中安装XA驱动程序。 Win7 device manager showing Sony so0116 ADB interface Driver (I have installed 2 times, 1 for PTP, 1 for MTP) Win7设备管理器,显示Sony so0116 ADB接口驱动程序(我已安装2次,PTP 1次,MTP 1次)
  5. In my Android sdk tool, I type command "adb devices" and my XA didn't show up ( my another testing device is showing) 在我的Android sdk工具中,我键入命令“ adb devices”,而我的XA没有显示(我的另一个测试设备正在显示)
  6. Restart Win7 and XA 重新启动Win7和XA

Any advice or other work around? 有什么建议或其他解决方法吗?

Thanks. 谢谢。

Finally get it done. 终于完成。 But even I don't know how to make it work. 但是,即使我也不知道如何使其工作。 Just post whatever I have done and try if you need to. 只需发布我所做的一切,然后尝试即可。 (Sony Xperia XA, with Win7) (Sony Xperia XA,带有Win7)

  • Install "15 sec adb installer v1.4.2" all to "y/yes" (It recognize my phone as "SAMSUNG Android Phone") (And now you can use adb command in C:) 将“ 15秒adb安装程序v1.4.2”全部安装为“是/是”(它将我的手机识别为“ SAMSUNG Android Phone”)(现在您可以在C:中使用adb命令)

  • Turn on Phone, "USB Debug Mode", change USB config. 打开电话,“ USB调试模式”,更改USB配置。 to "PTP" (MTP is used by Xperia Companion in most case, otherwise should also work(didn't try)) 到“ PTP”(Xperia Companion在大多数情况下使用MTP,否则也应该起作用(未尝试))

  • In Win7 device manager, find the phone device ( ! sign if not install any drive ), uninstall whatever it is(reboot PC). 在Win7设备管理器中,找到电话设备(如果未安装任何驱动器,则显示!符号),卸载所有设备(重新启动PC)。

  • Right click the (! sign), manually choose your driver ((R)->(L)), choose "SAMSUNG Android Phone"(choose whatever it seems to be (but not to choose "ADB interface")). 右键单击(!符号),手动选择驱动程序((R)->(L)),选择“ SAMSUNG Android Phone”(选择任何看起来的样子(但不要选择“ ADB接口”))。 Then you should see and select "Google,Inc."(the good guy) at left side, And "Android ADB Interface" at right side. 然后,您应该看到并选择左侧的“ Google,Inc。”(好人),以及右侧的“ Android ADB Interface”。

  • In command line (CMD), type "adb kill-server" and "adb devices", ensure the device listed is about your phone (BlueStack or other emu. will also show up) 在命令行(CMD)中,键入“ adb kill-server”和“ adb devices”,确保列出的设备与您的手机有关(BlueStack或其他emu。也将显示)

PS seems "15 sec adb installer v1.4.2" did some tricks. PS似乎“ 15秒adb安装程序v1.4.2”做了一些技巧。 Go give it a try. 去试试看。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM