2025-07-28 13:12:19 -04:00
|
|
|
Device configuration for Moto G Stylus 5G (2025) (codenamed "mona")
|
|
|
|
=========================================
|
2025-07-28 13:01:06 -04:00
|
|
|
|
2025-07-28 13:12:19 -04:00
|
|
|
The Motorola Moto G Stylus 5G (2025) (codenamed _"mona"_) is a mid-range smartphone from Motorola Mobility announced in April 2025.
|
|
|
|
|
|
|
|
## Device specifications
|
|
|
|
|
|
|
|
Basic | Spec Sheet
|
|
|
|
-------:|:-------------------------
|
|
|
|
SoC | Qualcomm SM6475 Snapdragon 6 Gen 3 (4 nm)
|
|
|
|
CPU | Octa-core (4x2.4 GHz Cortex-A78 & 4x1.8 GHz Cortex-A55)
|
|
|
|
GPU | Adreno 710
|
|
|
|
Memory | 8 GB RAM (LPDDR4X)
|
|
|
|
Shipped Android Version | 15.0, My UX 3.0 (Global)
|
|
|
|
Storage | 128 GB | 256 GB (UFS 2.2)
|
|
|
|
Battery | Non-removable Li-Po 5000 mAh battery
|
|
|
|
Display | AMOLED, 120 Hz, 2712 x 1220 pixels, 6.7 inches (~444 ppi density)
|
|
|
|
Camera | 50MP (Wide) + 16MP (Ultra-wide) + 32MP (Selfie)
|
|
|
|
|
|
|
|
## Device picture
|
|
|
|

|
|
|
|
|
|
|
|
# Status
|
|
|
|
Current state of features:
|
|
|
|
- [ ] Correct screen/recovery size
|
|
|
|
- [ ] Working touch, display
|
|
|
|
- [ ] Screen goes off and on
|
|
|
|
- [ ] Backup/restore to/from internal/external storage and adb
|
|
|
|
- [ ] Poweroff
|
|
|
|
- [ ] Reboot to system, bootloader, recovery, fastboot, edl
|
|
|
|
- [ ] ADB (including sideload)
|
|
|
|
- [ ] Support EROFS/F2FS/EXT4/exFAT/FAT32/NTFS
|
|
|
|
- [ ] Decrypt /data
|
|
|
|
- [ ] Flashing zip/images
|
|
|
|
- [ ] MTP export
|
|
|
|
- [ ] All important partitions listed in wipe/mount/backup lists
|
|
|
|
- [ ] Input devices via USB-OTG
|
|
|
|
- [ ] USB mass storage export
|
|
|
|
- [ ] Correct date
|
|
|
|
- [ ] Battery level
|
|
|
|
- [ ] Set brightness
|
|
|
|
- [ ] Vibrate and set vibration
|
|
|
|
- [ ] Screenshot
|
|
|
|
- [ ] Advanced features
|
|
|
|
|
|
|
|
# Building
|
|
|
|
```bash
|
|
|
|
export ALLOW_MISSING_DEPENDENCIES=true
|
|
|
|
source build/envsetup.sh
|
|
|
|
lunch twrp_mona-eng
|
2025-07-28 23:11:12 -04:00
|
|
|
mka vendorbootimage -j$(nproc --all)
|
2025-07-28 13:01:06 -04:00
|
|
|
```
|
2025-07-28 13:12:19 -04:00
|
|
|
|
2025-07-30 15:23:31 -04:00
|
|
|
**Copyright (C) 2023 Team Win Recovery Project**<br>
|
2025-07-28 13:12:19 -04:00
|
|
|
**Copyright (C) 2025 A-Team Digital Solutions**
|