綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[分享] Kindle Fire 目前看到最清楚的root法

[複製連結] 查看: 40701|回覆: 9|好評: 1
跳轉到指定樓層
樓主
shakaka | 收聽TA | 顯示全部樓層 回帖獎勵 |倒序瀏覽 |閱讀模式
發表於 2012-1-27 09:30

馬上加入Android 台灣中文網,立即免費下載應用遊戲。

您需要 登錄 才可以下載或查看,沒有帳號?註冊

x
本帖最後由 shakaka 於 2012-1-31 08:07 編輯

How to Root Kindle Fire

Disclaimer: I accept absolute no responsibility for anything that happens to your device. You have been warned. If you don’t know what you’re doing, don’t do it. That being said, the video is super easy to follow for those comfortable with rooting their Kindle Fire.

Tools needed: USB Micro Cable, Kindle Fire, Windows, Android SDK Manager, Java SE Development Kit (JDK), adb_usb, SuperOneClick v 2.2

Step 1: On your Kindle Fire go to More > Settings > Device > and turn “Allow Installation of Applications” to On.
第一步:將kindle fire上的設定依照 More > Settings > Device >  將“Allow Installation of Applications”開到ON

Step 2: Download and install the Android SDK Manager. It may require to to install the Java SE Development (JDK) if you don’t already have it. I recommend installing to C:\Android for convenience.
第二步:下載並安裝Android SDK Manager,在安裝前可能會需要事先安裝Java SE Development (JDK),方便起見可以把Android SDK Manager 安裝至C:\Android

Step 3: Start Android SDK Manager.

Step 4: Uncheck Android 4.0 and check Android 2.33. Also ensure that Google USB Driver Package is checked. Click install packages. It will install the SDK first, and then you must click install again to install the Google USB Driver Package. Once complete close the Android SDK Manager.
第四步:把 Android 4.0 的勾取消然後勾選 Android 2.33。也要確認有勾選 Google USB Driver Package。按 install packages。他會先安裝SDK所以需要再按一次install去安裝Google USB Driver Package。安裝完畢就可以把 Android SDK Manager關閉


Step 5: Navigate to C:\Android\extras\google\usb_driver and right click on android_winusb and select “open with”. Open it with Notepad.
第五步:去到 C:\Android\extras\google\usb_driver 的路徑,將android_winusb 以筆記本的方式打開。

Step 6: Find the following lines [Google.NETX86] and [Google.NTamd64] and place the following text directly under each line and save and close the file:
第六步:找到 [Google.NETx86]和[Google.NTamd64]這兩行,把底下的文字複製到這兩行正下方。

;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01


Step 7: In Windows Explorer go to %USERPROFILE% and select Organize > Folders and search options > View > select Show hidden files, folders, and drives > click Apply and OK.
第七步:用Windows Explorer去到 %USERPROFILE% 將隱藏資料夾打開。

Step 8: Download and extract this folder to your default user directory and drag the .android folder outside into your default %USERPROFILE% directory. Inside you will find adb_usb.inf. Open that file with Notepad and verify the value contained is: 0×1949.
第八步:下載英文部分的那個資料夾,解壓縮到user directory,再將 .android 資料夾拉入%USERPROFILE%位置,在資料夾內會有adb_usb.inf把它的內容改成0×1949

Step 9: Plug in your Kindle Fire, and go to Device Manager. You will see Kindle Fire under “other devices”. Right click on Kindle fire, and select Update Driver Software > Browse my computer for driver software. Make sure “include subfolders” is checked, then click Browse and navigate to C:\Android\extras\google\ and click OK then Next. You may receive a warning that “Windows can’t verify the publisher of this driver software” but that’s okay. Double click “Install the driver software anyway”. Windows will install the driver, and you should receive a confirmation that it installed the “Android Composite ADB Interface”. You’ll then notice this interface under “Android Phone” in device manager. You’ve completed the driver installation, close out of device manager.
第九步:把Kindle Fire插上電腦,開啟裝置管理員。會發現Kindle Fire是other devices 在它上面案右鍵選擇Update Driver Software > Browse my computer(在我的電腦上瀏覽),要確定包括以下資料夾有勾選,然後找到C:\Android\extras\google\ 按OK,可能會收到警告訊息Windows can’t verify the publisher of this driver software,這是沒關係的,按兩次Install the driver software anyway,他會開始安裝,最後會顯示Android Composite ADB Interface已安裝,會是在Android Phone以下的,成功安裝後,關閉程式管理員。

Step 10: Go to start and type CMD to open terminal. At the terminal type the following:
第十步:按開始,打入cmd接下來照著以下打入:

cd \
cd Android
cd platform-tools
adb kill-server
adb devices


This is assuming that you installed the Android SDK in the root directory of the drive as outlined in Step 1.

If successful you will get a message that looks like the following:
如果成功了,你會看到以下訊息:

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
5246002600000001 device

Close out of the command prompt.
關閉command prompt

Step 11: Download SuperOneClick v2.2.zip, extract it and open the SuperOneClick program. Again, make sure your Kindle Fire is plugged in using the USB Micro cable. It should acknowledge that it is hooked up to your computer. Click Root in the upper left hand corner of SuperOneClick and your Kindle Fire will be rooted!
第十一步:下載 SuperOneClick 並打開,確定KINDLE FIRE有連接在電腦上,接下來按左上角的Root,你的Kindle Fire就會root了。


第八步的連結和原始網頁在此
轉錄自kindlefirewire
有問題請回復,可以的話我會盡量回答~
「用Android 就來APK.TW」,快來加入粉絲吧!
Android 台灣中文網(APK.TW)

評分

參與人數 2碎鑽 +1 幫助 +2 收起 理由
martha + 1 很給力!
tsr91 + 1 + 1 非常讚

查看全部評分

收藏收藏3 分享分享 分享專題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

沙發
 樓主| shakaka | 收聽TA | 顯示全部樓層
發表於 2012-2-2 17:38
本帖最後由 shakaka 於 2012-2-2 17:42 編輯


可能是SuperOneClick還沒有支持到6.2.2耶
有另外一個一鍵root的程式
叫做unlock root
這個應該就可以了

按Root,會跑出偵測出的Device,選它以後就會開始Root了

評分

參與人數 1幫助 +1 收起 理由
tim-yang + 1 偶像,看完你的內容,讓我找到了活著的意義.

查看全部評分

用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則