Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

eagerestwolf/android_device_samsung_wisdom

Repository files navigation

TWRP device tree for Samsung Galaxy Tab A 8.0 LTE (2019)

DISCLAIMER

This device tree is not an official device tree and is not in any way endorsed by, sponsored by, or affiliated with the Team Win Recovery team and/or project.

SM-P205

Add to .repo/local_manifests/wisdom.xml:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="eagerestwolf/android_device_samsung_wisdom" path="device/samsung/wisdom" remote="github" revision="android-9.0" />
</manifest>

Then run repo sync to check it out.

If you wish to get the kernel sources as well, the two can be combined:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="eagerestwolf/android_device_samsung_wisdom" path="device/samsung/wisdom" remote="github" revision="android-9.0" />
  <project name="eagerestwolf/android_kernel_samsung_wisdom" path="kernel/samsung/wisdom" remote="github" revision="android-9.0" />
</manifest>

To build:

. build/envsetup.sh
lunch omni_wisdom-eng
make recoveryimage

Kernel source: https://github.com/eagerestwolf/android_kernel_samsung_wisdom/
Vendor sources: Coming soon!

Maintainer Notes

You may notice a lot of similarities bewtween this repository and the repository for the SM-T515, that's no coincidence. The GTA3XL and WISDOM are basically the same device, with a different size screen. They even have the same resolution, so I started with that device repository as a starting point, then built from there.

About

Android device files for building TWRP recovery, could possibly be used for ROMs as well, with modification of course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published