2010-06-09 22:49:44 +00:00
|
|
|
#!/sbin/sh
|
|
|
|
mkdir -p /sd-ext
|
2010-06-11 07:49:49 +00:00
|
|
|
rm /cache/recovery/command
|
|
|
|
rm /cache/update.zip
|
|
|
|
touch /tmp/.ignorebootmessage
|
2010-06-09 22:49:44 +00:00
|
|
|
kill $(ps | grep /sbin/adbd)
|
|
|
|
kill $(ps | grep /sbin/recovery)
|
2010-07-20 23:23:18 +00:00
|
|
|
|
|
|
|
/sbin/recovery
|
2010-06-11 07:49:49 +00:00
|
|
|
exit 1
|