Silent-Hunter
Hardcore Member
- Joined
- May 29, 2010
- Messages
- 3,485
I would like to see an android ROM that can be run from SDcard as an alternate boot.
Shashlik did not choose the right technicals solutions. Anbox on the other handsExactly what I want. But hopefully it'll live longer than the other Android on Linux projekts.
Shashlik seems dead.
I don't work on Pyra OS, but the aims of Pyra OS and Android compatibility don't seem well aligned to me. The aim of PyraOS is to make the best linux computer OS possible, and that means using a new and unpatched kernel. Android kernels are older, patched with shit, and running various open and closed source kernel modules. That means you can't expect an android userspace to run on top of the Pyra kernel. That leaves some kind of virtualisation, which as far as I know the OMAP5 doesn't have many features to help you with, so I think you're left looking at some kind of emulation, though it need not be as slow as an emulator for a different architecture, it could perhaps do live patching of the android system in order to keep it in a sandbox, but I can't see that happening very quickly at all.I'd love to see someone who's working on the Pyra OS weigh in on this. Will it possibly work?
The Cortex A15 is actually one of the few ARM32 cores to have hardware virtualisation support. Unfortunately, this was little used and support for it is being removed upstream. Either we will have to maintain it ourselves, or convince the maintainers to reinstate it with a good use case, if we do want to use it with newer kernels and Qemu versions.OMAP5 doesn't have many features to help you with