diff --git a/Blackview/BV6900/Android.mk b/Blackview/BV6900/Android.mk new file mode 100644 index 0000000..5fca1bb --- /dev/null +++ b/Blackview/BV6900/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-blackview-bv6900 +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/Blackview/BV6900/AndroidManifest.xml b/Blackview/BV6900/AndroidManifest.xml new file mode 100644 index 0000000..d5833ab --- /dev/null +++ b/Blackview/BV6900/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/Blackview/BV6900/res/values/config.xml b/Blackview/BV6900/res/values/config.xml new file mode 100644 index 0000000..c258307 --- /dev/null +++ b/Blackview/BV6900/res/values/config.xml @@ -0,0 +1,106 @@ + + + + wifi,1,1,1,-1,true + mobile,0,0,0,-1,true + mobile_mms,2,0,2,60000,true + mobile_supl,3,0,2,60000,true + mobile_dun,4,0,2,60000,true + mobile_hipri,5,0,3,60000,true + mobile_fota,10,0,2,60000,true + mobile_ims,11,0,-1,-1,true + mobile_cbs,12,0,2,60000,true + wifi_p2p,13,1,0,-1,true + mobile_ia,14,0,2,-1,true + mobile_emergency,15,0,2,-1,true + mobile_wap,21,0,3,60000,true + mobile_xcap,25,0,3,60000,true + mobile_rcs,26,0,3,60000,true + mobile_bip,27,0,3,60000,true + mobile_vsim,28,0,-1,60000,true + mobile_preempt,29,0,9,60000,true + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + + 8 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + rndis\\d + + + ap\\d + + + bt-pan + bt-dun + + + /system/framework/arm/boot-mediatek-framework.vdex + /system/lib/libjavacrypto.so + /system/lib/libhidltransport.so + /system/framework/arm/boot-core-libart.oat + /system/framework/arm/boot-conscrypt.oat + /system/framework/arm/boot-core-libart.vdex + /system/framework/arm/boot-ext.vdex + /system/framework/arm/boot.vdex + /system/framework/arm/boot-framework.vdex + + + com.google.android.gms + + true + true + true + true + true + true + true + true + true + true + true + false + true + true + true + true + 10 + 4000 + 8000 + com.mediatek.ims + diff --git a/Blackview/BV6900/res/xml/power_profile.xml b/Blackview/BV6900/res/xml/power_profile.xml new file mode 100644 index 0000000..22587e2 --- /dev/null +++ b/Blackview/BV6900/res/xml/power_profile.xml @@ -0,0 +1,64 @@ + + + 100 + 100 + 100 + 10 + 1 + 3 + 200 + 100 + 10 + 50 + 160 + 550 + 50 + 200 + 10 + + 2 + 1 + + + 1 + + + 400000 + + + 100 + + 0.1 + + 22.7 + + 5580 + 0 + 0 + 0 + + 0 + + .0002 + .002 + .02 + .2 + 2 + + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + + 0 + + 0 + 0 + + 0 + diff --git a/overlay.mk b/overlay.mk index 6e99a87..5979548 100755 --- a/overlay.mk +++ b/overlay.mk @@ -11,6 +11,7 @@ PRODUCT_PACKAGES += \ treble-overlay-asus-zenfonelivel1za550kl \ treble-overlay-asus-zenfonemaxm2 \ treble-overlay-asus-zenfonemaxshot \ + treble-overlay-blackview-bv6900 \ treble-overlay-blackview-bv9500plus \ treble-overlay-bq-jeice \ treble-overlay-caf-ims \