Skip to content

Janddda/multirom

Folders and files

NameName
Last commit message
Last commit date
Feb 8, 2015
Feb 16, 2015
Mar 5, 2015
Apr 2, 2013
Mar 6, 2015
Mar 23, 2015
Mar 23, 2015
Mar 23, 2015
Sep 27, 2014
Feb 16, 2015
Jul 27, 2013
Sep 24, 2013
Sep 27, 2014
Mar 4, 2015
Mar 4, 2015
Feb 16, 2015
Feb 8, 2014
Mar 6, 2015
Mar 19, 2015
Mar 8, 2015
Mar 23, 2015
Mar 1, 2015
Mar 23, 2015
Mar 23, 2015
Feb 16, 2015
Mar 17, 2015
Mar 23, 2015
Feb 16, 2015
Jan 30, 2013
Mar 4, 2015
Jul 4, 2014
Mar 19, 2015

Repository files navigation

MultiROM

MultiROM is a one-of-a-kind multi-boot solution. It can boot android ROM while keeping the one in internal memory intact or boot Ubuntu without formating the whole device. MultiROM can boot either from internal memory of the device or from USB flash drive.

XDA threads:

###Sources MultiROM uses git submodules, so you need to clone them as well:

git clone https://github.com/Tasssadar/multirom.git system/extras/multirom
cd system/extras/multirom
git submodule update --init

It also needs libbootimg:

git clone https://github.com/Tasssadar/libbootimg.git system/extras/libbootimg

###Build Clone repo to folder system/extras/multirom inside Android 4.x source tree. You can find device folders on my github, I currently use OmniROM tree for building (means branch android-4.4-mrom in device repos). MultiROM also needs libbootimg (https://github.com/Tasssadar/libbootimg) in folder system/extras/libbootimg. Use something like this to build:

. build/envsetup.sh
lunch full_grouper-userdebug
make -j4 multirom trampoline

To build installation ZIP file, use multirom_zip target:

make -j4 multirom_zip

About

MultiROM for LG G4 (p1)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.0%
  • Shell 9.8%
  • Makefile 2.9%
  • Objective-C 0.3%