From ca71019657c789cdbc77f4d9e13bd0c1d4c7835d Mon Sep 17 00:00:00 2001 From: Bayron Samir <101310787+Samw662@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:23:51 -0600 Subject: [PATCH] Refine README.md (As the bangkk one) --- README.md | 60 ++++++++++++++++++------------------------------------- 1 file changed, 19 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 337a530..cc557ea 100644 --- a/README.md +++ b/README.md @@ -20,45 +20,23 @@ Front Camera | 16 MP, f/2.2, (wide), 1.0µm ![Device Picture](https://fdn2.gsmarena.com/vv/bigpic/motorola-moto-g82.jpg) - ### Kernel Source -From Stock ROM RHODEP_RETAIL_12_S1SUS32.73-28-5-3 - - -### How to compile -First repo init the twrp-12.1 tree: - -``` -mkdir ~/android/twrp-12.1 -cd ~/android/twrp-12.1 -repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1 -mkdir -p .repo/local_manifests -``` - -Then add to a local manifest (if you don't have .repo/local_manifest then make that directory and make a blank file and name it something like twrp.xml): - -```xml - - - - - -``` - -Now you can sync your source: - -``` -repo sync -``` - -To automatically make the TWRP installer zip, you need to import this commit in the build/make path: https://gerrit.twrp.me/c/android_build/+/5445 - -Finally execute these: - -``` -. build/envsetup.sh -export ALLOW_MISSING_DEPENDENCIES=true -export LC_ALL=C -lunch twrp_rhodep-eng -make adbd bootimage -``` +From Stock ROM RHODEP_RETAIL_13_T1SUS33.1-124-6-8-1 + +### What's working!? :D +- Touch (it should works on both displays) +- Backup && Restore +- Wipe /data +- CPU Temp +- Battery && Time +- Brightness +- MicroSD Card && USB OTG +- Mouse through USB OTG +- Flashing zips +- MTP && USB Mode Storage +- Qualcomm Decryption + +### What ISN'T working!? D: +- Touch on custom roms (it works fine in stock rom) + +### See Wiki for build this source