Let's say I place a rom in /sdcard/. Can I install in the ADB shell through TWRP. For instance, if I
- Start up in recovery of TWRP
- Type in on the host
adb shell
Is there anyway to install /sdcard/rom.zip
The TWRP provides a command line utility called twrp and the official site has a guide to twrp's subcommands of which the command needed is simply install
install FILENAME : install FILENAME zip file.
Usage: under adb shell environment, run
twrp install /path/to/rom.zip Zip signature verification failed! any idea? twrp command is not exists for me.
recovery.logand probablydmesg. Also, just a hunch, but you might want to try an older version of TWRP, e.g. 3.0.2. I just remembered that I had problems in the past on another Samsung tablet with the latest available there.