download mode

Search This thread

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
I'm stuck right here as far as download mode goes.

I installed TWRP on a d800 rooted with stock 4.2.2. The TWRP install went ok but it never booted afterward.
I can get into twrp, but can't sideload anything because the computer does not connect to the device, I hear the connection noise the computer makes but nothing in the device manager.

any ideas?
 

Attachments

  • DSCN2370.jpg
    DSCN2370.jpg
    138.8 KB · Views: 28

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
May I suggest you use "adb push rom.zip /sdcard/rom.zip" instead of sideload (the sideload doesn't have to be enabled)

Thanks, I get
error: closed
I was wrong about my computer not seeing my device, it's in the device manager under Android and the adb drivers are installed.
I also renamed the rom to "update" to make it simpler
 

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
I also tried the adb shell method.
I also tried this method through TWRP terminal and nada.
If I did something wrong here let me know, hopefully I can get it up and going
 

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
May I suggest you use "adb push rom.zip /sdcard/rom.zip" instead of sideload (the sideload doesn't have to be enabled)

This is what I get when I do the above. The CMD prompt in located in the same directory as the adb files
ADB sees my device as this #
 

Attachments

  • 132.jpg
    132.jpg
    62.9 KB · Views: 32
  • 321.jpg
    321.jpg
    79.6 KB · Views: 32
Last edited:

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
:) ok, let's do it like this


1. copy rom to c:\rom.zip

2. while in adb folder "adb push c:\rom.zip /sdcard/rom.zip"


that should work, you don't need sideload to be enabled.

Please test and report.
I moved the file to the root of my C drive changed the name to "rom.zip"
Copied the command you supplied and got this result
I know my phone is connected because I can reboot it by using the command " adb reboot"
 

Attachments

  • 432.jpg
    432.jpg
    68.4 KB · Views: 35
  • 456.jpg
    456.jpg
    145.9 KB · Views: 37
Last edited:

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
I used this;
adb push C:\Android\sdk\platform-tools\rom.zip
And it is now ready to install through TWRP!
Hold your breath.......

Edit;
Failed but at least it's in the twrp list
"unable to open zip"
 
Last edited:

Gabriel51

Senior Member
May 10, 2008
1,655
325
xda Texas
I think I got it, I was able to access the firmware update screen.
Sorry fir these incomplete responses, I don't want you to keep looking for a resolve while I do this.
If your still here?
I'll be back!

Success!
After nothing would work except for loading the rom through adb I decided to wipe the whole thing.
I reloaded the rom and when selected for install it opened instead of preparing for install so I thought I would reboot and when I did I was prompted by su that my device may have lost root and gave me the option to reinstall it, I chose yes and when rebooting it hung (normal) at the LG logo, however this time the charge light was flashing! I attempted to access "download" and was successful in loading the stock rom.

In the end it looks like TWRP was the culprit, it used to be my favorite but not for this device

All is well, thanks for your help...
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    This is what I get when I do the above. The CMD prompt in located in the same directory as the adb files
    ADB sees my device as this #

    :) ok, let's do it like this


    1. copy rom to c:\rom.zip

    2. while in adb folder "adb push c:\rom.zip /sdcard/rom.zip"


    that should work, you don't need sideload to be enabled.

    Please test and report.