Skip to content

darchstar/e4gttools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 

Repository files navigation

Epic Build Instructions

mkdir cm9
cd cm9
repo init -u git://github.com/CyanogenMod/android.git -b ics

Modify your .repo/local_manifest.xml as follows:

<?xml version="1.0" encoding="UTF-8"?>
  <manifest>
    <project name="darchstar/e4gttools.git" path="e4gttools" remote="github" revision="ics" />
    <project name="darchstar/android_device_samsung_epic4gtouch" path="device/samsung/epic4gtouch" remote="github" />
  </manifest>
repo sync
vendor/cm/get-prebuilts

Auto Apply Patches

This script will remove any topic branches named auto, then apply all patches under topic branch auto.

epictools/apply.sh

Build

. build/envsetup.sh
breakfast cm_epic4gtouch-userdebug
make -j4 bacon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%