You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we dont tick off the marker "Wipe cache" in the app before rebooting to recovery, our TWRPS don`t install zips.
However, with commands rewritten for Open Recovery Script it works.
This was changed in ListFilesActivity.java:
os.writeBytes("rm -f /cache/recovery/command\n");
If we don
t tick off the marker "Wipe cache" in the app before rebooting to recovery, our TWRP
S don`t install zips.However, with commands rewritten for Open Recovery Script it works.
This was changed in ListFilesActivity.java:
os.writeBytes("rm -f /cache/recovery/command\n");
.............................
To this:
os.writeBytes("rm -f /cache/recovery/openrecoveryscript\n");
.........
I also added "wipe dalvik" option.
The reason must be somewhere inside the TWRP recovery, since CWM works fine.
The text was updated successfully, but these errors were encountered: