Skip to content

SavedByLight/android_device_samsung_gta9pwifi

 
 

Repository files navigation

Android device tree for samsung SM-X210 (gta9pwifi)

How-to compile it:

twrp 12.1 Manifest

repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1

Sync

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Clone MrFluffyOven twrp tree

git clone https://github.com/MrFluffyOven/android_device_samsung_gta9pwifi.git -b twrp-12.1 device/samsung/gta9pwifi

build:

export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch twrp_gta9pwifi-eng; mka recoveryimage

Multidisabler

Boot twrp, Wipe data, Reboot Recovery, go to twrp terminal, type "multidisabler" hit enter/return , Wipe data again, Encryption should be Disabled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 54.1%
  • Shell 45.9%