Add Hero CDMA support. Fix fail where formatting sd-ext would actually rm -rf /... wow epic fail. Spaces in paths are not your friend.
This commit is contained in:
parent
6771aca715
commit
a5f64e66dd
@ -26,7 +26,7 @@ LOCAL_MODULE := recovery
|
||||
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
|
||||
RECOVERY_VERSION := ClockworkMod Recovery v1.8.0.6
|
||||
RECOVERY_VERSION := ClockworkMod Recovery v1.8.0.7
|
||||
LOCAL_CFLAGS := -DRECOVERY_VERSION="$(RECOVERY_VERSION)"
|
||||
RECOVERY_API_VERSION := 2
|
||||
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
|
||||
|
@ -59,6 +59,8 @@ int device_handle_key(int key_code, int visible) {
|
||||
case BTN_MOUSE:
|
||||
case KEY_CENTER:
|
||||
case KEY_CAMERA:
|
||||
case KEY_F21:
|
||||
case KEY_SEND:
|
||||
return SELECT_ITEM;
|
||||
|
||||
case KEY_POWER:
|
||||
|
@ -459,7 +459,7 @@ void show_partition_menu()
|
||||
|
||||
string mmcs[MMC_COUNT][3] = {
|
||||
{ "format sdcard", "SDCARD:" },
|
||||
{ "format sd-ext", "SDEXT: " }
|
||||
{ "format sd-ext", "SDEXT:" }
|
||||
};
|
||||
|
||||
for (;;)
|
||||
|
Loading…
x
Reference in New Issue
Block a user