commit | 852bb420e7161cd26535ab57834f729b96b13bee | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jul 24 11:18:00 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jul 24 11:18:00 2010 -0700 |
tree | 0ff9cb8ff6435bcff0b2a0abae18426b6aa11e19 | |
parent | d4060c3eb656ba475a4d9fea7f1fa786a82960f6 [diff] [blame] |
Do not unmount on wipe unless needed. Add reboot binary. Restart recovery process for Galaxy S.
diff --git a/killrecovery.sh b/killrecovery.sh index 90f43e6..4c15f0b 100755 --- a/killrecovery.sh +++ b/killrecovery.sh
@@ -6,4 +6,11 @@ kill $(ps | grep /sbin/adbd) kill $(ps | grep /sbin/recovery) +# On the Galaxy S, the recovery comes test signed, but the +# recovery is not automatically restarted. +if [ -f /init.smdkc110.rc ] +then + /sbin/recovery & +fi + exit 1 \ No newline at end of file