TWRP Tree for Moto Edge 2024
Find a file
2025-04-09 11:30:18 -04:00
bootctrl PUSH Merge from GH 2025-04-09 11:30:18 -04:00
gpt-utils PUSH Merge from GH 2025-04-09 11:30:18 -04:00
prebuilt PUSH Merge from GH 2025-04-09 11:30:18 -04:00
recovery/root PUSH Merge from GH 2025-04-09 11:30:18 -04:00
security PUSH Merge from GH 2025-04-09 11:30:18 -04:00
Android.bp PUSH Merge from GH 2025-04-09 11:30:18 -04:00
Android.mk PUSH Merge from GH 2025-04-09 11:30:18 -04:00
AndroidProducts.mk PUSH Merge from GH 2025-04-09 11:30:18 -04:00
BoardConfig.mk PUSH Merge from GH 2025-04-09 11:30:18 -04:00
device.mk PUSH Merge from GH 2025-04-09 11:30:18 -04:00
LICENSE Initial commit 2025-04-09 11:19:35 -04:00
README.md PUSH Merge from GH 2025-04-09 11:30:18 -04:00
system.prop PUSH Merge from GH 2025-04-09 11:30:18 -04:00
twrp_avatrn.mk PUSH Merge from GH 2025-04-09 11:30:18 -04:00

Recovery configuration for Moto Edge 2024 (gen5) (codenamed "avatrn")

The Motorola Moto Edge 2024 (gen5) (codenamed "avatrn") is a mid-range smartphone from Motorola Mobility announced June 4th 2024.

Device specifications

Basic Spec Sheet
SoC Qualcomm SM7435-AB Snapdragon 7s Gen 2 (4 nm)
CPU Octa-core (4x2.40 GHz Cortex-A78 & 4x1.95 GHz Cortex-A55)
GPU Adreno 710
Memory 8 GB RAM (LPDDR4X)
Shipped Android Version 13.0, My UX 3.0 (Global)
Storage 256 GB (UFS 2.2)
Battery Non-removable Li-Po 5000 mAh battery
Display P-OLED, 1B clrs, 144Hz, HDR10+, 1300nit, 2400x1080, 6.67" (~402 ppi density)
Camera 50MP (Wide) + 13MP (Ultra-wide) + 32MP (Selfie)

Device picture

Motorola Moto Edge 2024 (gen5)

https://m.gsmarena.com/motorola_edge_(2024)-13111.php

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

export ALLOW_MISSING_DEPENDENCIES=true
source build/envsetup.sh
lunch twrp_avatrn-eng
mka recoveryimage -j$(nproc --all)

Copyright (C) 2024 A-Team Digital Solutions
Tree template from TeamWin, some file from VanFirmwareDumps