Automated ADB Driver Installer for Sony Tablet S, P, and Xperia Tablet S

Search This thread

CoolApps

Senior Member
May 12, 2011
3,386
611
Managed getting it working on Windows 8 64 Bit but I had to do it manually for it to work.
EDIT: I lost ADB but this time I used the automated tool, it worked. ;)

Sent from my Sony Tablet S using xda premium
 
Last edited:

stifilz

Senior Member
Jan 9, 2012
1,836
1,175
NZ
Hey guys, my tab is back. YAY but it has R5a on it booooo.

Anyway since it was gone I updated to windows 8.

Was having trouble installing drivers..... Finally had them all sorted, bar Recovery driver.

Looked at driver properties and compared to .inf file and HAD TO ADD

Code:
;SONY Sony Tablet S 
%CompositeAdbInterface%     = USB_Install, USB\VID_054C&PID_05B4&REV_9999

Under the:

Code:
;SONY Sony Tablet S 
%CompositeAdbInterface%     = USB_Install, USB\VID_054C&PID_05B4&MI_01

Section. I guess the REV_9999 means the new version.

All is working now. Just thought I would post if others were having trouble.

Good Luck

Stifilz
 
Jul 15, 2007
33
0
cann't update mtp driver for win 7 ( recovery mode sony tab p )
please guide me how to install the driver, I did refer to the way but failed
 

Top Liked Posts

  • There are no posts matching your filters.
  • 35
    Based off the work of thecubed over in the Nook Color forums, I've created the equivalent ADB Driver installer for the Sony Tablets including the new Xperia Tablet S.

    thecubed's original thread for the Nook Color: http://xdaforums.com/showthread.php?t=910008

    The installer is fully automated and negates the need to install the Android SDK or edit any files.
    It has been tested under Windows 7 x32 and x64 and should also work for Vista and XP.

    ========================================
    As of 2012 November, Windows 8 requires you to disable driver signing and MANUALLY install the drivers.

    Method A:
    Open an ADMINISTRATOR Command Prompt:
    To disable driver signing, copy/paste the following commands:
    bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
    bcdedit -set TESTSIGNING ON

    [RESTART]
    (on your desktop you'll see the watermark: "Test mode'" until you re-enable driver signing).

    Re-enable driver signing:
    bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
    bcdedit -set TESTSIGNING OFF

    [RESTART]

    Method B:
    • From the Metro Start Screen, open Settings,
    • Click "Change PC Settings".
    • Click "General".
    • Scroll down, and click "Restart now" under "Advanced startup".
    • Click "Troubleshoot".
    • Click "Advanced Options".
    • Click "Startup Settings".
    • Click [Restart].
    • Choose "Disable driver signature enforcement" (Usually #7)
    • Install device drivers either through the automated tool or manually.
    ========================================

    (If you're running Windows XP, you may also need to manually install the MTP [media transfer protocol] drivers located here: http://android.mrboot.de/index.php?/archives/6-Sony-Tablet-S-MTP-driver-for-3G-version.html Thanks to cbuckmiller]

    It should be quick and painless for 95% of users but if the your tablet still shows up as an unknown device, I've also included step-by-step instructions to manually install the drivers (README.txt).

    ADB is also bundled in the ZIP file so you can run "adb devices" as well as any other commands.

    DOWNLOAD: http://d-h.st/tyd (7.27 MB)

    ADB is required to run djrbliss' Sony root exploit: http://xdaforums.com/showthread.php?t=1487020


    Windows 8 ADB installation:
    2
    Confirming this also works for ICS updated devices.
    2
    does not work with windows 8
    it works great with Windows 8, even on x64 version.
    1
    Thanks so much for this!
    It really helped me to root, itsaved me alot of time messing around to get ABD to work and your installer worked first time! Top class! Thanks mate.
    1
    cann't update mtp driver for win 7 ( recovery mode sony tab p )
    please guide me how to install the driver, I did refer to the way but failed

    Tried as above? You may have to modify the inf....