From 2098707b0262e999c8ebffdc9e2364c80ad42df5 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 16 Aug 2010 01:21:10 -0700 Subject: [PATCH] droid x test crap --- Android.mk | 2 +- killrecovery.sh | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Android.mk b/Android.mk index d6bfb19..4c41aa1 100644 --- a/Android.mk +++ b/Android.mk @@ -40,7 +40,7 @@ LOCAL_MODULE := recovery LOCAL_FORCE_STATIC_EXECUTABLE := true -RECOVERY_VERSION := ClockworkMod Recovery v2.5.0.4 +RECOVERY_VERSION := ClockworkMod Recovery v2.5.0.5 LOCAL_CFLAGS += -DRECOVERY_VERSION="$(RECOVERY_VERSION)" RECOVERY_API_VERSION := 2 LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION) diff --git a/killrecovery.sh b/killrecovery.sh index 4c15f0b..776725e 100755 --- a/killrecovery.sh +++ b/killrecovery.sh @@ -3,8 +3,8 @@ 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) +#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. @@ -13,4 +13,9 @@ then /sbin/recovery & fi +if [ -f init.mapphone_cdma.rc ] +then + /sbin/recovery & +fi + exit 1 \ No newline at end of file