gts28vewifi: Update README.md

This commit is contained in:
ripee 2021-01-02 00:09:58 +01:00
parent a7effb6605
commit 53ff68312d
1 changed files with 22 additions and 3 deletions

View File

@ -1,4 +1,23 @@
# TWRP tree for gts28vewifi
## TWRP device tree for Samsung Galaxy Tab S2 8.0 Wi-Fi (gts28vewifi)
## gts28vewifi
Kernel source:
https://github.com/LineageOS/android_kernel_samsung_msm8976/tree/e0d4aab3d01aa25507d499ab63e48e5eda3e1196
Add to `.repo/local_manifests/gts28vewifi.xml`:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="ripee/android_device_samsung_gts28vewifi" path="device/samsung/gts28vewifi" remote="github" revision="android-7.1" />
</manifest>
```
Then run `repo sync` to check it out.
To build:
```sh
. build/envsetup.sh
lunch omni_gts28vewifi-eng
mka recoveryimage
```
Kernel source: https://github.com/LineageOS/android_kernel_samsung_msm8976/tree/4664546f2b58d616ae66c109dea862cf928fb5d4