droid x test crap
diff --git a/killrecovery.sh b/killrecovery.sh
index 4c15f0b..776725e 100755
--- a/killrecovery.sh
+++ b/killrecovery.sh
@@ -3,8 +3,8 @@
 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 @@
     /sbin/recovery &
 fi
 
+if [ -f init.mapphone_cdma.rc ]
+then
+    /sbin/recovery &
+fi
+
 exit 1
\ No newline at end of file