Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

MIRAGE-Dev/Useful-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####################################################################

Copy the scripts what you want

cd ~/ROM

How to use :

. adb.sh (it will push automatic mirage rom)
curl https://raw.github.com/franco-c/Useful-scripts/franco/adb.sh

. cd.sh APPName (it will move packages/apps/APPName)
curl https://raw.github.com/franco-c/Useful-scripts/franco/cd.sh

. fr.sh (it will move frameworks/base)
curl https://raw.github.com/franco-c/Useful-scripts/franco/fr.sh

. go.sh (it will lunch make.sh with no syncing)
curl https://raw.github.com/franco-c/Useful-scripts/franco/go.sh

. linaro.sh (build with mka in linaro toolchain)
curl https://raw.github.com/franco-c/Useful-scripts/franco/linaro.sh

. make.sh $1 $2 $3 $4 (it will $1=Device_codename, $2=sync, $3=14 {threads}, $4=clean)
curl https://raw.github.com/franco-c/Useful-scripts/franco/make.sh

. mmm.sh $1 (to use this, you need to
             . build/envsetup.sh
             lunch $1 
             first, and then it'll compile packages/apps/$1)
curl https://raw.github.com/franco-c/Useful-scripts/franco/mmm.sh

.out.sh $1 (it will move out/target/product/$1)
curl https://raw.github.com/franco-c/Useful-scripts/franco/out.sh


Edit on your own

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%