[Android] Android source is out now!
The Android source is out now. Looks pretty darn complete.
Hit the link for more info: http://source.android.com/ /me goes back to digging through release notes. |
Re: Android source is out now!
now we only need to find a way to compile dalvik in maemo sdk.
dunno how compatible the Android.mk with Makefile |
Re: Android source is out now!
@perverztata: Not quite that simple. Android uses a whole different libc, and expects certain kernel features to be available as well. Also it uses the framebuffer directly instead of going through X like maemo does. This isn't just a quick "recompile & package" job. There will be some real porting necessary.
-John |
Re: Android source is out now!
that's sad! I've already started the make job :)
> LANG=en_US make -f Android.mk dx/Android.mk:16: /base_rules.mk: No such file or directory dx/Android.mk:33: /base_rules.mk: No such file or directory dx/Android.mk:50: /base_rules.mk: No such file or directory dx/Android.mk:65: /src/Android.mk: No such file or directory find: `*/src/main/java': No such file or directory find: `*/src/test/java': No such file or directory libcore/Android.mk:98: *** No native code defined for libcore. Stop. |
Re: Android source is out now!
Anyone played around with this yet? I am trying to setup my environment (following the instructions on the google site). However I am stuck pretty early.
I run: repo init -u git://android.kernel.org/platform/manifest.git At which point I get Code:
Traceback (most recent call last):Then I try to re-run the repo init -u git://android.kernel.org/platform/manifest.git But it complains that .repo already exists. If I delete .repo and re-run yet again I am gack to the fatal: empty ident error. Thanks |
Re: Android source is out now!
Does this mean we'll finally have a bootable android OS?
|
Re: Android source is out now!
I hope so, if only to bring out my good old Zaurus C760 out of retirement at last :-)
|
Re: Android source is out now!
I hope I'll get the new android apps on my n800 with maemo. Dalvik MUST BE PORTED! :)
who is interested in starting a new port? (although I'm not really familiar with framebuffer and stuff...) |
Re: Android source is out now!
Quote:
git config --global user.email "cyrus.drive@gmail.com" git config --global user.name "Cyrus Drive" |
Re: Android source is out now!
Quote:
|
Re: Android source is out now!
Anyone working on porting this to the N810? Maybe we want to get a working group together?
|
Re: Android source is out now!
I'd love this for my N810... and my 770.
But I don't know halfway enough... I can spell Android. That count? |
Re: Android source is out now!
I might be optimistic here (yes, i am one of those who thinks everything is possible for you guys:) )
Can android be run without chroot, like boot to it? I dont know much about android... |
Re: Android source is out now!
Quote:
Since the source code is out now, this is how I understand it. First, we need to port over the Android specific kernel patches to the N810 kernel. I don't think there is an automated way to do this, just a manual process. Then we have to port over the system utils, bootloader, etc. And flash it onto the N810. |
Re: Android source is out now!
Don't forget the android-runtime ~ That's a fairly important component that allows android to run on/use the hardware it's running on without a host os such as maemo. ;)
UPDATE: There could be problems porting certain components such as OpenGL | ES, since we don't have acsess to 3d drivers :( |
Re: Android source is out now!
I am dieing for this to happen I would love to do it to my N800 and maybe my 770
|
Re: Android source is out now!
Instead of porting ALL of android, maybe a WINE like thing that would allow it to run on top of Maemo? That would bee cool
|
Re: Android source is out now!
You could try porting the sdk, but that might be unrealistic, since it was created to run on only x86 arcitectures.
|
Re: Android source is out now!
Quote:
|
Re: Android source is out now!
There is one thing, that i always do.
I am trying out things even if i know that they will not work :D , yesterday, i tried to start android 0.9 :) I made image file, exrated android 0.9 rootfs into it, installed the old android .deb . and tried to run, and guess what? It DID N0T work. Surprise! :D At least i had fun. init says "Segmentation Fault" |
Re: Android source is out now!
Quote:
However, acording to Nokia, when the new maemo 5 SDK (OS2009) release comes out thay will be implimenting 3D excelleration, witch is possibly going to be powered by OpenGL 2.0. However, unfortunately we might not be able to use this feature because Nokia's "next gen" tablet will be using a OMAP3 and unfortunately current N8xx devices will be no longer supported by Nokia because of this. :( More information about Maemo 5 can be found here. |
Re: Android source is out now!
Is the opengl really needed. since zaurus can run it? Or does the zaurus have video card that supports opengl?
|
Re: Android source is out now!
I believe, if i am correct, that the zaurus does support opengl. (i don't have a lot of background knowledge about the zaurus)
Although, i've ben doing a little more research with android and i've found that opengl support is not really needed. It is mostly there for high-end android games and special desktop effects. So this might still be a possiblity, however, we will still need to reverce-enginner the ccurrent android kernel if this is to be possible. Since the current sdk functions quite differently from our current android install. |
Re: Android source is out now!
The Zaurus does not have hardware accelerated OpenGL.
|
Re: Android source is out now!
Quote:
First, Android is running off a 2.6.25 kernel. Diablo, as far as I know runs on 2.6.21. So here are my steps 1) download the diablo kernel source 2) download a stock 2.6.21 kernel 3) apply the OMAP patches to the stock 2.6.21 kernel (available from here: http://www.muru.com/linux/omap/) 4) diff this kernel with the diablo kernel source in order to pick up any additional changes done by Nokia 5) download a stock 2.6.25 kernel and apply the OMAP patches 6) port the patch obtained from step 4 over to the stock 2.6.25 + OMAP patches kernel Once that is complete we should have a 2.6.25 kernel that can run on the N810. Now the Android part: 1) diff the stock 2.6.25 kernel with the Android kernel to get the Android changes 2) apply this patch to the kernel obtained above After that we should have everything we need for the kernel right? Then we just have to work on the harder stuff, like the bootloader, system tools, etc. |
Re: Android source is out now!
the only thing we have to port (i think) is dalvik. dalvik is the java vm of the android environment. who need the android ui? we only need the great apps which will be released to android to run on maemo.
so as I mentioned before: Port dalvik we must! :) |
Re: Android source is out now!
I don't think that would even be practice because Maemo and Android are built on totally different frameworks. Since Android uses the framebuffer, Maemo could not support eny Android applications because Maemo uses the X window system and X server and doesn't support framebuffer.
Basicly, even if we could get this vm running, we would still have magor problems with synking the app's ui to maemo's ui since maemo doesn't support framebuffer... Unless there is some kind of special interpreter that we could use that converts framebuffer ui instructions into X server instructions. |
Re: Android source is out now!
Quote:
Once you've ported dalvik, you've got all of the Android apps. That's all you really need, isn't it? |
Re: Android source is out now!
I just updated my post to include that idia right before you posted! LOL
|
Re: Android source is out now!
Theoretically, you could get dalvik to write to the framebuffer on the n8x0 too. lcuk does it with his nifty liqbase app, and his code is all open source, so the porter could use his code to do it.
|
Re: Android source is out now!
Quote:
But I'd be surprised if your task was as easy as you think it is; for example, what do you do if the same code has been modified by both Nokia and Google? Whose code do you take? |
Re: Android source is out now!
I'd be interested in collaborating, perhaps starting a project.
I've been going through the patches, lots of work.... but I'm sure it's doable. |
Re: Android source is out now!
Quote:
Displaying to X would probably be valuable to all X windows compatible platforms (other linuxes and unixes, even Macs, which have an X add-on ... and maybe even Windows, if there's X add-ons for that). |
Re: Android source is out now!
Quote:
And yes, both my NT boxes are running X servers. Cygwin's the only thing that makes sitting in front of NT all day bearable. |
Re: Android source is out now!
Quote:
|
Re: Android source is out now!
I'm so very much out of my depth here; but I'm looking forward to seeing what the True Coders here can do... Like I said, I'd be very interested in the half-way point, the new kernel with the Nokia patches applied. I can see all sorts of reasons why that might be very very valuable, not least of which is that, if I were Nokia, and I were developing a new OS for a new, powerful platform I was building, I'd probably start with a newer kernel. And it seems to me that having that newer kernel also running on older Nokia devices might be a step in the right direction to backporting some, if not all, of the new OS (especially important, low level stuff) to the older devices...
|
Re: Android source is out now!
Is there a kernel already for the new android? :)
|
| All times are GMT. The time now is 00:39. |
vBulletin® Version 3.8.8