8000 GitHub - lbule/android_device_realme_RMX3042
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lbule/android_device_realme_RMX3042

Repository files navigation

android_device_realme_RMX3042

For building TWRP for realme Q3i/realme8 5G

Features

Works:

  • ADB
  • Decryption of /data
  • Screen brightness settings
  • Vibration on touch

Compile

First checkout minimal twrp with omnirom tree:

repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11 --groups=all,-notdefault,-device,-darwin,-x86,-mips

repo sync

|or|

repo sync --force-sync --no-clone-bundle --no-tags -j$(nproc --all)

Finally execute these:

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

|or|

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0