ehem / lg-v20-tools

Tools specifically created for use with LG's V20 devices
GNU General Public License v3.0
19 stars 7 forks source link

Simple rooter #2

Open ehem opened 7 years ago

ehem commented 7 years ago

The root process for LGE V20 devices is rather complex. Need a tool to simplify the process for people who are scared off by the complexity.

tuxuser commented 6 years ago

Hey, can you share the complex method? Maybe I can help simplifying :)

ehem commented 6 years ago

"DirtySanta": https://forum.xda-developers.com/v20/development/ls997vs995h910-dirtysanta-bootloader-t3519410

The H990 needs a rebuilt kernel to work: https://forum.xda-developers.com/v20/development/dirtysanta-h990-t3624296

The problem for fully automated rooting is needing to get to the "untrusted_app" context. For semi-automated rooting you can leave the user typing that one command into a terminal application. A major advantage of either is a tool could ensure an appropriately long wait is done at the fastboot step (fastboot flash recovery recovery.img pushes all the data to the phone and doesn't wait for the write to complete).