Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a document for Android-x86-installer #20

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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 ./<path to AppImage>
```
Original file line number Diff line number Diff line change
Expand Up @@ -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)