Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```