diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /android/index.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'android/index.html')
-rw-r--r-- | android/index.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/android/index.html b/android/index.html new file mode 100644 index 0000000..916da21 --- /dev/null +++ b/android/index.html @@ -0,0 +1,77 @@ +<!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> |