ale5000-git / tingle

Tingle - Android patcher
http://forum.xda-developers.com/showthread.php?t=3438764
GNU General Public License v3.0
160 stars 11 forks source link

ADB from recovery #39

Closed ZJaume closed 6 years ago

ZJaume commented 6 years ago

Can Tingle patch with adb started from TWRP Recovery?

ale5000-git commented 6 years ago

If you mean use it from PC when the phone is in the recovery yes instead if you mean run directly from recovery potentially yes but you have to add a python executable for Android and a script to load it and put everything in a flashable zip.

ZJaume commented 6 years ago

Ok, Thanks! I mean run from PC when the phone is in recovery. My purpose is to run it after LOS OTA updates before rebooting into system.

JonnyTech commented 6 years ago

Note that the system partition may be unmounted so either mount from TWRP interface or from terminal.

ale5000-git commented 6 years ago

@JonnyTech: The latest version automatically mount the partition so it is no longer needed doing it manually, ref: #16

ale5000-git commented 6 years ago

Since the question was resolved I'm closing it now, if there are other questions please open a new issue.