blob: 916da2136c9e31af4c626ea61608b9d1875beef7 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Chrisoft::Android x86</title>
<link rel="stylesheet" href="../common.css" type="text/css"></link>
</head>
<body>
<table border="0" style="width:66%;margin:auto;">
<tr>
<td class="CTitle" style="font-size:2em;">
<a href="../">Chrisoft</a>::Android x86
</td>
</tr>
<tr class="TText"><td><h3>Deprecated. Made obsolete by upstream.
Useful parts merged.</h3></td></tr>
<tr class="TText"><td><br>
My efforts trying to make Android x86 fits better with ThinkPad X1 yoga (1st gen).<br><br>
</td></tr>
<tr class="TText"><td>
What works:
<ul>
<li>Booting</li>
<li>Touch screen & Active pen</li>
<li>Camera</li>
<li>Sensors</li>
<li>Backlight change</li>
<li>Ethernet through Onelink+</li>
<li>Google services</li>
<li>WLAN & BT</li>
</ul>
What doesn't work:
<ul>
<li>Fingerprint -> <a href="https://github.com/nmikhailov/Validity90">https://github.com/nmikhailov/Validity90</a></li>
<li>Camera (only works once before rebooting!)</li>
<li>WWAN</li>
<li>Active pen (pen stroke is treated as touch)</li>
<li>Ethernet through Onelink+ (sometimes it doesn't get an IP address)</li>
<li>Sleeping (kernel panic on waking up)</li>
<li>Google service (breaks pretty often, setup wizard blocks first startup)</li>
<li>Hybrid ISO (isohybrid failed on my build server)</li>
</ul>
What was modified:
<ul>
<li>
Kernel: nvme related config=y
<br>=m doesn't work because those modules are not included in the initramfs
and I'm too lazy to figure out how to put them into it.<br>
CONFIG_SENSORS_IIO_HWMON=m, CONFIG_INTEL_ISH_HID=y, CONFIG_ITCO_WDT=m
</li>
<li>
Adaptive brightness from <a href="https://groups.google.com/forum/#!searchin/android-x86/backlight/android-x86/Tid3J41lrFE/W-k3cPW9BwAJ">here</a>.
</li>
<li>
Added vim from LineageOS.
(it works in the live environment but disappears after installing. don't know why.)
</li>
<li>
<s>init script from initramfs</s><br>
Reverted. Just for debugging.
</li>
</ul>
</td></tr>
<tr class="TText"><td>
<h3>Download</h3>
<a href="/data/android_x86_64.iso">android_x86_64.iso</a> nougat-x86 (Google not included)<br>
<h3>License</h3>
???
<br>
Source will be published after some of the bugs are sorted.
</td></tr>
<tr>
<td class="TText"><div align="center">Copyright Chrisoft 2017 <a href="/#about">About</a> Site Map</div></td>
</tr>
</table>
</body>
|