Android TV x86 oreo

3,272 views
Skip to first unread message

Ravid Maduni

unread,
Aug 18, 2018, 2:47:44 AM8/18/18
to Android-x86
Hi!
Is there someone who currently works on Android TV Oreo?

Tomasz Witke

unread,
Oct 8, 2018, 6:59:00 AM10/8/18
to Android-x86
I'm planing to get back to work on it: https://github.com/kyvaith/device_generic_atv

Michael Goffioul

unread,
Oct 8, 2018, 10:43:38 AM10/8/18
to andro...@googlegroups.com
Hi Tomasz,

I'm interested in your project. What's the easiest for me to give it a try? 

Thanks,
Mcihael.


--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.

Tomasz Witke

unread,
Oct 8, 2018, 10:53:15 AM10/8/18
to andro...@googlegroups.com
Build it and test with VMware Player ;-)

Michael Goffioul

unread,
Oct 8, 2018, 11:01:07 AM10/8/18
to andro...@googlegroups.com
Sorry, I should have been more precise. The question was more about the integration of your manifest snippet in README.md. For the rest, I can build and test. 
Starting from android-x86/oreo-x86, should I just append the snipped into .repo/manifests/android-x86.xml, or do you recommend another way?

Tomasz Witke

unread,
Oct 8, 2018, 11:06:37 AM10/8/18
to andro...@googlegroups.com
Just include it at the very bottom, after android-x86 one.

Mitchel Stewart

unread,
Oct 8, 2018, 11:49:17 AM10/8/18
to Android-x86
im glad your getting back to work on your version of x86, ive been trying my hand at doing it myself, tell me have you been able to get yours to boot into the OS? mine seems to get just past the bootloader, but then for a split second it brings up the launcher select menu before nearly instantly restarting the boot loader, I cant seem to get past it, im thinking its an issue with my SEPolicy but honestly I have no idea.

Michael Goffioul

unread,
Oct 8, 2018, 1:02:14 PM10/8/18
to andro...@googlegroups.com
Hi Tomaz,

With a fresh;y sync'ed repo (appended your manifest snippet to android_x86.xml), I'm hitting these build errors at very early stage:

bootable/newinstaller/Android.mk: error: edit_mbr (EXECUTABLES linux-x86_64) missing libdiskconfig_host (STATIC_LIBRARIES linux-x86_64) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
packages/apps/Bluetooth/tests/Android.mk: error: BluetoothProfileTests (APPS android-x86) missing com.android.emailcommon (JAVA_LIBRARIES android-x86) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
build/core/main.mk:728: error: exiting from previous errors.




On Mon, Oct 8, 2018 at 6:59 AM Tomasz Witke <kyv...@gmail.com> wrote:
--

Tomasz Witke

unread,
Oct 8, 2018, 1:24:23 PM10/8/18
to andro...@googlegroups.com
Few months ago (with last commit) the only problem I had was the VC1 codec (everything else worked). I wasn't able to build it now, because I'm trying to collect patches for macOS build platform. When I'll be able to build it on macOS, I'll get back to development.

DrWank Stein

unread,
Oct 8, 2018, 1:31:45 PM10/8/18
to andro...@googlegroups.com
did you remove the projects he listed? maybe try deleting his exclusions he made?

sent from mobile device, please excuse any typos and poor grammar


From: andro...@googlegroups.com <andro...@googlegroups.com> on behalf of Tomasz Witke <kyv...@gmail.com>
Sent: Monday, October 8, 2018 1:24:00 PM
To: andro...@googlegroups.com
Subject: Re: Android TV x86 oreo
 

Tomasz Witke

unread,
Oct 8, 2018, 1:33:59 PM10/8/18
to andro...@googlegroups.com
Just ignore my bottable_newinstaller changes. This is just for mute some debug output.

Mitchel Stewart

unread,
Oct 8, 2018, 1:34:58 PM10/8/18
to andro...@googlegroups.com
i would let you try my build, but i cant even get it too boot atm

sent from mobile device, please excuse any typos and poor grammar


Sent: Monday, October 8, 2018 1:33:36 PM

Mitchel stewart

unread,
Oct 8, 2018, 1:37:53 PM10/8/18
to andro...@googlegroups.com
you would have an 64bit varient of that gapps mod would you????

sent from mobile device, please excuse any typos and poor grammar


Sent: Monday, October 8, 2018 1:33:36 PM

Tomasz Witke

unread,
Oct 8, 2018, 1:38:21 PM10/8/18
to andro...@googlegroups.com
Have you tried to fork mine? I was pretty stable few months ago.

Tomasz Witke

unread,
Oct 8, 2018, 1:39:46 PM10/8/18
to andro...@googlegroups.com
My build was 64-bit kernel (for Houdini) and 32-bit userspace (for ATV gapps from fugu).

Mitchel Stewart

unread,
Oct 8, 2018, 1:43:07 PM10/8/18
to andro...@googlegroups.com
alright ill give it a try and see if i cant get it to compile then when it get back home,

sent from mobile device, please excuse any typos and poor grammar


Sent: Monday, October 8, 2018 1:39:26 PM

Mitchel Stewart

unread,
Oct 8, 2018, 3:49:57 PM10/8/18
to Android-x86
What I opted to do was instead of exclude apps from the manifest was instead make a custom packages.mk file to exclude the irrelevant apps such as launcher and taskbar and it seems to be compiling away but whether that works or not remains to be seen

Tomasz Witke

unread,
Oct 8, 2018, 4:24:32 PM10/8/18
to andro...@googlegroups.com
If you succeed, please share a patch of pull request to my repo.

pon., 8 paź 2018, 21:50 użytkownik Mitchel Stewart <foxtro...@gmail.com> napisał:
What I opted to do was instead of exclude apps from the manifest was instead make a custom packages.mk file to exclude the irrelevant apps such as launcher and taskbar and it seems to be compiling away but whether that works or not remains to be seen

--

Mitchel Stewart

unread,
Oct 8, 2018, 8:21:00 PM10/8/18
to Android-x86
I did get it too boot, although I could not use the keyboard or mouse so I couldn't get past the setup page unfortunately, I will make a pull request soon

Mitchel Stewart

unread,
Oct 8, 2018, 9:25:19 PM10/8/18
to Android-x86
Nevermind I was being an idiot and didnt plug it in

Mitchel Stewart

unread,
Oct 8, 2018, 9:41:29 PM10/8/18
to Android-x86
Ok so it boots however I cannot get past setup corded or wireless both just simply do not connect to the internet by the looks of it,

Wireless finds no signals and wired freezes on checking for updates and when you exit that and try to login it just fails and kicks you back to the screen where it asks you if you have another android device

P.S when you click yes that fails aswell

Michael Goffioul

unread,
Oct 8, 2018, 11:21:12 PM10/8/18
to andro...@googlegroups.com
Out of curiosity, is there an actual purpose to the presence of libwvdrmengine.so in your repository?


On Mon, Oct 8, 2018 at 6:59 AM Tomasz Witke <kyv...@gmail.com> wrote:
--

Mitchel Stewart

unread,
Oct 9, 2018, 6:23:49 PM10/9/18
to Android-x86
I was able to boot into android and get past setup by going into debug mode navigating to syste,/priv-app/setupwraith and renaming it to SetupWraith.bak

however you still cannot log in to google which means no play store so far I have tested it in qemu and a laptop, youtube seems to work fine in qemu bot not on the laptop

also getting a really annoying failed to post notification on null channel error

im going to try removing gapps and and try to use fugu binaries
debug.txt

Mitchel Stewart

unread,
Oct 9, 2018, 6:31:14 PM10/9/18
to Android-x86
ALSO on my laptop HP Pavillion x360 (el cheapo stuff) it is super unstable and constantly crashing

Michael Goffioul

unread,
Oct 9, 2018, 8:47:42 PM10/9/18
to andro...@googlegroups.com
Answering myself: yes, it does. This library allows to enable Widevine/L3 support.

Mitchel Stewart

unread,
Oct 10, 2018, 6:55:11 PM10/10/18
to Android-x86
Is there any chance that the fact that your fork of gapps is too outdated, that could be causing the issue im having where I have to get rid of setupwraith as well as the latin input notification null faliure? as well as instability on my laptop?

Mitchel Stewart

unread,
Oct 15, 2018, 5:18:20 PM10/15/18
to Android-x86
I was able to get it to boot without using the packages solution after a full redownload of the AOSP though you do have to get rid of the remove projects for Email and Phone
Reply all
Reply to author
Forward
0 new messages