From 531fd878a51400d29cb7deacb9b1a2ba4259cf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Carneiro?= <40370995+rubencarneiro@users.noreply.github.com> Date: Thu, 26 Aug 2021 20:22:23 +0100 Subject: [PATCH 1/2] # Enable WIDI support Enable this even if it dosnt work yet --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index e625bb4..f7ecdad 100644 --- a/device.mk +++ b/device.mk @@ -17,6 +17,10 @@ # Enable dynamic partition size PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true +# Ubuntu Touch additional properties +PRODUCT_PROPERTY_OVERRIDES += \ + ubuntu.widi.supported=1 + # init scripts PRODUCT_PACKAGES += \ init.disabled.rc \ From 5848ec198c3a6f94f304787ec9136c275fd30187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Carneiro?= <40370995+rubencarneiro@users.noreply.github.com> Date: Sun, 5 Sep 2021 17:16:15 +0100 Subject: [PATCH 2/2] # Buid custa charge Animation # Use the same charge animations as previous devices --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index f7ecdad..1e60974 100644 --- a/device.mk +++ b/device.mk @@ -27,6 +27,10 @@ PRODUCT_PACKAGES += \ init.halium.rc \ vndk-detect \ on-post-data.sh + +# Custom Charge Animation +PRODUCT_PACKAGES += \ + charger_res_images # Keymaster PRODUCT_PACKAGES += \