Amazon Kindle Fire HD 7 now rooted [HowTo]

Filed in Gadgets , Technology 0 comments



  • pinit preview none Amazon Kindle Fire HD 7 now rooted [HowTo]



  • pinit preview none Amazon Kindle Fire HD 7 now rooted [HowTo]

Looks like the standard method to root Android 4.0 Ice Cream Sandwich is applicable with Amazon’s latest Kindle Fire HDSparkyM over at XDA, managed to do root his Kindle Fire HD in mere minutes after getting the device.

kindle fire hd 89 540x350 Amazon Kindle Fire HD 7 now rooted [HowTo]

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
exit

adb reboot

adb shell
echo ‘ro.kernel.qemu=1′ > /data/local.prop
exit

abd 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
exit

adb reboot

adb install Superuser.apk

Enjoy your rooted device.

[via XDA]



Possibly Related Posts

No related posts.

Posted by yoga   @   18 September 2012 0 comments
Tags : , , , , ,

0 Comments

Previous Post
«
Next Post
»