Android Emulator and Operating System for Personal Computer

avatar

multiple-android-games-simultaneously.png

Are you recently attracted to Android smartphone games or other applications? However, you do not have a good Android device to play those high end games or the worst is that you do not have one. However again, you have a good personal computer (PC). If you meet those requirements, then maybe this article is for you.

The applications maybe available on PC.

If you are lucky, the applications are available on PC. Back then, my friends invited me to play Brave Frontier Global and I only owned Galaxy Tab 2 GT-P3100 which was very slow at playing the game. Then, I checked the game was available on Windows Microsoft Store and I overjoyed that I was able to play on PC with a faster speed then any other Android device out there.

Android Emulator

If the applications are not available on PC or any other consoles you have, then you really have to use an Android system. For example, Supercells games Clash of Clans and Clash Royale. There are various Android emulators out there, but the following emulators are the ones that I have tried. Leave a comment if you know about other Android Emulators.

Bluestacks Windows

Bluestacks runs smooth, fast, and all is well when playing almost any Android games. Since it is currently exclusive to Windows, I do not need to explain much where like any other Windows software, download from their website and install. You can navigate everything easily yourself. What I can offer in this article are only mentioning that there is Bluestacks and few videos you can skim through to see how the performance is on my laptop.

Genymotion Linux

As much as it went well on Bluestacks, unfortunately it is now available on Linux. I needed to find another, and the most popular one is Genymotion. This one needs an article because it is not like Windows where we only download and double click. Therefore, here are my following steps for installation based on my above video:

  1. Go to Genymotion's website.
  2. Create account or sign in.
  3. Download genymotion linux.
  4. Install virtualbox from package manager (sudo apt install virtualbox) or download from their website and keep running it after by "sudo /etc/init.d/vboxdrv start".
  5. sudo su
  6. chmod +x yourgenymotion.bin
  7. ./yourgenymotion.bin
  8. exit
  9. /opt/genymobile/genymotion or run genymotion from desktop
  10. add and choose device
  11. start virtual device
  12. to install Google Playstore we need Genymotion arm translation and Open GApps.
  13. Drag & drop arm translation to device screen.
  14. reboot safemode
  15. Drag & drop open gapps.
  16. reboot again
  17. Open Google Playstore
  18. login
  19. open browser
  20. find Google Play Service
  21. install Google Play Service
  22. install a game
  23. reboot again
  24. Enjoy the game

You may have no problem if you are using general Debian based Linux such as Ubuntu but for example in my case, I used Kali Linux, and frequently I had sound problems and lagging. The problem is either because of Genymotion or VirtualBox and I tried different devices and still it did not work.

Android Operating System

If you cannot buy Windows and Android Emulators does not run well on your Linux, then your last option is installing Android Operating System (OS) on your PC. I did not follow the development of Android (OS) on PC but the last one I tried and worked well is Remix OS. Today Remix OS is discontinued and was proceed by other communities for example Phoenix OS which is better that there is a Windows installer and if you do not have Windows, you can download the .iso file and create a bootable usb installer using Etcher or other bootable driver creator. The installation step is almost the same as installing Ubuntu.

Remix OS Virtual Machine

If you are curious or just not sure whether the installation will mess your system or not, you can try on a virtual machine first. If you just want to see of what is inside Remix OS, you can just download the pre-installed virtual machine image and import. I used VirtualBox here where you can install using "sudo apt install virtualbox" or download from its website. If you want to try the installation:

  1. Get the .iso from its Website
  2. Create New Virtual Machine
  3. Settings
  4. Storage
  5. Insert .iso
  6. Start Virtual Machine
  7. Tab to edit
  8. INSTALL=1 DEBUG=1
  9. Write primary to desired partition
  10. Install bootloader
  11. Enable Read & Write
  12. Reboot
  13. Follow instruction

Remix OS on Physical Hard Drive

Android Emulator and Virtual Box did not work well for me and the option I have left is installing an Android OS on my physical drive. You can always do the Ubuntu way where you create a bootable USB drive and install from there with maybe the following difference:

  • You need to create an empty partition beforehand. You can try using the default disk utility, used the better gparted, or through computer management in Windows.
  • Press Tab on boot menu and add "INSTALL=1 DEBUG=1" to the line.
  • Install the bootloader if you did not have a bootloader installed before but if you have such as Ubuntu you can choose to update the bootloader instead using the command "update-grub" with "os-prober" installed.

Another way is to install on existing Linux partition:

  1. Create directory for Remix OS for example /remix
  2. Create data directory for Remix OS for example /remix/data
  3. copy all .iso data to /remix
  4. edit /etc/grub.d/40_custom adding for example my config below
  5. update-grub2
  6. Reboot and start Remix OS
  7. If there is no Google Play activator then download a .apk file of it
    menuentry 'Remix OS' --class android-x86 {
    insmod part_gpt
    search --file --no-floppy --set=root /remix/system.img
    linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINE SERIAL=random
    initrd /remix/initrd.img
}

If you are lazy like me in creating a bootable drive like on my above video, you can continue from the above step not for running Remix OS but for running the Remix OS installer and make sure you have an empty partition ready:

  1. Continue from the above step until you meet the boot menu.
  2. Tab on Remix OS menu selection and add the line INSTALL=1 DEBUG=1.
  3. Install on the empty partitioned that you have prepared.
  4. No need to install the bootloader.
  5. Go back to your Linux and edit /etc/grub.d/40_custom and change the Remix OS configuration based on the new partition.
  6. update-grub2
  7. Reboot and start Remix OS
    menuentry 'Remix OS' --class android-x86 {
    insmod part_gpt
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos6)'
    search --file --no-floppy --set=root /RemixOS/system
    linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=/RemixOS CMDLINE SERIAL=random
    initrd /RemixOS/initrd.img
}

Finally, I can play Clash Royale and Brave Frontier on my PC smoothly which was slow when using Genymotion Linux Emulator or VirtualBox.

I can even play both game simultaneously. Brave Frontier have auto battle feature.

Mirrors



0
0
0.000
0 comments