Update README.md
This commit is contained in:
parent
1ca0e5b44e
commit
ac6ee29efa
1 changed files with 7 additions and 49 deletions
56
README.md
56
README.md
|
@ -1,54 +1,12 @@
|
|||
Device configuration for Moto G Stylus 5G (2023) (codenamed "genevn")
|
||||
=========================================
|
||||
|
||||
The Motorola Moto G Stylus 5G (2023) (codenamed _"genevn"_) is a mid-range smartphone from Motorola Mobility announced in May 2023.
|
||||
|
||||
## Device specifications
|
||||
|
||||
Basic | Spec Sheet
|
||||
-------:|:-------------------------
|
||||
SoC | Qualcomm SM6450 Snapdragon 6 Gen 1 (4 nm)
|
||||
CPU | Octa-core (4x2.20 GHz Cortex-A78 & 4x1.8GHz Cortex-A55)
|
||||
GPU | Adreno 710
|
||||
Memory | 6 GB RAM (LPDDR4X)
|
||||
Shipped Android Version | 13.0, My UX 3.0 (Global)
|
||||
Storage | 128 GB | 256 GB (UFS 3.1)
|
||||
Battery | Non-removable Li-Po 5000 mAh battery
|
||||
Display | LTPS, 120 Hz, 2400 x 1080 pixels, 6.67 inches (~403 ppi density)
|
||||
Camera | 50MP (Wide) + 8MP (Ultra-wide) + 16MP (Selfie)
|
||||
|
||||
## Device picture
|
||||

|
||||
|
||||
# Status
|
||||
Current state of features:
|
||||
- [x] Correct screen/recovery size
|
||||
- [x] Working touch, display
|
||||
- [x] Screen goes off and on
|
||||
- [x] Backup/restore to/from internal/external storage and adb
|
||||
- [x] Poweroff
|
||||
- [x] Reboot to system, bootloader, recovery, fastboot, edl
|
||||
- [x] ADB (including sideload)
|
||||
- [x] Support EROFS/F2FS/EXT4/exFAT/FAT32/NTFS
|
||||
- [x] Decrypt /data
|
||||
- [x] Flashing zip/images
|
||||
- [x] MTP export
|
||||
- [x] All important partitions listed in wipe/mount/backup lists
|
||||
- [x] Input devices via USB-OTG
|
||||
- [x] USB mass storage export
|
||||
- [x] Correct date
|
||||
- [x] Battery level
|
||||
- [x] Set brightness
|
||||
- [x] Vibrate and set vibration
|
||||
- [x] Screenshot
|
||||
- [x] Advanced features
|
||||
Include your kernel image or find one for your specific device in telegram or xda (also could pull it from your boot image)
|
||||
Place kernel image named kernel in folder named prebuilt
|
||||
check for maintainer image placement is correct (if no it will show "no image")
|
||||
|
||||
# Building
|
||||
```bash
|
||||
export ALLOW_MISSING_DEPENDENCIES=true
|
||||
source build/envsetup.sh
|
||||
lunch twrp_genevn-eng
|
||||
mka recoveryimage -j$(nproc --all)
|
||||
. build/envsetup.sh
|
||||
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
|
||||
```
|
||||
Profit!!!!
|
||||
|
||||
**Copyright (C) 2023 Team Win Recovery Project**
|
||||
let me know if anything is awry and i will get to it.
|
||||
|
|
Loading…
Reference in a new issue