Adb Devices Command Doesn't Show My Xperia Z - Got Proper Drivers And All
Solution 1:
In case anyone else is still looking for a solution, this worked for me:
Download the device drivers from here http://developer.sonymobile.com/downloads/drivers/
Open the device manager, check whether your device name (e.g. C6903) is listed under "Other devices". If so, right click on it and select "update drivers", and use the ones you just downloaded. Done!
The problem is that the device connects as two separate devices when usb debugging is enabled on the phone, and windows didn't recognize the "debugging device". So I had to install the appropriate drivers manually.
Solution 2:
I figured that I need to use adb reboot-boatloader
to boot TO fastboot and not use any adb commands while in fastboot. This was basically what cost me over 4 hours. Hope it helps anyone.
Post a Comment for "Adb Devices Command Doesn't Show My Xperia Z - Got Proper Drivers And All"