I agree, this is the first Android version that works almost flawlessly on a Core M device.
I have installed Android on a separated ext4 partition and made a Grub entry to boot it. The Grub entry is as follows:
menuentry ‘Android’ –class android {
set root='(hd0,5)’
linux /android-6.0-rc2/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86_64 SRC=/android-6.0-rc2 SDCARD=mmcblk0p1
initrd /android-6.0-rc2/initrd.img
}
My Android system mounts USB drives but it doesn’t mount the MicroSD card, that’s the reason for the SDCARD=mmcblk0p1 workaround.
Rotation is inverted, I’m using the “Ultimate Rotation Control” app from the PlayStore.
Touch could be improved, in my system I feel that I have to touch harder than usual to get a response but swiping works fine, I have the feeling that the touchscreen gets in a battery saving state too soon.
Since the power menu has only the “Power off” option I’m using the “Screen off” app from the PlayStore to put the device to sleep.
The CPU cores seem to run at high frequencies all the time but the device doesn’t get too hot.
Looking forward to future Android-x86 releases, but at this point I almost feel that I have a dual boot device. By the way, the Antutu score is around 136000.