-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
419 lines (396 loc) · 38.5 KB
/
index.html
File metadata and controls
419 lines (396 loc) · 38.5 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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!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"><a name="news"></a>What's New</h2>
<ul>
<li>2021-02-15: <a href="releases/releasenote-cm-x86-14-1-r5.html">The cm-x86-14.1-r5 released</a> (the fifth stable release of cm-14.1-x86).</li>
<li>2021-02-14: <a href="releases/releasenote-7-1-r5.html">The Android-x86 7.1-r5 released</a> (the fifth stable release of nougat-x86).</li>
<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><a href="changelog.html">More...</a>
</ul>
<br><br>
<h2 class="subheading"><a name="goal"></a>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"><a name="screenshots"></a>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"><a name="sponsors"></a>Sponsors</h2>
<ul>
<li>Get the latest <a href="https://indiagamblers.com/free-indian-horse-racing-tips/">India Horse Racing</a> tips for free with Indiagamblers.com right in your Android smartphone.</li>
<li>Sign up and learn more how you can get a Free Bet with <a href="https://ussportsbonus.com/guide/bet365-app-review/">Bet365 Android</a> App.</li>
<li>Visit Casinotalk and learn more about <a href="https://casinotalk.com/guide/888-casino-app-review/">888 Casino App for Android</a>.</li>
<li>Löydä <a href="https://uudetnettikasinot.io">uudet nettikasinot</a> ja pelaa <a href="https://kasinoilmanrekisteroitymista.io">kasino ilman rekisteröitymistä</a> osoitteessa <a href="https://kasinotilmanrekisteroitymista.com">kasinotilmanrekisteröitymistä.com</a>.</li>
<li>Finn <a href="https://nyecasino.io">nye casino</a> på nett hos <a href="https://casinoselfie.io">Casinoselfie</a> – Oppdag mer – Vinn mer!</li>
<li>Sponsored by <a href="https://btcasino.info/">Bitcoin Casino</a>.</li>
<li>The most unbiased reviews of Non Gamstop Casinos UK from the <a href="https://non-gamstop-casinos.com">team at Non-Gamstop-Casinos.com</a>.</li>
<li>If you are German and prefer so-called Casinos ohne Lizenz, then visit <a href="https://bonusmeister.com/de/casino-ohne-deutsche-lizenz/">Bonusmeister.com</a> for a transparent comparison.</li>
<li>Sponsored by <a href="https://gclubsupreme.online">บาคาร่า gclub</a>.</li>
<li>Play online <a href="https://reddogcasino.com/en/games/blackjack">blackjack games</a> for real money at Red Dog Casino for your chance to win big!</li>
<li>Thanks for support by iCasinoReviews website, which provides statistics of the <a href="https://icasinoreviews.info">best online real money casinos</a> in New Zealand.</li>
<li>Choose your <a href="https://bonuscatch.com/low-deposit/1-minimum-deposit-casino/">$1 deposit casino in Canada</a> and start a real game.</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>Sponsored by <a href="http://104.243.38.75">poker online</a>.</li>
<li>Sponsored by <a href="https://fixpdf.org">judi online</a>.</li>
<li>Sponsored by <a href="http://202.95.10.85">bandarq</a>.</li>
<li>Supported by <a href="https://888casinokw.com">Real Money Kuwait Casino</a>.</li>
<li>Supported by <a href="https://onlinecasino-kuwait.com">Best Kuwait Csinos to win Real Money</a>.</li>
<li>Supported by <a href="https://www.bestqatarcasinos.com">BestQatarCasinos.com</a>.</li>
<li><a href="https://filmer.nu">Filmer</a> is the guide for movies, series and actors - all in one place!</li>
<li>ネットでカジノゲームを楽しめる<a href="https://www.top10casinoslots.com/casino-guide/gamble-industry/%E3%82%AA%E3%83%B3%E3%82%AB%E3%82%B8%E3%81%A8%E3%82%A4%E3%83%B3%E3%82%AB%E3%82%B8%E3%80%81%E3%81%A9%E3%81%86%E9%81%95%E3%81%86%EF%BC%9F/">オンカジ</a>は、無料で試せる入金不要ボーナスや初回入金ボーナス等オンカジならではの特典が満載だ.</li>
<li>Sponsored by the <a href="https://getcasinobonus.co.uk/best-casino-sites/">best casino sites</a>.</li>
<li>Pillar <a href="https://pillarwm.com">Wealth Management</a> is an independent, fee-based, private wealth management firm.</li>
<li>Sponsored by <a href="https://ourfreestuff.net">poker online</a>.</li>
<li>Sponsored by <a href="https://netsurferkiosk.com">judi online</a>.</li>
<li>Sponsored by <a href="https://australiacasinoonline.com">https://australiacasinoonline.com</a>.</li>
<li>Sponsored by <a href="https://casinocaptain.com/in/blog/betting-apps/">Indian Betting Apps</a>.</li>
<li>Sponsored by <a href="https://palaciodejuegos.com">Palacio de Juegos</a>.</li>
<li>Sponsored by <a href="https://cassinosonline.com">Cassinos Online no Brasil</a>.</li>
<li><a href="https://cubik.com.tw/vpn/">VPN 推薦</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>Supported by <a href="https://nonstopcasino.org/not-gamstop-casinos" target="_blank">W.Terry from NonStopCasino.org</a>.</li>
<li>Sponsored by <a href="https://onlinecasinoplatz.com">Onlinecasinoplatz.com</a>, Beste Online Casinos in Deutschland.</li>
<li>Sponsored by <a href="https://onlinecasinoinformatie.com">Onlinecasinoinformatie.com</a>, Vergelijkingswebsite voor de meest betrouwbare online casinos.</li>
<li>Sponsored by <a href="https://onlinejapancasino.com">onlinejapancasino.com</a>.</li>
<li>Bitcoin gamblers can find a list of the best bitcoin casinos at <a href="https://cryptocasinos.com">CryptoCasinos</a>.</li>
<li><a href="https://royalcasino.in">Royalcasino</a> is a great portal for the best online casinos in India.</li>
<li>Casinos outside of the UK are growing in popularity, take a look at this guide for <a href="https://casinosunleashed.com/casinos-not-on-gamstop/">casinos not on gamstop</a> to find out more.</li>
<li>NZ players should take a look at <a href="https://gambler.co.nz">Gambler.co.nz</a> - The best source for casino and betting in New Zealand.</li>
<li>Pelaanyt - pikakasinot, joissa on <a href="https://www.pelaanyt.com/nopeat-kotiutukset/">nopeat kotiutukset</a>.</li>
<li>Global Poker works in-browser for both Android and any desktop operating systems. This review shows how <a href="https://www.beatthefish.com/global-poker-review/">their poker software works</a>.</li>
<li>Supported by <a href="https://arabic-online-casino.com">arabic-online-casino.com</a>.</li>
<li>Sponsored by <a href="https://casinobruh.com">casinobruh.com</a>.</li>
<li>Sponsored by <a href="https://www.xn--kasinotilmanrekisteritymist-1kc82c.com">Kasinot ilman rekisteröitymistä</a>.</li>
<li>Sponsored by <a href="https://www.verovapaatkasinot.com">verovapaat nettikasinot ilman rekisteröintiä</a>.</li>
<li>Sponsored by <a href="http://13.115.121.88/">Togel</a>.</li>
<li><a href="https://mrcasinova.com/ja">最高のオンラインカジノ</a>.</li>
<li>Sponsored by <a href="https://www.online-casino-spielautomaten.de">Casino online</a>.</li>
<li>Sponsored by <a href="https://www.sbo360.com">sbobet</a>.</li>
<li>Sponsored by <a href="https://www.slotbar888.com">บาคาร่า</a>.</li>
<li>Sponsored by <a href="https://onbench.de">onbench.de</a>.</li>
<!--<li>Sponsored by <a href="https://www.discovermagazine.com/sponsored/top-best-dating-sites-of-2020-dating-sites-apps-are-best-way-to-find">Dating Sites</a>.</li>-->
<li>Supported by <a href="https://casinosnotongamstop.com">Casinosnotongamstop.com</a>.</li>
<li>Sponsored by <a href="https://portalcreditos.es/prestamos/asnef/">portalcreditos.es</a>.</li>
<li>Sponsored by casinon utan registering från <a href="https://www.nya-casinon.org/casino-utan-registrering/">nya-casinon.org</a>.</li>
<li>Sponsored by <a href="https://es.casinoslam.com/ruleta-gratis/">CasinoSlam</a>.</li>
<li>Sponsored by <a href="https://www.xn--casinoonlineespaa-uxb.es/">casinoonlineespaña.es</a>.</li>
<li>Sponsored by <a href="https://www.rahapelit-netissa.com/kasino-ilman-rekisteroitymista/">rahapelit-netissa.com</a>.</li>
<li>Sponsored by <a href="https://www.casasapuestasdeportivas.es/">casasapuestasdeportivas.es</a>.</li>
<li>สมัคร Royal online v2 ต้องเลือก <a href="https://www.gclubkingdom.com/royal-online-%e0%b8%97%e0%b8%b2%e0%b8%87%e0%b9%80%e0%b8%82%e0%b9%89%e0%b8%b2-gclub">Royal Online</a>.</li>
<li>プレイヤー必見!日本で一番勝率がいい<a href="https://xn--u9jxfraf9dygrh1cc8466k16c.com">オンラインカジノ</a>.</li>
<li>Supported on <a href="https://mejorescasinos.com.ar">The Best Online Casinos in Argentina</a>.</li>
<li>Supported on <a href="https://onlinegambling.com.ph/real-money-casinos">Philippine Real money Casinos</a>.</li>
<li>Supported on <a href="https://roulettealsharq.com">roulettealsharq.com</a>.</li>
<li>Supported on <a href="https://888casinokuwait.com">Best Casino in Kuwait</a>.</li>
<li>Supported on <a href="https://casino-en-linea.com.ar">casino-en-linea.com.ar</a>.</li>
<li>Sponsored by <a href="https://goread.io/buy-instagram-followers">Buy Instagram Followers from Goread.io</a>.</li>
<li>VPS hosting by <a href="https://evolution-host.com">Evolution Host</a>.</li>
<li>Sponsored by <a href="https://www.discovermagazine.com/sponsored/proven-reviews-nutravesta-proven-weight-loss-pills-really-work">discovermagazine.com</a>.</li>
<li>Sponsored by <a href="https://www.vpsserver.com/cheap-vps/">https://www.vpsserver.com/cheap-vps/</a>.</li>
<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>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://www.casinopro.se">https://www.casinopro.se</a>.</li>
<li>Sponsored by <a href="https://newzealandcasinos.nz">https://newzealandcasinos.nz</a>.</li>
<li>Löydä parhaat pikakasinot sivultamme <a href="https://777pikakasinot.com">pikakasinot</a>.</li>
<li>Pelipiste listaa uudet ja <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-cybersecurity-companies/">top cybersecurity companies</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><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>
<script data-cfasync="false" type="text/javascript" src="//www.increaserev.com/ads/cm/728x90.js"></script>
<h2 class="subheading"><a name="tested"></a>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"><a name="features"></a>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"><a name="source"></a>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 class="subheading"><a name="development"></a>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"><a name="todo"></a>To-Do List</h2>
<ul>
<li>Multiple displays support</li>
<li>Better power management</li>
<li>Miracast</li>
</ul>
<br><hr><a name="logos"></a><br>
<p>
<a href="https://anbefaltcasino.com"><img height="40px" src="img/Anbefaltcasino.jpg" alt="https://anbefaltcasino.com"></a>
</p><p>
<a href="https://www.uudetkasinot.com"><img height="40px" src="img/uudet.png" alt="https://www.uudetkasinot.com"></a>
</p><p>
<a href="https://www.vedonlyontibonukset.com"><img height="40px" src="img/vedon.png" alt="https://www.vedonlyontibonukset.com"></a>
</p><p>
<a href="https://www.spinsify.com/uk/new-casinos/"><img height="40px" src="img/spinsify.png" alt="https://www.spinsify.com/uk/new-casinos/"></a>
</p><p>
<a href="https://casino-ohne-limit.com"><img height="40px" src="https://casino-ohne-limit.com/wp-content/uploads/2020/10/casino-ohne-limit-logo-300x128.png" alt="Deutsche Casino ohne Limit spielen"></a>
</p><p>
<a href="https://bonusgiant.com/online-casino-australia/"><img height="35px" src="img/bonusgiantlogo.png" alt="https://bonusgiant.com/online-casino-australia/"></a>
</p><p>
<a href="https://bonuscanada.com/no-deposit-bonuses/"><img height="35px" src="img/bonuscanada.png" alt="https://bonuscanada.com/no-deposit-bonuses/"></a>
</p><p>
<a href="https://newbitcoincasinos.com"><img height="35px" src="img/newbitcoincasinos.png" alt="https://newbitcoincasinos.com"></a>
</p><p>
<a href="https://www.stormviews.net/buy-youtube-subscribers"><img height="40px" src="img/stormviews.png" alt="https://www.stormviews.net/buy-youtube-subscribers"></a> Sponsored by <a href="https://www.stormviews.net/buy-youtube-views">buy youtube views</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://casinohex.se/online-casinon/mobila-casinon/"><img height="42px" 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://www.nya-casinon.online/spelpaus/"><img height="55px" src="img/Nyacasinon.png" alt="https://www.nya-casinon.online/spelpaus/"></a>
<a href="https://www.nettikasinotsuomalaisille.com/nettikasinot-ilman-rekisteroitymista/"><img height="55px" src="img/Nettikasinot.png" alt="https://www.nettikasinotsuomalaisille.com/nettikasinot-ilman-rekisteroitymista/"></a>
</p><p>
<a href="http://www.casino-on-line.com"><img height="40px" src="http://www.casino-on-line.com/wp-content/uploads/2020/02/approved-casinos.png" alt="Win real money online casino"></a>
</p><p>
<a href="https://likes.io"><img height="35px" src="img/likes.io.png" alt="https://likes.io"></a> Sponsored by <a href="https://likes.io/buy-instagram-followers">buy Instagram followers</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>
</p><p>
<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><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://casinohorse.com"><img height="35px" src="img/casinohorse.png" alt="https://casinohorse.com"></a>
</p><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.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://norskcasinohex.com/casino-pa-nett/mobil/"><img height="35px" src="img/Norge.png" alt="casinoer for mobil på CasinoHex Norge"></a>
</p><p>
<a href="https://netticasinohex.com/kasinot/"><img height="35px" 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://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>
</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>