android_bootable_recovery/killrecovery.sh
Koushik Dutta 5aaa8238f7 galaxys
2010-07-20 16:23:18 -07:00

10 lines
190 B
Bash
Executable File

#!/sbin/sh
mkdir -p /sd-ext
rm /cache/recovery/command
rm /cache/update.zip
touch /tmp/.ignorebootmessage
kill $(ps | grep /sbin/adbd)
kill $(ps | grep /sbin/recovery)
/sbin/recovery
exit 1