How do I connect the Sony Tablet™ device with adb protocol through USB?
IMPORTANT: Before beginning any of these procedures you will need to follow these steps to enable the USB Debugging mode on the Sony Tablet device.
- On the desktop, tap the Home icon.
- In the upper-right corner of the desktop home screen, tap the Apps icon.
- In the Apps screen, tap the Settings icon.
- In the Settings screen, tap to select Applications.
- In the Applications screen, tap to select Development.
- In the Development screen, tap to select USB debugging.
- At the Allow USB debugging prompt, tap OK.
You can now proceed with the appropriate operating system instructions:
- Windows 7, Windows Vista and Windows XP -
-
- Install the Google Android SDK and USB driver as described at the following Google Android SDK sites:
-
- Installing the Google Android SDK - http://developer.android.com/sdk/installing.html
- Google USB Driver - http://developer.android.com/sdk/win-usb.html
- Once the Google Android SDK and Google USB Driver are installed, open the android_winsub.inf file and copy the the following descriptions into the [Google.NTx86] and [Google.NTamd64] sections of the extras\google\usb_driver\android_winusb.inf file:
-
- ;SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01 - ;SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
- ;SONY Sony Tablet P
- Open a command prompt and enter the following command: echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
- Macintosh OS10 and OS10.6.8 -
-
- Install the Google Android SDK and USB driver as described at the following Google Android SDK sites:
-
- Installing the Google Android SDK - http://developer.android.com/sdk/installing.html
- Google USB Driver - http://developer.android.com/guide/developing/device.html#setting-up
- Open a shell prompt and enter the following command: echo "0x54c" >> /.android/adb_usb.ini
- Linux Ubuntu 11.04 -
-
- Install the Google Android SDK and USB driver as described at the following Google Android SDK sites:
-
- Installing the Google Android SDK - http://developer.android.com/sdk/installing.html
- Google USB Driver - http://developer.android.com/guide/developing/device.html#setting-up
- Once the Google Android SDK and Google USB Driver are installed, utilize 0x54c as USB Vendor ID on creating new udev rule file(51-android.rules).
- Open a shell prompt and enter the following command: 0x54c" >> /.android/adb_usb.ini