[GUIDE] CWM/TWRP ADB Sideload

Search This thread

wonderlandpoet666

New member
Oct 30, 2020
1
0
Need more info

I hace been researching rooting for 3 weeks now and EVERY THREAD ON HERE just posts how you just go in to TWRP yet NO ONE HAS EVER explained how we are supposed to get TWRP on our phones

Here's small guide about ClockworkMod Recovery / Team Win Recovery Project feature "ADB Sideload".

The example is done with TWRP but the basic idea with CWM is pretty much the same.

Required tools for uploading:
- Samsung Galaxy S3 mini with CWM/TWRP recovery
- Android SDK -> DOWNLOAD FOR OTHER PLATFORMS -> installer_r22.3-windows.exe
- Desired ROM to be installed, in this example it's DMod V6

The steps:
1) Install the SDK, start it and select "Android SDK Tools" and "Android SDK Platform-tools" and then "Install 2 packages"
SDK.png


2) Locate the "adb.exe" file that was installed with "Android SDK Platform-tools", It's usually in "C:\Program Files (x86)\Android\android-sdk\platform-tools". I decided to copy the "platform-tools" folder into c:\ and renamed it to "adb".

3) Copy the ROM you desire to install in the "adb" folder

4) Boot the phone into recovery, and select "Advanced":
twrp_410.png


5) Plug the USB cable in

6) Start "Command Prompt" in Windows (Start -> type in "cmd" to search box and select "cmd.exe")

7) Type: "cd \adb"

8) Type: "adb kill-server"

9) Type: "adb usb"
HTML:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
restarting in USB mode

10) Type: "adb devices"
HTML:
List of devices attached
sh3d7h3dj631f6a7        recovery

11) Select the "ADB Sideload" from the phone, swipe to start
TWRP-Recovery-ADB-Sideload.jpg


12) Type: "adb devices"
HTML:
List of devices attached
sh3d7h3dj631f6a7        sideload

13) Type: "adb sideload DModV6.zip"

Wait for the upload to finish and you are done! Have fun installing DMod V6 :)
ADB.png



WAIT! There's this error with adb:
HTML:
error: closed

1) Cancel the "ADB Sideload" from phone, return to "Advanced" menu
2) Read the guide again from step 8 and obey them!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 29
    Here's small guide about ClockworkMod Recovery / Team Win Recovery Project feature "ADB Sideload".

    The example is done with TWRP but the basic idea with CWM is pretty much the same.

    Required tools for uploading:
    - Samsung Galaxy S3 mini with CWM/TWRP recovery
    - Android SDK -> DOWNLOAD FOR OTHER PLATFORMS -> installer_r22.3-windows.exe
    - Desired ROM to be installed, in this example it's DMod V6

    The steps:
    1) Install the SDK, start it and select "Android SDK Tools" and "Android SDK Platform-tools" and then "Install 2 packages"
    SDK.png


    2) Locate the "adb.exe" file that was installed with "Android SDK Platform-tools", It's usually in "C:\Program Files (x86)\Android\android-sdk\platform-tools". I decided to copy the "platform-tools" folder into c:\ and renamed it to "adb".

    3) Copy the ROM you desire to install in the "adb" folder

    4) Boot the phone into recovery, and select "Advanced":
    twrp_410.png


    5) Plug the USB cable in

    6) Start "Command Prompt" in Windows (Start -> type in "cmd" to search box and select "cmd.exe")

    7) Type: "cd \adb"

    8) Type: "adb kill-server"

    9) Type: "adb usb"
    HTML:
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    restarting in USB mode

    10) Type: "adb devices"
    HTML:
    List of devices attached
    sh3d7h3dj631f6a7        recovery

    11) Select the "ADB Sideload" from the phone, swipe to start
    TWRP-Recovery-ADB-Sideload.jpg


    12) Type: "adb devices"
    HTML:
    List of devices attached
    sh3d7h3dj631f6a7        sideload

    13) Type: "adb sideload DModV6.zip"

    Wait for the upload to finish and you are done! Have fun installing DMod V6 :)
    ADB.png



    WAIT! There's this error with adb:
    HTML:
    error: closed

    1) Cancel the "ADB Sideload" from phone, return to "Advanced" menu
    2) Read the guide again from step 8 and obey them!
    1
    Does sideload only work in Windows? I do adb/fastboot from linux with the most recent sdk and twrp and can never get it to work
    1
    Does sideload only work in Windows? I do adb/fastboot from linux with the most recent sdk and twrp and can never get it to work

    It works with Ubuntu as well, so I guess it can work on Linux.
    You can try this:
    1. open the terminal in Linux
    2. plug device in recovery mode
    type (on Linux):
    sudo add-apt-repository ppa:nilarimogard/webupd8
    Wait til finish, then:
    and then:
    sudo apt-get install android-tools-adb android-tools-fastboot
    Now ADB drivers are installed. First of all, make sure your device is listed as "recovery" or as "device", typing:
    If it is, you can use adb commands, so you can also use adb push command.