Android TV Stick Development - Android Stick & Console RockChip based Computers

XBMC will soon be the driving force for people looking to purchase Android TV devices. The Android TV community however, is seriously lacking in the ROM department for Android TV sticks and set top boxes. If you're a reputable developer and interested in getting involved in this new, exciting and soon to be huge community which is the Android TV community here at XDA, get with me and I'll make sure you get the hardware and information you need.
Cheers!

Can elobrate more.
Hope to help.
Have MK808

Basically I'm trying to get a team together of people experienced in Android TV Sticks so that we can make proper documentation and perhaps create better ROM firmware files for them. I have many resources and hardware to share. Just get in touch at my site.

XBMC ANDROID said:
Basically I'm trying to get a team together of people experienced in Android TV Sticks so that we can make proper documentation and perhaps create better ROM firmware files for them. I have many resources and hardware to share. Just get in touch at my site.
Click to expand...
Click to collapse
What you need to get proper development on these is some proper kernel sources for Rockchip processors... The RK3066 "sources" are incomplete, and use "blobbed" .o files rather than including the c sources for some parts.
While I've been working on CM10 with some another guy, this is a fairly big nuisance.
The MTD driver is blobbed, and very badly broken... Needing lots of workarounds to just make it work.
There's limitations to what is possible, but some decent kernel sources would be the first thing. The actual building and booting of the kernels is less of an issue now we've got that figured out.

Devolpers rk3066
Here u have some intresstering links for rk3066 devices.
[/COLOR]Ubuntu for rk3066 devices:
http://code.google.com/p/rk3066-linux/
First linux webserver running on a rk3066 device
http://ubuntu.g8.net/
Source code:
http://service.i-onik.de/
extra.
http://odroid.foros-phpbb.com/t2051-working-mali-400-opengl-es-acceleration

Related

Android: will it work on current devices ?

Hi !
Does anyone actually know if android can be installed / flashed on current devices ? Or it's only for certain devices that come with it preinstalled ?
Please don't post things like: "i would love it if it did" or "omg, android is great"...
I'm looking for an answer from someone who actually knows or someone who knows exactly how this stuff works...
Thanks
PS: Menneisyys, i hope you'll post something
I don't think that you'll be getting your answer any time soon as nobody has seen the thing yet.
But i would speculate that as HTC is one of the partners, it might be possible. HTC probably wont reinvent their phones again for the android.
Not a programmer...
but i was listening to leo laport yesterday and it seems that ggls world domination strategy would be all including. so it seems very likely that they would allow some version of it for use on other phones.
http://techguylabs.com/radio/ShowNotes/Show403#toc5
At this point, since there there is no release yet and nobody has/can play with it, it's probably hard to say. However, knowing Google, there is a good possibility they will come out with an app that allows you to use your current phone (speculation).
I heard that Android based on some Java-sintacsys - maybe it is good for us?
Well, the SDK has been released, get it here: http://code.google.com/android/. A demo video is available on the page to show you what it's capable of thus far--looks promising. I'm no coder, but I wish someone would develop this for current HTC devices. As an incentive, Google launched an Android Developer Challenge (http://code.google.com/android/adc.html), where developers of "innovative, useful apps" can win up to $275,000.
leetsauce said:
Well, the SDK has been released, get it here: http://code.google.com/android/. A demo video is available on the page to show you what it's capable of thus far--looks promising. I'm no coder, but I wish someone would develop this for current HTC devices. As an incentive, Google launched an Android Developer Challenge (http://code.google.com/android/adc.html), where developers of "innovative, useful apps" can win up to $275,000.
Click to expand...
Click to collapse
I grabbed the SDk and got a basic hello world up and running. From what the video said and what I can glean from various sites. The Android OS is designed to run on existing hardware. I would imagine that includes HTC machines. Its a complete OS though not an app so I would imagine you have to blow away WM6 and put android on in order to take advantage of its functionality. The actual coding appears to be extremely easy.
I can see google or the community releasing a "shell" of Android.
The more people with it the more money for them. If you watched the video they are really trying to push the location based services from GPS, cell towers, IP address... can anyone say more cash for ads.
I wouldn't mind having it on WM and its open source so there a good chance we will see it.
Alpine would be perfect for Android
Alpine would be a perfect phone if recycled with android !!
Good processor, lots of mem and a big screen for touch sensasions!!
Is it a dream or could that become reality?
Is Android compatible with HTC Touch-style hardware or does it require the numberpad?
There is a linux-2.6.23-android-m3-rc20.tar.gz kernel file on the android google code project site, there is also ADB utility - Android Debug Bridge (comes with SDK), it has an option of flashing a device (over usb) or an emulator (which is also included in the package)...the question is how to compile that kernel and make it run on our HTCs, and what kindof boot loader does it require? Maybe guys from Xanadux know better
It's also interesting how JAVA is being used after becoming open source, it appears that android is mostly independent from the JAVA API, the only relevance I found was only basic stuff like java.util, java.io and etc (included in the android.jar)...
i think that android will work on htc devices because pretty much they are the ones that will be releasing the first devices preloaded with android and i think that white device was made from htc. I see a potential here so i ask some one to make a thread on porting android to any or a specific device. good luck and may the force be with you.
ps. i hope its a htc wizard
I'd say we'd be waiting to see the HDK come out before we can put it on our own devices, can't wait though.
A dream
The Android SDK includes an emulator, see here http://www.ohadev.com/forum/viewtopic.php?t=15
Quote: "It seems that the main binary is emulator; this includes a qemu-0.8.2, which runs (in system mode) the ARM kernel image at lib/images/kernel-qemu.
Two more images are mounted from lib/images : the system.img (which appears to be the rootfs, and userdata.img, which gets replicated (and mounted from there) at $HOME/.android/userdata.img."
This guy (http://mamaich.uni.cc/fr_pocket.htm) got Qemu compiled for ARM, buggy/crashing, no visible update for several years, see also here http://www.pocketpcmag.com/blogs/in...e_to_running_ms_dos_8_12&more=1&c=1&tb=1&pb=1
Question: Anyone have any more recent news/experiences about Qemu on ARM/HTC?
So, theoretically one could try running the Android Kernel image from the SDK emulator on Qemu on PocketPC.
Even if it works (highly unlikely), this megasandwich AndroidImage->Qemu->PocketPC would probably be fantastically slow, with dodgy/absent I/O support.
Real solution is to wait for a modifyable Kernel which can run natively on the HTC ARM processor.
Did not someone from google mentioned at the day of the release that android will run on any ARM9 based device?
dirac said:
Real solution is to wait for a modifyable Kernel which can run natively on the HTC ARM processor.
Click to expand...
Click to collapse
There is no such thing as "HTC ARM processor". All major ARM-based CPUs
are supported by Linux, it's the device drivers for external hardware that are
often missing because of the missing documentation.
cr2 said:
There is no such thing as "HTC ARM processor". All major ARM-based CPUs
are supported by Linux, it's the device drivers for external hardware that are
often missing because of the missing documentation.
Click to expand...
Click to collapse
Im sure that HTC will release drivers for all their devices since they are partners in the Open Handset Alliance..
prodinho said:
Im sure that HTC will release drivers for all their devices since they are partners in the Open Handset Alliance..
Click to expand...
Click to collapse
There are some doubts that the (future) drivers will be released as free software, and not some binary blobs like nvidia, ati and m-systems did it in the past.
Binary linux kernel drivers are evil

Dexter (Possible kernel/driver source) A7

Was searching around about our elocity interesting how this offers a built in 3g or bluetooths and sim card option this product seems quite a bit like our elocity same components too.
Dexter and any other developer see what you kind find out about this, looks like different interface could be the break in the kernel we wanted.
pioneercomputers.com.au/products/configure.asp?c1=183&c2=185&id=3203
Drivers and more under support tab
Hope this is what we needed to really get this ball rolling on other O.S.
Anyone feel free to find out what you can about thisw site and the drivers listed and lets work on pulling what we need from it and establishing a center for all the drivers.
rombold said:
pioneercomputers.com.au/products/configure.asp?c1=183&c2=185&id=3203
Click to expand...
Click to collapse
Nice findings.. i tried search naz10 and epad n700, aigo N700 etc.. but no luck, but i guess you hit jackpot here
thanks..
ok, the site does not have any files for this tablet..
Dex I know it list everything for every product they have or so it would seem under driver tab. I wonder if we can email thier support and them compile the files or point them out for us.
Anyone have an in at Compal?
It would be awesome to get our hands on the boards they were making before they removed the GSM provisions.
As for that site, it just looks like a reseller to me.
codon.org.uk/~mjg59/android_tablets/
List android devices who are compliant with open kernel and access to them
Now there is alot I don't understand with these devices and how to build a rom, but with this from nvidea can't we use a existing kernel and patch into it.
NVIDIA Tegra 250 Developer Kit Hardware
rombold said:
Now there is alot I don't understand with these devices and how to build a rom, but with this from nvidea can't we use a existing kernel and patch into it.
NVIDIA Tegra 250 Developer Kit Hardware
Click to expand...
Click to collapse
but you understand your PC?
so if you board has a core2duo with 2GB memory, and you add a Geforce, and as modems are rare, you find a nice windows7 compatible modem card + a wifi from broadcom with integrated bluetooth.
Next guy does almost the same but he uses a different wifi and bluetooth card for his pc..
so we got 2 pc's equipped almost the same but with different wifi/bt and of course on chose panasonic touch display , where the other one got LG touchscreen which again uses different drivers.
its all about drivers, not just the chipset
I will continue the search for every driver for this device. If you could list any known manaufacters and the part they made. I will search for every driver I can, and will keep you up to date with my progress. Keep me informed on your break throughs with honeycomb or if there is something you need to find and I will help.
u-boot, drivers and kernel source
Does anyone have the nvidia Tegra 250 devkit? Supposedly they were going to include u-boot support and source. See tegradeveloper.nvidia.com/tegra/forum/uboot-tegra-250
Does the dev kit even have open source for drivers and kernel patches. Is full support for the tegra 250 already at kernel.org or is it missing some key features?
I've held up on ordering the dev kit since my experience with nvidia is that they tend to keep as much information private as possible even with an NDA in place.
I'd gladly help develop a completely open bootloader with u-boot, Linux kernel and distro for this device if hardware specifications are actually available. Google was talking about a possible tegra based device that surely would include open source, but I don't think that project ever made it to market.
2ShedsJackson said:
Does anyone have the nvidia Tegra 250 devkit? Supposedly they were going to include u-boot support and source. See tegradeveloper.nvidia.com/tegra/forum/uboot-tegra-250
Click to expand...
Click to collapse
you sign a NDA with Nvidia, so no chance of anyone releasing it to community. if they do if will be figured out, and a lawsuit coming their way..
so thats a no go.
Registered developers with Nvidia, know this, so they wouldn't dare risking a lawsuit..
So in their typical control freak fashion they don't want specs or source getting out into the open. Looks like I'll be skipping the A7 until it gets at least a touchscreen update.
2ShedsJackson said:
So in their typical control freak fashion they don't want specs or source getting out into the open. Looks like I'll be skipping the A7 until it gets at least a touchscreen update.
Click to expand...
Click to collapse
not entirely true, its only the parts you asked about..
kernel is GPL and parts of related drivers follows.. but bootloaders are a protected part, and some the vendor specific parts used to manage the chipset together with their nv drivers.. but thats how i read it..
more might be available, but i have not seen all of it.
toshiba + xoom is the only kernels with drivers i seen so far..

[Q] so...

Now that we have kernel source... anyone see Ubuntu in our future?
I have unbuntu on my pc and in process of partitioning he for mac os x install 3 OS why not
Well, ubuntu netbook edition 10-10 would be the perfect candidate, but it seems someone already beat us to the punch:
http://techietonic.com/an-ubuntu-netbook-os-tablet-pc-edition-2011-the-tenq-p07-specs-features/#respond
If we could find a somewhere to download that version of ubuntu netbook, all the basic tablet specific work has already been done, might just need a couple tweeks. I have personally had no luck to even find the company's website though.
TheZedo said:
Well, ubuntu netbook edition 10-10 would be the perfect candidate, but it seems someone already beat us to the punch:
http://techietonic.com/an-ubuntu-netbook-os-tablet-pc-edition-2011-the-tenq-p07-specs-features/#respond
If we could find a somewhere to download that version of ubuntu netbook, all the basic tablet specific work has already been done, might just need a couple tweeks. I have personally had no luck to even find the company's website though.
Click to expand...
Click to collapse
That does not apply, there are no hardware similarities between an android tablet and that one other than form factor.
That machine uses an Intel Atom processor, ubuntu install image on a usb drive and you're pretty much done on that one. Not so much for us.
I see now why the lack of Linux support for Tegra tablets...
http://developer.nvidia.com/tegra/forum/linux-support-becoming-unsupported
(follow the link in his post for some udated info)
Its sad, but between the Honeycomb delays, and Linux being put on the back burner, we have very limited choices at the moment. Ultimately I would like to have Linux on my A7 too, as long as its not uncomfortably slow with only 512MB DDR2 RAM. It looks like Meego might be the distribution to watch for any kind of prebuilt distributable images, at least they have some big players still on board for backing, and they support a variety of platforms.
If you have access to the Nvidia Tegra 250 Developer kit, you could try building a custom Gentoo distro. I really like Gentoo for its configurability options, but honestly, I'm afraid of bricking my A7 with one little mistake.
Android still uses a Linux kernel though, so with kernel source and ability to compile for the tegra chip progress will not grind to a halt. Things just unfortunately won't move along as quickly as most of us would like.
I think a modified version of Ubuntu NBR would run fairly quick on an a7 though.
After some more digging around on the Nvidia Developers forum, I tracked down a few "work-arounds" to install linux...however, please note that most of these posts are very dated.
http://developer.nvidia.com/tegra/forum/workaround-run-ubuntu-now
http://developer.nvidia.com/tegra/forum/fedora-12gnome-running-tegra
http://www.elinux.org/Installation_Detail
I would dare to call this post, "Instructions for the Brave".
After reading those it does sound like we could have a unbuntu os

Support Further ARM Development Ubuntu Eclipse SDK etc

Hi guys I am buying a eee pad but currently I am emailing Eclipse Google and others to try and get support to make developing for Android on Android possible.
I wish to start a foundation or support group toward this end if you want to contribute or help in anyway it would be great I will also add a poll for comparison of votes so please vote it all helps.
As I understand it porting Ubuntu to different devices is well still in beta stages for the most part but we all know that personalized mobile computing is the future and tablets or tf style devices will eventually replace laptops netbooks and the like.
As I understand the biggest problem is new tech!! that fresh out the box smell is still lingering and leaves support and development slim in some more common place computing needs where x86 has rained supreme leaving others to wish for such a client base of great support and programs.
So all in all this is to try push things in the right direction. Who to talk to when to talk to them and how to help the eee pad and other similar devices become fully fledged dual boot Android Ubuntu platforms with the option to develop and do all the other great things Ubuntu can offer.
Please only positive criticism or feedback this is the tech community anything is possible so please no comments of OMG YOU CANT DO THAT!!!! etc etc
Currently, you can compile C program or whatever without problems, using a chroot ubuntu or debian.
But developing for android implies that the android sdk has to be ported on arm platform. This is a paradox, but most android and java tools are working only on x86 platform, probably because at this time, phones was not meant to be dev platforms considering their cpu power.
Openjdk seems to work on arm but the android sdk relies on javac from sun.
There are now powerful tablet devices on the market - including our beloved tf - where we could potentially develop android apps ; I think that google will sooner or later release an arm version of the android sdk. Since then, we are almost pretty stuck : I'm not sure that all the android tools are opensource, and even if it is the case, there is still the problem of javac from sun which does not work on arm platform. However, doing our own dev platform implies that we can port ourselves the sdk on arm, and use openjdk as a replacement of sun-java runtime. Not a piece of cake My advice is to wait several months google next move to see what's going to happen, now that there are more and more tablets on the market.
If we get enough support though maybe we can push for both to be ported and released
Sent from my GT540RR using XDA App
Omg this doesn"t belong in the development forum!!!!!!!
Would love to see more development done on this!
As time progresses, more will be done definitely this is more about making sure that it is pushed as i believe at the moment its being over looked. I think manufacturers and Google and eclipse etc all under estimate there own products possibilities and the abilities of the tech community and in particular the xda community. Even if we had beta releases only for xda devs it would be a step in the right direction for developing android on android.
OK I'm going to bite the bullet and ask why would this be considered a good idea? I write software for Android and using Eclipse on lower screen resolutions isn't that productive IMHO, throw in poor keyboards and miniscule touchpads and it makes little sense. Finally considering the performance differences between a tablet and development laptop (i7, 8 GB RAM, SSD, etc) I just can't see getting the development tools working on an Android device to be all that useful at this point in time.
Nvidia is claiming the T3 will be as powerful as a Core 2. Seems a little exaggerated, but in the near future, it may be possible to dev. on a tab. Eclipse (and real games) are the last things tying me to my PC. Now I would not want to run Eclipse on a T2, but a T4??? Now we are talking.
GeraldNunn said:
OK I'm going to bite the bullet and ask why would this be considered a good idea? I write software for Android and using Eclipse on lower screen resolutions isn't that productive IMHO, throw in poor keyboards and miniscule touchpads and it makes little sense. Finally considering the performance differences between a tablet and development laptop (i7, 8 GB RAM, SSD, etc) I just can't see getting the development tools working on an Android device to be all that useful at this point in time.
Click to expand...
Click to collapse
Sent from my Transformer TF101
I tend to agree. I find even a powerful laptop is pretty marginal. I prefer a desktop with at least 2 monitors, one for code and one for the emulator.
All valid points but if no one is looking forward at the glass half full it wont become a reality
What I'm saying is work needs to start now infrastructure then city not a repeat of Auckland central we need the ground work done then the devices can catch up
Sent from my GT540RR using XDA App
I support, its something i would use.
danielmtp.mg said:
I support, its something i would use.
Click to expand...
Click to collapse
Sent from my GT540RR using XDA App
I've a script pack for installing Java's JDK to ARM either hard float or soft float that can be found at the following link
https://github.com/S0AndS0/Debian-Kit-Mods
Check the readme for how to download and enjoy the work I've done to get us this far. Furthermore there are other installers available that may be of interest; such as jMonkey and node.js and NoFlo installers for debian based Linux OS's running on Android.
Sent from my SPH-D700 using xda app-developers app
Anyone alive on this thread?
I've some links to information and projects relating to developments on Android and Linux Android systems.
For running GNU software on Android (better than busybox perhaps)
http://forum.xda-developers.com/showthread.php?t=2613243
Some maybe slower than the busybox versions but its a small sacrifice for better compatibility.
For running SDR (software defined radio) with Android or Android Linux
http://forum.xda-developers.com/showthread.php?t=2108053
https://github.com/martinmarinov/rtl_tcp_andro-
This github is really cool because the drivers are for either.
For running OpenBTS on Android Linux (turn your cellphone into a cell tower)
https://github.com/martinmarinov/rtl_tcp_andro-
Do some digging on this Dev's work; its amazing
For Crypto Currency mining on Android Linux (why buy an app when you'll have more for free here?)
http://bitbiz.io/threads/linux-script-cpu-minerd-installer-android-rpi-vps-32-64bit-pc.138/
Be sure to check out the example scripts I posted too; especially the ones relating to temp. monitoring or ya may blow a battery.
For MPI (message passing interface) on Android Linux (just modify the RPi directions to have the right username and networking options)
http://www.tinkernut.com/2014/04/27/make-cluster-computer/
Be sure to check out TinkerNut's other videos and guides; nearly anything a Raspberry Pi can do we can do on our phones for cheaper and with better specs/built in hardware.
For running Maptools server on Android (software for running custom table top games over a network)
http://forums.rptools.net/viewtopic.php?f=12&t=24082
I play DnD and Pathfinder so having a way to go mobile with it was something I had to do for them
For building Android NDK on Android Linux (step one of writing apps for Android on Android)
http://www.timelesssky.com/blog/building-android-sdk-build-tools-aapt-for-debian-arm
For building Android SDK on Android Linux (step two for writing/modding you phone with your phone)
http://www.timelesssky.com/blog/develop-app-on-android-with-android-sdk
Above two links are fantastic when combined with rdp or vnc for a larger screen size when at home.
For running Linux on Android without root (hidden goodies on FUSE filesystem)
http://www.timelesssky.com/blog/debian-android-with-no-root
There's a narrow window of compatibility but if your apposed to root on Android and still want Linux theses steps might just let you pull it off too.
For modifying Debian Kits' source code so you can have loop files larger than 2 Gigs and install hard floating point instead of soft float
http://www.timelesssky.com/blog/running-debian-armhf-alongside-android#comment-1525580294
If you've not found this Dev's blog then do some digging as there is some really cool guides posted.
For installing GPU drivers to Android Linux (scroll down to Related Projects for the other brands)
http://freedreno.github.io/
The above link and related software should allow for OpenCL/GL support and the added bonus of being able to run Blender on your tablet.
The above links should prove that developments on Android and Android Linux systems is very active; just hard to find sometimes.
I'm currently working at http://bitbiz.io/rf/?c=IGQ3ZLRT with a few other team members to bring together the above subjects into a new mesh-networking crypto coin system that allows users and developers to buy or rent hardware time from networked devices; others have tried and failed to make a AndroidCoin but this one will not as much of the core features have already been tested or scripted up in my other github repo as installers. Feel free to post feature requests and concerns.
http://bitbiz.io/threads/altcoin-taucoin-new-arm-excusive-coin.142/
Sent from: SPH-D700 or myTouch3Gs or Sero 7 Pro
Linux Install guide for Android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Or
https://docs.google.com/document/d/1ssVeIhdBuuy8CtpBP1lWgUkG6fR6oHxP20ToYPPw6zI/edit?usp=drive_web
And my script pack for installing; Java's JDK, node.js and more to your Linux OS
https://github.com/S0AndS0/Debian-Kit-Mods
Note: if you're new to Linux/scripting/command line; check readme file for instructions.

Android TV Development for Raspberry PI 2

I am currently starting development on Android TV for the Raspberry PI.
Not actual Android TV, but an android OS with all possibilities like Android TV.
The main reason for this project is that the most of the TVs that have HDMI have no support for the Android TV. With this you can get that experience without buying a new TV.
If you know any project like this, or have heard of someone starting a similar project, please inform me in this Thread.
And also would you like to see something like this for the raspberry PI? If you have any questions or suggestions, please write.
We are searching for developers, so please if you are interested please PM-me.
The project will be open source!
Hi, I was curious to know if this is still an active project?
Sent from my SM-T800 using Tapatalk
If someone was able to port an Android based ROM over, it would be pretty easy seeing as you would only need to port apks and stuff at that point....
The reason for me being here is: Amazon prime instant video isn´t working any more @ Kodi/XBMC etc. and it is unsure if it will be working ever again... (According to lordk @ kodinerds)
So the best solution will be using the app @ Android and i think there will be more raspberry pi2 user changing over to android.
Respect!!
If you need a tester, i´m ready for it.
Hristijan_95 said:
I am currently starting development on Android TV for the Raspberry PI.
Not actual Android TV, but an android OS with all possibilities like Android TV.
The main reason for this project is that the most of the TVs that have HDMI have no support for the Android TV. With this you can get that experience without buying a new TV.
If you know any project like this, or have heard of someone starting a similar project, please inform me in this Thread.
And also would you like to see something like this for the raspberry PI? If you have any questions or suggestions, please write.
We are searching for developers, so please if you are interested please PM-me.
The project will be open source!
Click to expand...
Click to collapse
Whoa! Nice idea! Here are some threads which I guess can help You out:
Cyanogen 12.1 test builds for Raspi2
DevBerryPi
PiCast
Hope these help in some way.
Would love you for this?
There is a kind lollipop running. http://raspex.exton.se/?p=43
FWIW the marshmallow AOSP build from peyo works, and has GPU accel mostly working I believe. Other info here. Every other build I have found seems to be based off his and a handful of other peoples work.
I just tried a few forks of Android x86 on my RasPi 2 and all of them lagged like hell...
I would be very interested in Android TV on my RasPi 2, if it works without laggs.
JulianAT said:
I just tried a few forks of Android x86 on my RasPi 2 and all of them lagged like hell...
I would be very interested in Android TV on my RasPi 2, if it works without laggs.
Click to expand...
Click to collapse
Considering that RasPi's are all either ARMv6 or ARMv7 class cores, I very much doubt you tried any X86 Android ports on your Pi2.
Found the android google group and appareantly there are some folks that got GPU accleration working with android 6.0 on the pi 2, check out the video... https://www.youtube.com/watch?v=wCfdvZSOGuw
Oh i so hope someone will get this done...
I'm looking for a working youtube TV (like it should, not the addon in Kodi) so i can use the youtube app directly, not via Yatse..
Also would like to play around with android on my pi2..
miked63017 said:
FWIW the marshmallow AOSP build from peyo works, and has GPU accel mostly working I believe. Other info here. Every other build I have found seems to be based off his and a handful of other peoples work.
Click to expand...
Click to collapse
Would be nice if they also supported the Pi2. Looks like it's mostly Pi3 there
Thanks!!!
Hello, I need some help!
I have a raspberry pi 3 model, with the raspbian OS installed, and i'm trying to make GUI menu with some buttons, and when i click it will start applications installed on the raspbian, like Kodi, Libre Office and others or a page browser.
But the problem is that I can't make it. I already tried the Glade and the Python but that doesn't allow me to do what I really want.
Does anyone know such a program?
Thanks
Android based ROMs for Raspberry Pi - (Index of Android based ROMs for Raspberry Pi)
AOSP/Android TV for Raspberry Pi 3 - https://forum.xda-developers.com/ra...-tab-pi-aosp-android-tv-raspberry-pi-t3593506
LineageOS 14.1 (Android 7.1.2) for Raspberry Pi 3 - http://konstakang.com/devices/rpi3/CM14.1/
RaspAnd Nougat 7.1.2 for Raspberry Pi 3 - http://raspex.exton.se/?s=RaspAnd
RTAndroid - https://rtandroid.embedded.rwth-aachen.de/

Categories

Resources