Skip to content

TeamWin/android_device_samsung_greatlte

 
 

Repository files navigation

TWRP device tree for Samsung Note8 aka greatlte

Kernel source

Available at https://github.com/corsicanu/android_kernel_samsung_universal8895

How to build

This was tested and it's fully compatible with minimal manifest twrp.

  1. Set up the build environment following instructions from here
  2. In the root folder of cloned repo you need to clone the device tree:
git clone -b android-9.0 https://github.com/teamwin/android_device_samsung_greatlte.git device/samsung/greatlte
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch omni_greatlte-eng && mka recoveryimage -j128

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 77.5%
  • Shell 22.5%