Skip to content

iprouteth0/easy_rom_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy_rom_builder by iprouteth0

Menu based system for building a11 ROMs.. WIP

Simply clone this repo and run the following script to start. There are currently only two devices, but new devices will be added in the future.

If you have not already done so, install git.

I have added options for adding ROMs and adding new devices to the device menu.

When you add a device, there are two required steps.

  1. Add your device to the device menu (option 99 on device menu)
  2. Generate the codename-clone_sources.sh script for your device (option 98 on device menu)

When generating codename-clone_sources.sh, options 7,8 and 9 are optional and are only used for common device trees and unified vendor trees.

sudo apt-get update ; sudo apt-get install -y git dialog
mkdir ~/android/ ; cd ~/android/
git clone https://github.com/iprouteth0/easy_rom_builder.git
cd easy_rom_builder/
. RomMenu.sh

A menu option for adding additional devices is now available in the device menu. There may be some odditiy in behavior until I've refined this additional option. In the mean time, feel free to use the option. Just remember you will need to add your own sources script using this naming convention: codename-clone_sources.sh. All device/vendor/kernel trees should be cloned from within that sub-script. Also any changes needed to adapt device trees to ROM source should be done here as well. Please see my ginna and olivewood examples for this.

Devices current included in the script

  • Motorola E 2020
  • Xiaomi 8a Dual
  • Samsung Galaxy S10+ series (WIP)
  • Add device menu option
  • Add ROM to ROM menu option finished
  • Generate codename-clone_sources.sh function added to device menu

Huge thanks go to my mentor @PizzaG who I worked on the origin scripts to this project with.

About

Menu based system for building a11 ROMs.. WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages