forked from android-x86/android-x86.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
324 lines (303 loc) · 27.4 KB
/
Copy pathindex.html
File metadata and controls
324 lines (303 loc) · 27.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html>
<head>
<title>Android-x86 - Porting Android to x86</title>
<link rel="stylesheet" type="text/css" href="master.css" title="default">
<link rel="alternate stylesheet" type="text/css" href="dark.css" title="alternate">
<link rel="stylesheet" href="lightbox2/css/lightbox.min.css">
<script type="text/javascript" src="styleswitcher.js"></script>
<link rel="icon" type="image/png" href="mobile.png">
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Android-x86 is an Android Open Source Project licensed under Apache Public License 2.0. Some components are licensed under GNU General Public License (GPL) 2.0 or later. " />
<meta name="theme-color" content="#2e56cc">
</head>
<body>
<div w3-include-html="navbar.html"></div>
<div class="openNav">
<div class="icon"></div>
</div>
<!--HTML of main page-->
<div class="wrapper" >
<section>
<h1 id="top" class="heading">Android-x86</h1>
<h2 class="subheading">Run Android on your PC</h2>
<div class=themebtn>
<button class="button" onclick="setActiveStyleSheet('default'); return false;"><img src="light_theme.png" height="20px" width"20px" title='Toggle Theme'/> </button>
<button class="button" onclick="setActiveStyleSheet('alternate'); return false;" ><img src="dark_theme.png" height="20px" width"20px" title="Toggle Theme"/></button>
</div>
<a href="donate.html"><img class="coffee" border="0" src="Android-x86_Coffee_Banner.jpg"></img></a>
<p>This is a project to port <a href="https://source.android.com">Android open source project</a> to x86 platform, formerly known as "<a href="https://code.google.com/archive/p/patch-hosting-for-android-x86-support/">patch hosting for android x86 support</a>".
The original plan is to host different patches for android x86 support from open source community. A few months after we created the project, we found out that we could do much more than just hosting patches. So we decide to create our code base
to provide support on different x86 platforms, and set up a git server to host it.</p>
<button class="download-btn" type="button" onClick="location.href='download.html'"><a id="download-button-home" href="download.html"><span>Download</span></a></button>
<p>This is an open source project licensed under Apache Public License 2.0. Some components are licensed under GNU General Public License (GPL) 2.0 or later. If you think we did something great, consider <a href="donate.html">making a donation</a>.</p>
<h2 class="subheading">What's New</h2>
<ul>
<li>2020-05-20: <a href="releases/releasenote-cm-x86-14-1-r4.html">The cm-x86-14.1-r4 released</a> (the fourth stable release of cm-14.1-x86).</li>
<li>2020-05-16: <a href="releases/releasenote-7-1-r4.html">The Android-x86 7.1-r4 released</a> (the fourth stable release of nougat-x86).</li>
<li>2020-05-13: <a href="releases/releasenote-8-1-r5.html">The Android-x86 8.1-r5 released</a> (the fifth stable release of oreo-x86).</li>
<li>2020-03-25: <a href="releases/releasenote-9-0-r2.html">The Android-x86 9.0-r2 released</a> (the second stable release of pie-x86).</li>
<li>2020-03-18: <a href="releases/releasenote-8-1-r4.html">The Android-x86 8.1-r4 released</a> (the fourth stable release of oreo-x86).</li>
<li>2020-02-27: <a href="releases/releasenote-9-0-r1.html">The Android-x86 9.0-r1 released</a> (the first stable release of pie-x86).</li>
<li><a href="changelog.html">More...</a>
</ul>
<br><br>
<h2 class="subheading">Project Goal</h2>
<p>To provide a complete solution for Android on common x86 platforms. You may think Android-x86 as an Android <a href="https://wikipedia.org/wiki/Board_support_package">BSP</a> of generic x86 platforms.</p>
<h2 class="subheading">Screenshots</h2>
<div><script>
function add_screenshot(img, title) {
document.write('<div class="responsive gallery desc"><a class="image-link" href="screenshots/' + img + '" data-lightbox="ss" data-title="' + title +
'"><img class="screenshot" src="screenshots/thumb/' + img + '"/></a> ' + title + '</div>');
}
screenshots = [
[ "SetupWizard-lang.jpg", "Setup wizard - Choose language" ],
[ "SetupWizard-wifi.jpg", "Setup wizard - Connect to wifi" ],
[ "SetupWizard-signin.jpg", "Setup wizard - Sign in" ],
[ "SetupWizard-services.jpg", "Setup wizard - Enable Google Services" ],
[ "Select-home.jpg", "Select a Home app" ],
[ "Launcher3.jpg", "Launcher3" ],
[ "Apps-list.jpg", "Apps List" ],
[ "Recent-task-list.jpg", "Recent Task List" ],
[ "QuickSettings.jpg", "Quick Settings" ],
[ "Notifications.jpg", "Notifications" ],
[ "Widgets.jpg", "Widgets" ],
[ "Multi-desktop.jpg", "Multi-desktop" ],
[ "Settings.jpg", "Settings" ],
[ "Settings-About.jpg", "Settings - About" ],
[ "Calculator.jpg", "Calculator" ],
[ "Calendar.jpg", "Calendar" ],
[ "Camera.jpg", "Camera" ],
[ "Clock.jpg", "Clock" ],
[ "Contacts.jpg", "Contacts" ],
[ "DevTools.jpg", "Dev Tools" ],
[ "FileManager.jpg", "File Manager" ],
[ "Gallery.jpg", "Gallery" ],
[ "Music.jpg", "Music" ],
[ "Terminal.jpg", "Terminal Emulator" ],
[ "Taskbar.jpg", "Taskbar launcher" ],
[ "Multi-window.jpg", "Run apps in multi-window mode" ],
[ "Split-window.jpg", "Run apps in split-window mode" ],
[ "Switch-to-window-mode.jpg", "Switch an app to window mode" ],
[ "PlayStore.jpg", "Play Store" ],
[ "Installing-VLC.jpg", "Installing VLC from Play Store" ],
[ "Search-apps.jpg", "Search apps in Play Store" ],
[ "Installed-apps.jpg", "Installed apps list" ],
];
for (var i = screenshots.length - 1; i > screenshots.length - 5; i--) {
var j = Math.floor(Math.random() * (i + 1));
var temp = screenshots[i];
screenshots[i] = screenshots[j];
screenshots[j] = temp;
add_screenshot(screenshots[i][0], screenshots[i][1]);
}
</script></div>
<p> </p><p><br>More screenshots can be found <a href="screenshots.html">here</a>.</p>
<h2 class="subheading">Sponsors</h2>
<ul>
<li>Casinovertailu.com listaa uudet kasinotarjoukset – lue parhaat <a href="http://casinovertailu.com">kasinotarjoukset</a>.</li>
<li>Sponsored by <a href="https://www.xn--c3ctn9ad4b2e2a9d.com/baccarat/">สูตรบาคาร่า</a>.</li>
<li>Sponsored by <a href="https://www.gclubcall.com/">gclub</a>.</li>
<li>Sponsored by <a href="https://www.slotxo8.com/">สล็อต</a>.</li>
<li>Sponsored by <a href="https://www.slotxovip.com/">slotxo</a>.</li>
<li>Sponsored by <a href="https://pgslotvip.game/">pgslot</a>.</li>
<li>Top casino online – <a href="https://www.casinonic.com/en-AU/">Casinonic.com</a>. Winner play only at Casinonic online casino!</li>
<li>Play online slots for real money at <a href="https://slotsempire.com">Slots Empire Casino</a> with great bonuses.</li>
<li>ギャンブルの専門家が推奨する日本の<a href="https://www.日本カジノ.net">オンラインカジノ</a>.</li>
<li>Sponsored by <a href="https://golden-slot.com">sa gaming</a>.</li>
<li>Sponsored by <a href="https://allnewgclub.com/en/providers/sagaming/">Goldenslot</a>.</li>
<li><a href="https://qyto.jp/casino/">QYTO オンラインカジノ</a>ランキングとレビュー.</li>
<li>Supported by <a href="https://www.casinostoplay.com">Casinos To Play</a>.</li>
<li>Supported by <a href="http://onlinecasinotest.com.de">OnlineCasinoTest.com.de</a>.</li>
<li><a href="https://kajino.com">Kajino.com</a> オンラインカジノ ランキング.</li>
<li>Löydä luotettavat nettikasinot sivulta <a href="https://parhaimmat.com">parhaimmat nettikasinot</a>.</li>
<li>Kaikki kasinot löytyvät Pelipisteen sivuilta <a href="https://pelipiste.com/kaikki-nettikasinot/">kaikki nettikasinot</a>.</li>
<li>Sponsored by <a href="https://mentorducasino.com">Mentorducasino.com</a>.</li>
<li>Want to gamble like a pro? Learn everything about <a href="https://casinority.com/android/">online casinos for Android</a> at the Casinority reviewing platform.</li>
<li>Pillar <a href="https://pillarwm.com">Wealth Management</a> is an independent, fee-based, private wealth management firm.</li>
<li>Sponsored by Snellecasinos.com - Ben je op zoek naar casino's met snelle uitbetalingen? Bekijk dan de lijst met snelle casinos op <a href="https://snellecasinos.com">snellecasinos.com</a>!</li>
<li>Sponsored by <a href="https://australiacasinoonline.com">https://australiacasinoonline.com</a>.</li>
<li>Supported by <a href="https://nonstopcasino.org/not-gamstop-casinos" target="_blank">W.Terry from NonStopCasino.org</a>.</li>
<li>Android-x86 thanks to Bradley Oliva from <a href="https://casinogap.org/">https://casinogap.org/</a> for a development help.</li>
<li>Sponsored by <a href="https://www.casinopro.se">https://www.casinopro.se</a>.</li>
<li>Sponsored by <a href="https://newzealandcasinos.nz">https://newzealandcasinos.nz</a>.</li>
<li>Sponsored by <a href="https://777pikakasinot.com">pikakasinot</a>.</li>
<li>Sponsored by <a href="https://pelipiste.com/pikakasinot/">Parhaat pikakasinot</a>.</li>
<li>Sponsored by <a href="https://www.onlinegambling24.com/games/">Games for casino players</a>.</li>
<li>Find betting sites and slots not on Gamstop at <a href="https://bestuk.casino/not-on-gamstop/">BestUK.Casino</a>.</li>
<li>Non-UK casinos are getting more popular among foreigners in the UK. Explore them on <a href="https://casino-experts.com/casinos-not-on-gamstop/">casino-experts non gamstop site</a>.</li>
<li>Brand new casino sites can be found on <a href="https://new-casinos.online/casinos-not-on-gamstop/">new non Gamstop casinos</a>, also independent casinos open to everyone.</li>
<li>Sponsored by <a href="https://jp.slotsup.com/onrain-kajino/mobile-casino">SlotsUp 日本でスマホでプレイできるカジノリスト</a>を見つけます.</li>
<li>Sponsored by <a href="https://ats.io">ATS.io</a>.</li>
<li>Sponsored by <a href="https://www.gclub-casino.com">gclub</a>.</li>
<li>Sponsored by <a href="https://th-scr888.com">scr888</a>.</li>
<li><a href="https://goodluckmate.com/">GoodLuckMate</a> - casinos reviews you can trust. Check more that 1500 Casinos reviews!</li>
<li>Sponsored by Bonuskoodit.com - Löydät varmasti parhaat bonukset casinoihin jatkuvasti päivittyvältä <a href="https://www.bonuskoodit.com/casino-bonukset/">casino bonukset</a> sivulta.</li>
<li>Op zoek naar een betrouwbare goksite? Speel op veilige casinosite <a href="https://onlinecasinohex.nl/online-casinos/nederland/">OnlineCasinoHEX.nl</a>.</li>
<li><a href="http://kasynohex.com/kasyna-online/">KasynoHEX.com PL - kasyno internetowe ranking</a> 2020.</li>
<li>Die beste Seite mit <a href="https://casinohex.at/online-casinos/">allen Casinos Online im Test von CasinoHEX.at</a>.</li>
<li>SwissCasinoHEX.com ist der <a href="https://swisscasinohex.com/online-casinos/">vertrauenswürdigste Leitfaden für Casinos in der Schweiz</a>.</li>
<li>Joaca pacanele cu fructe la <a href="https://casinohex.ro/online-pacanele/cu-fructe/ ">casinohex.ro</a> site pentru România.</li>
<li><a href="https://aussiecasinohex.com/online-casinos/">AussieCasinoHEX.com</a> best site about online casinos in Australia.</li>
<li>A huge thanks to 777Casino.co.uk for providing the latest bonuses and <a href="https://www.777casino.co.uk/free-spins/">Free Spins</a> for 2020.</li>
<li>Sponsored by Pikakasinot - Valitse suosikkisi ammattilaisten arvostelemista. <a href="https://pika-kasinot.com/">Uudet pikakasinot</a>, parhaat ja isoimmat bonukset!</li>
<li>Thanks to <a href="https://worldofthecasinos.com/">World of the Casinos</a> - The best way to compare casinos in Canada.</li>
<li>Sponsored by <a href="https://indexsy.com/best-vpn-canada/">Best VPN Canada</a>.</li>
<li>Sponsored by Laatukasinot - <a href="https://laatukasinot.com/nettikasinot-ilman-rekisteroitymista/">Nettikasinot ilman rekisteröitymistä</a>.</li>
<li><a href="https://420couponcodes.com">420CouponCodes.com</a> provides free access to the world's largest database of <a href="https://420couponcodes.com/420-sales-guide/">420 sales</a> in the world to buy <a href="https://420couponcodes.com/cbd/">CBD</a>, <a href="https://420couponcodes.com/vaporizers/">Vaporizers</a>, <a href="https://420couponcodes.com/marijuana-seeds/">Cannabis Seeds</a>, <a href="https://420couponcodes.com/edibles/">Edibles</a>, <a href="https://420couponcodes.com/flower-wax/">Medical Marijuana</a> from <a href="https://420couponcodes.com/canada/">Canadian Dispensaries</a> online at the lowest prices possible.</li>
<li>Sponsored by <a href="https://s-bobet.com/">sbobet</a>.</li>
<!--<li>Luxury <a href="https://www.upscalerolex.to/">fake rolex</a> for sale under $50, the best replica rolex watches.</li>-->
<li>We are using this awesome website to find the <a href="https://vpnfinder.co.uk">best VPN in UK</a>.</li>
<!--<li>WeClub88.net is most trusted <a href="https://www.weclub88.net">malaysia online casino</a> and fully Android compatible.</li>-->
<!--<li>Sponsored by <a href="https://www.banksecrets.eu/da/">Lån penge</a>.</li>-->
<!--<li>Sponsored by <a href="https://thebest-casinos.com">thebest-casinos.com</a>.</li>-->
<li>Sponsored by <a href="https://casinokomplett.com">casinokomplett.com</a>.</li>
<li>Sponsored by <a href="https://www.casinowired.com/casinos/casino-x">Casino-x reviews at casinowired.com</a>.</li>
<li>Sponsored by <a href="https://allcasinos.jp">オンラインカジノランキング</a>.</li>
<li>Sponsored by <a href="https://allcasinos.in/casinos/leovegas">Leo Vegas new player bonus</a>.</li>
<li>Sponsored by <a href="https://www.supercazino.ro">Supercazino.ro</a> - Best Online Gambling site in Romania.</li>
<li>Sponsored by <a href="https://casinopilotti.com">Netticasinot</a>.</li>
<li>Sponsored by <a href="https://parhaatuudetkasinot.com">Uudet suomenkieliset nettikasinot</a>.</li>
<li>Sponsored by <a href="https://mrcasinova.com/fi">MrCasinova</a>.</li>
<li>Supported by <a href="https://casinosnotongamstop.com">Casinosnotongamstop.com</a>.</li>
<li><a href="https://xn--eckle6c9b3a1czd1iydc.jp">トップオンラインカジノ.jp</a> is the best Japanese casinos comparison tool.</li>
<li>Sponsored by <a href="https://kingcasinobonus.co.uk/mobile-casino-bonuses/">KingCasinoBonus.co.uk – mobile casino reviewer</a>.</li>
<li>Supported by <a href="https://www.bonus.ca/fr">BonusFinder Canada</a>.</li>
<li>Sponsored by <a href="https://gamblerspro.com/best-slot-sites">Gamblerspro.com - The Best Slot Sites Online</a>.</li>
<li>Sponsored by <a href="https://www.casinotop.com/fi/">Nettikasinot CasinoTop</a>.</li>
<li>Sponsored by <a href="https://www.casinotopp.net/sv/">Casino online CasinoTopp</a>.</li>
<li>Sponsored by <a href="https://www.nowloan.co.uk">NowLoan</a>.</li>
<li>Sponsored by <a href="https://www.norgescasino.com">Norges Online Casino</a>.</li>
<li>Sponsored by <a href="https://mycasinobonuses.co.uk/top-20-no-deposit-bonuses">MyCasinoBonuses.co.uk - Extensive List of the top 20 No Deposit Casinos</a>!</li>
<!--<li>Sponsored by Betpal.com - best <a href="https://www.betpal.com/casino/">casino online</a> guide available for UK players.</li>-->
<!--<li>Los mejores vídeos xxx gratis <a href="https://www.bingoporno.com">Bingo Porno</a>.</li>-->
<!--<li>Sponsored by Casino-professor.com, best casino reviews, guides and <a href="https://casino-professor.com/en/free-spins">Free Spins</a>.</li>-->
<!--<li>Sponsored by <a href="https://9appsdownloads.net">9apps</a>.</li>-->
<!--<li>Sponsored by <a href="https://www.thecasinodb.com/new-casino-sites">TheCasinoDB New Casino Sites</a>.</li>-->
<!--<li>Sponsored by <a href="https://www.juicybonuses.com">juicybonuses.com</a>, the best way to find casino bonus.</li>-->
<!--<li><a href="https://www.radaeepdf.com">RadaeePDF.com</a> is using an array of android-x86 based devices to do extensive tests on PDF and DOCX rendering and editing engine running on <a href="https://www.radaeepdf.com/download/download-android">Android</a>, <a href="https://www.radaeepdf.com/download/radaeepdf-server">Linux</a> and also <a href="https://www.radaeepdf.com/download/download-ios">iOS</a> and <a href="https://www.radaeepdf.com/download/download-winrt">Windows UWP</a>.</li>-->
<!--<li><a href="https://www.gear.it/mr">GEAR.it</a> is using Android-x86 to provide a live and bootable USB device with MobileReplica® for Android. MobileReplica® is the best tool to distribute digital version of electronic manuals.</li>-->
<li>Sponsored by <a href="https://www.onlinecasino24.org/">Onlinecasino24.org</a>.</li>
<li>Sponsored by <a href="https://allvideoslots.com/">Allvideoslots.com</a>.</li>
<!--<li>Thanks to <a href="https://www.newcasinosonline.co">www.newcasinosonline.co</a> for contributing for our website.</li>-->
<!--<li>Sponsored by <a href="https://www.gowin.co.uk/paypal-casino/">GoWin - PayPal Casinos</a> and Presented by <a href="https://slotsify.com/">Slotsify - Alla Casinon i Sverige</a>.</li>-->
<li>Thanks to <a href="https://www.casinobonuses.com/">casinobonuses.com</a> - The best way to compare casino bonuses.</li>
<li>A big thank you to <a href="https://readyslotsgo.co.uk/">Ready Slots Go</a> for contributing to this page.</li>
<!--<li>Sponsored by <a href="https://terrariumtv.co/">Terrarium tv</a>.</li>-->
<!--<li>Sponsored by <a href="https://www.slotsadviser.com/">SlotsAdviser.com</a> - the #1 <a href="https://www.slotsadviser.com/">online slots</a> portal in the UK and an Android <a href="https://www.slotsadviser.com/mobile/">mobile casinos</a> fan.</li>-->
<!--<li>Thanks to Coffee Corner for buying us a <a href="https://coffeecorner.com/best-of/coffee-makers/">drip coffee maker</a>.</li>-->
<!--<li>Sponsored by the best bookmaker in the world, <a href="https://extratips.com/bet365-review-and-bonuses/" title="bet365 bonuses">bet365</a> and by newfreespinscasino.com which offers an unique <a href="https://newfreespinscasino.com/bitcoin-casino/">bitcoin casino</a> list.</li>-->
<li>Sponsored by <a href="https://www.stickeryou.com/">StickerYou.com</a>, manufacturers of quality <a href="https://www.stickeryou.com/products/custom-stickers/335/">Custom Stickers</a> and <a href="https://www.stickeryou.com/products/labels/654/">Custom Labels</a>.</li>
<!--<li>Sponsored by <a href="https://crumbles.co/showbox-apk-download/">Showbox</a> and <a href="https://babasupport.org/">Customer Service Number</a></li>-->
<!--<li><a href="http://www.acuitytraining.co.uk">Acuity Training</a> for various technical advice.</li>-->
<!--<li>Sponsored by <a href="https://9appsapk.net.in">9APPS APK DOWNLOAD</a> & <a href="https://droidmoda.com">Android Apps Free Download</a>.</li>-->
<!--<li>Sponsored by <a href="http://kikonline.tips/tutuapp/">TutuApp</a>.</li>-->
<!--<li>Sponsored by <a href="https://luckypatcherappdownload.com/">Lucky Patcher Apk</a> & <a href="http://freedomapkdld.com/">Freedom Apk</a>.</li>-->
<!--<li>Sponsored by <a href="https://luckypatcher.playstoredownloads.org">Lucky Patcher</a> and <a href="http://windowstechsupport.org">Microsoft Support</a>.</li>-->
<!--<li>Supported by <a href="http://www.showboxappz.com/">Official ShowBox Website</a>, <a href="http://showboxappdownload.co/showbox-apk/">ShowBox APK</a> and <a href="http://www.bloomtimes.com/facetime-for-pc-windows-and-mac/">FaceTime for PC</a>.</li>-->
<!--<li>Sponsored by <a href="https://showboxa.com/showbox-app/">ShowBox for Android</a> & <a href="https://showboxa.com/showbox-apk/">ShowBox APK file</a>.</li>-->
<li>Sebastian Albrecht from <a href="http://yourvancouverrealestate.ca/vancouver-special/">Vancouver special</a>, <a href="http://foliovision.com/2013/02/lorne-marr">Lorne Marr</a>, <a href="http://ellidavis.com/">Toronto Realtor</a> Elli Davis, and Chantal Marr from <a href="http://nomedicallifeinsurance.ca/">No medical life insurance</a> for their support.</li>
</ul>
<br>
<div id = 'vdo_ai_div'></div><script>(function(v,d,o,ai){ai=d.createElement('script');ai.defer=true;ai.async=true;ai.src=v.location.protocol+o;d.head.appendChild(ai);})(window, document, '//a.vdo.ai/core/android-x86/vdo.ai.js');</script>
<script data-cfasync="false" type="text/javascript" src="//www.increaserev.com/ads/cm/728x90.js"></script>
<h2 class="subheading">Tested Platforms</h2>
<p>The tests are done by the project members and others from android-porting group.</p>
<ul>
<li><a href="https://microtech.store/e-tab-pro/?lang=en">Microtech e-tab Pro (2018)</a></li>
<li>ASUS Eee PCs/Laptops</li>
<li>Viewsonic Viewpad 10</li>
<li>Dell Inspiron Mini Duo</li>
<li>Samsung Q1U</li>
<li>Viliv S5</li>
<li>Lenovo ThinkPad x61 Tablet</li>
</ul>
<p>
<br>Most of the models can run the native resolutions via i915 driver. Thanks to the kernel mode setting (kms) feature introduced since kernel 2.6.29.</p>
<h2 class="subheading">Features</h2>
<p>The following features are available in the <a href="releases.html">latest release</a>.</p>
<ul>
<li>Kernel 4.19, KMS enable</li>
<li>Wifi support with GUI</li>
<li>Better disk installer</li>
<li>Power Suspend/resume (S3 mode)</li>
<li>Battery Status</li>
<li>Software mouse cursor</li>
<li>Mouse wheel</li>
<li>Support netbook native resolution</li>
<li>Audio (ALSA)</li>
<li>V4l2 Camera support</li>
<li>Mirror mode on external monitors</li>
<li>External storage auto mount support</li>
<li>Support external keyboard</li>
<li>Debug mode with busybox</li>
<li>Bluetooth</li>
<li>G-sensor</li>
</ul>
<br>
<h2 class="subheading">Source Code</h2>
<p>We provide a complete, compilable and workable source tree. Read <a href="source.html">this page</a> for how to use it.<br>
<h2>Development (2020/04)</h2>
<h3 id="development">What we are working on now</h3>
<ul>
<li>Android 10 (Q release) porting (q-x86 branch)</li>
<li>Upgrade kernel to 5.4</li>
<li>OpenGL ES hardware acceleration for intel/radeon/nvidia/amdgpu (pstglia, mauro) and virgl(robh) GPUs.</li>
<li>HDMI audio (cwhuang)</li>
<li>LineageOS integration (jjm)</li>
<li>Hardware accelerated codecs</li>
</ul>
<br>
<h2 class="subheading">To-Do List</h2>
<ul>
<li>Multiple displays support</li>
<li>Better power management</li>
<li>Miracast</li>
</ul>
<br><hr><br>
<p>
<a href="https://raj.bet"><img height="35px" src="img/RajBet-logo.png" alt="RajBet"></a>
</p><p>
<a href="https://www.toponlinecasinobonus.de"><img height="35px" src="img/top-online.png" alt="Top Online Casino Bonus"></a>
</p><p>
<a href="https://www.parhaatnettikasinot.com"><img height="35px" src="img/parhaat-nettikasinot.svg" alt="parhaat nettikasinot"></a>
</p><p>
<a href="https://www.kasinohai.com/nettikasinot"><img height="40px" src="img/kasinohai-logo.png" alt="www.kasinohai.com/nettikasinot"></a>
</p><p>
<a href="https://www.neuecasinos.de"><img height="40px" src="https://www.neuecasinos.de/wp-content/uploads/2019/06/neue-logo.png" style="background-color:red" alt="www.neuecasinos.de"></a>
</p><p>
<a href="https://www.neueonline-casinos.com/"><img height="40px" src="img/NeueOnlineCasinos.png" alt="Casinos online for Android"></a>
<a href="https://www.nye-casino.org/casino-bonus/"><img height="40px" src="img/NyeCasino.png" alt="Casinos bonus for Android devices"></a>
</p><p>
<a href="https://netticasinohex.com/kasinot/"><img height="40px" src="img/Banner_FI.svg" alt="Nettikasinot"></a>
</p><p>
<!--<a href="https://top-canadiancasinos.com/android-casino-apps"><img height="40px" src="https://i.ibb.co/4RtF8Kn/android-casinos.png" alt="android-casinos"></a>
</p><p>-->
<a href="https://casinohex.se/online-casinon/mobila-casinon/"><img height="50px" src="https://casinohex.se/wp-content/uploads/CasinoHEX_Sverige_300x125.jpg" alt="kasinon för mobiltelefon - titta på CasinoHEX"></a>
</p><p>
<a href="https://casinoonline.casino"><img height="30px" src="https://casinoonline.casino/wp-content/uploads/casino-online-casino.png" alt="Casino Online is the best casino guide for Android and other mobile devices"></a>
<a href="https://casino-bonus.com"><img height="30px" src="https://casinoimages.blob.core.windows.net/casino/casino-bonus-android-logo.png" alt="Find offers with no deposit at Casino Bonus for Android users"></a>
<a href="https://casinoviking.com/new-casino"><img height="30px" src="https://casinoimages.blob.core.windows.net/casino/casinoviking-logo.png" alt="CasinoViking provide Android consumers the best new casinos UK experience"></a>
</p><p>
<a href="https://zamsino.com/uk/"><img width="75px" src="https://zamsino.com/wp-content/uploads/zamsino-mobile-logo-retina.png" alt="Zamsino offers som great online casinos for Android and other OS systems" title="Zamsino offers som great casino online for android and other OS systems"></a><br>
<a href="https://gambla.com/ca/casino/bonus/"><img width="75px" src="https://gambla.com/wp-content/uploads/2019/11/Gambla-Approved-casino-site-badge.png" alt="casino bonuses for Android at Gambla" title=" casino bonuses for Android at Gambla"></a>
</p>
</section>
<script data-cfasync="false" type="text/javascript" src="//www.increaserev.com/ads/cm/rsticky120x600.js"></script>
<div w3-include-html="footer.html"></div>
</div>
<!--JAVASCRIPT CODE-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
includeHTML();
$(".openNav").click(function() {
$("body").toggleClass("navOpen");
$("nav").toggleClass("open");
$(".wrapper").toggleClass("open");
$(".wrapperDark").toggleClass("open");
$(this).toggleClass("open");
});
</script>
<script src="lightbox2/js/lightbox.min.js"></script>
</body>
</html>