Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-27 Thread Robert P. J. Day
On Wed, 26 May 2010, natediddy wrote: There's no way you compiled 2.2 man, sorry. The source for Froyo is not out yet. Only Eclair. yes, that finally dawned on me. grr. oh, well, i'm a patient man. is it out yet? rday --

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-27 Thread Robert P. J. Day
On Wed, 26 May 2010, natediddy wrote: ... snip ... To get a specific branch, you would do this: $ repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair (Or -b cupcake, or -b donut depending what you're building for) But -b froyo will NOT work as of this time at the

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-27 Thread {n8}
It will be for ongoing development. For anyone to fork and edit and add or modify. This is from where froyo will grow. There is also separate branches of the same branch too. For example, right now, there is eclair, which would be the ongoing development branch. Then there is also

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Indicator Veritatis
Well, it depends on your understanding of the concept of 'success';) Seriously: the reason for the test you ripped out is that Java 6 introduced a change in the way '@Override' is interpreted, one that does not mesh well with the way Android wants to use it. So you have stuff that compiled, but

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, Indicator Veritatis wrote: Well, it depends on your understanding of the concept of 'success';) normally, it starts with a build that completes. :-) but i'm willing to be educated on what might go horribly wrong since it's been a while since i've used java and i'm

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, Indicator Veritatis wrote: Did any of the warnings have anything to do with methods being re- defined? if you're curious, i posted the entire build output at http://pastebin.com/Pa6zDRq3. rday --

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread davemac
I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR. There's no mention of Froyo or 2.2 anywhere in your output. You sure you're working with Froyo? - dave On May 26, 3:10 pm, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 26 May 2010, Indicator

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, davemac wrote: I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR. There's no mention of Froyo or 2.2 anywhere in your output. You sure you're working with Froyo? i'd noticed that, but i'm simply following the instructions here:

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread natediddy
There's no way you compiled 2.2 man, sorry. The source for Froyo is not out yet. Only Eclair. On May 26, 4:27 pm, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 26 May 2010, davemac wrote: I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR.

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread natediddy
And another thing, no where at the android developer site you linked to says nothing about froyo. This command: $ repo init -u git://android.git.kernel.org/platform/manifest.git Will get the source for all android platforms (everything up to eclair) To get a specific branch, you would do this:

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread {n8}
Sorry to triple post! This is the last I promise... I was just commenting that you can in fact build Android using Java6 or Java5 completely fine. Cyanogen and his team fixed the Java6 issue. Just use his android_build source from github.com/cyanogen instead of the platform_build straight from