CADexpert NET - Solutii software CAD/BIM/PM. Related articles. I have a new computer and reinstalled my software. Can I get a new authorization key? Installing a Network License; Instructions for renewing your MAP for Network Licenses.
The 9.0-r2 release is based on the latest Android 9.0.0 Pie release (android-9.0.0_r54). The features include:
This release contains the following files. You can choose one of these files depends on your devices. Most modern devices should be able to run the 64-bit ISO. For older devices with legacy BIOS, you may try the 32-bit ISO.
sha1sum: 1cc85b5ed7c830ff71aecf8405c7281a9c995aa0
sha1sum: d72bbd11c1bedbe99f50da54731c6a83b41becb0
sha1sum: d8c265ff77ede3f25a6d37e361cb6838a53c548f
sha1sum: 84df66105cc85a1fcd1db38dcd68d711ed959516
sha1sum: 9975ee08cd2420f11101e3acb102930dd07e5e5f
Recommended for VMware users
To use an ISO file, Linux users could just dump it into a usb drive to create a bootable usb stick like:
dd if=android-x86_64-9.0-r2.iso of=/dev/sdX
where /dev/sdX is the device name of your usb drive.
Windows's users can use the tool Win32 Disk Imager to create a bootable usb stick.
Please read this page about how to install it to the device.
Except the traditional ISO files, we also package android-x86 files into a Linux package rpm. It allows Linux users to easily install the release into an existing Linux device with a standalone ext4 root partition. On an rpm based device (Fedora/Red Hat/CentOS/SUSE...), just install it like a normal rpm package:
This will update your older installation like 8.1-r4 or 9.0-r1 if you have.
On a deb based device (Debian/Ubuntu/LinuxMint/...), please use the alien tool to install it:
sudo apt install alien
sudo alien -ci android-x86-9.0-r2.x86_64.rpm
All files will be installed to the /android-9.0-r2/ subdirectory and boot entries will be added to grub2 menu. Reboot and choose android-x86 item from the menu to boot Android-x86. Alternatively, you can launch Android-x86 in a QEMU virtual machine by the installed qemu-android script:
Note Android-x86 running in QEMU and the real machine (after rebooting) share the same data sub-folder.
To uninstall it :sudo rpm -e android-x86
The source code is available in the main git server.
repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b pie-x86 -m android-x86-9.0-r2.xml
repo sync --no-tags --no-clone-bundle
Read this page for how to compile source code.
To build 9.0-r2 with kernel 4.9, sync the source tree as above commands, then
cd kernel
git fetch x86 kernel-4.9-p
git checkout -t x86/kernel-4.9-p
cd ..