Auto Apply Update not working
description
the auto apply does not work correctly, it needs to do the following commands to work
mkdir -p /cache/recovery/
echo 'boot-recovery ' >/cache/recovery/command
echo '--nandroid ' >> /cache/recovery/command
'--update_package=SDCARD:update.zip' >> /cache/recovery/command
reboot recovery
the --nandrod switch is if back up first.