OSDev.org
https://forum.osdev.org/

Porting Open-source Android SDK to another OS
https://forum.osdev.org/viewtopic.php?f=15&t=32541
Page 1 of 1

Author:  SukantPal [ Sun Nov 05, 2017 12:45 am ]
Post subject:  Porting Open-source Android SDK to another OS

Android applications and services are very popular in today's world. As android is a open-source project, would it be possible for porting the android SDK & its runtime to other operating systems.

I think Microsoft created a project to port applications to Windows RT systems by converting their code. Why can't they just implement a Android subsystem (like Interix, or Subsystem for Linux) to run android apps on the fly.

What would be the possibilities of creating a Android-compatible OS? What problems would be faced by a company in doing so?

Author:  zaval [ Sun Nov 05, 2017 9:31 am ]
Post subject:  Re: Porting Open-source Android SDK to another OS

I think it's possible, if one needs android. My OS has exactly these ideas of environment subsystems for different user space APIs, inspired by NT's. I am planning/dreaming/working on 2 such:
WinAPI like subsystem, well, a core subset at least, - AvAPI (Avril API, haha yes, I am a fan of Avril Lavigne :lol:)
and POSIX kind of compliant subsystem, PussyX, mostly to be able to port existing applications written for this API.

Android is not for me, I just don't like it, honestly, but conceptually it's the same, - you adapt that interface for your OS and vice versa, why not if you want. Of course, it's hard. as always with OS development. :)

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/