- 09-17-2012, 04:51 PM
Thread Author #1
Root the Kindle Fire HD 7
First things first. If you bought a 7-inch Kindle Fire HD to hack, you're doing it wrong. Send it back and buy a Nexus 7. Having said that, here's what to do if you wanna do it anyway. Be warned that it's pretty easy for Amazon to check for root and block services.
If you're using Windows, install the adb driver.
Amazon has really good instructions for manually installing the Kindle Fire H adb driver for Windows through the SDK manager. Read them.
If you're not feeling all that, you can grab the package that method downloads and manually install it. . I just sucked them out of the SDK folder after the SDK manager downloaded them. These files are direct from Amazon.
Install using either method, then reboot your computer. Then download the attachment to this post, and extract it to a folder on your computer somewhere easy to get to.
Use the cable that came with the Fire (I had mixed luck with others). Connect the fire to the computer, then go into settings (+more in the notification shade) and choose Security, then enable adb.
Open the command prompt, and enter the following:
That deletes the local temp file, and replaces it with a symbolic link to the entire data folder. Next you need to rebootCode:adb shell rmdir /data/local/tmp ln -s /data/ /data/local/tmp exit
When it comes back up (it will be slow and choppy), enter:Code:adb reboot
then reboot againCode:adb shell echo 'ro.kernel.quemu=1' > /data/local.prop exit
Now mount things with your new shell root, and push the su binary over. Note that you will need the full path to wherever you placed the attached files.Code:adb reboot
reboot one last timeCode:adb shell mount -o remount,rw /system adb push su /system/xbin/su adb shell chown 0.0 /system/xbin/su chmod 06755 /system/xbin/su rm /data/local.prop exit
now sideload the Superuser.apk file. Substitute the real path to the Superuser.apk you downloaded from the attachement.Code:adb reboot
That's it. you're rooted. Thank next time you see him!Code:adb install Superuser.apk
(•‿•) - 09-17-2012, 05:40 PM #2
- 09-17-2012, 06:03 PM #3
- 09-17-2012, 06:16 PM
Thread Author #4
Re: Root the Kindle Fire HD 7
(•‿•) - 09-17-2012, 06:20 PM #5
Re: Root the Kindle Fire HD 7
Mtn Scott, actually i spent hours auditing the firmware, only to notice their failure to patch an old vuln prior to releasing a new root. I didnt copy paste anything, i credited sparky for first finding the vuln.
This isnt the first time AC staff copied something I have posted, hence my anger.
---------- Post Merged at 07:20 PM ---------- Previous Post was at 07:17 PM ----------
Ok,sorry about being angry. G.plus user copy pasted what i wrote without linking back, i assume you will source the post properly now? - 09-17-2012, 07:31 PM #6
Re: Root the Kindle Fire HD 7
after getting the drivers installed and working all went as planned.
thanks the ALL INVOLVED for getting and testing this.
- 09-17-2012, 10:41 PM #7
- 09-18-2012, 08:16 AM #8
- 09-18-2012, 04:18 PM #9
Re: Root the Kindle Fire HD 7
Not having any luck performing the remount of the /system filesystem as read-write, any ideas?
Code:# adb shell mount -o remount,rw /system mount: Operation not permitted # adb shell shell@android:/ $ mount -o remount,rw /system mount: Operation not permitted $ adb push su /system/xbin/su failed to copy 'su' to '/system/xbin/su': Read-only file system
- 09-18-2012, 10:43 PM #10
- 09-23-2012, 01:20 PM #11
Re: Root the Kindle Fire HD 7
The Amazon instructions for installing the ADB drivers say that I should see Kindle Fire -> ADB Composite USB Device in Device Manager, but all I see is Portable Devices -> Kindle. Then, not surprisingly, "adb devices" cannot see the attached Kindle Fire HD. Any ideas on what I might be doing wrong? FYI, I am very new to Android, so go easy on me. :-)
Thanks in advance. - 09-25-2012, 03:29 PM #12
Re: Root the Kindle Fire HD 7
I have the same situation as pdavidmullinsjr
- 10-27-2012, 09:48 AM #13
Re: Root the Kindle Fire HD 7
Jerry/Sparky thank you so much! Works perfectly.
- 11-06-2012, 02:20 AM #14
Re: Root the Kindle Fire HD 7
It is kind of complex.
- 11-06-2012, 07:10 AM #15
Re: Root the Kindle Fire HD 7
Find the video from Reverend Kyle and watch that. It explains everything.
- 12-22-2012, 09:13 AM #16
Similar Threads
-
I played with the Kindle Fire HD and didn't get burned!
By Kevin Michaluk in forum Amazon Kindle Fire HDReplies: 24Last Post: 09-13-2012, 04:24 PM -
[How-to] Root the Kindle Fire and Install the Android Market
By huskermania in forum Amazon Kindle FireReplies: 17Last Post: 01-10-2012, 01:18 AM -
OFFICIAL I'm buying the Kindle Fire thread!
By plasmacare in forum Amazon Kindle FireReplies: 74Last Post: 11-15-2011, 05:41 PM -
How Long Til' We See Cm7 or Honeycomb on the Kindle Fire?
By JeremytheIndian in forum Amazon Kindle FireReplies: 21Last Post: 10-10-2011, 06:12 PM -
Rooting the HTC Desire HD
By rowley in forum Software Development and HackingReplies: 0Last Post: 11-16-2010, 07:12 PM





Reply



































