Looks like the standard method to root Android 4.0 Ice Cream Sandwich is applicable with Amazon’s latest Kindle Fire HD. SparkyM over at XDA, managed to do root his Kindle Fire HD in mere minutes after getting the device.
![Amazon Kindle Fire HD 7 now rooted [HowTo] kindle fire hd 89 540x350 Amazon Kindle Fire HD 7 now rooted [HowTo]](http://www.yogaretnam.com/wp-content/uploads/2012/09/kindle-fire-hd-89-540x350.jpg)
The most difficult part in the whole process is trying to get the device drivers if you’re running Windows. The bootloader is still securely locked up though so no custom ROM’s anytime soon.
Before you get started, you need to download SU:
After you download the file, extract the contents and pull SU from /system/bin/ and SuperUser.apk from /system/app/ and put them in the directory you’ll be working from.
After that, execute the following commands:
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exitadb reboot
adb shell
echo ‘ro.kernel.qemu=1′ > /data/local.prop
exitabd reboot
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
exitadb reboot
adb install Superuser.apk
Enjoy your rooted device.
[via XDA]
No related posts.