人的 梦想,是不会结束的 ---- 马歇尔·D·帝奇
Sony Tablet S adb mode
Quote from XDA forum CaptainJack87
1.You must have Android SDK installed before you can proceed. If you don’t have it already, proceed to our guide on what is ADB and how to install it. Make sure you download the Google USB Driver Package as well.
2.Open the google-usb_driver folder that you will find inside your Android SDK folder.
3.Open the android_winusb.inf file in notepad or any text editor to edit it.
4.Add these lines under [Google.NTx86] or [Google.NTamd64] depending on whether you are using 32 bit or 64 bit Windows. If unsure, it is safe to add these under both these sections. ;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
Don’t edit or replace any other text that is already there; just add these new lines and save the file.
5.Open a command prompt window and enter this command: echo 0x054C >> "%USERPROFILE%\.android\adb_usb.ini"
Note: this is where you have to use 0x054C instead of what is at the link, otherwise it wont work
Now your Android SDK drivers are configured to support any Nvidia Tegra based tablet. To be able to use ADB and other SDK tools with your device, you can proceed as follows:
1.On your tablet, go to Menu > Settings > Applications > Development and enable ‘USB Debugging’.
2.Connect your tablet to your PC via USB. You will get a notification that some drivers were not installed, which is OK for now.
3.Right-click ‘Computer’ and click ‘Manage’. Identify your device from the list, right-click it and click ‘Update Driver Software..’.
4.Choose to browse your computer for driver software and then select to pick from a list device drivers on your computer.
5.Choose to view all devices and click ‘Have Disk…’.
6.Browse to the google-usb_driver folder inside your Android SDK folder and select the android_winusb.inf file.
7.If you get any warnings prompts telling you that the driver might not be compatible, just choose to continue installing.
8.Once the drivers have been installed, you should be able to use ADB with your device.
9.To confirm that your device is recognized, launch a Command Prompt window and enter these commands: adb kill-server
adb start-server
adb devices
Sony Tablet S (Android 3.2) play music from SD Card
With Android 3.2 update, you can play music or video directly from your SD card without importing into your tablet (using media player from android market). This neat feature let you expend your storage up to 32GB more while free up the limited internal storage. (since SDHC is upto 32GB) And of course, you can always exchange the SD card to gain more control.
The following procedure applys to Sony Tablet S. Other device should be similar.
To do this,
1. Upgrade to Android 3.2. To confirm you have Android 3.2, go to "Setting" -> "About tablet", look at under the Android version.
2. Insert your SD card into the slot. You can even close the door with SD Card inside. Slick!!!!
3. Install "ES file manager" (Free from android Market). This is use to move files within the Tablet. Other file manager should do it too.
4. Open "ES File Manager". First, you have to change some settings so that it can see the /mnt/ (important). Open the "settings" of ES File Manager. Then click "Home Directory" and change the text in the input box to "/mnt/"
5. Go back to ES File Manager "local". Broswe until you reach "/mnt/". Now you should see many folders. Only two you should use, these are "sdcard" and "sdcard2". "sdcard" is your building storage and "sdcard2" is your SD Card.
6. Move/copy your mps or video files to the "sdcard2" and you are ready to play it directly. (Of course, you can always copy files to your SD Card directly on your PC's card reader and use it). The key here is that the SD card is in "/mnt/SDCard2/". Note that other tablet may have different names. For example, Xoom has the SD card in "/mnt/external1/"
7. Install "Meridian Media Player" from Android Market (Free)
8. Click the "Folder" Tab in Meridian Media Player. Navigate to "/mnt/sdcard2" play / add to play list.
9. Enjoy your music / video directly from the SD Card
Sony Tablet S Recovery Mode
You can always restore to factory default from settings. However, in case the device wont be able to enter the home screen. You can do this:
Quote from XDA forum CaptainJack87
a) Hold down power and volume UP button
b) when SONY logo appears, release power button but keep pressing volume UP button
c) until it loads into recovery
Sony Tablet S adb mode
Sony Tablet S (Android 3.2) play music from SD Card
Sony Tablet S Recovery Mode