droid x test crap

This commit is contained in:
Koushik Dutta 2010-08-16 01:21:10 -07:00
parent 6c7745d928
commit 2098707b02
2 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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