Skip to content

Commit

Permalink
Refine README.md (As the bangkk one)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samw662 authored Jun 21, 2024
1 parent e361fb6 commit ca71019
Showing 1 changed file with 19 additions and 41 deletions.
60 changes: 19 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="osm0sis/twrp_abtemplate" path="bootable/recovery/installer" remote="github" revision="master"/>
<project name="android_device_motorola_rhodep" path="device/motorola/rhodep" remote="TeamWin" revision="android-12.1"/>
</manifest>
```

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

0 comments on commit ca71019

Please sign in to comment.