Skip to content

ANDROID2468/fire_os_revamped_make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building fire os revamped

THIS ONLY WORKS IN LINX! I don't plan on making a windows version. you can use WsL (Linux subsystem for windows) if you are on windows... oh oops, its is Windows Subsystem for Linux, I forgot microsoft thinks backwords :D .

you will have to provide your own system img luckly I have a download link for them ;)

Android File host you will have to rename system.img to [model].img. (change [model] to ford or austin)

downlowing instructions

git clone https://github.com/ANDROID2468/fire_os_revamped_make.git

cd fire_os_revamped_make

place [model].img into fire_os_revamped_make folder

Building instructions

run this commmand:

./make.sh ford

or

./make.sh austin

Adb scripts

setupSkip.sh

This script skips setup at first boot.

To run, type this in terminal/cmd:

adb shell sh /system/bin/setupSkip.sh

rmAmazon.sh

This script lets you choose what amazon apps to delete that are still on the system.

To run, type this in terminal/cmd:

adb shell sh /system/bin/rmAmazon.sh

rmXda.sh

This script removes xdaLabs

To run, type this in terminal/cmd:

adb shell sh /system/bin/rmXda.sh

rmAurora.sh

This script remove Aurora Store. Aurora Store is a open source play store client.

To run, type this in terminal/cmd:

adb shell sh /system/bin/rmAurora.sh

rmGapps.sh

This script removes gapps (if installed).

To run, type this in terminal/cmd:

adb shell sh /system/bin/rmGapps.sh