Loading X5PRO/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ TARGET_BOARD_PLATFORM := mt6735m # Enable non DEODEX build #WITH_DEXPREOPT := true # Include an expanded selection of fonts #EXTENDED_FONT_FOOTPRINT := true # Use the non-open-source part, if present -include vendor/DOOGEE/X5PRO/BoardConfigVendor.mk Loading X5PRO/ProjectConfig.mk +3 −4 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ MTK_ALPS_BOX_DONGLE_SUPPORT = no MTK_ALPS_BOX_SUPPORT = no MTK_ALPS_BOX_TVE_SUPPORT = no MTK_ANDROIDFACTORYMODE_APP = yes MTK_ANTIBRICKING_LEVEL = 2 MTK_ANTIBRICKING_LEVEL = 0 MTK_ANT_SUPPORT = no MTK_API_CHECK = yes Loading Loading @@ -293,7 +292,7 @@ MTK_DM_RELEASE = no MTK_DOCOMO_SUPPORT = no MTK_DOLBY_DAP_SUPPORT = no MTK_DP_FRAMEWORK = yes MTK_DRM_APP = no MTK_DRM_APP = yes MTK_DRM_KEY_MNG_SUPPORT = no MTK_DRM_PLAYREADY_SUPPORT = no MTK_DSPIRDBG = no Loading Loading @@ -357,7 +356,7 @@ MTK_FOTA_RELEASE = no MTK_FOTA_SUPPORT = no MTK_FSCK_MSDOS_MTK = no MTK_FSCK_TUNE = no MTK_FW_UPGRADE = yes MTK_FW_UPGRADE = no MTK_FW_UPGRADE_APP = no MTK_GALLERY_VIDEOPLAYER_APP = no MTK_GAMELOFT_ASPHALTINJECTION_APP = no Loading Loading @@ -385,7 +384,7 @@ MTK_GPS_CHIP = MTK_GPS_MT6735 MTK_GPS_SUPPORT = yes MTK_GPT_SCHEME_SUPPORT = yes MTK_GPU_SUPPORT = yes MTK_HAC_SUPPORT = no MTK_HAC_SUPPORT = yes MTK_HANDSFREE_DMNR_SUPPORT = yes MTK_HDMI_HDCP_SUPPORT = no MTK_HDMI_SUPPORT = no Loading X5PRO/overlay/frameworks/base/core/res/res/values/config.xml 0 → 100644 +23 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Defines the default set of global actions. Actions may still be disabled or hidden based on the current state of the device. Each item must be one of the following strings: "power" = Power off "settings" = An action to launch settings "airplane" = Airplane mode toggle "bugreport" = Take bug report, if available "silent" = silent mode "users" = list of users --> <string-array translatable="false" name="config_globalActionsList"> <item>power</item> <item>reboot</item> <item>bugreport</item> <item>users</item> </string-array> </resources> X5PRO/prebuilds.mk +12 −10 Original line number Diff line number Diff line Loading @@ -2,22 +2,24 @@ # GAPPS apps GAPPS_VARIANT := pico PRODUCT_PACKAGES += \ PrebuiltGmail \ GoogleTTS \ GoogleHome \ PrebuiltDeskClockGoogle \ CalendarGooglePrebuilt \ LatinImeGoogle \ Chrome \ Music2 \ Music2 \ Newsstand \ YouTube Chrome PRODUCT_PACKAGES += \ Maps \ Drive \ TranslatePrebuilt ifneq ($(WITH_DEXPREOPT), yes) #PRODUCT_PACKAGES += \ # YouTube # Maps \ # PrebuiltGmail \ # Newsstand \ # Music2 \ # Drive \ # TranslatePrebuilt endif # WebViewGoogle \ # GoogleEarth \ Loading X5PRO/system-6x/etc/media_codecs_mediatek_video.xml +15 −15 Original line number Diff line number Diff line Loading @@ -82,79 +82,79 @@ Only the three quirks included above are recognized at this point: <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.HEVC" type="video/hevc" > <Limit name="size" min="64x64" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.MPEG4" type="video/mp4v-es" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.H263" type="video/3gpp" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.AVC" type="video/avc" > <Limit name="size" min="64x64" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VPX" type="video/x-vnd.on2.vp8" > <Limit name="size" min="16x16" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VP9" type="video/x-vnd.on2.vp9" > <Limit name="size" min="16x16" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VC1" type="video/x-ms-wmv" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX" type="video/divx" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX3" type="video/divx3" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.XVID" type="video/xvid" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.S263" type="video/flv1" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> </Decoders> Loading @@ -165,7 +165,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.ENCODER.H263" type="video/3gpp" > <Limit name="size" min="176x144" max="176x144" /> Loading @@ -173,7 +173,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.ENCODER.AVC" type="video/avc" > <Limit name="size" min="64x64" max="720x480" /> Loading @@ -181,7 +181,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> </Encoders> </Included> Loading
X5PRO/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ TARGET_BOARD_PLATFORM := mt6735m # Enable non DEODEX build #WITH_DEXPREOPT := true # Include an expanded selection of fonts #EXTENDED_FONT_FOOTPRINT := true # Use the non-open-source part, if present -include vendor/DOOGEE/X5PRO/BoardConfigVendor.mk Loading
X5PRO/ProjectConfig.mk +3 −4 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ MTK_ALPS_BOX_DONGLE_SUPPORT = no MTK_ALPS_BOX_SUPPORT = no MTK_ALPS_BOX_TVE_SUPPORT = no MTK_ANDROIDFACTORYMODE_APP = yes MTK_ANTIBRICKING_LEVEL = 2 MTK_ANTIBRICKING_LEVEL = 0 MTK_ANT_SUPPORT = no MTK_API_CHECK = yes Loading Loading @@ -293,7 +292,7 @@ MTK_DM_RELEASE = no MTK_DOCOMO_SUPPORT = no MTK_DOLBY_DAP_SUPPORT = no MTK_DP_FRAMEWORK = yes MTK_DRM_APP = no MTK_DRM_APP = yes MTK_DRM_KEY_MNG_SUPPORT = no MTK_DRM_PLAYREADY_SUPPORT = no MTK_DSPIRDBG = no Loading Loading @@ -357,7 +356,7 @@ MTK_FOTA_RELEASE = no MTK_FOTA_SUPPORT = no MTK_FSCK_MSDOS_MTK = no MTK_FSCK_TUNE = no MTK_FW_UPGRADE = yes MTK_FW_UPGRADE = no MTK_FW_UPGRADE_APP = no MTK_GALLERY_VIDEOPLAYER_APP = no MTK_GAMELOFT_ASPHALTINJECTION_APP = no Loading Loading @@ -385,7 +384,7 @@ MTK_GPS_CHIP = MTK_GPS_MT6735 MTK_GPS_SUPPORT = yes MTK_GPT_SCHEME_SUPPORT = yes MTK_GPU_SUPPORT = yes MTK_HAC_SUPPORT = no MTK_HAC_SUPPORT = yes MTK_HANDSFREE_DMNR_SUPPORT = yes MTK_HDMI_HDCP_SUPPORT = no MTK_HDMI_SUPPORT = no Loading
X5PRO/overlay/frameworks/base/core/res/res/values/config.xml 0 → 100644 +23 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Defines the default set of global actions. Actions may still be disabled or hidden based on the current state of the device. Each item must be one of the following strings: "power" = Power off "settings" = An action to launch settings "airplane" = Airplane mode toggle "bugreport" = Take bug report, if available "silent" = silent mode "users" = list of users --> <string-array translatable="false" name="config_globalActionsList"> <item>power</item> <item>reboot</item> <item>bugreport</item> <item>users</item> </string-array> </resources>
X5PRO/prebuilds.mk +12 −10 Original line number Diff line number Diff line Loading @@ -2,22 +2,24 @@ # GAPPS apps GAPPS_VARIANT := pico PRODUCT_PACKAGES += \ PrebuiltGmail \ GoogleTTS \ GoogleHome \ PrebuiltDeskClockGoogle \ CalendarGooglePrebuilt \ LatinImeGoogle \ Chrome \ Music2 \ Music2 \ Newsstand \ YouTube Chrome PRODUCT_PACKAGES += \ Maps \ Drive \ TranslatePrebuilt ifneq ($(WITH_DEXPREOPT), yes) #PRODUCT_PACKAGES += \ # YouTube # Maps \ # PrebuiltGmail \ # Newsstand \ # Music2 \ # Drive \ # TranslatePrebuilt endif # WebViewGoogle \ # GoogleEarth \ Loading
X5PRO/system-6x/etc/media_codecs_mediatek_video.xml +15 −15 Original line number Diff line number Diff line Loading @@ -82,79 +82,79 @@ Only the three quirks included above are recognized at this point: <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.HEVC" type="video/hevc" > <Limit name="size" min="64x64" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.MPEG4" type="video/mp4v-es" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.H263" type="video/3gpp" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.AVC" type="video/avc" > <Limit name="size" min="64x64" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VPX" type="video/x-vnd.on2.vp8" > <Limit name="size" min="16x16" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VP9" type="video/x-vnd.on2.vp9" > <Limit name="size" min="16x16" max="1280x720" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Feature name="adaptive-playback"/> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.VC1" type="video/x-ms-wmv" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX" type="video/divx" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX3" type="video/divx3" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.XVID" type="video/xvid" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.DECODER.S263" type="video/flv1" > <Limit name="size" min="16x16" max="1920x1088" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> </Decoders> Loading @@ -165,7 +165,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.ENCODER.H263" type="video/3gpp" > <Limit name="size" min="176x144" max="176x144" /> Loading @@ -173,7 +173,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> <MediaCodec name="OMX.MTK.VIDEO.ENCODER.AVC" type="video/avc" > <Limit name="size" min="64x64" max="720x480" /> Loading @@ -181,7 +181,7 @@ Only the three quirks included above are recognized at this point: <Limit name="block-size" value="16x16" /> <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> <Limit name="concurrent-instances" max="20" /> <Limit name="concurrent-instances" max="12" /> </MediaCodec> </Encoders> </Included>