-
Notifications
You must be signed in to change notification settings - Fork 1
Building TWRP
marduk191 edited this page Aug 19, 2014
·
5 revisions
#twrp
TW_DEFAULT_EXTERNAL_STORAGE := true
DEVICE_RESOLUTION := 480x800
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TW_FLASH_FROM_STORAGE := true
TW_INTERNAL_STORAGE_PATH := "/sdcard"
TW_INTERNAL_STORAGE_MOUNT_POINT := "Internal"
TW_EXTERNAL_STORAGE_PATH := "/external_sd"
TW_EXTERNAL_STORAGE_MOUNT_POINT := "External"
###CM 11
TODO