Operating System¶
Android¶
In this chapter, we will show the steps to install Android x86 OS on LattePanda 3 Delta using a virtual machine.
Preperations¶
- 💿 Android x86 OS Disc Image File
- Virtualization Software, such as VMware, VirtualBox
Installation Steps¶
- Download the ISO mirror image file for Android x86.
You may download the latest version of the mirror image file from the official website of Android x86.Download android-x86_64-9.0-r2.
- Install virtualization software.
You may utilize VMware, VirtualBox, or other virtualization software. For this instance, we will be utilizing VMware Player as the virtualization software. Download VMware Player.
- Establish a virtual machine.
Commence VMware Player and select
Create a new virtual machine
.After clicking on
Browse
for the installation program disc image file, select the above-mentioned downloaded mirror image file, and then click onNext
.Select
Linux
for the operating system, and then chooseOther Linux 5.X Kernel 64-bit
as the version, and finally, click onNext
.
Name the virtual machine and select the physical location for storing the virtual machine, then click on
Next
.
Choose a disk size of 8GB, and then split the virtual disk into multiple files before clicking on
Next
.
Confirm the virtual machine information and click on
Finish
.
Press C on the keyboard, select
Create/Modify partitions
using the arrow keys, and then clickOK
.
Select
NEW
, thenPrimary
. Confirm the amount of available disk space, and press Enter.
Click on
Bootable
and press Enter, ensuring that theBootable
option is present in the Flags.
After waiting for the image to be written, select
Quit
and press Enter.
Select the hard disk that was just written to, and click
OK
to confirm.
Press C on the keyboard, select
Create/Modify partitions
using the arrow keys, and then clickOK
.
Select
REBOOT
and thenOK
, to complete the installation of Android onto the virtual machine.
- Modify the disabled graphics card driver.
Enter "mount -o remount,rw /mnt" to modify the corresponding file's read and write permissions.
Enter
vi /mnt/grub/menu.lst
to edit the corresponding file using the vi editor.
Press I to enter the edit mode in the vi editor. Add
nomodeset
afterquiet
to disable the graphics card driver. Then, type:wq
to save and exit the vi editor.
After completing the above steps, restart the virtual machine and select "Android x86". You can now begin using the Android x86 system.
In summary, the Android x86 virtual machine is a convenient way for users to experience the Android operating system on a Lattepanda. Users only need to follow the above steps to install and use it.
Note
- Android x86 is designed for PC, not for mobile phones or tablets, so its user interface and operation may be slightly different from the Android system you use on mobile devices.