重要: 在開始這些程序之前,您需遵守以下額外的步驟,以啟用平板電腦的 USB 偵錯模式。
- 在桌面上,輕按首頁圖示。
- 在桌面首頁畫面的右上方,輕按 Apps & Widgets 圖示。
- 在 Apps & Widgets 畫面中,輕按設定應用程式。
- 在設定應用程式中,輕按開發人員 選項圖示。
- 在開發人員選項畫面中,輕按以啟用 USB 偵錯。
- 在 USB 偵錯提示畫面中,輕按確定。
請按照適當的作業系統說明繼續執行:
如使用 Windows (Windows XP 搭載 Service Pack 3、Vista 和 7):
附註: 如使用 Windows XP 作業系統,請確定您的 VAIO 配備 Windows Media Player 版本 11 或以上。
1. 如 Google Android SDK 網站所述安裝 Google Android SDK 及 Google USB 驅動程式。
- 安裝 Google Android SDK:https://developer.android.com/sdk/installing.html
- Google USB 驅動程式:https://developer.android.com/sdk/win-usb.html
2. 完成 Google Android SDK 與 Google USB 驅動程式的安裝後,開啟 android_winsub.inf 檔案及複製和附加下列描述至 extras\google\usb_driver\android_winusb.inf 檔案的 [Google.NTx86] 與 [Google.NTamd64] 部分。
; Sony S1 Tablet WIFI
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_05B4
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
; Sony S1 Tablet 3G
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7100
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
; Sony S2 Tablet WIFI
%SingleAdbInterface% = USB_Install, USB\VID_054C&PID_04D2
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
3. 開啟命令提示字元並輸入下列命令:echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
如使用 Linux (Ubuntu 11.04):
1. 如 Google Android SDK 網站所述,安裝 Google Android SDK 及 Google USB 驅動程式:
- 安裝 Google Anroid SDK:https://developer.android.com/sdk/installing.html
- Google USB 驅動程式:https://developer.android.com/guide/developing/device.html#setting-up
2. 完成 Google Android SDK 及 Googke USB 驅動程式安裝後,利用 0x54c 作為 USB 廠商 ID 以建立全新 udev 規則檔案 (51-android.rules)。
3. 開啟殼層提示並輸入下列命令:echo "0x54c" >> /.android/adb_usb.ini。
如使用 Mac (Mac OS10 及 OS10.6.8):
1. 如 Google Android SDK 網站所述安裝 Google Android SDK 及 Google USB 驅動程式:
- 安裝 Google Android SDK:https://developer.android.com/sdk/installing.html
- Google USB 驅動程式:https://developer.android.com/guide/developing/device.html#setting-up
2. 開啟殼層提示並輸入下列命令:echo "0x54c">> /.android/adb_usb.ini。