The 1st thing to do after installing
MultiSystem is to check the
/MultiSystem directory & its contents (it shouldn't be empty!). Then, check usage by running the following command in
Terminal Emulator or ADB shell:
If it retuns "MultiSystem not found" or permission denied, try to use open
MultiSystem app to
Update Configurations & try again. If this does't fix it, try the following command:
Code:
/MultiSystem/bin/MultiSystem
This should work if you've
MultiSystem binaries installed in (extracted to)
/MultiSystem directory. If so, you can create a symlink in
/system/xbin as follows:
Code:
mount -o remount,rw /system
ln -sv /MultiSystem/bin/MultiSystem /system/xbin/MultiSystem
Then, test it by running:
The last thing before using it is to check the boot options: reboot & monitor the GREEN LED indicator for 3 seconds (change in the app) , which give you the following options:
- Volume UP = Primary virtual ROM
- Volume DOWN = Secondary virtual ROM
- HOME KEY = Stock System
Sure, you should have installed one or more virtual ROMs.
Backup & restore or creating/installing a virtual ROM are easy as copy & paste: all img's will be at
To backup a virtual/stock system, you have many options:
- Use create function to create from stock system
- Use copy function to copy the IMG
- Copy & paste with a new name
- Use FlashFire (fully supported on virtual/stock ROMs)
- ...
If you've IMG mounting issues, run the following commands:
Code:
busybox mount -o remount,rw /system
busybox ln -sv /proc/self/mounts /system/etc/mtab
If this doesn't help, try mounting from Terminal Emulator or ADB shell after selecting the IMG in
MultiSystem app, by running the following command:
Code:
MultiSystem mount virtual