Do you have a patched version of imperium v13 (i9505)?
If yes,
I don't know how your upload speed is, but could you upload it? Unless your upload speed sucks, the rom is 1.8gb :0
I use the pc version (you can clearly see it in the attachment)
DualBootPatcher-8.0.0-release
I would suggest you install the latest patcher snapshot (link below). I have patched 3 versions of Imperium with it. You may also have had a bad ROM download.
https://dl.dropboxusercontent.com/u/486665/Snapshots/DualBootPatcher/index.html
Also where can I find the download for the newest version of the mobile app?
Hi guys, can anyone patch that new CyanogenMod 12 from AntaresOne and the GApps too? Thanks!
How do I patch a zip file manually?
(My patches for the supported zips above can be found [here] if you'd like to see examples of how this is done)
Note: This has not been updated for version 3.0.0 of the patcher yet. The instructions below will still work, but auto-patching is a lot simpler.
The first thing to do is to download the dual boot helper script and place it at the base of the zip file (not in a subfolder): https://github.com/chenxiaolong/DualBootPatcher/raw/master/patches/dualboot.sh
Next edit the updater-script file: META-INF/com/google/android/updater-script and put the following lines at the top. This allows the helper script to be used.
Code:package_extract_file("dualboot.sh", "/tmp/dualboot.sh"); set_perm(0, 0, 0777, "/tmp/dualboot.sh");
Now, in order to make the zip file install to the correct location, you'll need to change all the lines that mount /system so that they use the dual-boot location. The helper script offers a convenient way to do this.
If see lines like one of the below:
Code:mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system"); OR mount("ext4", "EMMC", "/dev/mmcblk0p16", "/system"); OR run_program("/sbin/busybox", "mount", "/system");
replace it with:
Code:run_program("/tmp/dualboot.sh", "mount-system");
If you see any lines that format the /system partition, such as:
Code:format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
replace it with:
Code:run_program("/tmp/dualboot.sh", "format-system");
Finally, the unmount lines:
Code:unmount("/system"); OR run_program("/sbin/busybox", "umount", "/system");
should be replaced with:
Code:run_program("/tmp/dualboot.sh", "set-multi-kernel"); run_program("/tmp/dualboot.sh", "unmount-system");
Now, if zip contains a kernel, you'll need to modify it's ramdisk. The easiest way to do this is to drag the boot.img onto useful/patch-ramdisk.bat if you're on Windows or:
Code:./useful/patch-ramdisk.sh /path/to/boot.img
if you're on Linux or OS X.
You will see something like this. Just choose the ROM/Kernel type (AOSP, Google Edition, or TouchWiz) and press Enter.
![]()
That's it! If it seems like a lot of work, you'll get the hang of it soon. The idea is to change the mount, format, and unmount operations so that they don't affect the primary ROM. Then the ramdisk is modified so that the needed files are loaded from the new locations.
Hi guys, can anyone patch that new CyanogenMod 12 from AntaresOne and the GApps too? Thanks! Also where can I find the download for the newest version of the mobile app?
Did you try with DualBoot Patcher Snapshot 8.0.0 r99? I tried, the patcher works, however I didn't try to install it.
I patched it no problem with 7.0.0r151 however it failed to install.
I have however managed to run multi boot alongside my patched ROMs and I have booted cm12 from ext SD. I'm having problems fishing gapps though!
Good to see L running on my s4 though![]()
What recovery? I believed to read that there was a problem with TWRP
TWRP - that comes with multiboot is working fine, confirm, I have cm12 booting on ext sd with gapps, whilst still running patched roms multibooting on internal sd with app sharing courtesy of Chen
so - we can have our cake and eat it :silly:
I know this is goin to be too basic but im kinda confused im running pheonix v10 and i wanna flash cm12 so i thought I'd dual boot it and then i downloaded the dual patcher apk and dual noot utilities zip so after that opened dual boot patcher chose rom as pheonix v10,set kernel alucard and then patched the cm 12 zip file found it in internal storage as well cm12ltexxdual.zip and then the funniest part i dunno wt to do next itried flashing the patched zip via recovery gives error both twrp and philz help appreciated [emoji6]
I know this is goin to be too basic but im kinda confused im running pheonix v10 and i wanna flash cm12 so i thought I'd dual boot it and then i downloaded the dual patcher apk and dual noot utilities zip so after that opened dual boot patcher chose rom as pheonix v10,set kernel alucard and then patched the cm 12 zip file found it in internal storage as well cm12ltexxdual.zip and then the funniest part i dunno wt to do next itried flashing the patched zip via recovery gives error both twrp and philz help appreciated [emoji6]
TWRP - that comes with multiboot is working fine, confirm, I have cm12 booting on ext sd with gapps, whilst still running patched roms multibooting on internal sd with app sharing courtesy of Chen
so - we can have our cake and eat it :silly:
Sounds interesting - especially since Chen said getting duelboot to handle 5.0 was going to be difficult. I was going to install it as primary and reinstall my primary ROM as secondary, but the above sounds interesting - did not know you could have both.
Can Multiboot be set up without blowing up duelboot (or does it have too be re-setup after) ? Also, how do they boot up - ie, does multiboot only show the primary, and after booting it up, then you can choose a duelboot ROM ?
Here is the sixth alpha for 9.0.0![]()
Changes from Alpha5
- Initial support for the Galaxy Note 3 and Galaxy S 5 (I don't have either device, so I have no idea whether it works or not)
- Consolidated modem and apnhlos partition mounting methods across various ROMs and Samsung devices. Please let me know if any ROM is getting the "unknown baseband" issue in the About Phone settings screen.
Known bugs:
- Still doesn't work on XP
- The window still resizes randomly
- File extensions still aren't checked
EDIT: Whoops forgot to attach the file. Wait a sec...
EDIT2: Attached!
Here is the sixth alpha for 9.0.0![]()
Changes from Alpha5
- Initial support for the Galaxy Note 3 and Galaxy S 5 (I don't have either device, so I have no idea whether it works or not)
- Consolidated modem and apnhlos partition mounting methods across various ROMs and Samsung devices. Please let me know if any ROM is getting the "unknown baseband" issue in the About Phone settings screen.
Known bugs:
- Still doesn't work on XP
- The window still resizes randomly
- File extensions still aren't checked
EDIT: Whoops forgot to attach the file. Wait a sec...
EDIT2: Attached!
AttributeError: 'NoneType' object has no attribute 'configs'
regarding this dual booting, is there any possibility that the /data partition can be shared across both roms?
Sent from my GT-I9505 using Tapatalk 2
+1 this would be awesome
Sent from my Galaxy Nexus using Tapatalk 4