andy
andy

Reputation: 5

ADB can't list my device (Sony Xperia S)

I found that I cannot update my device to the ADB connectable driver, what's wrong with that???

When I updated my device to the adb connectable driver (..sdk\extras\google\usb_driver), and then press 'Next, it shows 'Window has determined the driver software for your device is up to date. WPD Composite Device'

I have already spent many hours to the solve,please help me.

Upvotes: 0

Views: 1331

Answers (2)

orium
orium

Reputation: 3813

I had same problem with my xperia u, and I use this page to download driver. After intalling driver, adb works with device like a charm.

Upvotes: 1

Erowlin
Erowlin

Reputation: 10287

Try executing adb kill-server, adb start-server and replug the device.

Also, find the adb_usb.ini file (usually in your home folder) and add a line with 054c (Extracted from the official documentation).

Upvotes: 0

Related Questions