Related
Hi everyone, today i would like to ask for your help with a pretty big problem i have with my Kindle fire HD, you see, i was updating from my current rom 7.4.4 to CM 10.2. to achieve thi i followed this tutorial http://forum.xda-developers.com/showthread.php?t=2271909 , everything was going fine until i installed 2nd-Bootloader and TWRP recovery. The problem came up here, when i realized that i forgot to move the rom and the files for google play into the SD card, now whenever i try to do this i can't seem to get my PC to recognize the Kindle with TWRP (i can browse my files and such with TWRP directly through the kindle itself) i tried to move the required file with adb and fastboot but i can't get it to work.
The kindle is rooted and running version 7.4.6 from amazon.
i have a backup for the rom and the files but i can't use fastboot.
i have a backup for each of the following files: boot0block, stock-boot, stock-recovery, stock-system
all the adb drivers and sdk are functioning perfectly.
When i connect it to my PC with windows 7 i can see the kindle recognized by the device manager but it has yellow triangle next to the icon.
i also tried using an otg cable but the kindke did not recognize it.
any and all help is appreciated, i don't want my tablet to die Dx
I've never had to do this, but in TWRP, if you go to "Advanced," there's a button labeled "ADB Sideload." Then you should be able to use ADB to sideload files onto your Kindle using the "adb sideload" command.
Example:
Code:
adb sideload name of.zip
Hope this helped
>>Sent from my homebuilt TARDIS running Android 4.3... or maybe it's a rooted Kindle Fire HD running ChameleonOS<<
Ph0enix_216 said:
I've never had to do this, but in TWRP, if you go to "Advanced," there's a button labeled "ADB Sideload." Then you should be able to use ADB to sideload files onto your Kindle using the "adb sideload" command.
Example:
Code:
adb sideload name of.zip
Hope this helped
>>Sent from my homebuilt TARDIS running Android 4.3... or maybe it's a rooted Kindle Fire HD running ChameleonOS<<
Click to expand...
Click to collapse
I tried this but the problem is that the pc not find device , it show me in device manager yellow triangle next to the icon of kindle
When i send a adb command , the adb say "Device not found"
Thanks you anyway!
Try updating the device driver for the device with mark next to it, use these drivers from this post, they should work. http://forum.xda-developers.com/showpost.php?p=44446906&postcount=9
stunts513 said:
Try updating the device driver for the device with mark next to it, use these drivers from this post, they should work. http://forum.xda-developers.com/showpost.php?p=44446906&postcount=9
Click to expand...
Click to collapse
Hi and thanks for your help now i try send the next command adb push file.zip /sdcard
but adb say this menssage:
C:\Users\Cristian>adb push file.zip /sdcard
cannot stat 'file.zip': No such file or directory
I put a rom in C:\adt-bundle-windows-x86_64-20130729\sdk\platform-tools in the same folder that adb.exe
and the name of the rom file is : file
Shur'tugal said:
Hi and thanks for your help now i try send the next command adb push file.zip /sdcard
but adb say this menssage:
C:\Users\Cristian>adb push file.zip /sdcard
cannot stat 'file.zip': No such file or directory
I put a rom in C:\adt-bundle-windows-x86_64-20130729\sdk\platform-tools in the same folder that adb.exe
and the name of the rom file is : file
Click to expand...
Click to collapse
Ok if u want to simply type file.zip u need to be CD's into the directory of where u put the ROM, but as it seems u have the SDK in your paths simply putting the ROM in c:\users\cristian should suffice. Try moving the ROM there and running the command again.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Ok if u want to simply type file.zip u need to be CD's into the directory of where u put the ROM, but as it seems u have the SDK in your paths simply putting the ROM in c:\users\cristian should suffice. Try moving the ROM there and running the command again.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Thanks for your help your save my tablet
Thanks you very much
Finally i exit for this bricked
Enviado desde mi GT-I9300 usando Tapatalk 4
I have a dude im install CM 10.2 perfect , but i dont remember install de google apps as i have to do now?
Thanks
One step further
My apologies for hijacking this thread. I had made the same error as the OP. however, instead of searching here for solution, I panicked and wiped the cache and user data using the SR tool and wiped everything. Now unfortunately my kfhd tells me it can't boot, which my incompetent mind tells me is likely because I have no rom?
I've tried to use first aide to do a system recovery but I get told the files are too large and it can't do anything.... Any suggestions or thoughts from people? Appreciate any help I can get. Been up late the last 3 days trying to sort this out, while I thought I was going to provide m wife with a slick android device!!
That's odd, I wouldn't think wipe your data partition and cache would cause that to happen, then again there are some files stored under data the system uses out side of apk's so I guess that could be why. Did you get your kindle into fastboot? If you did I would suggest trying to use kfhd system restore tool if kffa didn't work.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Yes, can fast boot. Shows up when I plug in the factory cable. When I use the system restore tool, and try and do a basic recovery, it can't copy the images over as it says the files are too big.
deeman77 said:
Yes, can fast boot. Shows up when I plug in the factory cable. When I use the system restore tool, and try and do a basic recovery, it can't copy the images over as it says the files are too big.
Click to expand...
Click to collapse
All the files, or just the system.img?
soupmagnet said:
All the files, or just the system.img?
Click to expand...
Click to collapse
each one of them unfort.
Do you have twrp installed?
hloomsc some
soupmagnet said:
Do you have twrp installed?
Click to expand...
Click to collapse
I did. Not sure i do now post trying to do a wipe. Don't see any blue when I start up, just the original kindle letter coloring, after which I get a message saying it can't boot
any suggestions anyone or is my kfhd pretty much killed? there's got to be a way to load some rom on to it!!
You should be able to load the original images over fastboot, something just isn't working right. I would say its far from hard bricked, it should still be fixable, its just a matter of troubleshooting it. If you have the kindle fire system image I would try manually flashing it but you need to know what you are doing. If you CD into the SRT folder where im assuming the IMG files are in the same folder as fastboot, try running "fastboot -i 0x1949 flash system system.img" think I got the syntax right, haven't had to ever use fastboot myself, anyways if you run that what does it report back? Hopefully not the same error, or it might be something messed up with the image.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
thanks for the advice. ended up re downloading the images again and this time it worked. go figure.
back to starting again to get my custom rom on.
once i have a custom rom, guessing there are no amazon bits left in there that would cause any updates to come through right?
Thank god there isn't, I would scream if there was, just make sure to wipe system, cache, dalvik cache and do a factory reset when coming from amazon to cm based ROMs.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Thank god there isn't, I would scream if there was, just make sure to wipe system, cache, dalvik cache and do a factory reset when coming from amazon to cm based ROMs.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Good afternoon: I bricked a nice 8.9 tablet several weeks ago using ADB sideload...
I used ADB Sideload to install Gapps since I was already in TWRP and was too lazy to reboot and transfer the gapps.zip file to my tablet.
The sideload installed the gapps.zip as I expected it to and I was brought back to the main TWRP screen.
When I clicked on reboot/reboot system, the tablet started flashing the three partitions (boot, recovery and system) as I was watching. TWRP then left me at the booting screen doing nothing. I did not know why the tablet decided to flash the three main partitions but, I opted to push the power button and that was the last time I saw my tablet.....
Apparently ADB sideload is only for ROM's? I had only used it to flash ROMs prior but, I thought ADB Sideload should be able to install any properly zipped file designed to flash with TWRP?
Regards
[Q] Kindle Fire HD 7" Stuck on TWRP (2.4.4.0) - Won't Mount - BTC for quick help!
Yes I am a n00b here.
I have done many jailbreakings with no problem.
I have been using my Kindle Fire HD 7" since Feb. and reading the XDA forums and finally decided to root.
I used the newest bin4ry with no problems - http://forum.xda-developers.com/showthread.php?t=2351201
I then loaded TWRP and Kindle Fire Flash using this most recent method - http://forum.xda-developers.com/showthread.php?t=2347170
Again with no problems.
I then was going to load CyanogenMod 10.1 - http://forum.xda-developers.com/showthread.php?t=2245335
But my Kindle Fire is stuck on the TWRP screen and my PC is not showing my Kindle to drop the .zip files.
When using ADB command prompt I typed "ADB devices" and it says "List of Devices Attached - 123456789ABCDEF recovery"
So that's where I am at.
I have searched the forum many times with no luck.
Please help me load CyanogenMod or get it back to stock.
I don't care about losing apps or anything because they were all free ones.
I got a bit of BTC for anyone that can help with a quick solution.
Put the zip u wanna flash in the same directory as adb, and try this: adb push nameofzip.zip /sdcard/nameofzip.zip
That should put it on the sdcard
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Put the zip u wanna flash in the same directory as adb, and try this: adb push nameofzip.zip /sdcard/nameofzip.zip
That should put it on the sdcard
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Perfect.
Thanks.
PM me your BTC addy if you want me to buy you a beer.
stunts513 said:
Put the zip u wanna flash in the same directory as adb, and try this: adb push nameofzip.zip /sdcard/nameofzip.zip
That should put it on the sdcard
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
I am in the same situation, however I have no idea how to use ADB and which directory it is installed. I rooted my sons kindle fire HD and installed TWRP the same way, however I cannot find anything on my computer regarding an ADB directory.
Any help at all will be very appreciated.
Binaries root comes with it, try cding into that directory, my wallpaper fix in my SIG also has it.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
M.Derrick said:
I am in the same situation, however I have no idea how to use ADB and which directory it is installed. I rooted my sons kindle fire HD and installed TWRP the same way, however I cannot find anything on my computer regarding an ADB directory.
Any help at all will be very appreciated.
Click to expand...
Click to collapse
Hey Mr. Derrick!
Hopefully we can get you setup using the same solution that worked for me.
ABD can be kinda confusing, especially if you are new to rooting.
(I can't post links yet so change my xx to tt)
If you want to try re-downloading it you can get it here: hxxp://developer.android.com/sdk
Are you trying to install the Cyanogen Mod 10.1 on there as well?
You will need that also in order to get it up and running.
You can download that here: hxxp://goo.im/devs/Hashcode/tate/cm10.1/cm-10.1-20130812-UNOFFICIAL-tate.zip
It helps to put all this stuff in the same folder, I just made a folder called "Kindle Stuff"
Now, go into your Kindle Stuff folder and go to adt-bundle-windows > sdk > platform-tools
Copy and paste your "cm-10.1-20130812-UNOFFICIAL-tate.zip" folder in there.
Then in a blank space in the folder hold down "Shift" and "right click"
On the list choose
"Open command window from here"
In the command window copy and paste this: adb push cm-10.1-20130812-UNOFFICIAL-tate.zip/sdcard/cm-10.1-20130812-UNOFFICIAL-tate.zip
That (should) load Cyanogenmod onto your Kindle.
Once it finishes transferring, you can click "Install" on the TWRP homescreen.
It (should) automatically load it right away, if not just scroll to the "cm-10.1-20130812-UNOFFICIAL-tate.zip" file and open it up.
I really hope that works for you, because that's what did it for me!
I'm having the same issue with being stuck on the twrp screen, but I can't get an adp connection. Im also attempting to load cm 10.1 onto my kindle fire hd 7. In case it matters my pc also says there's no drivers for the kindle (I installed the proper drivers and adp and sdk software prior to rooting and flashing twrp and they worked fine, the problem only started after installing twrp)
Try the drivers in my signature. Its probably my just an old twrp build before has code updated the vid and pid in it.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
how would i install those drivers so that the kindle would use them...when i originally installed the drivers for the adp connection, it was done automatically
---------- Post added at 09:44 PM ---------- Previous post was at 09:18 PM ----------
ok the drivers work now and i have a adb connetion...thanks by the way, and now im trying to sideload the ROM file onto the kindle so i can install it with twrp. i put the folder into C:\users\joe and tried the command adb sideload filename.zip (i renamed the folder "filename") but i got an error saying error: closed
any ideas?
I don't bother with side load. Just load up twrp and run "adb push filename.zip /sdcard/filename.zip
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
thanks for your help...my kindle is now running CM 10.1
stunts513 said:
I don't bother with side load. Just load up twrp and run "adb push filename.zip /sdcard/filename.zip
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
i have a problem i was running cm12.1 on my hd 8.9 and i tried to do a factory reset from the cm os the device said going into reboot one it booted up it went to twrp but now it wont start twrp it just stays in the twrp boot screen what should i do? please help and thank you.
I have a Kindle Fire HD 7" system version 7.4.3 that has the proverbial "Red Triangle" of death.
This unit has not been rooted and I am very much a newbie.
I have rebooted the unit many times. Periodically it will work and then lock up again with the Red Triangle.
90% of the time I no longer have wireless access as this has been disabled with the error.
After reading many of the posts here, I have considered rooting it to a) back up my system files (including email) and b) reloading the software. However, if I am not mistaken, I need to load an ADB file. Since the "Enable ADB" under Security Settings is on OFF and cannot be turned on, is there any way that I can revive this unit?
What I would really like is to back up those hidden system files that include email files, program data, etc. as well as make this work like it used to.
Can any one help me?
Without adb on you can't do much, you could just reflash the system image from fastboot, but you would probably need a fastboot cable since u don't have adb or root access. On the bright side a system reflash only reflashes the system partition, you won't lose any of the data for any of the apps. It also is prerooted, so you don't have to worry about doing that later. There's a tool that does the work for you in the android development section called kindle fire system restore tool. You will still need a fastboot viable to run this tool though. Also I haven't looked into it but I thought the red triangle thing was a kf2 error, but maybe I am mistaken?
Edit: I'm a moron, red triangle is the useless stock recovery on the kindle. Least thats my best guess.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Without adb on you can't do much, you could just reflash the system image from fastboot, but you would probably need a fastboot cable since u don't have adb or root access. On the bright side a system reflash only reflashes the system partition, you won't lose any of the data for any of the apps. It also is prerooted, so you don't have to worry about doing that later. There's a tool that does the work for you in the android development section called kindle fire system restore tool. You will still need a fastboot viable to run this tool though. Also I haven't looked into it but I thought the red triangle thing was a kf2 error, but maybe I am mistaken?
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
I do have a factory cable (same as fastboot cable?) from SkOrPn, but will have to look through the forum for how to do a system reflash. I am glad to know that I have an option to save all of my data.
Unfortunately the red triangle is not limited to the kf2, but don't I wish it was.
Thank you.
Try this: http://forum.xda-developers.com/showthread.php?t=1951254
If that doesn't work try kffa in the general 7" forum.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Since I am such a newbie, I have a couple of questions:
1) Can I assume that the "KFHD_SRT_v1.3.5- 7.3.0 (separate option for restoring factory recovery)" would be the option that I should use for my KFHD running system version 7.4.3? If I read thru this correctly, it will reset the system back to 7.3.0 and then auto update to 7.4.3 once connected to the internet. Is that correct?
2) If so, step 2 says to enter a command if your device recognizes ADB. Will this work on my device since the ADB option is turned off?
Thank you again for walking me through this process. [And by the way, you are not a moron. ]
Step 2 is misleading, you only need that command if you don't have a fastboot cable. I personally haven't had to use this tool, but from what I know it kinda downgrades the system but it should update on its own which also unroots it. And yes the download you were talking about it should be the right one.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
After downloading the KFHD System Recovery Tool (that took a long while) and installing the driver for my KFHD, I am now running the SRT batch file. I am afraid that I am a bit confused here. The batch file gives you the following 7 choices:
1) Restore-Factory Rooted with SuperSU.apk
2) Restore-Factory Rooted with SuperSU.apk, Apex Launcher, and PlayStore
3) Restore-Factory Recovery
4) Erase cache & userdata
5) Check fastboot status
6) Reboot normally (must have a standard cable connected to work)
0) Exit
According to the instructions, I am to select #4 and Erase cache & userdata. Won't this erase my hidden system data (i.e., program data, email, etc.)?
Please advise before I take the next step.
I would use option 1 or 2, idk y it says to use 4.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
I would use option 1 or 2, idk y it says to use 4.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Okay, my KFHD is in Fastboot mode (or at least that is what is displayed on it's screen).
However, my PC found new hardware - Tate-PVT-08 and needs the driver for it. Do you know where I can find this driver?
The SRT Tool is stuck in "trying to locate device" in the interim.
UGH, I am so close and yet so far away.
Just FYI, I had to go way back to remember CMD line instructions, but I also tried typing in the "fastboot -i 0x1949 flash boot boot.img" command. This generated an error message of "fastboot is not recognized as an internal or external command, operable program or batch file."
pi lady said:
Okay, my KFHD is in Fastboot mode (or at least that is what is displayed on it's screen).
However, my PC found new hardware - Tate-PVT-08 and needs the driver for it. Do you know where I can find this driver?
The SRT Tool is stuck in "trying to locate device" in the interim.
UGH, I am so close and yet so far away.
Just FYI, I had to go way back to remember CMD line instructions, but I also tried typing in the "fastboot -i 0x1949 flash boot boot.img" command. This generated an error message of "fastboot is not recognized as an internal or external command, operable program or batch file."
Click to expand...
Click to collapse
Oops, now I am the moron.
I was in the wrong folder/directory. However, when I moved to the KFHD_SRTv.1.3.5 folder and entered this command, the new error message is "cannot load 'boot.img' - so what gives?
I have no idea, usually if someone gets stuck with this app I recommend using kindle fire first aid, it can do the same thing and probably has a better rep. I just prefer individual apps so I recommended this. http://forum.xda-developers.com/showthread.php?t=2096888
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
I have no idea, usually if someone gets stuck with this app I recommend using kindle fire first aid, it can do the same thing and probably has a better rep. I just prefer individual apps so I recommended this. http://forum.xda-developers.com/showthread.php?t=2096888
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Okay I have my KFHD temporarily back up again. It is more functional than it was, but not all applications are running yet.
I haven't tried the KF First Aid yet, but will. I have downloaded the zip file and extracted the files so that I will be ready. Not sure yet if I have to upgrade my Java (it is SE v7up25, but not the developer version).
However, before I proceed much further, I really want to back up my KFHD.
- My data has been "backed up" by making a copy via a USB cable and Windows Explorer to my flash drive.
- What is left to back up is the hidden section/partition of my KFHD. All the postings I have seen so far discuss backing up the system (OS) of the KFHD, but what about the area where applications store user profiles and/or data. For example, the email program stores all the email data in this hidden area. How can I get that backed up?
Once this is accomplished, I would feel much more comfortable in running the KFFA as well as the replacement of image files.
Any clues?
If u can find the email app's internal name you are using then goto "/data/com.emailappname" and copy that folder, usually that's where a program stores its data, not positive about that on the kindle is though, last time cleared my cache and dalvik cache on that os, I had to reset up my email account so I don't know for sure if that's correct exactly.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Try this dude
https://www.youtube.com/watch?v=k-8lTMLCGfE&feature=youtube_gdata_player
Sent from my SGH-T989 using Tapatalk 2
stunts513 said:
If u can find the email app's internal name you are using then goto "/data/com.emailappname" and copy that folder, usually that's where a program stores its data, not positive about that on the kindle is though, last time cleared my cache and dalvik cache on that os, I had to reset up my email account so I don't know for sure if that's correct exactly.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Okay after multiple manipulations, I have run the KFHD SRT using Option 1) Restore-Factory Rooted with SuperSU.apk (WooHoo!)
Can I assume that my KFHD is rooted? If so, what do I need to do to actually see these hidden files? (The email program is e-mail.apk or so I have been told.)
Of course with the standard USB cable, I still see the usual stuff with Win Explorer.
What is my next step?
:victory:
my kindle fire hd/ tate only seems to install omnirom, whenever i try to install cm or paranoid android, it never gets past the boot up screen. Can anybody help? Has anyone else had this issue? i have twrp 2.6.3.1, i have done a factory reset, factory reset and system wipe, wiped dalvik cache after the install, didnt wipe after the install, so many combinations, thinking it would solve the issue, but nothing. omnirom on the other hand installs perfectly? the only reason i want Paranoid android is because it has tap to wake and my kindle has no power button at all, and the volume buttons work.. but its annoying to press them because they have to be pressed with something small like a pencil point. also paranoid android is my favorite rom from all the devs out there. please help if possible thanks.
Which logo did it loop at? I'm guessing selinux related but I don't know for sure, might have to format the internal storage but that's a last resort.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Which logo did it loop at? I'm guessing selinux related but I don't know for sure, might have to format the internal storage but that's a last resort.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
it gets stuck on the pa boot up screen. 4 colors come from the sides and merge together then they turn into the pa eye from the dpi changer thing lol thats as best as i can say haha. i know it doesnt freeze because its constantly moving. I never knew wiping internal storage could help? can it really solve the issue? i would be glad to do it if it really does help. and thank you for replying!
Well it could but I don't have a vast understanding of she Linux so it might not help but I this k its one of the solutions to the problem. Someone flashed a pre-alpha ROM I am working on that was cm 10.2 based, so it had some selinux support and after trying to flash any ROM on the device after testing it it did something similar u til we had tomdomsomething a bit different involving him running a command to actually reformat the /data partition which is similar to what a internal storage wipe does, but I thought he wasn't able to even get to the animated logo, I'll have to ask him. If you want to try a internal storage wipe I'd suggest backing up the sdcard so you don't lose your data, run something like "adb pull /sdcard/ /backup/" from recovery or just flash back to previous os temporarily.
Sent from my Amazon Kindle Fire HD using Tapatalk
stunts513 said:
Well it could but I don't have a vast understanding of she Linux so it might not help but I this k its one of the solutions to the problem. Someone flashed a pre-alpha ROM I am working on that was cm 10.2 based, so it had some selinux support and after trying to flash any ROM on the device after testing it it did something similar u til we had tomdomsomething a bit different involving him running a command to actually reformat the /data partition which is similar to what a internal storage wipe does, but I thought he wasn't able to even get to the animated logo, I'll have to ask him. If you want to try a internal storage wipe I'd suggest backing up the sdcard so you don't lose your data, run something like "adb pull /sdcard/ /backup/" from recovery or just flash back to previous os temporarily.
Sent from my Amazon Kindle Fire HD using Tapatalk
Click to expand...
Click to collapse
I assume you're talking about me. Nope, never was able to get past the 2nd bootloader until formatting the data partition. After that, flashing ROMs was no problem at all. You have to format it (backup your SD card over ADB first), mount the system and data partitions, and run the command. After that, flashing should be no problem at all.
EDIT: This was the command:
Code:
mke2fs -T ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/userdata
So I did an internal storage wipe and it didn't help at all... I'm still stuck in the boot up animation for the ROM for Any aosp ROM except for omnirom. Am I the only one with this issue? Should I use the recovery image tool to go back to amazon os and redo everything? I love paranoid android, and I especially love/ need Double tap to wake because the power button is broken.
Try running Ph0enix_216's command from an adb shell while in recovery.
Sent from my Amazon Kindle Fire HD using Tapatalk
Ph0enix_216 said:
I assume you're talking about me. Nope, never was able to get past the 2nd bootloader until formatting the data partition. After that, flashing ROMs was no problem at all. You have to format it (backup your SD card over ADB first), mount the system and data partitions, and run the command. After that, flashing should be no problem at all.
EDIT: This was the command:
Code:
mke2fs -T ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/userdata
Click to expand...
Click to collapse
Does it matter whether I can access the SD card in recovery? When I plug in the device, my computer notices its connected but when I mount it, I can't access these card. I'm wondering whether the command will be useless if this is the case? I can mount the device normally on omnirom no problem, in twrp I can't mount it. I'm going to do this tomorrow, just wanted to ask before I have more trouble haha.
The sdcard isn't mountable from twrp, the feature is broken for some reason. Everyone has to rely on "adb push" to actually transfer files to the device when in twrp because of this.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
The sdcard isn't mountable from twrp, the feature is broken for some reason. Everyone has to rely on "adb push" to actually transfer files to the device when in twrp because of this.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
so i tried the command he gave me and it says,
'mke2fs' is not recognized as an internal or external command,
operable program or batch file.
i have done multiple sideloads for roms on this, so i dont think its an adb issue.
You have to run it from a adb shell, in the command prompt run "adb shell" then run that command, make sure you are in recovery when you do this.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
You have to run it from a adb shell, in the command prompt run "adb shell" then run that command, make sure you are in recovery when you do this.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
I just wiped the internal storage using the system restore image thing. It worked! I'm running IOAP or something like that. Turns out PA is really laggy haha. Luckily IOAP has double tap to wake as well. Thank you
I was gonna load my kindle fire hd with cm 11... The file got corrupted and now I can only go into twrp. I tried adb sideload but my computer doesn't recognize my device as a kindle fire hd, it just says unknown device. I then tried to change the driver and it kept failing. Can I fix it or is it a lost cause now?
Do you have cm11 zip in your internal storage? If not, reload the drivers in windows. Do you have a fb cable?