[Root] Kindlefire 7HD & probably the other 2ndgen kindlefire
#1
Posted 17 September 2012 - 12:23 PM
http://www.androidpo...s-how-to-do-it/
Amazon failed to fix the bug sparkym3 (http://forum.xda-dev...r.php?u=4411543) found in ICS, whoops.
Download http://downloads.nos...-arm-signed.zip
unzip the zip, get su from /system/bin/ and Superuser.apk from /system/app/ and put them in your current directory
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
adb 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
#2
Posted 17 September 2012 - 12:50 PM
Edited by ReverendKJR, 18 September 2012 - 10:14 AM.
#3
Posted 17 November 2012 - 08:53 PM
Here is some output:
List of devices attached
B0CA0604244603PD device
shell@android:/ $ rm -r /data/local/tmp
rm -r /data/local/tmp
rm failed for /data/local/tmp, Permission denied
Any help would be greatly appreciated. If I can't root this device I will likely return it fairly soon.
Thanks,
Josh
Edited by swifty, 17 November 2012 - 08:54 PM.
#4
Posted 17 November 2012 - 08:56 PM
http://androidjinn.c...lete-guide.html
#5
Posted 21 November 2012 - 02:36 PM
swifty, on 17 November 2012 - 08:53 PM, said:
Here is some output:
List of devices attached
B0CA0604244603PD device
shell@android:/ $ rm -r /data/local/tmp
rm -r /data/local/tmp
rm failed for /data/local/tmp, Permission denied
Any help would be greatly appreciated. If I can't root this device I will likely return it fairly soon.
Thanks,
Josh
Same problem here, permission denied.
I'd love to get this thing rooted, the screen is sweet.
#6
Posted 02 December 2012 - 07:44 AM
"rm failed for /data/local/tmp, Permission denied"
I have found a few threads saying people have fixed this problem, but they dont give any concrete instructions on how they did it. thanks!
#7
Posted 08 December 2012 - 10:32 PM
I have a Fire HD 7" version 7.2.2 build 2218220.
When I follow the instructions I run into the following permissions error after successfully completing the previous lines:
shell@android/: $ echo 'ro.kernel.qemu=1' > /data/local.prop
echo 'ro.kernel.qemu=1' > /data/local.prop
/system/bin/sh: cannot create local.prop: Permission denied
I tried changing to the /data/ directory and running it locally there... no local.prop file there, no permissions... see output below:
shell@android:/data $ echo 'ro.kernel.qemu=1' > local.prop
echo 'ro.kernel.qemu=1' > local.prop
/system/bin/sh: cannot create local.prop: Permission denied
1|shell@android:/data $ type local.prop
type local.prop
local.prop not found
When I tried to check the directory here's the result:
shell@android:/data $ ls
ls
opendir failed, Permission denied
255|shell@android:/data $
Any thoughts or ideas?
Edited by vortac0489, 09 December 2012 - 07:41 PM.
#8
Posted 12 December 2012 - 03:24 PM
#9
Posted 13 December 2012 - 08:36 AM
The method is called "Root MANY ANDROID" and looks like it was developed for the Xperia S. Download the tool here.
Update: Ok... this was not easy in my case, but I got it. Make sure that you are able to connect to the kindle in adb and the be prepared to run the tool a few times. Mine failed the first few times, but selecting normal mode and running the exploit 5-6 times finally got me root. The bad news, I haven't been able to get widgets working at all... It might be a lost cause until we get a custom rom for this device.
Edited by ballarddm, 16 December 2012 - 11:17 AM.
#10
Posted 31 December 2012 - 08:07 AM
There is fairly easy root access already, I got my son a Fire HD for Christmas, and rooted it before I gave it to him. ES File Explorer works great for sideloading apps.
Root thread here, I did both steps and it worked perfectly.
http://forum.xda-dev...d.php?t=2035334
Rev Kyle has CM10 running on his. But without a custom recovery option I do not recommend trying it yet, but its close.
CM10 'work in progress' thread here:
http://forum.xda-dev...d.php?t=2029826
Edited by colt223, 31 December 2012 - 08:09 AM.




