maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Easy Android (Can it be made?) Using same principle as Easy Debian? (https://talk.maemo.org/showthread.php?t=51131)

trips 2010-04-27 03:34

Easy Android (Can it be made?) Using same principle as Easy Debian?
 
Hi!
Just a thought:
I have been trying to a dual boot running and I just CAN NOT do it.

So forgetting how stupid I seem to be.

Can something like Easy Debian be made, but with Android in it's place?

Only asking as it seems feasible as they're both Linux, Easy Deb works... Maybe Android could?

pantera1989 2010-04-27 03:38

Re: Easy Android (Can it be made?) Using same principle as Easy Debian?
 
Well..Maemo is based on Debian..so Easy Debian really is just adding some tweaks to be able to run modified Debian applications. I don't know abouit Android though.

wmarone 2010-04-27 03:43

Re: Easy Android (Can it be made?) Using same principle as Easy Debian?
 
No, Android doesn't use X11 or any standard Linux libraries. It would require a far more extensive amount of work.

rmerren 2010-04-27 03:44

Re: Easy Android (Can it be made?) Using same principle as Easy Debian?
 
It should be even easier than that. Android apps are java based, which means we only need java and the right set of jars to provide the framework that android needs, passing functions off to the n900 as needed. There is already a desktop-based sdk, so it might just be a matter of modifying that. Not sure how open the source is for that, but the android api is a finite set of classes and methods that need to be made available.

trips 2010-04-27 04:10

Re: Easy Android (Can it be made?) Using same principle as Easy Debian?
 
Wow..

Seens like a .... long shot possibility.

I just can't seem to get any of these dual boot's running.
I have followed everything to the letter and can't do it.
Easy Deb is excellent!

wmarone 2010-04-27 04:38

Re: Easy Android (Can it be made?) Using same principle as Easy Debian?
 
Quote:

Originally Posted by rmerren (Post 629249)
Android apps are java based, which means we only need java and the right set of jars

Bzzt. It uses the Java language, but the output of the compiler and the interpreter itself are not compatible with the standard Java runtimes. You would be required to port Dalvik itself.

Quote:

There is already a desktop-based sdk, so it might just be a matter of modifying that.
There is an SDK, but testing takes place entirely within an emulator running Android itself.

Quote:

Not sure how open the source is for that, but the android api is a finite set of classes and methods that need to be made available.
The source is completely available, but it is much more work than you think. Android makes a huge number of assumptions with regards to how the filesystem is laid out, so a chroot would only be the very first step. After that comes graphics, kernel updates, and any other hardware interaction it assumes.


All times are GMT. The time now is 16:45.

vBulletin® Version 3.8.8