綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

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

[複製連結] 查看: 39905|回覆: 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)
回覆

使用道具 舉報

沙發
HolyShiits | 收聽TA | 只看該作者
發表於 2012-1-29 22:27
本帖最後由 HolyShiits 於 2012-1-29 22:30 編輯

這方法真不簡單。但應該需要經過翻譯一下。(個人覺得就算經過翻譯可能也會看不懂)

另外,Android SDK Manger 和 JDK 加起來的體積也不小。

呵呵,還是不考慮 Kindle Fire 了。。看起來,好難 Root 地說 = ="

評分

參與人數 1碎鑽 +1 收起 理由
shakaka + 1 謝謝建議 正在稍微翻譯

查看全部評分

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

使用道具 舉報

板凳
wasmeta | 收聽TA | 只看該作者
發表於 2012-1-30 17:09
其實一點也不難, 只是在第一次root時要在電腦安裝/設定麻煩一點.
我己經把kindle fire root 了幾次

點評

真的!其實不難,root完會頗有成就感  發表於 2012-1-31 07:35

評分

參與人數 1碎鑽 +1 收起 理由
shakaka + 1 謝謝支持~

查看全部評分

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

使用道具 舉報

地板
tim-yang | 收聽TA | 只看該作者
發表於 2012-2-2 15:17
請問一下
我到step 10都還有出現裝置序號

但到step 11按 Root後
卡在程式裡的step 7 <WaitForDevice>
按Shell Root也一樣
試過很多次都卡住

請問應該要怎麼解決
卡在最後一步真的很.....
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

5
 樓主| 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)
回覆 支持 反對

使用道具 舉報

6
wasmeta | 收聽TA | 只看該作者
發表於 2012-2-3 15:13
tim-yang 發表於 2012-2-2 15:17
請問一下
我到step 10都還有出現裝置序號

第10步是要按自己裝android-sdk裡platform-tools的位置去寫, 大多數都是在C:proform files > android > android-sdk > platformtools, 這就要改成:

cd \
cd proform files
cd Android
cd android-sdk
cd platform-tools
adb kill-server
adb devices
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

7
wasmeta | 收聽TA | 只看該作者
發表於 2012-2-3 15:17
其實頭9步都是只在第一次root機時去做, 之後再root的話就不再需要再做

評分

參與人數 1幫助 +1 收起 理由
tim-yang + 1 好內容。朕有賞,還不謝主隆恩.

查看全部評分

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

使用道具 舉報

8
tim-yang | 收聽TA | 只看該作者
發表於 2012-2-3 19:08
本帖最後由 tim-yang 於 2012-2-3 19:10 編輯

我成功root了
但要改成中文輸入法的時候就變磚......

現在救磚卡在這
  1. $ adb shell
  2. # cd /system/bin
  3. cd /system/bin
  4. # idme bootmode 4002
  5. idme bootmode 4002
  6. <idme> write 4002 to offset 0x1000
  7. # reboot
  8. reboot
複製代碼
idme bootmode 4002 這串輸入後他說
<idme>Invalid permission

可是我打idme ?
都還有出現那堆狀態
不知道為什麼無效

點評

for your reference: http://f.pil.tw/thread-890224-1-1.html  發表於 2012-2-7 14:16
沒有很清楚救磚耶 不好意思 可能要再研究  發表於 2012-2-7 11:29
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

9
tim-yang | 收聽TA | 只看該作者
發表於 2012-2-7 22:22
本帖最後由 tim-yang 於 2012-2-7 22:24 編輯

謝謝各位
我成功了~~
中文輸入法也弄好了

這次真的學到慘痛的經驗
開始邁向android的世界學習更多

評分

參與人數 1幫助 +1 收起 理由
shakaka + 1

查看全部評分

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

使用道具 舉報

10
tsr91 | 收聽TA | 只看該作者
發表於 2012-3-18 13:48
若有出one step click之類的root工具, 對我這樣的門外漢會比較方便, 有些環境設定還真不是普通的難
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

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

本版積分規則