Vojtech Bocek 0ff3e9988e [t26] Backport some ueventd fixes
e2d63af  Move sprintf to snprintf.
d1d9602  init: refactor firmware loading locations into table
d1d9602  init: refactor firmware loading locations into table
1225a61  init: consider all platform devices for find_platform_device
2015-05-29 21:00:47 +02:00
2015-02-08 18:13:35 +01:00
2015-03-05 10:10:25 +01:00
2015-04-01 00:33:59 +02:00
2015-05-29 20:57:41 +02:00
2015-05-29 20:57:41 +02:00
2013-07-27 17:42:34 +02:00
2013-09-24 19:27:30 +02:00
2015-03-04 14:55:25 +01:00
2015-03-17 13:05:18 +01:00
2015-03-23 14:57:20 +01:00
2015-03-23 14:57:20 +01:00
2015-05-29 21:00:47 +02:00

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
Description
No description provided
Readme 6.1 MiB
Languages
C 87.3%
Shell 9.7%
Makefile 3%