https://github.com/aryankaran/omni_device_lenovo_TB-8304F1
https://github.com/aryankaran/omni_device_lenovo_TB-8304F1
android android-recovery e8 lenovo lenovo8163 mediatek mt8163 mtk ofox omni orangefox pbrp recovery shrp tb-8304f1 twrp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryankaran/omni_device_lenovo_TB-8304F1
- Owner: aryankaran
- Created: 2022-01-08T02:33:03.000Z (over 3 years ago)
- Default Branch: recovery
- Last Pushed: 2022-05-01T09:25:35.000Z (about 3 years ago)
- Last Synced: 2024-10-24T00:21:37.871Z (7 months ago)
- Topics: android, android-recovery, e8, lenovo, lenovo8163, mediatek, mt8163, mtk, ofox, omni, orangefox, pbrp, recovery, shrp, tb-8304f1, twrp
- Language: Makefile
- Homepage:
- Size: 7.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone command
```
git clone https://github.com/aryankaran/lenovo_TB-8304F1 -b recovery device/lenovo/TB-8304F1
```# Notes
i) when using android 6.0 or 7.1 branches clone those missing bash nano libncurses repos as pbrp or some other recoveries are missing them
take reference from twrp minimal manifestii) With android 9.0 branch build apply the above patches
iii) Building with fox 9.0 branch requires magisk prebuilt and theme repo to be cloned manually for libresetprop and themes
```
git clone https://gitlab.com/OrangeFox/misc/Theme bootable/recovery/gui/theme;\
git clone https://github.com/TeamWin/external_magisk-prebuilt -b android-9.0 external/magisk-prebuilt
```# Patches
i) fox_9.0
```
./device/lenovo/TB_8304F1/patches/fox_9.0/patch.sh
```ii) pbrp 9.0
```
./device/lenovo/TB_8304F1/patches/pbrp/patch.sh
```iii) shrp 9.0
```
./device/lenovo/TB_8304F1/patches/shrp/patch.sh
```