From e074d8d543cdbb2c130d7defa9b89d8f97a25dfc Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 20 Jul 2010 16:39:23 -0700 Subject: [PATCH] need to remove that line about the recovery process start.... this will break other phones. or check the process list. --- killrecovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killrecovery.sh b/killrecovery.sh index 2052ef9..c0d9943 100755 --- a/killrecovery.sh +++ b/killrecovery.sh @@ -6,5 +6,5 @@ touch /tmp/.ignorebootmessage kill $(ps | grep /sbin/adbd) kill $(ps | grep /sbin/recovery) -/sbin/recovery +/sbin/recovery & exit 1 \ No newline at end of file