Download Android-x64 from FossHub*. Use the Android-x64 64-bit ISO
version. I picked the 9.0-r2
, but simply picking any 64-Bit ISO
should do.
I'm assuming you have VirtualBox installed**.
Make a new VirtalBox VM. Name it whatever you want (I picked Android
). Set the type to Other
and the version to Other/Unknown (64-bit)
. I gave it 2GB RAM, but more RAM should work fine, too. Create a virtual hard disk. Select VDI (VirtualBox Disk Image)
for the type. I did dynamically allocated, but Fixed size should work too. Make the disk 16 GB. Save it. Now go to Settings for that VM, and under Storage, where there is a CD icon followed by the text Empty
, and tell it to use the android-x86_64-9.0-r2.iso
file that we downloaded from before. Also, set the Network
mode to "Bridged Adapter". Hit OK. Now, time to start the VM. Press Start (below the big green arrow).
Alrighty, if all went well, when you hit start, you should be given a few options:
Live CD - Run Android-x86 without installation
Live CD - Debug mode
Installation - InstallAndroid-x86 to harddisk
Andvanced options...
Use the arrow keys to select Installation
. Use the down arrow key to select Create/modify partitions
(and press enter), tell it to NOT use GPT. Do New
. Select Primary
(as opposed to Logical partition or Cancel). Accept the default size. Press enter on Bootable
so that under Flags
it says Boot
. Now do Write
. Type yes
(and press enter). It will take a few (perhaps ten, maybe more depending on the size + speed of your disk). Now do Quit
. It will bring you to a menu called Choose Partition
. Select sda1
, and it OK
. It will prompt you to select a filesystem. Select ext4
for the filesystem. Select Yes
, you want to format it. Select Yes
to if you want GRUB (the default is Skip, you want Yes). Also say Yes to if you want the /system
directory as read-write. Once it installs, select Run Android-x86
.
It will sit on the android
logo for perhaps thirty seconds. Once it boots, press the yellow start button, and go through setup. Select VirtWifi
as your network. I wouldn't add a password, as it's in VirtualBox, but you can if you want. Launch the Play Store
, and sign into your Google Account. I would disable the Back up to Google Drive option during Google Play Store setup, but you can if you want. Search for the Wyze app, hit Install, and launch it. Done!
*Yes, the Android-x86 website looks sketchy. It the ISO (from FossHub) worked fine for me, though.
**I tested this on Arch (I use Arch BTW), and I had to do sudo pacman -S virtualbox-host-modules-arch
, accept that it would conflict with virtualbox-host-dkms
, and chose to install it anyways (removing the virtualbox-host-dkms
package). I also had to do sudo vboxreload
after running that ocmmand. But it should work fine on Ubuntu by default..