Kindle looks and acts rooted but i can't install TWRP with KFU.
When it ask the kindle to reboot in fastboot the kindle stays idel in usb mode.
EDIt got it rooted by installing android phone drivers then i rolled them back now it reads as a usb composite device or something, doesn't say kindle with the flag like it did at first.
What commands did you use?
what commands??? i used 5 on KFU it did its thing so far then it said waiting for device after it told the kindle to reboot in fastboot.
I just got this today with stock 6.2.2 and got it rooted finally but i want recovery and other roms >.> THe kindle just doesn't reboot when its told by KFU during TWRP installation.
I think KFU isn't working for 6.2.2 at the moment.
Are you comfortable with running commands from the command prompt? If yes, do you have ADB running properly?
if i have a set of instructions I can use the command line. but not intuitivelly, i got this thing rooted even after installing the drivers gfailed so i did pretty good so far
,
Disregard this post. See my next post.
I has to be root first right, cause i was mistaken and it didn't take. when i run the command line to enable root it gets this message
adbd cannot run as root is in production build.
i even tried the instruction on this link by they are very vague for 6.2.2 and it doesn't tell you were to place files which i assume got to C;\kindleADBhttp://rootzwiki.com/topic/13027-universal-all-firmware-one-click-root-including-262/
Disregard my last post. Do the following.
Download BurritoRoot2.bin from this thread and TWRP from here. Place BurritoRoot2.bin and the TWRP image in the same folder as adb.exe and fastboot.exe (you can use the ones from KFU).
Now run the following...
Code:
adb push BurritoRoot2.bin /data/local/tmp/
adb shell chmod 777 /data/local/tmp/BurritoRoot2.bin
adb shell /data/local/tmp/BurritoRoot2.bin
adb root
adb shell idme bootmode 4002
adb reboot
You were given root access for the adb shell with BurritoRoot2 and that allowed you to change the bootmode. The last command will rebooted the KF into fastboot mode.
When you see a solid "Kindle Fire" logo, you can continue with the following commands...
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img
The device will reboot and install FFF and TWRP.
I.will be attempting this a lil bit later today have Tiber optics installed and they are due any min.
Thankyou for your help.
Do you guys know why when I command Adb root it tells me its in.production build? This confused me.last night and I am expecting to ru. Into it mater when I attempt to do this root and twrp fix
It's because it isn't rooted. I don't think KFU has implemented BurritoRoot2 yet.
I tried downloading the 6.2.2 update and manually update but when it reboots TWRP 2 says Can't mount /mnt/sdcard/kindleupdates/update-kindle-6.2.2_D01E_3205220.bin
then TWRP gets stuck in a loop only loading into TWRP until I do "idme bootmode 4000"
Anyway, since it seems pretty safe at this point to update to 6.2.2 I want to get it over with now, but am having trouble, is the problem TWRP 2.0?
if you use the original amazon update you will loose fff, twrp and root
take a look at this update method:
http://forum.xda-developers.com/showthread.php?t=1452082
works like a charme
So I rooted my kindle fire and installed everything that I wanted to. However, for some reason my BurritoRoot3 is stuck at the screen telling me to run adb shell /data/local/tmp/BurritoRoot3.bin --root even though I've already done it and it worked. I would like to make BurritoRoot3 get to the screen that allows me to have the unroot button. Thanks.
i would think you missed the chmod command
here the sequence:
adb shell chmod 777 /data/local/tmp
adb install BurritoRoot3.apk
<go open the app now>
adb shell /data/local/tmp/BurritoRoot3.bin --root
adb shell /data/local/tmp/BurritoRoot3.bin --install
I did that sequence and I tried it again and BurritoRoot is still stuck on "please run /data/local/tmp BurritoRoot3.bin --root through adb to start the process".
I've already rooted and installed android market and root explorer. Just want to be able to get to the unroot toggle screen on BurritoRoot so that I can get amazonprime privileges back.
seems to happen on some devices
would forget about it and use ota rootkeeper from the market to toggle root
am930 said:
So I rooted my kindle fire and installed everything that I wanted to. However, for some reason my BurritoRoot3 is stuck at the screen telling me to run adb shell /data/local/tmp/BurritoRoot3.bin --root even though I've already done it and it worked. I would like to make BurritoRoot3 get to the screen that allows me to have the unroot button. Thanks.
Click to expand...
Click to collapse
BR3 has that screen, and the bootloader flash screen, that is it.
It doesn't have an unroot button.
Flash the stock update.bin if you want to be unrooted.
I have this problem too.
And I ran --root and --install prompts, and even the flash button that then says Thank You.
But is it done? Because when I boot it up, I get the same prompt to run the prompt.
I really want to install Jelly Bean on this device.
Hey all,
in terminal emulator when i try to do dumpsys batterystats as normal user, i get a permission denied error. So far so good but when i execute the command as root, it says that dumpsys didnt find the service 'batterystats'
But when executing this from adb shell on my computer, it works without complaints?!!
I tried doing this because i noticed wakelock detector not showing any data so i went to supersu log to look what command the app tried to execute and it was dumpsys batterystats
P.s. i tried su'ing to [email protected] as well hoping that it would work but i get the same response as with root
--------------------
Phone: Nexus 4
OS: rooted Lollipop LRX21T
Bootloader: unlocked
stock Recovery
Okay i just updated supersu and it is working now ?
--------------------
Phone: Nexus 4
OS: rooted Lollipop LRX21T
Bootloader: unlocked
stock Recovery
I managed to install twrp in Huawei P8 Lite and to have shell access via adb when on recovery by theese commands:
Code:
adb reboot recovery
# After booted sucessfully
adb shell
I also managed to obain a su binary. Now how I can move it to my device's xbin? As fas I have seen the recovery itself has it's own /system/xbin and I cannot figure out how to access the system's one (the one that uses during the normal boot).
Can you help me?
If you want root you can use Magisk
I always used it to load updates, I can't succeed with Android 11 DP2.1
Deamon is started, adb devices shows the phone, but sideload fails with:
adb: sideload connection failed: closed
adb: trying pre-KitKat sideload method...
adb: pre-KitKat sideload connection failed: closed
Suggestions, please?