diff --git a/Installation/using-android-x86-installer/images/Screenshot1.png b/Installation/using-android-x86-installer/images/Screenshot1.png new file mode 100644 index 00000000..88effeaa Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot1.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot2.png b/Installation/using-android-x86-installer/images/Screenshot2.png new file mode 100644 index 00000000..8a15612c Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot2.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot3.png b/Installation/using-android-x86-installer/images/Screenshot3.png new file mode 100644 index 00000000..43a1766c Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot3.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot4.png b/Installation/using-android-x86-installer/images/Screenshot4.png new file mode 100644 index 00000000..65b3de09 Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot4.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot5.png b/Installation/using-android-x86-installer/images/Screenshot5.png new file mode 100644 index 00000000..539fc219 Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot5.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot6.png b/Installation/using-android-x86-installer/images/Screenshot6.png new file mode 100644 index 00000000..f60ce46d Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot6.png differ diff --git a/Installation/using-android-x86-installer/images/Screenshot7.png b/Installation/using-android-x86-installer/images/Screenshot7.png new file mode 100644 index 00000000..845e33c6 Binary files /dev/null and b/Installation/using-android-x86-installer/images/Screenshot7.png differ diff --git a/Installation/using-android-x86-installer/using-android-x86-installer.md b/Installation/using-android-x86-installer/using-android-x86-installer.md new file mode 100644 index 00000000..d6f2213d --- /dev/null +++ b/Installation/using-android-x86-installer/using-android-x86-installer.md @@ -0,0 +1,43 @@ +# Using Android-x86-installer +This is an installer maintained by the community and compatible with our recovery mode in newer builds. +Download the .exe from https://github.com/Xtr126/Android-x86-installer/releases and double click to install it. +### Step 1 - Selecting a BlissOS .ISO file +![Click on the icon to select a .ISO](images/Screenshot1.png) + +### Step 2 - Installation directory and size of user data image +![Drag the slider to adjust size](images/Screenshot2.png) + +### Step 3 - Copying files and creating user data image +![It may take a while depending on your machine](images/Screenshot3.png) + +### Step 4 - Install GRUB Bootloader +Click on the button and wait for the User Account Control prompt from Windows. +![](images/Screenshot4.png) +If administrative rights were obtained, a command prompt should appear: +![](images/Screenshot5.png) + +### Uninstalling Bliss +Right click on uninstall.bat in the installation directory and run as administrator. +![Deleting GRUB files from the EFI system partition](images/Screenshot6.png) +![Removing bcd entry for Android](images/Screenshot7.png) + +## Linux +Ubuntu/Debian: Download the .deb file and run +```bash +sudo apt update +sudo apt install ./path/to/filename.deb +``` +Fedora and RPM distros: Download the .RPM file and run +``` +rpm -ivvh ./path/to/package_name.rpm +``` +Arch Linux: Get it from the AUR +```bash +git clone https://aur.archlinux.org/android-x86-installer-tauri-bin.git +cd android-x86-installer-tauri-bin +makepkg -si +``` +Other distros: Download the .AppImage, grant it executable permission and double-click on it to run. +```bash +chmod a+x ./ +``` diff --git a/knowledgebase/supreme-gamers-resources-we-like/linux-android-x86-installer.md b/knowledgebase/supreme-gamers-resources-we-like/linux-android-x86-installer.md index de1b81e6..0392d946 100644 --- a/knowledgebase/supreme-gamers-resources-we-like/linux-android-x86-installer.md +++ b/knowledgebase/supreme-gamers-resources-we-like/linux-android-x86-installer.md @@ -4,9 +4,6 @@ Advanced and easy to use Advanced Android x86 installer for Linux. Developed with Python for linux. -User Xtr has also created a solution for recent versions of Bliss OS/Android-Generic Project. That can be found on aur: -https://aur.archlinux.org/packages/android-x86-installer-tauri-bin - **Source:** [https://github.com/jaxparrow07/Androidx86-Installer-Linux](https://github.com/jaxparrow07/Androidx86-Installer-Linux)