From a91374186e92f3e03b8936287e6cd71cb5a2a422 Mon Sep 17 00:00:00 2001 From: buddi56 Date: Sat, 11 Jul 2020 19:30:29 +0530 Subject: [PATCH] fix screen height value and update README file --- README.md | 29 +++++++++++++++++++++++++++++ aosp_RMX1831.mk | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ccb574..e94d1d1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,35 @@ The Realme U1 (codenames _"RMX1831"_ and _"RMX1833"_ ) is a mid-range smartphone from Realme, announced in November 2018. +**Working**: + +1. Boots +2. RIL(Calls,SMS,Data) +3. Wi-Fi +4. Bluetooth +5. Camera +6. Audio +7. Sensors +8. Flashlight +9. Brightness +10. GPS +11. Gcam +12. Hotspot +13. USB Tethering +14. DT2W +15. Offline Charging + +**Not working**: + +1. Selinux is permissive. +2. Video codec issues in all Chromium based browsers (minimal). +3. VoLTE +4. No face Unlock. + +## Downloads + + + ## Device specifications Basic | Spec Sheet diff --git a/aosp_RMX1831.mk b/aosp_RMX1831.mk index 9c72263..0181ca7 100644 --- a/aosp_RMX1831.mk +++ b/aosp_RMX1831.mk @@ -32,7 +32,7 @@ TARGET_GAPPS_ARCH=arm64 # Bootanimation TARGET_SCREEN_WIDTH := 1080 -TARGET_SCREEN_HEIGHT := 2160 +TARGET_SCREEN_HEIGHT := 2340 TARGET_BOOT_ANIMATION_RES := 1080 PRODUCT_NAME := aosp_RMX1831