help trying to do adb sideload fire firmware in recovery mode - Fire HD 8 and HD 10 Q&A, Help & Troubleshooting

i downloaded. the usb driver from https://developer.amazon.com/docs/f...indows-user-uninstall-the-existing-usb-driver
installed
adb reboot recovery.
once in recovery from the tablet i select adb sideload the the tablet goes into that mode.. i no longer have adb
adb devices doesnt work. so i cant do adb sideload firefirmware 5.6.1.0
please help i'm trying to go back to stock because i deleted some apps in bloatware that messed up the tablet.

I found this link to sideload adb, you can try it:
https://forum.xda-developers.com/ama...evice-t3238740
Firmware:
https://forum.xda-developers.com/sho...23&postcount=2
I hope it will help

Related

[Closed] ADB Sideload issue

I had a problem and my wifi tablet is now bootlooping. So I looked into using adb sideload to re-install a rom.
When I enter sideload (twrp) and do adb devices it lists my device with sideload beside it.
C:\Windows\system32>adb devices
List of devices attached
0123456789ABCDEF sideload
when I try to sideload the rom adb c:\rom.zip I get error closed.
I tried adb usb to reset the usb but getting error closed.
C:\Windows\system32>adb usb
error: closed
By the way I am running windows 8
Really stuck any ideas!
I have been able to download the stock image and use fastboot to flash so I think I have the issue sorted!
I had the same problem three days ago. Try this method. It works for me write this on command " adb sideload filename.zip" hit enter don't put quote. If this not for you, go head try
adb push filename/data/media/
If you are on 4.2.2
adb push filename/data/media/0/
Good luck
Sent from my SPH-D710 using xda premium
Sideload mode is just a subfunction of your recovery. Create a blank .zip file and push it to the device using adb push C:\pathtozip\whatever.zip to abort. You'll be kicked back to your recovery and will be able to reboot.

[Q] Can't boot, need to push a file to phone (Linux)

So, after flashing CM10.2's latest nightly, I can't boot, and the only ROM .zip I have currently on my phone is the one that isn't booting.. I have TWRP installed as my recovery. When I plug my phone into my computer (running Ubuntu Linux), my computer doesn't recognise my phone as a device at all, so I can't push a different nightly to it.. Any ideas?
If you haven't installed adb and fastboot already, follow the instruction #1 and #2 from here: http://bernaerts.dyndns.org/linux/74-ubuntu/245-ubuntu-precise-install-android-sdk
Then download a working 4.3 rom, SlimRoms4.3beta5 works for me.
Connect the phone to the computer while in TWRP, go to Advance and enable ADB Sideload, then type: abd sideload '/path/to/rom.zip'
You can also use "adb push" anytime while in the recovery: adb push '/path/to/rom.zip' /sdcard
Thank you so much eksasol, figured I would need to install adb.

[Q] ADB is not working in TWRP ! D802

hi there
I installed twrp using adb, that means i am able to use adb when i'm in the OS
but when i boot into TWRP, i cant get my pc to recognize my phone, when i type "adb devices", nothing shows up ...
and when im in TWRP and go to advanced, adb sideload, i swipe to start it and it says "starting adb sideload feature.." and it stays forever -_-
what could be the problem and how can i fix it ?
j_h3000 said:
hi there
I installed twrp using adb, that means i am able to use adb when i'm in the OS
but when i boot into TWRP, i cant get my pc to recognize my phone, when i type "adb devices", nothing shows up ...
and when im in TWRP and go to advanced, adb sideload, i swipe to start it and it says "starting adb sideload feature.." and it stays forever -_-
what could be the problem and how can i fix it ?
Click to expand...
Click to collapse
Which twrp, first version didn't have adb support as I recall...
Happened to me too. Go to device manager and uninstall any drivers, then install generic adb device

TWRP ADB Sideload not working

Not much i can say to this, beside its that when i need to use ADB Sideload on TWRP as the USB Mount feature doesnt work anymore on newer phones, so i need to transfer a ROM to my phone, but cant as ADB Sideload on TWRP just says: Starting ADB Sideload feature...
That keeps on forever, how can i fix that? Thanks in advance.

[Q] installed twrp recovery but bootloop with no download mode

After flashing recovery via flashify i get TWRP 2.6.3.3
but when i try to get firmware update mode (download mode) it stucks says: download mode.. and cannot recognize by PC whatsoever, so cannot use lg flash tool or support tool or dp-tool.
and in this mode phone gets really hot!
when i enter recovery i couldnt manage to install any rom because my sdcard is empty and otg-usb is not recognizable.
and in recovery mode, pc cannot detect the device only unknown device as "LG D802"
so i found android adb driver and manuelly install to windows.. but still i cannot pust any file over usb via adb.
adb push command gives me "read only system" error.
i also tried adb sideload to install custom rom from pc..
adb sideload command still gives me "read only file system"
i am assuming this is due to secured Kernel.. but i don't know what to do..
i also try the terminal command in twrp for adb commands.. but still no luck.
what can i do to push any custom rom.zip or any way around to install kdz?
i manually installed usb adv driver.. do i need to install as lg adb device..
can you give me a link to adb "inf" driver file?
Y uninstall current lg driver and download newest driver then reinstall( y can use google to find). Good luck
thanks i solved the problem via ubuntu.
i used "adb push" to /sdcard still got "read only" error.
but when i used "adb push" to /tmp i can managed to send/copy some zip files into my device.

Categories

Resources