Saturday 2 March 2013

How to connect Sony Xperia S Tablet with adb protocol through USB?

There is a FAQ on Sony's website. Please see the link as below.

http://www.sony.com.au/support/faq/474653/product/sgpt122au

Unfortunately, it didn't resolve the issue. I followed the steps in FAQ many times, while system (Windows 7) still couldn't find the driver.

When checked the device properties, I found the following page which showing the Hardware Ids.

Then I did the search with those Ids, found the descriptions as below. And append those descriptions into android_winusb.inf file, then tried to update the driver again. It worked!

;SONY Sony Tablet P
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_04D2
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
;SONY Sony Tablet S
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_05B4
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
;SONY Xperia Tablet S
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_06AD
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_06AD&MI_01
;SONY Walkman Z
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_0691
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_0691&MI_01

Hope this can help people save some time.

2 comments:

  1. Thank you a lot a lot a lot a very lot for this information !
    i own a xperai tablet (france) and even not sony support could help me to solve this issue. Now i can develop&program with xperia tablet and eclipse+adb.

    thank you.

    Also, another source :
    http://signalshonan.ddo.jp/modules/d3diary/index.php?page=detail&bid=99

    ReplyDelete
  2. You're welcome! Michael

    You're right. Couldn't find much information about it on the web. I only found some page in Japanese when searched by those Ids. And I did try to post a feedback on Sony's FAQ page, but it didn't allow me to do so.

    Glad it can help you!

    Happy Android developing!

    ReplyDelete