So I screwed up someplace.
I used the Kindle Fire Utility v0.9.5 at
http://forum.xda-developers.com/showthread.php?t=1399889
I Rooted my device. Installed FFF bootloader, then TWRP.
I side loaded marketplace and everything was fine.
I then flashed to cm9 and had that running wasnt to crazy about some bugs so i flashed my device back to a backup i made in twrp.
I was having an issue then were my books would not sync to the device.
From the kindle loader i selected factory rest.
My image i mage i twrp is no longer there.
It went through the process gave some error and now it will boot up with the orange triangle. light will turn orange and load up TWRP.
That is where i am stuck it keeps looping into that automatically.
In twrp i have went into wipe option and did factory reset, cleared cashe, dalvik cache pretty much all of them once i was stuck. To the same boot into twrp auto.
I have connected the kindle and ran the kindle fire utility. It shows ADB status: online Boot status:5001
When i select option 1 for bootmode menu the next menu i type in 1 again for normal (4000) boot. The message i get is they system cannot find the drive specifiedc.
I have connected it to my other computer with the cable when it starts up twrp i select the mount option and mount the drive. The only folder that shows up is twrp with nothing in it. I have copied over a rom file cm7 and even a stock version of the kindle rom. Unmount then go to install and tried to install the rom.
Install /sdcard/update.zip (kindle rom)
E:cannot load volume /misc!
finding update package...
opening update package...
installing update...
extracting system packages...
symlinking and chmod'ing su and busybox...
extracting boot image...
installation complete!
E:cannot load volume /misc!
reboot system
Loads up orange triangle then right back into twrp
Anyone have any clue as what to do????
Did you make sure your ADB drivers were installed properly, and that while you are in the bootmode menu, that the Kindle is properly recognized by your computer? That was a problem for me when I was installing a custom rom, it seemed that it would frequently not detect the kindle properly unless I uninstalled/reinstalled the ADB drivers.
Its being detected
I was detecting the adb drivers fine. Just to be on the safe side i did uninstall and reinstall.. Then connected kindle. I check the device manager and no error. Ran kindle fire utility showing adb online boot mode 5001 still. I just tried to flash device again after copying a pre rooted 6.3 rom
from
http://forum.xda-developers.com/showthread.php?t=1569298&highlight=secure+boot+image
First attempt at installing I get:
error opening /sdcard/twrp/backups/0000000000000000
E:Cannot load volume /misc!
E:Cannot load volume /misc!
E:Unable to stat '/sd-ext/.'
E:Cannot load volume /misc!
Still in boot loop.
cryplock said:
I was detecting the adb drivers fine. Just to be on the safe side i did uninstall and reinstall.. Then connected kindle. I check the device manager and no error. Ran kindle fire utility showing adb online boot mode 5001 still. I just tried to flash device again after copying a pre rooted 6.3 rom
from
http://forum.xda-developers.com/showthread.php?t=1569298&highlight=secure+boot+image
First attempt at installing I get:
error opening /sdcard/twrp/backups/0000000000000000
E:Cannot load volume /misc!
E:Cannot load volume /misc!
E:Unable to stat '/sd-ext/.'
E:Cannot load volume /misc!
Still in boot loop.
Click to expand...
Click to collapse
This...
Code:
error opening /sdcard/twrp/backups/0000000000000000
is probably indicating that you have a broken /sdcard partition. You will likely need to reformat it. Use the "Mount -> Mount USB Storage" option in TWRP and see if it will mount up in Windows. If it tells you that you need to format it, then you probably don't have much other choice. The other errors underneath that are "normal" and do not affect anything.
Ok
Connected to computer.. mounted cache and sdcard those where check. saw only the twrp folder nothing in it. formatted. unmounted remounted copied over a rom same error still.. I then created a folder called backup in the twrp folder and dropped the rom zip file in there no more error but still not booting right after the install or the rom. Does anyone have a twrp backup image they made they can upload and give me the link? and a screen shot of where that image file is located on the kindle so i can make the folders to get it in the right spot. maybe i can trick load it in to working.
cryplock said:
Connected to computer.. mounted cache and sdcard those where check. saw only the twrp folder nothing in it. formatted. unmounted remounted copied over a rom same error still.. I then created a folder called backup in the twrp folder and dropped the rom zip file in there no more error but still not booting right after the install or the rom. Does anyone have a twrp backup image they made they can upload and give me the link? and a screen shot of where that image file is located on the kindle so i can make the folders to get it in the right spot. maybe i can trick load it in to working.
Click to expand...
Click to collapse
OK, I just read your OP....
You have your bootmode set to recovery (5001), you need to set it to normal (4000) before you reboot again. Use adb...
Code:
adb shell idme bootmode 4000
If you don't know what that means, read this...
http://forum.xda-developers.com/showthread.php?t=1552547
The 3rd post goes over how to send adb commands to the device, but I don't think it's going to hurt you to go over #1 and #2 either.
When TWRP boots, it will automatically rebuild its /sdcard/TWRP directory if it doesn't exist. You don't need to bother with it. It's probably best for you to just delete it and let it do that on its own.
EDIT: ... and you don't put the ROM zip file into the backups directory to flash it. You can put it anywhere on the /sdcard and navigate to it in TWRP. However, you do have to unmount the partition from Windows first so that your device can mount that partition and let TWRP see it. It's either or... have it mounted in Windows or have it mounted on the Kindle Fire.
THANK YOU!!!!!!!!!!
I did the adb shell idme bootmode 4000 and its booting up now. THANK YOU so much!!!!!!!!!! I am a total noob at this and im learning but thank you again!!!
Hi I have to same problem but I don't know how to use adb, can you help me??? Thanks
kt0ce said:
Hi I have to same problem but I don't know how to use adb, can you help me??? Thanks
Click to expand...
Click to collapse
Just 2 posts above yours...
kinfauns said:
...
read this...
http://forum.xda-developers.com/showthread.php?t=1552547
The 3rd post goes over how to send adb commands to the device, but I don't think it's going to hurt you to go over #1 and #2 either.
...
Click to expand...
Click to collapse
I read it but I don't understand. I type c:/kfu and nothing happen... They kept saying they can't find it..I'm normally not that bad...But I'm really lost now..I try to reinstall the drivers and now my Kfu saying I'm offline..sigh
kt0ce said:
I read it but I don't understand. I type c:/kfu and nothing happen... They kept saying they can't find it..I'm normally not that bad...But I'm really lost now..I try to reinstall the drivers and now my Kfu saying I'm offline..sigh
Click to expand...
Click to collapse
Nowhere in that guide does it tell you to type "C:/kfu" and it never tells you to type "C:\kfu" on its own either. Please pay close attention to its suggestions.
As my post suggested, it wouldn't hurt you to read posts #1 and #2 of that thread. If you don't understand what #3 is doing, then #1 and #2 are required reading for you. This...
http://forum.xda-developers.com/showthread.php?t=1552547
is the original thread in its entirety. I suggest you start at post #1 and read from there.
I finally got it to work... My kfu folder is in the desktop that is why it won't work as suggested. Thanks for your help..When said C:/kfu I meant actually type the command to turn it into c:/kfu...Sorry I wish I'm as proficient as you in command. But the truth is I'm not as proficient or ever will be, that is why I'm struggle when it come to command, but thanks for your help anyway..It save my device
Related
I recently rooted my kindle fire and installed twrp along with cm7, but I accidently did a factory reset inside cm7 and was stuck on the firefirefire logo, I used an unbrick tool, but that erased all my user data and did not help. I managed to get my boot back to 4000 and install twrp again, but it won't let me mount sd card and will only allow me to mount system.
Sorry Im a noob
Im having the same issue, trying to moun it, but I keep getting
Error mounting /sdcard!
Is there a way to fix it? Im stuck on recovery (CW)
Heres a great idea get off of the discontinued recovery and switch to touch screen clockworkmod recovery its way better when it comes to things like that
Link: http://forum.xda-developers.com/showthread.php?t=1454241
guys this has nothing to do with twrp - it's working fine
just do following:
- boot to twrp
- test adb with "adb devices"
- open shell -> "adb shell"
- issue "echo /dev/block/mmcblk0p12 > /sys/devices/platform/usb_mass_storage/lun0/file"
- now the sdcard should mount to the computer
- windows will probably respond that the volume/device needs formatted before using it
- choose quick format and let it format it as fat32 block size 4096
Thanks b63 for the fast reply. I dont have twrp I have CWM recovery, im trying to install TWRP but I get an error:
error: device not found
Is there another way to install TWRP?
Thanks
i don't know about cwm but i would try to boot to it and test if adb is working
then it should be the same - you only need adb root access
if you have this access with cwm also then there is no need to install twrp
Well if I boot into CWM
I can do adb shell
But then nothing happens
If I let Kindle boot normally (after the Yellow triangle) the screen goes black and I cant adb shell anymore
What im doing wrong or what im missing.
Thanks again
BTW
When I boot int CWM I get this message
E:Can't Mount /cache/recovery/command
stay in your recovery
after the command the sdcard should mount to your computer
check your device manger
follow the first desciption
if you can't get it gimme a pm ...
Wooooot!
Thank you so much b63!!!!I couldnt sleep for this damn problem
In the end this one help me out
echo /dev/block/mmcblk0p12 >> /sys/devices/platform/usb_mass_storage/lun0/file
I dont know why it worked with >> its the same (for this case) but I could finally mount it on windows
Now im back to CM7, really thanks!!!!!
really glad that it worked ...
b63 needs a medal lol.
Sent from my HTC Glacier using xda premium
Thanks b63 I got twrp to mount the sd card, with this:
echo /dev/block/mmcblk0p12 >> /sys/devices/platform/usb_mass_storage/lun0/file
But, when trying to install cm7 I get an error:
E:Cannot load volume /misc!
ignore it - the kf don't have a volume "misc"
Stuck in twrp!!!!
b63 said:
guys this has nothing to do with twrp - it's working fine
just do following:
- boot to twrp
- test adb with "adb devices"
- open shell -> "adb shell"
- issue "echo /dev/block/mmcblk0p12 > /sys/devices/platform/usb_mass_storage/lun0/file"
- now the sdcard should mount to the computer
- windows will probably respond that the volume/device needs formatted before using it
- choose quick format and let it format it as fat32 block size 4096
Click to expand...
Click to collapse
I can get into TWRP, but when I type in ADB DEVICES in command prompt, it says the standard daemon not running, then daemon started successfully. This is followed by List of Devices attached, but it's blank after that.
I used the Kindle Fire Utility to install drivers, and when I use ADB DEVICES Command Prompt with my T-Mo Vibrant, I can get into ADB Shell.
Any advice?
Please note, this isn't mine. I've never owned a Kindle Fire, so I'm banging myself raw with information overload on this type of device. I'm trying to help a co-worker out with his Fire that he borked. I've owned three android phones/tablets and rooted/ROMed all of them, so I follow instructions. So far, I've tried the Kindle Fire Utility and the Kindle Fire Unbrick Utility found in these forums. My co-worker didn't get to the point of making a back-up or installing the Stock Image as an Update.zip. I have the stock image downloaded, and have renamed it, but I can't get it onto the tablet at all. Selecting Mount in TWRP always locks everything up, and there is nothing to Install or Restore. So, like I said, I'm getting bloody here, but no joy.
Any help would be appreciated!
what's the status of the kf ? -> you can get into twrp - that is good - do that
what's the status of the drivers in device manager ? -> which driver loaded ?
what have you/he done/tried to get to this point?
i'm asking to give you the right method ...
b63 said:
what's the status of the kf ? -> you can get into twrp - that is good - do that
what's the status of the drivers in device manager ? -> which driver loaded ?
what have you/he done/tried to get to this point?
i'm asking to give you the right method ...
Click to expand...
Click to collapse
He says he rooted it, installed FireFireFire, and the ICS-ish launcher (name eludes me at this point). Then, it basically boot-looped (Yellow Triangle, then Kindle Fire, back to Yellow Triangle).
My first thought was ADB Shell, but the KF is apparently a stranger animal than most of the other Androids I've dealt with, so it didn't automatically pop up. I installed KFU (Kindle Fire Utility, most recent version), installed the windows drivers (I have Win7 Pro 64-bit) that came with the KFU, and attempted to get it to boot normally, recovery, or anything. Note - A couple of times (like 4 or 5 out of 100), it did make it to a full boot for a few seconds, but would crash within seconds. TWRP was not installed at that point, so I successfully pushed that with the KFU. I also downloaded the stock image, and renamed it. TWRP won't mount the SD card so that my computer can see it, so I'm losing that battle. Also, at some point along the way, the KF started attempting to connect to the PC when plugged in, with the typical USB device connected sound, but two seconds later, it acts like it is unplugged, with that sound. If the KF is visible in the Device Manager, it must be hidden, cuz I can't see it. This was not the case at first, with an Unmount icon for the Kindle being displayed in the notification (right) side of the Windows toolbar. This is in conjunction with the device now booting straight to TWRP, and not even attempting to go the normal boot route. I've also tried a Kindle Fire Unbrick Utility to restore it, with no luck. It wipes the User Data, wipes cache, downloads the update.zip, but can't mount the unit to push the data. I've never been able to get ADB to find the unit.
If I can get the update.zip to the SD root, or if I can ADB shell it, I think I've won. But I'm being blocked on both those counts.
Thanks for being willing to look into this for me!
the problem is the ics launcher - it simply don't work
would recommend to use go launcher instead, for the future
now to the problem:
one solution is to boot to twrp - there is adb root access available
maybe check and update drivers - look here:
http://forum.xda-developers.com/showpost.php?p=22342376&postcount=6
then delete the ics launcher .apk (don't know the exact name) with adb commands
this should make the kf startable again and nothing is lost
an other solution is to flash a new rom but i don't think that this is necessary
and never ever flash the original rom from amazon unless you want to return the device - there is a risk of bricking it and you will loose fff,twrp and root
there are prerooted stock images available for returning to stock rom:
http://forum.xda-developers.com/showpost.php?p=22393194&postcount=20
if you need closer help gimme a pm ...
b63 said:
the problem is the ics launcher - it simply don't work
would recommend to use go launcher instead, for the future
now to the problem:
one solution is to boot to twrp - there is adb root access available
maybe check and update drivers - look here:
http://forum.xda-developers.com/showpost.php?p=22342376&postcount=6
then delete the ics launcher .apk (don't know the exact name) with adb commands
this should make the kf startable again and nothing is lost
an other solution is to flash a new rom but i don't think that this is necessary
and never ever flash the original rom from amazon unless you want to return the device - there is a risk of bricking it and you will loose fff,twrp and root
there are prerooted stock images available for returning to stock rom:
http://forum.xda-developers.com/showpost.php?p=22393194&postcount=20
if you need closer help gimme a pm ...
Click to expand...
Click to collapse
You're giving me a lot of hope. I'll give this a try when I get home tonight, and I'll contact you with any other hurdles. THANK YOU SO MUCH!
halfway there
Ok so I have run the command under the adb shell after adb did detect the device, however when I run the command it says that "non existent directory" What am I missing?
echo /dev/block/mmcblk1p1 > /sys/devices/platform/usb_mass_storage/lun0/file
/sbin/sh: can't create /sys/devices/platform/usb_mass_storage/lun0/file: nonexis
tent directory
Getting that when i try to issue the command,
Any hint?
so yesterday i got tired of my ICS Rom. So, i went to recovery (TWRP) then recovered my old back up of stock. But since it had all the settings like when I flashed the rom, I Factory reseted it. But then suddenly it had deleted the whole stock rom! Couldn't go back. So my kindle was stuck on recovery loop over and over again. I got really impatient. So I started moving around then I mounted my Kindle to my computer and apped the ICS Rom that I used before. Then it flashed but it was still stuck on recovery. started moving more stuff on it, clicked the partitioning sd card and now I can't mount my kindle via Usb -___- and Then I new it was on Recovery fastboot. Please help! I Need this fixed. it deleted everything. and when I connected it to Adb shell, it says "Missing system/bin/sh"
Help me! i'm going to california on next week and I would like my kindle to work for me to play, listen to music, watch tv on it on the way.
Sorry for bad Grammar -___-
Do you have FFF? Is fastboot working at all? If so, have you tried fastboot oem format? (this will cause all your data to get lost), or booting/reflashing TWRP?
Dasanko said:
Do you have FFF? Is fastboot working at all? If so, have you tried fastboot oem format? (this will cause all your data to get lost), or booting/reflashing TWRP?
Click to expand...
Click to collapse
I Have FFF 1.4, have TWRP 2.1 and fastboot works. But Mounting USB don't work. In recovery it says (cannot mount /sdcard/ (Invalid argument).)
What's the output of
adb shell "parted /dev/block/mmcblk0 p"
?
Can you please explain what that means. i really don't now many of these commands. I need more like a Step-by-step. Like in ADB Shell, it says error: device not found
Luise. said:
Can you please explain what that means. i really don't now many of these commands. I need more like a Step-by-step. Like in ADB Shell, it says error: device not found
Click to expand...
Click to collapse
Means your KF is either not plugged in, or the drivers are wrong. You can't go on until the drivers are properly installed, if that's your issue. Take a look here: http://forum.xda-developers.com/showpost.php?p=23747671&postcount=2
Okay, Installed ADB Drives I think it now works it just tells me (exec '/system/bin/sh' failed: No such file or directory (2))
Can you type "fastboot getvar product" and then restart/plug in the KF?
Dasanko said:
Can you type "fastboot getvar product" and then restart/plug in the KF?
Click to expand...
Click to collapse
Yes i did and it says "Kindle"
Get TWRP (http://teamw.in/project/twrp2/79) and type "fastboot boot openrecovery-twrp-blaze-2.1.1.img" and see if you can get ADB working now.
Okay I already have TWRP Installed on 2.1.1 so Do I just go on Recovery and try to work adb shell on there instead of FFF Fastboot?
You just hinted at your ADB not working properly, try to fastboot boot into that TWRP to see if ADB works fine from it (I guess your drivers are good on the Device Manager, no errors or warnings showing up?). If it doesn't, then I guess the alternative is to try restoring the entire stock layout...
okay, I have TWRP, and when i have the usb connected to Kindle while its on Recovery, My Internet i use a Easytether so you can tell what android devices are connected and while my kindle is on recovery, The Easytether says My Kindle can connect, (but it really cant) and the ID Shows up that 0000005 number? but I Really Need My kindle to work! -__-
These issues have been fixed.
For future reference, this user was experiencing a combination of bad drivers and a corrupt sd card partition (rm 12 + mkpartfs primary fat32 start end + name 12 media).
The ADB issues were gone after fixing the drivers, without a need to reinstall TWRP.
I was told to post this here:
The Problem:
I tried to take the crappy amazon software that only works in the US off this kindle fire, Installed JandyKane and Gapps with no problems (i cleared dalvik cache, regular cache, and factory reset) Also installed Clockwork Recovery (which i read somewhere that might have been the problem).
(note: I used the KF utility)
Now when i turn the device on, it shows the Kindle fire logo for a second or two, then a bunch of triangles float on the screen forever and nothing happens.
Ive tried a few unbrick utilities but it keeps saying it cant find the device. Im having troubles booting into recovery mode. (the utility says device not found)
This isnt even my Kindle Fire and its causing me so many problems >.>
Justos said:
I was told to post this here:
The Problem:
I tried to take the crappy amazon software that only works in the US off this kindle fire, Installed JandyKane and Gapps with no problems (i cleared dalvik cache, regular cache, and factory reset) Also installed Clockwork Recovery (which i read somewhere that might have been the problem).
(note: I used the KF utility)
Now when i turn the device on, it shows the Kindle fire logo for a second or two, then a bunch of triangles float on the screen forever and nothing happens.
Ive tried a few unbrick utilities but it keeps saying it cant find the device. Im having troubles booting into recovery mode. (the utility says device not found)
This isnt even my Kindle Fire and its causing me so many problems >.>
Click to expand...
Click to collapse
Is this what you're refering to when you say you see floating triangles?
http://androidbootanimation.com/wp-content/uploads/2012/08/nexus-7-bootanimation.jpg
If so, That is the jandycane/Jellybean Boot animation. On first boot that could take a few minutes before it finishes. It does, however, sound like you are having other problems... have you tried contacting the kindle using fastboot?
Also, I would highly suggest flashing TWRP (team win recovery project) rather than CWM on the Kindle Fire, on most devices I would recommend CWM but on this one it doesn't work as well and leads to problems >>
I also assume that you flashed firefirefire because you said you saw the kindlefire logo before it went to the triangles so you should be fine on that front.
nschiwy said:
Is this what you're refering to when you say you see floating triangles?
If so, That is the jandycane/Jellybean Boot animation. On first boot that could take a few minutes before it finishes. It does, however, sound like you are having other problems... have you tried contacting the kindle using fastboot?
Click to expand...
Click to collapse
Yes thats it! Im going to leave it on for about 5-15 minutes and see what happens. il let you know
I have tried to boot into fastboot mode with the utility and it says cannot find the file specified.
btw: i dont think i installed firefirefire...
EDIT: Yep, after letting the animation run for 10 minutes still nothing.
Im going to try using TWRP now. Il let you know if it helped.
EDIT2: Nope im getting random errors in the command prompt. Is it 100% necessary to use this program?
Justos said:
Yes thats it! Im going to leave it on for about 5-15 minutes and see what happens. il let you know
I have tried to boot into fastboot mode with the utility and it says cannot find the file specified.
btw: i dont think i installed firefirefire...
EDIT: Yep, after letting the animation run for 10 minutes still nothing.
Im going to try using TWRP now. Il let you know if it helped.
EDIT2: Nope im getting random errors in the command prompt. Is it 100% necessary to use this program?
Click to expand...
Click to collapse
If you're talking about KFU, then no. It is not 100% necessary, It is just designed to make it easier for users so they don't have to use command prompt on their own. I am uploading KindleADB from the burrito root method to help us with what you need to do. I will post a link here when it is finished uploading. Do you know how to use command prompt/adb at all?
KindleADB.zip: http://www.mediafire.com/?1fb30q3wqf95b3i
download this file and unzip and then place it on the root directory of your C:/ Drive (this is not completely necessary, it is just for convenience)
Then try seeing if your device shows up in adb by typing in:
Code:
cd /
cd kindleadb
adb devices
OR
Code:
cd /
cd kindleadb
fastboot getvar product
Either way you want it to show either a series of numbers or say something like amazon kindle or something to that degree, if it is blank or does not leave the <waiting for device> status then we will need to go in another direction. My suggestion for fastboot would be to turn the kindle completely off and then do those commands and then plug in your kindle when it says <waiting for device>... get back to me on your results and we can go from there
Did both of them. On the first part it says
List of Devices attached: (nothing shows up)
second time i did exactly what you said. it was waiting for device before i turned the kindle on, nothing happened.
EDIT: Okay I tried using the utility again, whenever i try to fastboot or boot into recovery it gives me this error
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The kindle has been told to reboot in Fastboot Mode.
Press any key to continue . . .
I'm having the same issue here.
The triangles keep turning and nothing happens.
In the KFU the devices keep showing OFFLINE and Boot Status UNKNOW.
The cd /
cd kindleadb
adb devices
don't show the device and
cd /
cd kindleadb
fastboot getvar product
show waiting for device
Edited:
I dunno what i've done, but im KFU appears Online in normal boot (4000), but the options don't work anymore.
Justos said:
Did both of them. On the first part it says
List of Devices attached: (nothing shows up)
second time i did exactly what you said. it was waiting for device before i turned the kindle on, nothing happened.
EDIT: Okay I tried using the utility again, whenever i try to fastboot or boot into recovery it gives me this error
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The kindle has been told to reboot in Fastboot Mode.
Press any key to continue . . .
Click to expand...
Click to collapse
As long as you have CWM instead of TWRP, you're just wasting your time trying to install Jelly Bean. Install TWRP and try again.
same problem
I have the same exact problem with my fire, it happened two days ago but i hadn't seen anyone else with the problem. I couldn't fix it so i ordered a factory cable on ebay, I'm waiting on that now...
no fff? how about just booting to recovery and flashing a new rom after a full wipe or restoring a backup or have the normal ways of doing things just become obsolete lol I mean so you cant flash isc or jelly bean mount your sd card in recovery transfer one of a few different cm7 roms which will flash right on cwmr and your golden ...
Thepooch said:
no fff? how about just booting to recovery and flashing a new rom after a full wipe or restoring a backup or have the normal ways of doing things just become obsolete lol I mean so you cant flash isc or jelly bean mount your sd card in recovery transfer one of a few different cm7 roms which will flash right on cwmr and your golden ...
Click to expand...
Click to collapse
I'm trying to but, but when I try to enter in recovery mode, i get this:
The system cannot find the drive specified.
Failed to Copy 'files\rcmode' to 'data/local/rcmode' : permission denied
unable do chmode /data/local/rcmode: no such file or directory
/system/bin/sh: data/local/rcmode: not found
recovery?
Reinaque said:
I'm trying to but, but when I try to enter in recovery mode, i get this:
The system cannot find the drive specified.
Failed to Copy 'files\rcmode' to 'data/local/rcmode' : permission denied
unable do chmode /data/local/rcmode: no such file or directory
/system/bin/sh: data/local/rcmode: not found
Click to expand...
Click to collapse
i'm seeing that too when i try to change it to recovery on KFU, but now its actually showing adb online and boot status 4000 as oppposed to when it said offline and unknown for me
What are all the ways to boot into recovery mode? It wont do it with the KFU.
I understand what I need to do now, Factory reset, then install TWRP, then firefirefire, then flash the rom and Gapps?
How am i supposed to do this if i cant get into recovery mode?
Justos said:
What are all the ways to boot into recovery mode? It wont do it with the KFU.
I understand what I need to do now, Factory reset, then install TWRP, then firefirefire, then flash the rom and Gapps?
How am i supposed to do this if i cant get into recovery mode?
Click to expand...
Click to collapse
First I would try using the kindle unbrick utility:
I couldn't find the thread for this so I just have it uploaded to my mediafire account: http://www.mediafire.com/download.php?6kxjs8kbmgn8h3l
I also found this Kindle Fire Unbrick Utility, it might actually be a newer version of the one I provided above with a Graphic UI: http://forum.xda-developers.com/showthread.php?t=1428428
If that doesn't work I would suggest trying a linux environment to contact your device, as Android is linux based and therefore can communicate with a linux machine better than a windows machine. (plus drivers are always a giant mess in windows)
Use this guide to make a portable linux box to try to save your kindle:
http://forum.xda-developers.com/showthread.php?t=1670405
If all else fails, you're probably going to need a factory cable to get your Kindle back up and running:
http://forum.xda-developers.com/showpost.php?p=20380015&postcount=9
Once you have this you can run commands from linux very easily to unbrick your kindle. If you need help with this feel free to PM me.
Hi,
I accidentally deleted everything through TWRP. I wanted the kindle fresh for my new ROM, and thought that deleting everything would make for a cleaner install. I was wrong and now all my kindle is good for is TWRP.
When in TWRP, windows doesn't recognize the kindle. Because of this, I cannot mount it. Windows and the kindle fire utility recognizes it as adp when i boot regularly (which is just a black screen) but cannot do anything since it will not enter normal or fast mode.
I don't know what to do, nothing is working. When I restart the kindle it says superuser is not installed, and asks if I would like to install it. I say yes, and it fails. Super user WAS installed before I deleted everything.
Any ideas?
Some more info
1. shell doesn't work
2. it looks like the bootmode is stuck in fastboot, but KFU won't recognize it, even though windows does.
3. Windows does not recognize the kindle when in TWRP recovery mode. If It did i could simply transfer files over and flash it...
4. If I try to boot normally, I get a black screen, but FKU recognizes ADP. It does not recognize what bootmode it's in though.
I believe FFF is working as I have the blue kindle logo and options in the bootloader, but no matter what I do I can't figure it out.
I REALLY need some help from you more experienced guys
thanks for reading
I'm making some progress, I'm in fastboot command prompt and have access. But what do I do from here?
How can I install a system from fastboot? It looks like all the guides say to install twrp and go from there but I have twrp and it wont communicate with my pc!!!
ADB
llmercll said:
Some more info
1. shell doesn't work
2. it looks like the bootmode is stuck in fastboot, but KFU won't recognize it, even though windows does.
3. Windows does not recognize the kindle when in TWRP recovery mode. If It did i could simply transfer files over and flash it...
4. If I try to boot normally, I get a black screen, but FKU recognizes ADP. It does not recognize what bootmode it's in though.
I believe FFF is working as I have the blue kindle logo and options in the bootloader, but no matter what I do I can't figure it out.
I REALLY need some help from you more experienced guys
thanks for reading
Click to expand...
Click to collapse
Do you have adb and fastboot intstalled on your PC??
lj50036 said:
Do you have adb and fastboot intstalled on your PC??
Click to expand...
Click to collapse
Yes, I've been using them at the command level
Feedback
llmercll said:
Yes, I've been using them at the command level
Click to expand...
Click to collapse
Boot into recovery and type
adb devices
copy and paste the output of this so I can see!!!
I went to boot and at the black screen tried to push the stock kindle FW. it failed for some reason
c:\kfu\tools>adb devices
List of devices attached
0123456789ABCDEF device
c:\kfu\tools>adb push C:\update.zip \tmp
failed to copy 'C:\update.zip' to '\tmp': Read-only file system
c:\kfu\tools>
Here is me trying adb devices in recovery mode
c:\kfu\tools>adb reboot recovery
c:\kfu\tools>adb devices
List of devices attached
Interestingly, rebooting into recovery just brought me to the bootloader. it wouldnt boot into recovery by itself, I have to manually do it through the bootloader. Immediately, booting into recovery disconnects my kindle from the pc, and I hear the sound in windows and the kindle dissapears from device manager.
llmercll said:
I went to boot and at the black screen tried to push the stock kindle FW. it failed for some reason
c:\kfu\tools>adb devices
List of devices attached
0123456789ABCDEF device
c:\kfu\tools>adb push C:\update.zip \tmp
failed to copy 'C:\update.zip' to '\tmp': Read-only file system
c:\kfu\tools>
Here is me trying adb devices in recovery mode
c:\kfu\tools>adb reboot recovery
c:\kfu\tools>adb devices
List of devices attached
Interestingly, rebooting into recovery just brought me to the bootloader. it wouldnt boot into recovery by itself, I have to manually do it through the bootloader. Immediately, booting into recovery disconnects my kindle from the pc, and I hear the sound in windows and the kindle dissapears from device manager.
Click to expand...
Click to collapse
So you can boot into recovery yes??
What is this KFU if that some kindle stuff we need to get rid of it and get the fastboot and adb from google... The SDK
make sure you open your CMD window as admin and try putting that file in the /sdcard not the /tmp
lj50036 said:
So you can boot into recovery yes??
What is this KFU if that some kindle stuff we need to get rid of it and get the fastboot and adb from google... The SDK
make sure you open your CMD window as admin and try putting that file in the /sdcard not the /tmp
Click to expand...
Click to collapse
I can boot into recovery, yes. KFU is kindle fire utility. I have the sdk and fastboot and adb.
could putting it in tmp be why the push failed?
Admin
llmercll said:
I can boot into recovery, yes. KFU is kindle fire utility. I have the sdk and fastboot and adb.
could putting it in tmp be why the push failed?
Click to expand...
Click to collapse
Or maybe you did not open you CMD window as admin....but twrp should see your devices in adb and let you push things to the /sdcard for sure... I have one right in front of me, but I am running linux which is much better for these kinds of things... Here is my output of that command and than a push of a zip file
Code:
[email protected] ~ $ adb devices
List of devices attached
0123456789ABCDEF recovery
[email protected] ~ $ adb push cmb_kkgapps_20131209.zip /sdcard
6121 KB/s (126216099 bytes in 20.135s)
I ran it as admin, now I get an error saying /sdcard is a directory
C:\Windows\system32>cd c:/kfu/tools
c:\kfu\tools>adb push C:\update.zip /sdcard
failed to copy 'C:\update.zip' to '/sdcard': Is a directory
c:\kfu\tools>adb devices
List of devices attached
0123456789ABCDEF device
c:\kfu\tools>
feedback
llmercll said:
I ran it as admin, now I get an error saying /sdcard is a directory
C:\Windows\system32>cd c:/kfu/tools
c:\kfu\tools>adb push C:\update.zip /sdcard
failed to copy 'C:\update.zip' to '/sdcard': Is a directory
c:\kfu\tools>adb devices
List of devices attached
0123456789ABCDEF device
c:\kfu\tools>
Click to expand...
Click to collapse
Move everything to the root of your c drive fastboot.exe, adb.exe, update.zip, all of it and than when you open your CMD windowas admin type
cd /
This will move you to the root of your c drive in you CMD window... Than type dir to make sure u can see your fastboot and adb and your update zip
than type
adb push update.zip /sdcard
llmercll said:
I ran it as admin, now I get an error saying /sdcard is a directory
C:\Windows\system32>cd c:/kfu/tools
c:\kfu\tools>adb push C:\update.zip /sdcard
failed to copy 'C:\update.zip' to '/sdcard': Is a directory
c:\kfu\tools>adb devices
List of devices attached
0123456789ABCDEF device
c:\kfu\tools>
Click to expand...
Click to collapse
It's been a long time since I looked at this, but I seem to remember the windows adb client wanting a trailing slash if the push destination is a directory. That is... you want to use "/sdcard/" instead of "/sdcard" in that command to indicate that you want to push a file into that directory rather than replace the directory with a file (which it won't allow). Alternatively, you can use "/sdcard/update.zip" to remove any ambiguity from the command.
The output of your "adb devices" command is also a concern. It doesn't look to me as if you've booted the device into TWRP because it should output "recovery" and not "device" at the end there. One way or another, you'll have to get it to boot into TWRP if you want to flash that update.zip.
I wanna thank you guys for helping me. I'll never be able to figure this out alone.
Still no luck. It either says it's a directory or I lack permission.
C:\>adb devices
List of devices attached
0123456789ABCDEF device
C:\>adb push update.zip /sdcard
failed to copy 'update.zip' to '/sdcard': Is a directory
C:\>adb push update.zip /sdcard/
failed to copy 'update.zip' to '/sdcard//update.zip': Permission denied
C:\>adb push update.zip /sdcard/update.zip
failed to copy 'update.zip' to '/sdcard/update.zip': Permission denied
C:\>
Click to expand...
Click to collapse
I can get into TWRP, but windows will not recognize the kindle while in recovery mode. The only times windows will recognize the devices is if I'm sitting at the boot launcher (it says fastboot) or try and normal boot (and it says "device"). If I could just connect to the PC in TWRP, i could mount it, cut for some reason I can't. Whenever I exit TWRP it also warns me that superuser is not installed, and if I would like to install it. I say yes, and it gives me an error =/
Fastboot works great though, is there anything I can just flash?
llmercll said:
I wanna thank you guys for helping me. I'll never be able to figure this out alone.
Still no luck. It either says it's a directory or I lack permission.
I can get into TWRP, but windows will not recognize the kindle while in recovery mode. The only times windows will recognize the devices is if I'm sitting at the boot launcher (it says fastboot) or try and normal boot (and it says "device"). If I could just connect to the PC in TWRP, i could mount it, cut for some reason I can't. Whenever I exit TWRP it also warns me that superuser is not installed, and if I would like to install it. I say yes, and it gives me an error =/
Fastboot works great though, is there anything I can just flash?
Click to expand...
Click to collapse
Try to use the "mount" function in TWRP to mount the /sdcard partition on your computer. It should work with the generic drivers already on your Windows PC and you can copy the update.zip over to it that way. If you can't get that to work, you are going to have to try reinstalling the drivers to get your PC to recognize TWRP. There are detailed instructions on how to do this in my guide.
The only other thing I can think of is to try reflashing an older version of TWRP. Those directions are available in one of my guides as well.
Recovery
llmercll said:
I wanna thank you guys for helping me. I'll never be able to figure this out alone.
Still no luck. It either says it's a directory or I lack permission.
I can get into TWRP, but windows will not recognize the kindle while in recovery mode. The only times windows will recognize the devices is if I'm sitting at the boot launcher (it says fastboot) or try and normal boot (and it says "device"). If I could just connect to the PC in TWRP, i could mount it, cut for some reason I can't. Whenever I exit TWRP it also warns me that superuser is not installed, and if I would like to install it. I say yes, and it gives me an error =/
Fastboot works great though, is there anything I can just flash?
Click to expand...
Click to collapse
I would if it were me, install a recovery you dont plan on using... Than flash the one you would like to us.... I know it sounds funny but.. Ive be here before and that seems to work everytime... Than flash ROM and Gapps....
Here is the link to TWRP the first gen fire is an 'otter'... Make sure you get the otter.img....Than rename the .img file to twrp.img than put it with fastboot.exe and open CMD window as admin...and type
Code:
fastboot -i 0x1949 flash recovery twrp.img
Than
Code:
fastboot -i 0x1949 reboot
Let me know if that works for you or if you have any questions along the way... Thx as always lj
I didn't see the link for the older TWRP, but I went to the website and tried this one
http://techerrata.com/browse/twrp2/blaze
openrecovery-twrp-2.4.2.0-otter.img
I successfully flashed it and rebooted, but when the kindle went into recovery mode it once again disconnected from the computer. In recovery, which was clearly the older TWRP version, I attempted to mount but nothing happened. Of course it can't happen if it isn't communicating with my pc =/
Can I flash a ROM directly through fastboot? That would probably solve the issue, no?
What about that other recovery program, COTR?
llmercll said:
I didn't see the link for the older TWRP, but I went to the website and tried this one
http://techerrata.com/browse/twrp2/blaze
openrecovery-twrp-2.4.2.0-otter.img
I successfully flashed it and rebooted, but when the kindle went into recovery mode it once again disconnected from the computer. In recovery, which was clearly the older TWRP version, I attempted to mount but nothing happened. Of course it can't happen if it isn't communicating with my pc =/
Can I flash a ROM directly through fastboot? That would probably solve the issue, no?
What about that other recovery program, COTR?
Click to expand...
Click to collapse
2.6.3.1 Give that one a try!!!
I was able to get TWRP recognized by windows by using the earliest blaze edition. I mounted, copied the files, and then flashed back to 2.6.3.1 otter.
Then I wiped whatever data may have been in system data and cache and installed a new rom...
Only problem is it seems to be hanging on "updating partition details.."
I have the option to reboot, but am not sure if I should...
I think I got it!!
When I boot to twrp in recovery, I am unable to accomplish anything -- wipe or install. When I try to do either I get an error about "unable to mount sdcard". I have seen this thread, but cannot find the zip mentioned anywhere. I am able to run "adb push" to /sdcard and then to actually see the file pushed there in twrp recovery. I'm just not able to do anything with the pushed file in the install function.
Tried mounting with adb shell, but kept getting error of "Invalid argument". Did discover that /sdcard is /dev/block/mmcblk0p36, and using fdisk in adb shell found that it "doesn't contain a valid partition table". I'm not concerned about losing data. Everything was backed up, but anybody know how to create the correct partition table so I can install a ROM?
Original post:
So I screwed up. I rooted my phone according to this post. Unfortunately I then did something stupid when trying to flash a new recovery and get actual SU privileges to remove bloatware. Instead of going back to the first page in that thread and seeing the links to use there, I followed this guide. Unfortunately, when I ran the script, install-insecure-linux.sh, it flashed the boot.insecure.img and then spit out errors related to incompatibility with the ncurses version on my laptop. It seems difficult if not impossible to downgrade the ncurses without causing a ton of other headaches. It went to reboot and just stayed dead.
Thought I was hosed, but then after charging for a while I got signs of life. Managed to boot to fastboot. Connected back up to the laptop and decided to follow the cyanogenmod guide for installing CM11. Flashed the CM recovery img file successfully but after rebooting I can't do anything.
I still occasionally get into the fastboot on the phone. Running fastboot devices on the laptop lists the phone. Running adb devices does not. Running any other fastboot command sticks at either nothing or <waiting for device>. Running any adb command gives "error: Device not found". I added a udev rule and adb_usb.ini with the device id "0bb4" and mode 0666, but no joy.
I only have a linux machine available at the moment, so I'd prefer suggestions for working in linux. If someone knows of a good Windows solution, I can probably try that in a few days. Thanks in advance.
EDIT: Progress
Noticed that for a second when I first connect to the laptop USB the fastboot menu showed in red FASTBOOT USB before going back to just FASTBOOT. Managed to tee up the command for flashing the twrp recovery img and ran it immediately upon plugging in. Was then able to boot to recovery. Not sure what my next step to getting a working phone is though. Help still appreciated.
My last post got swallowed by the ether I guess. I was able to fix it by formatting the sdcard using mkdosfs -F 32 -n INT_SD -s 64 /dev/block/mmcblk0p36. Then rebooting, wiping, and installing CM11. All is good again.