続き。
基本的に、やってる事は下記のサイトの通りです。
( 1 )
http://www.hackmyandroid.com/root-vodafone-smart-tab-zte-v11a/22 ( 2 )
http://forum.xda-developers.com/showthread.php?t=1473555 ( ROOTING の項)
( 2 ) のサイトによれば CWM やら何やらをインストールできるみたいですが、そこまではしません。
( 1 ) の説明が分かりやすいと思います。
以下、 ( 1 ) の説明書きです。
要点だけ
注釈を入れてみました。
なお、 root 化に成功したら、 Google Play をインストールしましょう。
参照 URL :
http://tabkul.com/?p=15929----- 転載はじめ -----
Prerequisites- Backup all your applications using ASTRO File Manager.
- Back up all contacts to SD Card.
- Backup SMS on Android.
- Backup Call log on Android.
- Disable Anti virus and other security apps
- Enable USB Debugging by Settings>Applications>Development and ensure that USB Debugging is checked.
「設定 > アプリケーション > 開発」で USB デバッグを On にします。
- You must have Android SDK installed along with platform tools which can be downloaded from the SDK Manager. [Download]
SDK Manager をインストールします。
「 DOWNLOAD FOR OTHER PLATFORMS 」から installer_r21.0.1-windows.exe ( Recommended ) をダウンロードします。
- Make sure you have ZTE Drivers installed. [Download]
ZTE_Handset_USB_Driver.exe をインストールします。
Disclaimer:
HackMyAndroid is not responsible for any damage that might be caused to your device during this process though the possibility of any damage is negligible.
Try this at your own risk. Also note that rooting the device will void its warranty.
Steps to Root Vodafone Smart Tab- Download Fastboot+Superboot.img from here.
Fastboot と Superboot.img をダウンロードします。
- When you install Android SDK, you would get a folder called android-sdk (or) android-sdk-windows. If you are on Windows XP, you would have a platform tools folder in this location by default :
C:Program Files Android android-sdk
If you are using Windows 7, you would have the platform tools folder here
C: android-sdk-windows
installer_r21.0.1-windows.exe は、任意のディレクトリーにインストールすれば大丈夫です。
SDK Manager を起動して、 Android SDK tools と Android SDK platform-tools を最新にします。
- Copy the two downloaded files in the platform tools folder.
Note that the platform tools folder must have the file “adb.exe” within it.
Fastboot と Superboot.img を、 platform-tools フォルダーに入れます。
- Shift+ Right click on the Platform tools folder and select “Start Command Prompt here”. Optionally, open the command prompt and type cd [path to platform tools folder]
platform-tools フォルダーを開くのですが、 Windows 7 では「 Shift + 右クリック」です。
Windows XP では、コマンドプロンプトを開いて、「 cd ( platform-tools フォルダーへのパス)」を入力します。
- Connect your device to the Computer using USB Cable and having USB Debugging enabled as mentioned above.
次のステップに進む前に、本体のバッテリーレベルは 5 % くらいにしておく方がいいと思います。Windows が V66 のドライバーを探しに行くなどして一連の操作に失敗した場合、電池が切れるまでどうする事もできなくなるためです。
- Enter the following commands in Command Prompt:
adb reboot bootloader
fastboot boot superboot.img
この段階で SuperUser がインストールされて、 V66 が再起動します。
次の操作は必要ないと思います(笑)。
うまくいけば root 化は完了です。
- Your device will reboot with Superuser.apk installed. Now enter the following commands:
adb remount
adb shell
ln -s /system/xbin/su /system/bin/su
- Now you can exit ADB shell by typing the command “exit” and then type “adb reboot” to reboot your device.
In this way you can easily root Vodafone Smart Tab. If you face any issues, feel free to comment below or refer the original development thread.
----- 転載おわり -----
以上です~。
PR
COMMENT