VCDroidInstaller is a tool for installing Android-x86 and generating boot entries on GRUB-based systems. It automates ISO analysis, system extraction(Full Installation), and GRUB entry generation to simplify dual-boot setup for Android-x86 distributions.
- ISO inspection and validation.
- GRUB configuration generator.
- Optional data partition/image creation.
- Optional full system image extraction (Need root access)
- Basic Information.
Example output:
###### Information ###### Kernel version: 4.9.194-android-x86-gdcaac9a77ef9 Kernel parametrs: root=/dev/ram0 androidboot.selinux=permissive buildvariant=userdebug quiet Android Version: (android_x86) 7.1.2 ABI Supported: x86,armeabi-v7a,armeabi OpenGL ES: 3.0
- Linux (any GRUB-based system).
- root access (for Full installation)
- bsdtar
- libcdio
- mkfs.ext4 (optional for data image creation)
chmod a+x installer.sh
./installer.sh installTo uninstall:
./installer.sh uninstallUsage: vcdroid-installer [ISO Path | -i,--iso | -f,--folder | -h,--help | -v,--version]
-i ISO, --iso=ISO Set iso path.
-f DIR, --folder=DIR Set installation folder.
-h, --help Show this help.
-v, --version Print the VCDroidInstaller version.
- Fork it (https://github.com/VC365/VCDroidInstaller/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- VC365 - creator and maintainer