Skip to content

Commit

Permalink
fix screen height value and update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
buddi56 committed Jul 11, 2020
1 parent 49da43f commit a913741
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aosp_RMX1831.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a913741

Please sign in to comment.