need to remove that line about the recovery process start.... this will break other phones. or check the process list.

This commit is contained in:
Koushik Dutta 2010-07-20 16:39:23 -07:00
parent 5aaa8238f7
commit e074d8d543

View File

@ -6,5 +6,5 @@ touch /tmp/.ignorebootmessage
kill $(ps | grep /sbin/adbd)
kill $(ps | grep /sbin/recovery)
/sbin/recovery
/sbin/recovery &
exit 1