No description
Find a file
7Soldier 0eca42009d [FIXME] hiphi: recovery/root: Implement proper modules loading
* On different versions of ROM can be used different kernel modules,
  loading prebuilds can cause issues with battery, touchscreen and OTG
  for some users.
* However, in fastbootd mode not possible to load kernel modules from
  current ROM, so we forced to use prebuilds for it. Of course, its not
  proper solution, but at least it keep situation in same state, and
  fixes issues for some users in normal recovery mode.

Signed-off-by: 7Soldier <reg.fm4@gmail.com>
2023-06-18 22:32:09 +03:00
bootctrl hiphi: Update to Boot Control HAL v1.2 2023-05-04 15:45:38 +03:00
gpt-utils hiphi: gpt-utils: Remove odm from AB_PTN_LIST 2023-05-04 15:45:38 +03:00
libinit hiphi: libinit: Update fingerprint and props loading logic 2023-06-18 22:32:04 +03:00
prebuilt hiphi: Initial TWRP device tree 2023-04-04 18:44:40 +02:00
recovery/root [FIXME] hiphi: recovery/root: Implement proper modules loading 2023-06-18 22:32:09 +03:00
security hiphi: Add motorola otacert 2023-05-04 15:44:02 +03:00
Android.bp hiphi: Add bootctrl HAL and gpt-utils 2023-05-04 15:45:38 +03:00
Android.mk hiphi: Initial TWRP device tree 2023-04-04 18:44:40 +02:00
AndroidProducts.mk hiphi: Rebrand to TWRP 2023-05-04 15:42:51 +03:00
BoardConfig.mk hiphi: Set TWRP Device Version to Release 1 2023-05-04 16:07:24 +03:00
device.mk hiphi: Add haptics support 2023-05-04 16:06:59 +03:00
README.md hiphi: Update README.md 2023-05-26 13:21:13 +03:00
system.prop hiphi: Inherit emulated storage 2023-05-04 15:45:38 +03:00
twrp_hiphi.mk [SQUASH] hiphi: Configure missing stuff for A/B 2023-05-04 15:45:38 +03:00

Device configuration for Motorola Edge 30 Pro / Edge Plus (2022) / Edge Plus 5G UW / Edge X30 (hiphi/hiphic/hiphid)

The Motorola Edge 30 Pro / Edge Plus (2022) / Edge Plus 5G UW / Edge X30 (codenamed "hiphi/hiphic/hiphid") is a flagship smartphone from Motorola mobility announced in December 2021.

Device specifications

Basic Spec Sheet
SoC Qualcomm SM8450 Snapdragon 8 Gen 1 (4 nm)
CPU Octa-core (1x3.0 GHz Kryo 780 & 3x2.5 GHz Kryo 780 & 4x1.8GHz Kryo 780)
GPU Adreno 730
Memory 8/12 GB RAM (LPDDR5)
Shipped Android Version 12.0, My UX 3.0 (Global) / MY UI 3.0 (China)
Storage 128/256/512 GB (UFS 3.1)
Battery Non-removable Li-Po 4800 mAh (Global) / 5000 mAh (China) battery
Display 2400 x 1080 pixels, 6.18 inches (~403 ppi density)
Camera 50MP (Main) + 50MP (Ultra-wide) + 2MP (Depth) + 60MP (Selfie)

Device picture

Motorola Edge 30 Pro / Edge Plus (2022) / Edge Plus 5G UW / Edge X30

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_hiphi-eng
mka recoveryimage -j$(nproc --all)

Copyright (C) 2023 Team Win Recovery Project