No Rom on device - Kindle Fire General

I some how managed to wipe everything from my fire. The pc is not connecting to storage on device and I don't have any way to copy a file over. I am connected with adb though, and I can get into recovery on the fire. Can I push a zip file over using adb? I have tried, but still not finding it using the recovery.

I think you have to mount sd in recovery and then you can push a zip over. You'll probably have to unmount sd then and then you can flash...I think...
Sent from my VS910 4G using XDA App

If you have adb working push a rom zip of your choice to /sdcard and then it should show up in twrp. Good luck
Sent from my Kindle Fire using xda premium

Choose install not recovery in TWRP

Thanks so much, got it working. Plenty of practice with wm, but new to android. Now, my 50" plasma just popped and went black, time to check out the Television forums

supastarv said:
I some how managed to wipe everything from my fire. The pc is not connecting to storage on device and I don't have any way to copy a file over. I am connected with adb though, and I can get into recovery on the fire. Can I push a zip file over using adb? I have tried, but still not finding it using the recovery.
Click to expand...
Click to collapse
Code:
adb remount
adb push <filename> <location>
Try that.

Related

Stuck on clockworkmod Recovery Screen

My TF101 is stuck on clockworkmod recovery screen v5.8.3.4...I deleted the OS by mistake playing around with different ROMs using rom manager I need to know how to get a rom on the internal SDcard....so I can flash it....I did some searching and was playing around with ADB trying to push a rom to it.. but I couldn't get it to work..don't know what I was doing wrong...If anyone can help me out...Pls....thanks in advance
adb push <local> <remote>
where local is where the zip is on your computer and remote is the location on the device
But if you deleted your OS it might be easier just to weelie/NVflash out to stock
^^ also make sure that the version of CWM that you have works properly.
mrevankyle said:
adb push <local> <remote>
where local is where the zip is on your computer and remote is the location on the device
But if you deleted your OS it might be easier just to weelie/NVflash out to stock
Click to expand...
Click to collapse
I'm having the same problem as the OP, and I think it was from the FOTA that was released. I can't mount my SDcard.
How do you do the commands you put there? Thanks.
I was having issues with making backups on 5.3.8.4 i would recommend a different version If possible
Sent from my Transformer TF101 using xda premium

HELP: Deleted Everything on kindle fire!!!!!!

Ok guys, i have truly screwed up. Im not sure if this is the right thread, but i need some serious help! I had my kindle fire rooted and flashed with cm9. It was running great then next thing i know i was getting spammed with "Sorry but the process com.android.phone has stopped working." everytime i click ok it would pop up again instantly. I looked online and it suggested a double-system wipe. So i did, but without thinking, i wiped the SD folder too! Which deleted my rom! My back ups are gone, i cant restore to anything! I still have TWRP v2.1.1 on it though. But when i boot normal it just sits at a black screen, help me please....
Are u able to open in recovery mode ?
Sent from my GT-S5830 using xda premium
Manvendra05 said:
Are u able to open in recovery mode ?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
If you mean from the boot menu where it loads TWRP, then yes.
Josepho1997 said:
Mount your SD Card and transfer a new ROM, and then flash it. If you can't Mount, transfer the ROM via
adb push ROM /sdcard
And then flash it.
Sent from my Amazon Kindle Fire using xda premium
Click to expand...
Click to collapse
Im kind of new to the twrp, how do i mount my SD Card specifically? i can select mount but nothing shows up on my computer as Removable Disk like it did when i first put the ROM on there. I think my best bet would be pushing the ROM via adb, but could you explain more on how to do so?
Here let me help. I accidently did that this morning. If ur new to kf. adb is complicated. This adb free way. Not steppin on any ones shoes.launch twrp. Then go to mount it should be the bottom left button. Plug ur kf in . Then click mount usb. Then your kf should be connected to ur computer. From there you can go 2 ways download the stock rom. Or download any other custom rom. So download it and google apps on your comp. then copy and paste it somewhere on the kf sd card that you remember. On ur kf after the file is done copying hit unmount. Then reboot kindle and launch it into twrp again. then just hit install then locate the rom and coresponding g.apps then install it. Then ur good to go. I would back that up on the kf using twrp and create a folder on the comp and copy and paste the folders from kf to that just incase this happens again.
Jarodroll said:
Im kind of new to the twrp, how do i mount my SD Card specifically? i can select mount but nothing shows up on my computer as Removable Disk like it did when i first put the ROM on there. I think my best bet would be pushing the ROM via adb, but could you explain more on how to do so?
Click to expand...
Click to collapse
No he said he didnt know how.
Sent from my Amazon Kindle Fire using xda app-developers app
Nv ur right
If your having trouble when you go to mount in twrp make sure there are no checks in the boxes of data and system then select mount you should then see your sdcard contents likely you will only see the twrp folder if not you will need to adb push a ROM zip file and a gapps zip to your sdcard to have something to flash as Josepho instructed above if you can't figure out how to do this maybe someone can assist via teamviewer to do so
Josepho1997 said:
Copy the tools folder from KFU to your local disk.
Then copy your ROM to your local disk.
Then open cmd and type:
cd c:\tools
adb
adb push c:\ROM'SNAME.zip /sdcard
Then flash it in TWRP(Select Install and then select your ROM)
Note that you do need to have the drivers for your kindle fire installed.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Okay i typed
cd c:\tools then
adb then
adb push c:\cm9-02-24.zip /sdcard
^Is there supposed to be a space?
and it said
"daemon not running. Starting it now"
"daemon started successful"
"error: device not found"
I think its because its not connected through adb? In order for this to work my adb status must be online, correct?
Josepho1997 said:
Copy the tools folder from KFU to your local disk.
Then copy your ROM to your local disk.
Then open cmd and type:
cd c:\tools
adb
adb push c:\ROM'SNAME.zip /sdcard
Then flash it in TWRP(Select Install and then select your ROM)
Note that you do need to have the drivers for your kindle fire installed.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Okay, i typed
cd c:\tools
adb
adb push c:\cm9-02-24.zip /sdcard
There is a space between .zip and the / right?
Well anyways, the first time i attempted this, it came back with "error: device not found"
I later realized my adb status was offline, so i tried letting it boot through, but since i have no rom on there, it was just a black screen, but i rechecked my device stats and it said
"adb status: online
boot status: unknown" i then re-attempted to push the rom, but it took a few seconds and came back with a different message
"failed to copy 'cm9-02-24.zip' to '/sdcard' : is a directory"
I know the boot status is supposed to be like, 4000, but i cant figure out how to get it to say that. In TWRP, i can click mount and i have the four options for my cache, sdcard, so on and so on. Should i tick the sd card to where it says "mount sdcard" or "unmount sdcard" and should that be the only thing i mount or should i also mount something else with it? Im sorry for being such a pain in the you know what, but thanks for all yalls help.
Thepooch said:
If your having trouble when you go to mount in twrp make sure there are no checks in the boxes of data and system then select mount you should then see your sdcard contents likely you will only see the twrp folder if not you will need to adb push a ROM zip file and a gapps zip to your sdcard to have something to flash as Josepho instructed above if you can't figure out how to do this maybe someone can assist via teamviewer to do so
Click to expand...
Click to collapse
Okay, when i mount, it should show up under my computer folder im pretty sure, because i dont know where else it would come up. If that is the case, my kindle doesnt like to connect to my computer...The only time it comes up is when im in twrp and it says "Removeable Disk (E' But when i open it, there is absolutely nothing inside where all my files used to be...
Thepooch said:
If your having trouble when you go to mount in twrp make sure there are no checks in the boxes of data and system then select mount you should then see your sdcard contents
Click to expand...
Click to collapse
Is there any other possible way to see if my /sdcard is mounted???
i need help guys, please!
Jarodroll said:
Okay, i typed
cd c:\tools
adb
adb push c:\cm9-02-24.zip /sdcard
There is a space between .zip and the / right?
Well anyways, the first time i attempted this, it came back with "error: device not found"
I later realized my adb status was offline, so i tried letting it boot through, but since i have no rom on there, it was just a black screen, but i rechecked my device stats and it said
"adb status: online
boot status: unknown" i then re-attempted to push the rom, but it took a few seconds and came back with a different message
"failed to copy 'cm9-02-24.zip' to '/sdcard' : is a directory"
I know the boot status is supposed to be like, 4000, but i cant figure out how to get it to say that. In TWRP, i can click mount and i have the four options for my cache, sdcard, so on and so on. Should i tick the sd card to where it says "mount sdcard" or "unmount sdcard" and should that be the only thing i mount or should i also mount something else with it? Im sorry for being such a pain in the you know what, but thanks for all yalls help.
Click to expand...
Click to collapse
Try "adb push c:\cm9-02-24.zip /sdcard/" instead, I mean, since /sdcard is a directory...it sounds like it is trying to prevent you from overwriting a directory with a same-named file.
Also, it looks like your Fire is visible to ADB, but to be sure try "abd devices" and see if your Fire's serial number shows up. Probably does once you boot it through to the point where you get the error message about the directory.
Deleted everything on kindle fire hd 8.9
Hi Guys, i have been a complete idiot, managed to root kindle fire hd 8.9 installed twrp then found I couldn't add custom roms as computer was no longer seeing KF. couldn't mount usb. after two weeks of frustration and trying all combinations of installing and un-installing drivers etc got frustrated and instead of factory wipe I deleted everything. KF now doesn't show up on computer, turns on and stops at logo. occasionally unplug usb and plug back in it briefly shows up as Jem-tv- or something. so does it go in the bin or can it be rescued.
Mediamania

Soft brick? No OS installed! Please help!

So I have now no OS installed @ nexus 4... I ve read that with adb it should work. When I now write adb push and then the Rom.zip the command line shows me a lot of Text but doesnt do anything. When i write adb push Rom zip /sdcard/download it starts to move the zip but there isnt a folder at all. And should i activate adb sideload @ nexus? Because When i Start it loads very long but nothing happens.
I have twrp recovery so what should i Do now? Because this is my First only internal sd Card Phone and i cant connect the N4 to the PC Because no OS i only need to Know how to boot any firmware or does something like odin for nexus?
Try "adb push ROM.zip /sdcard/"
(With that extra slash at the end)
Sent using xda-developers app
Chromium_ said:
Try "adb push ROM.zip /sdcard/"
(With that extra slash at the end)
Sent using xda-developers app
Click to expand...
Click to collapse
thanks man! worked perfectly

Any way to sideload

I recently rooted my phone. I have not installed any ROMs because i love the stock rom so much but i decided to try one today. I didnt have my computer with me so i downloaded one today and rebooted into recovery. I saved my current rom and then wiped and accidently pressed Data, it asks if i want to wipe everything and i press back. I go to look at my downloads and they are all gone. I look for my backup i had JUST nandroid backed up and it was gone.
So there i am stuck. There is a thread for returning to Stock rom. Sure ok, but its a long process including the 2 gig download which is only uploading at 260mbit/s so another hour or 2.
I have tried sideloading a rom but it fails.
Any suggestions on how to get a rom onto the phone without booting it? I dont have a micro usb to sd card or i would have done that already =/
You need adb on the pc, connect, then in terminal or cmd
Code:
adb push ROM.zip /sdcard
Copying the zip to the folder with adb makes it easier and the above command correct, (of course replace ROM.zip with the actual name).
Sent from my Nexus 7 using Tapatalk
fr4nk1yn said:
You need adb on the pc, connect, then in terminal or cmd
Code:
adb push ROM.zip /sdcard
Copying the zip to the folder with adb makes it easier and the above command correct, (of course replace ROM.zip with the actual name).
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
via sideload or no?
No. Sideload could work, I don't remember the command off hand.
Adb push copies it to the internal memory then you flash through the menu normal.
Sent from my Nexus 7 using Tapatalk
fr4nk1yn said:
You need adb on the pc, connect, then in terminal or cmd
Code:
adb push ROM.zip /sdcard
Copying the zip to the folder with adb makes it easier and the above command correct, (of course replace ROM.zip with the actual name).
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
I gave you thanks.
That seems to work. For anyone that gets into this situation where there are no roms in your phone and you have no way to transfer them. Boot into TWRP, do not use sideload. Just main screen. Device manager will show to be just "g2" and you need the driver. In the driver folder from http://forum.xda-developers.com/showpost.php?p=48709232&postcount=869 driver section, update driver and browse to 64BitADB and choose androidandadb. It will then give you a list of options starting with Testing drivers, one that dates back to 2010 and another thats 2012. You want the one thats 2nd from the bottom called LG G2 verizon net adb or something like that. Works perfect and connects to adb.
If anyone truely needs this process i can break it down to specifics on how to get it to work. Thanks so much for your help fr4nk1yn!

soft bricked device

Hi,
I am trying to fix my friends nexus 4. It has a unlocked bootloader and was rooted. He had the franco kernel installed and when it was updated the other day, the wifi wouldn't work. The recovery function works and I can download any recovery or boot.img. The problem is whilst trying to fix, he erased all the data on the phone. now there is no OS installed. I believe he was running stock. Their is no zips installed. the problem i have is how can I install the new kk zip and gapps I have downloaded to the device. I cant mount the sd card in the recovery because of no sd card. I have a htc one and am used to putting roms on that. Its just I am stuck trying to fix this. The phone will enter fastboot and Recovery as discussed. Thanks..hope this makes sense
2 options..
1. you need to adb push a rom/gapps to your device while you are in recovery. then flash them after pushing.
2. you need to fastboot flash the factory image while you are in the bootloader.
simms22 said:
2 options..
1. you need to adb push a rom/gapps to your device while you are in recovery. then flash them after pushing.
2. you need to fastboot flash the factory image while you are in the bootloader.
Click to expand...
Click to collapse
Hi Thanks for your reply. I am trying to adb push a rom to the device. The computer recognizes the device when I type adb devices in the command prompt when in recovery. The problem is what do I save it to without a sd card. I seen a few videos with the command adb push name.zip /sdcard/ namezip
what do i enter instead of sd card ...thanks again
http://teamw.in/ADBSideload
tommyforest123 said:
Hi Thanks for your reply. I am trying to adb push a rom to the device. The computer recognizes the device when I type adb devices in the command prompt when in recovery. The problem is what do I save it to without a sd card. I seen a few videos with the command adb push name.zip /sdcard/ namezip
what do i enter instead of sd card ...thanks again
Click to expand...
Click to collapse
when i do it, i put the file in the same folder as adb. i enter recovery, then.. adb push namezip, then its there.
tommyforest123 said:
Hi Thanks for your reply. I am trying to adb push a rom to the device. The computer recognizes the device when I type adb devices in the command prompt when in recovery. The problem is what do I save it to without a sd card. I seen a few videos with the command adb push name.zip /sdcard/ namezip
what do i enter instead of sd card ...thanks again
Click to expand...
Click to collapse
Just use adb push name.zip /sdcard. There is an internal sdcard
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Just use adb push name.zip /sdcard. There is an internal sdcard
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Hi, thanks for the replies. I was able to flash a new kk rom through the adb...

Categories

Resources