diff options
Diffstat (limited to 'twrp.cpp')
-rw-r--r-- | twrp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ int main(int argc, char **argv) { // Check for su to see if the device is rooted or not if (PartitionManager.Mount_By_Path("/system", false)) { // Disable flashing of stock recovery - if (TWFunc::Path_Exists("/system/recovery-from-boot.p") && TWFunc::Path_Exists("/system/etc/install-recovery.sh")) { + if (TWFunc::Path_Exists("/system/recovery-from-boot.p")) { rename("/system/recovery-from-boot.p", "/system/recovery-from-boot.bak"); gui_print("Renamed stock recovery file in /system to prevent\nthe stock ROM from replacing TWRP.\n"); } |