Showing posts with label Kindle Fire. Show all posts
Showing posts with label Kindle Fire. Show all posts

Sunday, January 29, 2012

Rooting Kindle Fire 6.2.2


1. Download ADB driver and extract to C:/

2. Press Shift+Right Click, select "Run Cmd Prompt from this folder"

3. Download BurritoRoot3.apk and copy it onto the Kindle Fire ADB folder.

4. Bring up the command prompt and change the directory to the Kindle Fire ADB folder.

5. Connect Kindle Fire to USB

5. Type: "adb shell chmod 777 /data/local/tmp"

6. Type: "adb install BurritoRoot3.apk"

7. NOW open the BurritoRoot3 app on the Kindle Fire.

8. Type: "adb shell /data/local/tmp/BurritoRoot3.bin --root"

9. Once root access is gained, you'll be prompted to type in "adb shell /data/local/tmp/BurritoRoot3.bin --install"

Unbrick Kindle Fire Logo Flashing

1. Shut down kindle fire
2. Connect usb cable and kindle fire will start up
3. Run cmd prompt from adb folder
4. type: "adb shell"
5. type: "ls -l /system/"; this will list the system folders read/write permissions
6. type: "mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system"
7. type: "chmod 755 /system/app"
8. Reboot