Skip to content

TWRP source building for Samsung Galaxy Grand Prime/SM-G530T/T1 (T1 Variant, Metro PCS)

Notifications You must be signed in to change notification settings

ts-root78/twrp-sggp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

twrp-sggp

Setting up a minimal tree for building TWRP Android 5.1 branch

This repo is ~2.6GB To initialize the main repository:

repo init -u https://github.com/ts-root78/twrp-sggp.git

Then add any recovery/device trees/kernels you need to a file (one XML for each device) and add them to the .repo/local_manifests folder of your initialized repo folder. Make a .repo/local_manifests/local_manifests.xml file and insert the following code:

    <manifest>
    <remove-project name="android_bionic" />
    <project path="bionic" name="CyanogenMod/android_bionic" remote="github" revision="cm-12.1" />
    </manifest>

Once added:

repo sync

Done

To build recovery:

. build/envsetup.sh lunch (select device from list) make -j5 installclean time make -j5 recoveryimage

About

TWRP source building for Samsung Galaxy Grand Prime/SM-G530T/T1 (T1 Variant, Metro PCS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published