File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 1
- ### TWRP device tree for Xiaomi 12T (plato)
1
+ ### OFRP device tree for Xiaomi 12T (plato)
2
2
3
3
=========================================
4
4
@@ -34,32 +34,3 @@ Works:
34
34
- [X] Sideload
35
35
- [X] USB OTG
36
36
- [X] Vibrator
37
-
38
- ## Compile
39
-
40
- First checkout minimal twrp with aosp tree:
41
-
42
- ```
43
- repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1
44
- repo sync -j$(nproc --all)
45
- ```
46
-
47
- Then add these projects to .repo/manifest.xml:
48
-
49
- ``` xml
50
- <project path =" device/xiaomi/plato" name =" JonesqPacMan/android_device_xiaomi_plato_TWRP" remote =" github" revision =" TWRP-12.1_A13" />
51
- ```
52
-
53
- Finally execute these:
54
-
55
- ```
56
- source build/envsetup.sh
57
- repopick <needed patch>
58
- lunch twrp_plato-eng
59
- mka vendorbootimage -j$(nproc --all)
60
- ```
61
- ## To use it:
62
-
63
- ```
64
- fastboot flash vendor_boot twrp-3.7.0-12.1_A13-vendor_boot-plato.img
65
- ```
You can’t perform that action at this time.
0 commit comments