Reputation: 41
There are quite a lot of other things I tried already, but since I've been trying to solve this for 2 days already, I basically already tried every possible solution that is out there on the internet. Please help.
Upvotes: 4
Views: 13480
Reputation: 1
I had the same problem that is no Android driver for Sony Xperia J installed
Solution here : install Sony Companion http://www-support-downloads.sonymobile.com/Software%20Downloads/PC%20Companion/Sony%20PC%20Companion_Web.exe
Enjoy!
Upvotes: 0
Reputation: 359
I found out that you must put your phone in Mass Storage mode, as default is MTP mode. As simple as that @#! And I spent hours trying all sorts of things reading posts.
Settings / Xperia / USB Connectivity / USB Connection Mode and select MASS Storage, not MTP. I did uncheck Install PC Companion. It work right away. No need to Update drivers, no need to change the android_winusb.inf. You may need to kill adb.exe before trying again adb devices.
That was it for me :)
Upvotes: 6
Reputation: 11
Answer for Sony Xperia Tablet S:
enter Sony repository in SDK manager (tools -> manage add-on sites -> user-defined sites - new) http://dl-developer.sonymobile.com/sdk_manager/Tablet-SDK-Add-on.xml
in main SDK manager, select "repository" (bottom part of screen)
Modifying the Google USB driver
this directory contains android_winusb.inf
(this will have to be different in your case)
;SONY Sony Tablet S %CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
to sections
[Google.NTx86] [Google.NTamd64]
open cmd shell
Installing the Modified driver
the device should now show up as "Android Device - Android ADB Interface" (still in device manager
the above should do the trick.
try $ANDROID_PATH\sdk\platform-tools\adb devices
it should list the new device now (before it will be inivisble)
Info used:
links in next post due to restriction
Upvotes: 1