Loading X5/overlay/frameworks/base/core/res/res/values/config.xml +17 −0 Original line number Diff line number Diff line Loading @@ -24,4 +24,21 @@ <item>reboot</item> </string-array> <!-- Control the behavior when the user long presses the home button. 0 - Nothing 1 - Recent apps view in SystemUI 2 - Launch assist intent This needs to match the constants in policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> <!-- M: Change default long press on home behavior to Recent apps view --> <integer name="config_longPressOnHomeBehavior">2</integer> <!-- Control the behavior when the user double-taps the home button. 0 - Nothing 1 - Recent apps view in SystemUI This needs to match the constants in policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> <integer name="config_doubleTapOnHomeBehavior">1</integer> </resources> X5/twrp.fstab 0 → 100644 +26 −0 Original line number Diff line number Diff line /proinfo emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/proinfo flags=display="Proinfo";backup=1 /nvram emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvram flags=display="Nvram";backup=1;flashimg=1 /nvdata ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata flags=display="Nvdata";backup=1 /protect_f ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 flags=display="Protect";backup=1 /protect_s ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 flags=subpartitionof=/protect_f;backup=1 /lk emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/lk flags=display="Uboot";backup=1;flashimg=1 /para emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/para flags=display="Para";backup=1 /boot emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/boot flags=display="Boot";backup=1 /recovery emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/recovery flags=display="Recovery";backup=1 /logo emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/logo flags=display="Logo";backup=1;flashimg=1 /expdb emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/expdb /seccfg emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/seccfg /oemkeystore emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/oemkeystore /secro emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/secro flags=display="Secro";backup=1 /keystore emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/keystore /tee1 emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee1 flags=display="Tee";backup=1;flashimg=1 /tee2 emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee2 flags=backup=1;subpartitionof=/tee1 /frp emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp flags=display="Frp";backup=1 /metadata emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/metadata /system ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system /system_image emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system flags=backup=0 /cache ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache /vendor ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/vendor flags=backup=1;flashimg=1 /data ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/userdata flags=encryptable=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/metadata /external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="Micro SDcard";storage;wipeingui;removable;backup=0 /usbotg auto /dev/block/sda1 /dev/block/sda flags=display="Usb-Otg";storage;removable;backup=0 X5/twrp.mk 0 → 100644 +11 −0 Original line number Diff line number Diff line RECOVERY_VARIANT := twrp TW_THEME := portrait_hdpi TW_EXCLUDE_SUPERSU := true TW_INCLUDE_INJECTTWRP := false TW_DEVICE_VERSION := DOOGEE X5 TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true TW_INCLUDE_FB2PNG := true TW_HAS_DOWNLOAD_MODE := false INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS := external/busybox/ #TW_USE_TOOLBOX := true X5PRO/WMT_SOC.cfg 0 → 100644 +9 −0 Original line number Diff line number Diff line coex_wmt_ant_mode=1 wmt_gps_lna_pin=0 wmt_gps_lna_enable=0 co_clock_flag=0 X5PRO/full_X5PRO.mk +8 −1 Original line number Diff line number Diff line Loading @@ -26,10 +26,16 @@ endif # Set those variables here to overwrite the inherited values. PRODUCT_MANUFACTURER := alps PRODUCT_MANUFACTURER := DOOGEE PRODUCT_MODEL := X5pro TARGET_DEVICE := hct6735m_35gu_m0 PRODUCT_POLICY := android.policy_phone PRODUCT_BRAND := DOOGEE PRODUCT_MANUFACTURER := DOOGEE BUILD_FINGERPRINT := DOOGEE/full_hct6735m_35gu_m0/hct6735m_35gu_m0:6.0/MRA58K/1479782221:user/test-keys PRIVATE_BUILD_DESC := "full_hct6735m_35gu_m0-user" "6.0" "MRA58K" "1479782221" "test-keys" TARGET_OTA_ASSERT_DEVICE := X5pro PRODUCT_DEFAULT_LOCALE := ru_RU ifeq ($(TARGET_BUILD_VARIANT), eng) KERNEL_DEFCONFIG ?= X5PRO_6735m_defconfig Loading @@ -39,5 +45,6 @@ endif #PRELOADER_TARGET_PRODUCT ?= X5PRO #LK_PROJECT ?= X5PRO #TRUSTY_PROJECT ?= X5PRO PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true include $(LOCAL_PATH)/twrp.mk Loading
X5/overlay/frameworks/base/core/res/res/values/config.xml +17 −0 Original line number Diff line number Diff line Loading @@ -24,4 +24,21 @@ <item>reboot</item> </string-array> <!-- Control the behavior when the user long presses the home button. 0 - Nothing 1 - Recent apps view in SystemUI 2 - Launch assist intent This needs to match the constants in policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> <!-- M: Change default long press on home behavior to Recent apps view --> <integer name="config_longPressOnHomeBehavior">2</integer> <!-- Control the behavior when the user double-taps the home button. 0 - Nothing 1 - Recent apps view in SystemUI This needs to match the constants in policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> <integer name="config_doubleTapOnHomeBehavior">1</integer> </resources>
X5/twrp.fstab 0 → 100644 +26 −0 Original line number Diff line number Diff line /proinfo emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/proinfo flags=display="Proinfo";backup=1 /nvram emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvram flags=display="Nvram";backup=1;flashimg=1 /nvdata ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata flags=display="Nvdata";backup=1 /protect_f ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 flags=display="Protect";backup=1 /protect_s ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 flags=subpartitionof=/protect_f;backup=1 /lk emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/lk flags=display="Uboot";backup=1;flashimg=1 /para emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/para flags=display="Para";backup=1 /boot emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/boot flags=display="Boot";backup=1 /recovery emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/recovery flags=display="Recovery";backup=1 /logo emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/logo flags=display="Logo";backup=1;flashimg=1 /expdb emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/expdb /seccfg emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/seccfg /oemkeystore emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/oemkeystore /secro emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/secro flags=display="Secro";backup=1 /keystore emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/keystore /tee1 emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee1 flags=display="Tee";backup=1;flashimg=1 /tee2 emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee2 flags=backup=1;subpartitionof=/tee1 /frp emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp flags=display="Frp";backup=1 /metadata emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/metadata /system ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system /system_image emmc /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system flags=backup=0 /cache ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache /vendor ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/vendor flags=backup=1;flashimg=1 /data ext4 /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/userdata flags=encryptable=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/metadata /external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="Micro SDcard";storage;wipeingui;removable;backup=0 /usbotg auto /dev/block/sda1 /dev/block/sda flags=display="Usb-Otg";storage;removable;backup=0
X5/twrp.mk 0 → 100644 +11 −0 Original line number Diff line number Diff line RECOVERY_VARIANT := twrp TW_THEME := portrait_hdpi TW_EXCLUDE_SUPERSU := true TW_INCLUDE_INJECTTWRP := false TW_DEVICE_VERSION := DOOGEE X5 TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true TW_INCLUDE_FB2PNG := true TW_HAS_DOWNLOAD_MODE := false INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS := external/busybox/ #TW_USE_TOOLBOX := true
X5PRO/WMT_SOC.cfg 0 → 100644 +9 −0 Original line number Diff line number Diff line coex_wmt_ant_mode=1 wmt_gps_lna_pin=0 wmt_gps_lna_enable=0 co_clock_flag=0
X5PRO/full_X5PRO.mk +8 −1 Original line number Diff line number Diff line Loading @@ -26,10 +26,16 @@ endif # Set those variables here to overwrite the inherited values. PRODUCT_MANUFACTURER := alps PRODUCT_MANUFACTURER := DOOGEE PRODUCT_MODEL := X5pro TARGET_DEVICE := hct6735m_35gu_m0 PRODUCT_POLICY := android.policy_phone PRODUCT_BRAND := DOOGEE PRODUCT_MANUFACTURER := DOOGEE BUILD_FINGERPRINT := DOOGEE/full_hct6735m_35gu_m0/hct6735m_35gu_m0:6.0/MRA58K/1479782221:user/test-keys PRIVATE_BUILD_DESC := "full_hct6735m_35gu_m0-user" "6.0" "MRA58K" "1479782221" "test-keys" TARGET_OTA_ASSERT_DEVICE := X5pro PRODUCT_DEFAULT_LOCALE := ru_RU ifeq ($(TARGET_BUILD_VARIANT), eng) KERNEL_DEFCONFIG ?= X5PRO_6735m_defconfig Loading @@ -39,5 +45,6 @@ endif #PRELOADER_TARGET_PRODUCT ?= X5PRO #LK_PROJECT ?= X5PRO #TRUSTY_PROJECT ?= X5PRO PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true include $(LOCAL_PATH)/twrp.mk