Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z3ntu/android_device_fairphone_fp4
Android device tree for Fairphone 4
https://github.com/z3ntu/android_device_fairphone_fp4
Last synced: about 16 hours ago
JSON representation
Android device tree for Fairphone 4
- Host: GitHub
- URL: https://github.com/z3ntu/android_device_fairphone_fp4
- Owner: z3ntu
- Created: 2021-12-10T20:30:25.000Z (almost 3 years ago)
- Default Branch: android-11
- Last Pushed: 2023-10-02T08:27:29.000Z (about 1 year ago)
- Last Synced: 2023-10-02T09:38:24.549Z (about 1 year ago)
- Language: Makefile
- Size: 30.1 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TWRP for Fairphone 4
## Compile
Download the minimal-manifest-twrp/platform_manifest_twrp_aosp twrp-11 tree as described at https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp#readme
Add this device repository to a new local manifest (`.repo/local_manifests/roomservice.xml`):
```xml
```
Then sync the sources again:
```
repo sync
```And finally compile it:
```
export ALLOW_MISSING_DEPENDENCIES=true
. build/envsetup.sh
lunch twrp_FP4-eng
m recoveryimage
```To test it:
```
fastboot boot out/target/product/FP4/recovery.img
```or
```
fastboot flash recovery out/target/product/FP4/recovery.img
```