OLD STRING if [ -s /dev/keycheck ] NEW STRING if [ -s /dev/keycheck -o -e /data/local/tmp/recoveryboot ]
This needs further work, it is incomplete and makes it incompatible with some firmware.
xRecovery 0.3 requires this;
if [ -s /dev/keycheck ]
changed to -
if [ -s /dev/keycheck -o -f /data/local/tmp/recoveryboot ] then rm -r /data/local/tmp/recoveryboot
Log in to post a comment.
xRecovery 0.3 requires this;
if [ -s /dev/keycheck ]
changed to -
if [ -s /dev/keycheck -o -f /data/local/tmp/recoveryboot ]
then
rm -r /data/local/tmp/recoveryboot