[Q] Possible to Root Kindle Fire 2 10.5.0?

Steve1698

Member
Mar 7, 2011
35
10
28
No, Bin4ry's Root dont work. it realy messes up the sytem. looking for new method.
I rooted mine on 10.5.0 a couple weeks ago using Bin4ry's root. It seemed to work fine after that, but I didn't run it too long before attempting to put custom android on it. Ended up flashing the wrong boot loader and then replaced the motherboard. The New one was 10.5.0 as well and rooted using bin4ry then flashed correct boot loader. It's running android like a champ now. No more limited o.s. and haven't run into any issues as of yet.
 

Trainboy001

New member
Aug 20, 2014
3
0
0
Can you put up instructions please

I rooted mine on 10.5.0 a couple weeks ago using Bin4ry's root. It seemed to work fine after that, but I didn't run it too long before attempting to put custom android on it. Ended up flashing the wrong boot loader and then replaced the motherboard. The New one was 10.5.0 as well and rooted using bin4ry then flashed correct boot loader. It's running android like a champ now. No more limited o.s. and haven't run into any issues as of yet.
I've been trying to figure out how to root my Kindle Fire 2 Gen for a few weeks now....can there be anyway you could like put a video how to do it so people don't get bricked devices and for beginners it would save a lot of people's time and money don't you think i think it would be fair to everyone if they were able to have this info on what software to use and what boot loader who else agrees because rooting devices is a open source process which should be shared with all like i said it would be great to know how to do this process if you can do thank you ;)
 

Steve1698

Member
Mar 7, 2011
35
10
28
I've been trying to figure out how to root my Kindle Fire 2 Gen for a few weeks now....can there be anyway you could like put a video how to do it so people don't get bricked devices and for beginners it would save a lot of people's time and money don't you think i think it would be fair to everyone if they were able to have this info on what software to use and what boot loader who else agrees because rooting devices is a open source process which should be shared with all like i said it would be great to know how to do this process if you can do thank you ;)
I just went by the following guide...

http://forum.xda-developers.com/showthread.php?t=2100963

Followed it exactly as its posted and it worked. The first time I tried I used a different guide and ended up hard bricking to a state that it wouldn't even turn on. Replaced the motherboard with a used one and then followed the guide in the above link and it worked for me. I rooted first using bin4ry then just followed that guide. Then installed a custom android Rom. Make certain of which kindle you have before flashing anything to it.. it's a crappy feeling sitting there looking at a dead kindle. I'm not saying that method will work for everyone on 10.5.0, but I was able to get it to work for mine. First time I've hard bricked a device and it was because I downloaded and flashed a file which was meant for a different model kindle.

Good luck! If it doesn't work then hopefully someone can come up with a more modern method.
 

Trainboy001

New member
Aug 20, 2014
3
0
0
question

I just went by the following guide...

http://forum.xda-developers.com/showthread.php?t=2100963

Followed it exactly as its posted and it worked. The first time I tried I used a different guide and ended up hard bricking to a state that it wouldn't even turn on. Replaced the motherboard with a used one and then followed the guide in the above link and it worked for me. I rooted first using bin4ry then just followed that guide. Then installed a custom android Rom. Make certain of which kindle you have before flashing anything to it.. it's a crappy feeling sitting there looking at a dead kindle. I'm not saying that method will work for everyone on 10.5.0, but I was able to get it to work for mine. First time I've hard bricked a device and it was because I downloaded and flashed a file which was meant for a different model kindle.

Good luck! If it doesn't work then hopefully someone can come up with a more modern method.
but what version of bin4ary did you use
 

Steve1698

Member
Mar 7, 2011
35
10
28
i tried it and not when im on my kindle my screen is flashing the logo screen and it's really slow what do i do??
I'm not sure. Mine didn't do that. It seems like the thing ran like **** after rooting, but after rooting I just went on with flashing 2nd bootloader and twrp then installing a custom Rom. So honestly I couldn't tell you much more about it... I just got it to work somehow. Sorry, good luck.
 

NathanThern

Member
Mar 22, 2014
17
0
31
Is the Bin4ry's Root not working anymore?
I delved into the guts of Bin4ry's Root a little bit. It uses 3 (IIRC) binaries, "getroot", "su" and "busybox" and plays games with remounting blocks as RW and using getroot to put things where you wouldn't normally be able to. It utterly failed for me on the first go because of the new tightened file permissions everywhere in 10.5.0.

Doing
Code:
C:\adb> adb root
before running Bin4ry's script helped out a lot, and everything seemed to go correctly until the busybox install phase when it ran into a permission error once again.

I may look into this some more tonight; and I may try running both Bin4ry and Qemu root sequentially as per
http://forum.xda-developers.com/showthread.php?t=2075959
That's how I rooted my KF2 once before.

I just went by the following guide...

http://forum.xda-developers.com/showthread.php?t=2100963

Followed it exactly as its posted and it worked. The first time I tried I used a different guide and ended up hard bricking to a state that it wouldn't even turn on. Replaced the motherboard with a used one and then followed the guide in the above link and it worked for me. I rooted first using bin4ry then just followed that guide. Then installed a custom android Rom. Make certain of which kindle you have before flashing anything to it.. it's a crappy feeling sitting there looking at a dead kindle. I'm not saying that method will work for everyone on 10.5.0, but I was able to get it to work for mine. First time I've hard bricked a device and it was because I downloaded and flashed a file which was meant for a different model kindle.

Good luck! If it doesn't work then hopefully someone can come up with a more modern method.
I followed it too, and now have custom bootloader & TWRP. I would like to stress a few points:

1) Most of the adb commands didn't work on the first go. What worked for me was typing
Code:
C:\adb> adb root
C:\adb> adb shell

adb# <command>
adb# exit

C:\adb>
in place of
Code:
C:\adb> adb shell su -c "<command>"
2) DO NOT skip the backup instructions. They saved my butt; they may save yours. A fastboot cable is highly recommended.
These directions for grabbing the backups as files worked better for me:
http://forum.xda-developers.com/showpost.php?p=41956668&postcount=3

3) Before I found "adb root" I skipped Step 3 since I couldn't make it work and figured it might not be essential. Ended up with a bootloop. That was when I needed the fastboot cable and my backup files from when I rooted before the "upgrade" to 10.5.0.

4) I was never able to get to fastboot without a fastboot cable before I discovered "adb root". I suspect
Code:
C:\adb> adb root
C:\adb> adb reboot bootloader
will work, but I haven't tried it.
 

kev1609

New member
Sep 25, 2014
4
0
0
Stupid question...

Hi folks,
Can I ask a really stupid, noob question? I've not had any experience with rooting android devices in the past, but my son has a KF2, v10.5, and he'd like me to root it so he can access the play store. I've read a lot of posts on here about the signed roms and so forth, and because I'm new to the topic a lot of it is going over my head. So some questions:

1) I think, from reading here, that these warnings only apply to replacing the default rom on the KF2, to get a more android like shell. Rooting in itself is a prerequisite for doing this, and doesn't have the associated risk - is that right?

2) I should be able to root the device using the steps in this thread http://forum.xda-developers.com/showthread.php?t=1886460 ? That would then allow me to install the play store? The fact I'm using 10.5 doesn't impact on this?

2b) How much risk is there in this? I think most of the risk is in applying custom roms, and the advice to get a fastboot cable applies to that rather than simply rooting the device?

3) The latest version is v36, but v30 was mentioned below. Am I better going for the latest version or going with v30

Again, sorry for the dumb questions!!

Kev

---------- Post added at 06:14 PM ---------- Previous post was at 05:38 PM ----------

Also, if the bin4ry stuff is okay to use on 10.5, which option should I use when I run it? Been looking through the batch file, and I'm suspecting NEWSTANDARD?
 

kev1609

New member
Sep 25, 2014
4
0
0
Hi folks,
Can I ask a really stupid, noob question? I've not had any experience with rooting android devices in the past, but my son has a KF2, v10.5, and he'd like me to root it so he can access the play store. I've read a lot of posts on here about the signed roms and so forth, and because I'm new to the topic a lot of it is going over my head. So some questions:

1) I think, from reading here, that these warnings only apply to replacing the default rom on the KF2, to get a more android like shell. Rooting in itself is a prerequisite for doing this, and doesn't have the associated risk - is that right?

2) I should be able to root the device using the steps in this thread http://forum.xda-developers.com/showthread.php?t=1886460 ? That would then allow me to install the play store? The fact I'm using 10.5 doesn't impact on this?

2b) How much risk is there in this? I think most of the risk is in applying custom roms, and the advice to get a fastboot cable applies to that rather than simply rooting the device?

3) The latest version is v36, but v30 was mentioned below. Am I better going for the latest version or going with v30

Again, sorry for the dumb questions!!

Kev

---------- Post added at 06:14 PM ---------- Previous post was at 05:38 PM ----------

Also, if the bin4ry stuff is okay to use on 10.5, which option should I use when I run it? Been looking through the batch file, and I'm suspecting NEWSTANDARD?
Okay, in case anyone else is interested, it worked fine. I used the new standard method in bin4ry. Worth noting that I was able to run adb commands before starting. If you can't then you need to sort that out first

I've installed the google play stuff now, just trying to log into a google account...
 

whodisname

Senior Member
Feb 14, 2012
1,458
297
0
destrehan
I rooted mime with kingo root with a pc.
Im looking to put gapps on it while leaving it stock. The method I used before was moving google framework and a couple of other things yo /system/app. This no longer works.

I dont have secon bootloder or anything on it anymore. Is there a way anyone knows to just put google play no it, nust being rooted stock?

Wow, 2014!! lol
 

abadasstanker69

Senior Member
Mar 24, 2009
1,882
769
143
Phoenix, Az
www.facebook.com
My stupid Kindle updated before I rooted it and now it keeps failing to root. I've tried binary root and king root with the pc and the app. I'm really irritated about it and even more irritating is how old this device is and the chances of someone fixing the issue being minimal at best. I was gonna use it as a car radio with CM.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone