Jump to content

[APP] FusionX Multiboot [MULTIBOOT]


Guest tilal6991

Recommended Posts

Guest karkov87

hi!..

in first place, Congratulations for this amazing work!..

got it to work smoothly with mokee on my blade, but i had t flash it twice as you suggested!

Thanks for the great work!

Link to comment
Share on other sites

  • 1 month later...
Guest e.miron

Just tried it but I am not sure if I got it right.

I have Paranoid JB as my main ROM and I wanted to dualboot with Mokee for the ocasional radio listening. The app creates Mokee rom in loop rom folder and everything is ok. But after that I am not sure how to proceed. I have rebooted to recovery and there I don't know what to flash. I have option to flash the zip in Boot-images folder or the zip in Loop-roms folder. I tried to flash the loop roms zip and after succesfull install message, the phone stuck with the android logo for 30 minutes, had to pull battery and restore backup . Tried to flash the boot image zip and the same happened. I have created the mokee with 250 mb system and 1 gb data.

Please advise on the required steps after FusionXMultiboot does its magic.

Link to comment
Share on other sites

  • 2 months later...
Guest SimonDeBacker

ok, tried it on ROM:

-SKatie by Ceco - Android 2.3.5 version 2.4

-[androidarmv6] [4.2] ColdFusionX 3 [CM10.1] [updated - 06/01]

tried it with ROM:

-[androidarmv6] [4.2] ColdFusionX 3 [CM10.1] [updated - 06/01]

-[ROM][ZTE Skate] MoKeeOS v1.10 - CM7.2 - Android 2.3.7 (06/08/2012)

tried it with APP:

FusionX Multiboot V2.5

FusionX Multiboot V4.1

FusionX Multiboot V4.2

and no luck.

remark:

folder

-/sdcard/multiboot/boot-images => 0.8-2MB for 1 file

-/sdcard/multiboot/loop-roms => 85MB for 1 file

do not always show *.zip file or is corrupt in recovery.

in *.zip file boot.img (sometimes) missing!

ZTE Skate: 150MB system, 35MB cache and 255MB data

Multiboot: 300MB system, ??MB cache and 500MB data

on which ROM worked this?

ad 201301152250 logcat error?

D/FusionXMultiboot( 1993): zip error: Nothing to do! (try: zip -r -q /mnt/sdcard/multiboot/loop-roms/ZTESkate_ROM_MoKeeOS_v1.10_20120806-loopinstall.zip . -i *)

D/FusionXMultiboot( 1993): zip error: Nothing to do! (try: zip -r -q /mnt/sdcard/multiboot/loop-roms/ZTESkate_ROM_MoKeeOS_v1.10_20120806-loopinstall.zip . -i *)

D/FusionXMultiboot( 1993): cp /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/boot.img /mnt/sdcard/tempMultiboot/tempFlashBoot/boot.img

D/FusionXMultiboot( 1993): cp /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/boot.img /mnt/sdcard/tempMultiboot/tempFlashBoot/boot.img

ad 201301162317 logcat File

ad 201301202130 info of SKatie by Ceco - Android 2.3.5 version 2.4

BusyBox.apk is potential causing issues.

will do a fresh install of [ROM][ZTE Skate] MoKeeOS v1.10 - CM7.2 - Android 2.3.7 (06/08/2012) as Host.

multiboot.txt

Edited by SimonDeBacker
Link to comment
Share on other sites

  • 2 weeks later...
Guest SimonDeBacker

CommonMultibootBase.java

line 73


protected void editInitRc() {

if (findTextInFile(romExtractionDir + "system/build.prop",

"ro.build.version.release=4.1"))

externalDir = "/storage/sdcard0";

else

[ 01-16 22:55:57.980 2780:0xadc D/su ]10161 com.fusionx.tilal6991.multiboot executing 0 /system/bin/sh using shell /system/bin/sh : sh

[ 01-16 22:55:57.980 2780:0xadc D/su ]10161 com.fusionx.tilal6991.multiboot executing 0 /system/bin/sh using shell /system/bin/sh : sh

[ 01-16 22:55:58.010 2500:0xa10 W/System.err ]java.io.FileNotFoundException: /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/system/build.prop (No such file or directory)

[ 01-16 22:55:58.010 2500:0xa10 W/System.err ]java.io.FileNotFoundException: /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/system/build.prop (No such file or directory)


romExtractionDir="/mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/"; // aka is ok=> build error at start?

problem starts soner CreateRom.java line 148

private void remakeBootImage() {

publishProgress("Moving boot image");

moveBootImage();


publishProgress("Getting boot.img parameters");

getBootImageParameters();


publishProgress("Extracting kernel");

extractKernel();


publishProgress("Extracting ramdisk");

extractRamdisk();


publishProgress("Editing init.rc");

editInitRc(); // => fault detect

CreateOther.java line 20

protected Void doInBackground(final Bundle... params) {

bundle = params[0];

inputFile = Environment.getExternalStorageDirectory()

.getAbsolutePath() + "/" + bundle.getString("filename");

romName = bundle.getString("filename").replace(".zip", "");

romExtractionDir = tempSdCardDir + romName + "/";


preClean();


publishProgress("Making directories");

makeDirectories();


publishProgress("Getting data from wizard");

systemImageName = bundle.getString("systemimagename");


extractRom();

publishProgress("Editing updater script");

fixUpdaterScript();

packUpAndFinish();

cleanup();

return null;

}

[ 01-16 22:55:56.440 2755:0xac3 D/su ]10161 com.fusionx.tilal6991.multiboot executing 0 /system/bin/sh using shell /system/bin/sh : sh

[ 01-16 22:55:56.440 2755:0xac3 D/su ]10161 com.fusionx.tilal6991.multiboot executing 0 /system/bin/sh using shell /system/bin/sh : sh

[ 01-16 22:55:56.580 176:0xc8 W/ProcessStats ]Skipping unknown process pid 2755

[ 01-16 22:55:56.660 2500:0xa10 D/FusionXMultiboot ]/data/data/com.fusionx.tilal6991.multiboot/files/busybox unzip -q /mnt/sdcard/ZTESkate_ROM_MoKeeOS_v1.10_20120806.zip -d /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/

[ 01-16 22:55:56.660 2500:0xa10 D/FusionXMultiboot ]/data/data/com.fusionx.tilal6991.multiboot/files/busybox unzip -q /mnt/sdcard/ZTESkate_ROM_MoKeeOS_v1.10_20120806.zip -d /mnt/sdcard/tempMultiboot/ZTESkate_ROM_MoKeeOS_v1.10_20120806/

busybox unzip fault?

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 months later...
Guest karkov87

Hi, sorry to bother you, but i was hoping you can send me, if you still have it, an earlier version of your multibbot app, the version 4.1 dosen't work on my blade, but the 2.1 or something, worked very well, unfortunatly lost the apk.

would apreciate it!

thanks in advance.

Link to comment
Share on other sites

Guest SimonDeBacker

Hi, sorry to bother you, but i was hoping you can send me, if you still have it, an earlier version of your multibbot app, the version 4.1 dosen't work on my blade, but the 2.1 or something, worked very well, unfortunatly lost the apk.

would apreciate it!

thanks in advance.

github.com


https://github.com/tilal6991/FusionXMultiboot


https://github.com/tilal6991/FusionXMultiboot/FusionXMultiboot-v2.5.0.apk/qr_code

edit : bron Google "FusionXMultiboot V2.1"

Edited by SimonDeBacker
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.