How TO Root Amazon Kindle Fire 6.3 – Easy Tutorial

March 29, 20124 Comments

Amazon Kindle Fire is an simply awesome device the Kindle fire aka the ebook reader is an amazing device that makes ebook reading very simple. Whenever I purchase an Android device, just after purchasing I myself look for a working rooting tutorial to root my device. Rooting enables the root access and removes all restrictions, overclocking becomes possible and you can enjoy root only applications on your device.

The latest update 6.3 which came out some time back has been rooted as well. You can now root your device using the process covered by us. Special, thanks to the developers who make these things possible.

iu Xpl5DLCOM How TO Root Amazon Kindle Fire 6.3   Easy Tutorial

Disclaimer (Android Quark)

All Updates and Rooting Processes listed on AndroidQuark.com are written by our writers and we haven’t tried the same on our devices. Chances are there for your device getting bricked upon flashing of the ROM which is an very unlike event if you follow the process listed, in the correct way. Proceed at your own risk.

Pre-Requisites

  • The Steps listed here are for the Original Amazon Kindle Fire.
  • Make a backup of your ROM with Nandroid Backup and Restore App.
  • Backup all of your SMS, Contacts, Call Logs, APN Settings, and necessary applications (using Astro File Manger).
  • Make sure that your device is fully charged.
  • Uninstall Kies from your Computer and disable you antivirus because they can clutter in between the process of flashing.
  • Enable USB Debugging on your device, To Enable Go To Settings >> Applications >> Development and check whether USB Debugging is checked or not.

How To Root Amazon Kindle 6.3

  • Download TWRP | SU | and fbmod file.
  • Download all these files from the respective developer threads.
  • Now, move all the files to the platform tools folder in your computer.
  • Extract the fbmod file contents to the platform folder.
  • Now, start command prompt.
  • On the command prompt terminal enter the following commands

adb push fbmode /data/local/fbmode

adb shell chmod 755 /data/local/fbmode

adb shell /data/local/fbmode

adb reboot

  • Now, Your device will be stuck at the Kindle fire screen. Don’t worry about that because it’s on the fastboot mode.
  • Now, enter the following command to push the TWRP Image to your Kindle Fire.

fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img

  • Now, your device will boot into TWRP Recovery. You can operate the recovery using the touch interface.
  • Enter the following commands in the terminal now:

fastboot oem idme bootmode 5002

fastboot reboot

  • Once your device is rebooted and is again on recovery screen, enter the following commands
adb shell mount system
adb push su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbin/su
  • Now, now you need to disable root check. To do so, enter the following commands
adb shell mv /system/bin/check_rooted /system/bin/check_rooted.bak
adb shell idme bootmode 4000
adb reboot
  • Now, Install the SuperUser application on your Kindle fire by entering the following commands in the terminal window.
adb install Superuser.apk
Your device will be successfully rooted and superuser application will be installed on your device.
pixel How TO Root Amazon Kindle Fire 6.3   Easy Tutorial

Filed in: AmazonKindle Fire
Tagged with:

About the Author ()

Comments (4)

Trackback URL | Comments RSS Feed

Sites That Link to this Post

  1. Importance of Social Bookmarking | April 4, 2012
  1. Hammad says:

    Its working at my end!

  2. recep says:

    hi sir ..

    after these

    adb push fbmode /data/local/fbmode

    adb shell chmod 755 /data/local/fbmode

    adb shell /data/local/fbmode

    adb reboot

    I got stuck .. I can not reach my deviceit says just wating for device.. I can not use adb and fastboot command

    what can I do ??? help pls

  3. Ariel says:

    I’m not sure where you’re getting your info, but great topic.
    I needs to spend some time learning more or understanding more.
    Thanks for wonderful info I was looking for this information for my
    mission.

Leave a Reply

Back to Top