| ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 13:59 | Hi! We just released a bit of code we thought this group might be interested in. Over at our Android Open-Source Project git servers, the source code for Android version 4.0 (Ice Cream Sandwich) is now available. Here's how to get it:Follow the instructions at http://source.android.com/source/downloading.htmlCheck out the 'ics-release' branch:repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 That's it! However since this is a large push, please be aware that it will take some time to complete. If you sync before it's done, you'll get an incomplete copy that you won't be able to use, so please wait for us to give the all-clear before you sync. This is actually the source code for version 4.0.1 of Android, which is the specific version that will ship on the Galaxy Nexus, the first Android 4.0 device. In the source tree, you will find a device build target named "full_maguro" that you can use to build a system image for Galaxy Nexus. Build configurations for other devices will come later. Unfortunately we still don't have our Gerrit code review servers back online. That remains our top priority though, and we hope to have them back soon. This release includes the full history of the Android source code tree, which naturally includes all the source code for the Honeycomb releases. However, since Honeycomb was a little incomplete, we want everyone to focus on Ice Cream Sandwich. So, we haven't created any tags that correspond to the Honeycomb releases (even though the changes are present in the history.) JBQ, on behalf of the AOSP team. Questions sent directly to me that have no reason for being private |
| Re: [android-building] ICS is coming to AOSP | Tim Bray | 14/11/11 14:01 | I assume this means I can Tweet? -- |
| Re: [android-building] ICS is coming to AOSP | Carlos Silva | 14/11/11 14:04 | YES! :) Faster than I thought :) Congrats on the team @ Google
-- |
| Re: ICS is coming to AOSP | fonix232 | 14/11/11 14:10 | JBQ, would it be possible to access some bits of Honeycomb? I would be interested about the Movie Maker app, and the Launcher itself, as they seem to be removed or changed for the worse in ICS (I like the Honeycomb style tablet launcher more) |
| Re: [android-building] ICS is coming to AOSP | Anthony Domanico | 14/11/11 14:10 | Well, technically no, on account of twitter giving off the "fail whale" at the moment. but soon! |
| Re: ICS is coming to AOSP | John McKenzie | 14/11/11 14:14 | Congrats guys, this should make a huge difference out there! Can't wait t see what happens next now that it's "out there" John from landofdroid.com |
| Re: ICS is coming to AOSP | Stefan | 14/11/11 14:13 | yeahh, thanks a lot
> Here's how to get it:Follow the instructions athttp://source.android.com/source/downloading.htmlCheckout the > 'ics-release' branch:repo init -uhttps://android.googlesource.com/platform/manifest-b android-4.0.1_r1 |
| Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 14:19 | There's clearly been a formatting accident with my email, sorry about that. The instructions are at http://source.android.com/source/downloading.html JBQ |
| Re: [android-building] ICS is coming to AOSP | Carlos Silva | 14/11/11 14:25 | Just one quick question JBQ, will the kernel trees come with a master tag? Right now the log and the tree aren't available via gitweb because of this :/ Thanks
-- |
| Re: [android-building] ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 14:30 | I've got a number of tasks on my plate related to the kernel trees, and that's one of them. JBQ |
| RE: [android-building] Re: ICS is coming to AOSP | Samuel B. Quiring | 14/11/11 14:29 | I get: $ repo init -u https://android.googlesource.com/platform/manifest -b -Sam JBQ -- You received this message because you are subscribed to the "Android |
| Re: [android-building] Re: ICS is coming to AOSP | Adrien Béraud | 14/11/11 14:32 | Same problem hereerror: revision android-4.0.1_r1 in manifests not found |
| Re: [android-building] Re: ICS is coming to AOSP | Dominic Binks | 14/11/11 14:33 | Yep, same here - is this just because platform/manifest is the last project to be updated, or something else?
|
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 14:34 | That's why I asked people to wait a bit: the push is still going on. I'll let you know when everything is in place. JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | József Király | 14/11/11 14:33 | Read the whole starting post by Mr. Queru, it asks: What means, in a few words: So don't be surprised it won't work yet... |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 14:35 | The push process: -push to master, update the master manifest. I'm still in the first phase, which is the longest one. JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| RE: [android-building] Re: ICS is coming to AOSP | Samuel B. Quiring | 14/11/11 14:37 | Sorry - I though you said to wait to sync. -sbq -----Original Message----- |
| Re: ICS is coming to AOSP | Weston Weems | 14/11/11 14:46 | Have the requirements for Ice cream sandwich been posted anywhere? I'd be curious to see what hardware would be capable of running it. |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 14:48 | Please see the following for hardware suggestions: https://groups.google.com/group/android-building/browse_thread/thread/3757b189f4e93df0/7355d4256bdf4906?hl=en_US&lnk=gst&q=16gb&pli=1#7355d4256bdf4906 On Mon, Nov 14, 2011 at 2:46 PM, Weston Weems <wwe...@gmail.com> wrote: > -- |
| Re: [android-building] ICS is coming to AOSP | Atoore | 14/11/11 14:50 | So whats the final computer requirements to compiling this? Interested to find out :D wohoooo google :D |
| Re: ICS is coming to AOSP | trickybit | 14/11/11 14:51 | That thread is about build hardware; is there info on device hardware
requirements? Nice milestone, JBQ and A Team. On Nov 14, 2:48 pm, Conley Owens <c...@android.com> wrote: > Please see the following for hardware suggestions:https://groups.google.com/group/android-building/browse_thread/thread... |
| Re: [android-building] Re: ICS is coming to AOSP | Mark Bos | 14/11/11 14:51 | i think he means what hardware it can run on (hardware requirements for phones/tablets). |
| Re: [android-building] Re: ICS is coming to AOSP | József Király | 14/11/11 14:56 | That was mentioned before, vaguely: "Everything capable of running Gingerbread will be capable to run ICS" or something similar, but meaning was the same. 2011/11/14 Mark Weulink <mweu...@gmail.com> i think he means what hardware it can run on (hardware requirements for phones/tablets). |
| Re: ICS is coming to AOSP | cybik | 14/11/11 14:57 | simply put, you need to be able to run Crysis in software emulation mode to compile ICS in a short time. |
| Re: [android-building] Re: ICS is coming to AOSP | Mark Bos | 14/11/11 14:58 | hmm, so the HTC G1 will even be able to run it, but it will be slow ;) |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 14:59 | Great.. Waiting for the sync process completed :) On Nov 15, 2011 5:51 AM, "trickybit" <jmac...@gmail.com> wrote:
That thread is about build hardware; is there info on device hardware |
| Re: ICS is coming to AOSP | Atoore | 14/11/11 15:09 | I guess I'm already disqualified for compiling the ICS from source which is a really bummer. I wanted to have fun but I guess i will be sad lol. Have fun guys.. p.s If anyone here needs help or compiling ICS for Galaxy s II T-mobile or any other SGS II variants let me know because thats the device I was attempting to compile ICS for :D |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 15:14 | On Mon, Nov 14, 2011 at 3:09 PM, PRO <hassan...@gmail.com> wrote: The hardware suggestions are just suggestions. You may be able to > > -- |
| Re: ICS is coming to AOSP | AdamG | 14/11/11 15:18 | This is great, thanks for the push,
Many of us was concerned about the direction Android was going in, especially with speculation on major news sites that Android had gone closed source, I guess this proves all the hearsay to be complete nonsense. Could you confirm if tags and branches will be created for Honeycomb, as others have said it would make great to review release code at the time it was released rather than scroll back through git logs. Regards On Nov 14, 9:59 pm, Jean-Baptiste Queru <j...@android.com> wrote: > Hi! We just released a bit of code we thought this group might be interested in. > Over at our Android Open-Source Project git servers, the source code > for Android version 4.0 (Ice Cream Sandwich) is now available. > Here's how to get it:Follow the instructions athttp://source.android.com/source/downloading.htmlCheckout the > 'ics-release' branch:repo init -uhttps://android.googlesource.com/platform/manifest-b android-4.0.1_r1 > That's it! However since this is a large push, please be aware that it > will take some time to complete. If you sync before it's done, you'll > get an incomplete copy that you won't be able to use, so please wait > for us to give the all-clear before you sync. > This is actually the source code for version 4.0.1 of Android, which > is the specific version that will ship on the Galaxy Nexus, the first > Android 4.0 device. In the source tree, you will find a device build > target named "full_maguro" that you can use to build a system image > for Galaxy Nexus. Build configurations for other devices will come > later. > Unfortunately we still don't have our Gerrit code review servers back > online. That remains our top priority though, and we hope to have them > back soon. > This release includes the full history of the Android source code > tree, which naturally includes all the source code for the Honeycomb > releases. However, since Honeycomb was a little incomplete, we want > everyone to focus on Ice Cream Sandwich. So, we haven't created any > tags that correspond to the Honeycomb releases (even though the > changes are present in the history.) > > JBQ, on behalf of the AOSP team. > -- > Jean-Baptiste M. "JBQ" Queru > Software Engineer, Android Open-Source Project, Google. > > Questions sent directly to me that have no reason for being private > will likely get ignored or forwarded to a public forum with no further > warning. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 15:25 | I do not intend to globally tag Honeycomb releases, but I will consider tagging 3.2.1 and 3.2.2 in frameworks/base so that application developers can match the code that's running on devices. JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 15:22 | Mr. JBQ, i can still using --mirror argument to make local mirror? And just wondering, how big the ICS source? Pada 15 Nov 2011 05.19, "Jean-Baptiste Queru" <j...@android.com> menulis:
There's clearly been a formatting accident with my email, sorry about that. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 15:28 | Yes, you can still do that, but I haven't updated that manifest yet. The ICS history is about 6GB overall (though the current version is a JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Roberto Tyley | 14/11/11 15:30 | I was actually in the middle of a repo sync when I read JBQ's message... and my rather crowded laptop disk just ran out of space :) Based on that, I think you'll want to have at least 2GB spare, if not more. Roberto |
| Re: ICS is coming to AOSP | SandroB | 14/11/11 15:32 | Great! Makes the world better place to be. |
| Re: ICS is coming to AOSP | Pete | 14/11/11 15:37 | Thanks for all the efforts JBQ and the Android Team! When do you plan on pushing the ICS device setups for the Nexus S and Xoom? |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 15:48 | We'll release those files when we feel confident that they're ready to ship on consumer devices. JBQ On Mon, Nov 14, 2011 at 3:37 PM, Pete <peteral...@gmail.com> wrote: > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 15:57 | I've updated the mirror manifest, so you can sync that and then initialize new ICS clients from your mirror. JBQ |
| Re: ICS is coming to AOSP | JC | 14/11/11 15:59 | There are errors still related to the download. If anybody could download, can you please let know.
Getting repo ... from git://android.git.kernel.org/tools/repo.git android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused fatal: unable to connect a socket (Connection refused) |
| Re: [android-building] ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 16:02 | I've added a master branch in the kernel projects, which should take care of your issue. JBQ On Mon, Nov 14, 2011 at 2:30 PM, Jean-Baptiste Queru <j...@android.com> wrote: >>> 'ics-release' branch:repo init -u >>> https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 16:03 | You should grab the newest version of repo at:
|
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 16:01 | Ok, Thank you very much for updating the manifest.. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 16:03 | You need to download the latest version of repo: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo When you're done, delete your .repo directory, and restart. JBQ > -- |
| Re: ICS is coming to AOSP | Lucky Meeh | 14/11/11 16:08 | All -
Please stop this madness. We are tired of having to hack our phones just to get pure Android on it. I had thought that ICS was going to fix this problem... Please close the source and improve the OS code so OEMs won't have to mess around with it. Thank you, - A consumer & developer > Here's how to get it:Follow the instructions athttp://source.android.com/source/downloading.htmlCheckout the > 'ics-release' branch:repo init -uhttps://android.googlesource.com/platform/manifest-b android-4.0.1_r1 > That's it! However since this is a large push, please be aware that it |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 16:08 | I get error about "does not look like a v2 bundle file". |
| Re: ICS is coming to AOSP | Conan Kudo (ニール・ゴンパ) | 14/11/11 16:14 | Like that worked out so well with Honeycomb... All we got are a few tablets and most of them were kinda iffy. Ironically, some of the better ones didn't even use Honeycomb. They used Gingerbread or a source derivative thereof!
All - |
| Re: ICS is coming to AOSP | Jonathan Clavin | 14/11/11 16:21 | That only works if there is only one OEM that puts out an Android
phone but there are many... That's the beauty of open source; if you don't like something it offers, then change it. If you like the "my way or the highway approach" then buy an iPhone |
| Re: ICS is coming to AOSP | smiznith | 14/11/11 16:23 | The purpose of android is OPEN SOURCE so these will be here till they close it which defeats the purpose... |
| Re: ICS is coming to AOSP | G. Blake Meike | 14/11/11 16:24 | Hey, is there a special manifest for building a mirror?
-blake
> > On Mon, Nov 14, 2011 at 3:22 PM, Teguh Sobirin <tj.styl...@gmail.com> wrote:> >>> The instructions are athttp://source.android.com/source/downloading.html >> >>> >http://source.android.com/source/downloading.htmlCheckout the > >>> > 'ics-release' branch:repo init -u> >>> >https://android.googlesource.com/platform/manifest-b android-4.0.1_r1 |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 16:28 | On Mon, Nov 14, 2011 at 4:24 PM, bmeike <blake...@gmail.com> wrote: repo init -u https://android.googlesource.com/platform/manifest --mirror ~cco3 |
| Re: ICS is coming to AOSP | Atoore | 14/11/11 16:30 | is anyone downloaded/downloading the source atm? if so can you add me on Gtalk? I just need some libraries from you after you compile since I wont be able to compile it myself. Pretty please, thanks! |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 16:35 | Yes, there's a separate manifest that can be used for mirroring everything: repo init -u https://android.googlesource.com/mirror/manifest --mirror Note that it's mirror/manifest instead of the usual platform/manifest. Once you have a manifest, you can repo init new clients from it, e.g.: repo init -u <mirror>/platform/manifest.git -b android-4.0.1_r1 JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 14/11/11 16:37 | On Mon, Nov 14, 2011 at 22:28, Jean-Baptiste Queru <j...@android.com> wrote:Yes, you can still do that, but I haven't updated that manifest yet. # du -hs android.git.r3pek.org
^^ that's from my mirror |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 14/11/11 16:39 | OK, this is getting bigger. maguro and a lot more stuff is being added atm. I'll make a new count when it's done syncing.
|
| Re: ICS is coming to AOSP | Mark Atwood | 14/11/11 16:44 | While this is neat, I do have to observe that good practice for open source software is not to do "releases" but to instead make your real working VCS or DVCS server available at all times for anyone to pull or clone from at any time. Will the AOSP Git servers be kept up-to-date henceforth? |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 16:45 | Wow, 6.5Gb and still syncing? --You received this message because you are subscribed to the "Android Building" mailing list. |
| Re: ICS is coming to AOSP | Scott M | 14/11/11 16:50 | Excellent job guys:) |
| Re: ICS is coming to AOSP | Ezekeel | 14/11/11 17:03 | Where can I download the kernel sources? There are kernel binaries included in this release so according to the GPL the source code must be made available. And since Google is not your small mom-and-pop enterprise and they definitely know about that, the fault must be with me being to stupid to find them. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 17:08 | You're the first one to actually ask for those source files :) I'm already working on it, actually. JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| Re: [android-building] Re: ICS is coming to AOSP | Ezekeel | 14/11/11 17:20 | Thank you very much. Sadly there are some companies out there that do not take the GPL seriously and release the source whenever they see fit (which might be never). Fortunately judging from previous experience Google is not one of them. I am just really excited about having a new kernel to toy around with and with the sources released I can start porting my kernel for ICS. |
| Re: [android-building] Re: ICS is coming to AOSP | Nathaniel Husted | 14/11/11 17:30 | On Mon, Nov 14, 2011 at 8:08 PM, Jean-Baptiste Queru <j...@android.com> wrote: I bet you say that to all the developers. ;-) Cheers, |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 14/11/11 17:39 | Ok, it comes down to a wopping 13GB! :D I created the clone.bundle files to aliviate the stress on the webserver, so that would be double of the actual mirror space used (probably arround 6.5GB).
gitweb and mirror full in sync in android.git.r3pek.org Please be nice on the mirror O:-) |
| Re: [android-building] Re: ICS is coming to AOSP | bor...@gmail.com | 14/11/11 17:40 | Great...
|
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:01 | I've just pushed the source for the PandaBoard kernel: branch android-omap-panda-3.0 in the kernel/omap project. I expect that's the one you might be most interested in since it can be run on hardware right away. Maguro (i.e. Galaxy Nexus) is next on my list. JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 17:56 | Ok, so the actual size is around 6.5Gb right? before you make me think is biger than 8Gb :D thank you.. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:05 | There are different sizes really. A current ICS download is about 4.6GB over-the-wire if I remember correctly. A full mirror is probably 6.4GB, as it contains some projects that That doesn't count any space you need to unpack the source code JBQ -- Jean-Baptiste M. "JBQ" Queru |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 14/11/11 18:05 | On Tue, Nov 15, 2011 at 00:56, Teguh Sobirin <tj.st...@gmail.com> wrote: Yeah, around that. 7GB or something.. but JBQ is still adding kernel trees so it will probably get a little bigger. If you're setting up a mirror and sharing it, I really advise you to create those clone.bundle files
|
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 18:09 | On 14 November 2011 20:01, Jean-Baptiste Queru <j...@android.com> wrote: Thanks! -- |
| Re: [android-building] Re: ICS is coming to AOSP | jazd | 14/11/11 18:19 | Can someone tell me how to download this kernel? I just want to have a look at it without downloading 6GB+ using the repo tool. |
| Re: ICS is coming to AOSP | algopats | 14/11/11 18:20 | Keep getting below error for some sub directories on repo sync. I try
deleting the below folder manually, but the error happens in another dir. How do i ask repo to delete ("full sync" ) as need ? thanks. "Fetching projects: 100% (221/221), done. error: Cannot remove project "packages/apps/AccountsAndSyncSettings": uncommitted changes are present commit changes, then run sync again" > Here's how to get it:Follow the instructions athttp://source.android.com/source/downloading.htmlCheckout the > 'ics-release' branch:repo init -uhttps://android.googlesource.com/platform/manifest-b android-4.0.1_r1 > That's it! However since this is a large push, please be aware that it |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 18:26 | On Mon, Nov 14, 2011 at 6:20 PM, algopats <algo...@gmail.com> wrote: You have changed something in that project. You can `cd If you don't care about that change, or didn't mean to create it, you > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:29 | To download the panda kernel, if I'm not mistaken: git clone https://android.googlesource.com/kernel/omap JBQ On Mon, Nov 14, 2011 at 6:19 PM, jazd <jaredwi...@gmail.com> wrote: > -- |
| Re: ICS is coming to AOSP | algopats | 14/11/11 18:30 | Thanks for quick reply. This keeps happening once i clear the issue
(either git reset or rm -rf). How do i automate it for all (potentially subsequent) folders for which it might give similar error msg. Thanks. On Nov 14, 6:26 pm, Conley Owens <c...@android.com> wrote: |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 14/11/11 18:33 | On Mon, Nov 14, 2011 at 6:30 PM, algopats <algo...@gmail.com> wrote: repo forall -c "git reset --hard" |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 18:33 | On 14 November 2011 20:29, Jean-Baptiste Queru <j...@android.com> wrote: Will full_maguro work with this kernel on Panda? -- Zach Pfeffer |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:34 | Warning, dangerous command ahead, proceed with caution. With a heavy hammer, "rm -rf *" from the root of a source tree. This JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:35 | You should probably use full_panda for panda as you get started. Detailed instructions are in device/ti/panda/README full_maguro is unlikely to work (but I haven't actually tried). JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 18:37 | yes, the space is not problem, i have big enough space to place the repo and for building. the problem is on my internet bandwidht, every Gigabyte is realy hard for me to download the repo. so the mirror function is very usefull for me :) |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 14/11/11 18:42 | Well, I'm glad that mirroring is working well for you :) JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Teguh Sobirin | 14/11/11 18:43 | I create the mirror and will share that to the local community, since the internet connection is very slow in here :) --You received this message because you are subscribed to the "Android Building" mailing list. |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 18:45 | On 14 November 2011 20:35, Jean-Baptiste Queru <j...@android.com> wrote: Ah great - thanks. |
| Re: [android-building] Re: ICS is coming to AOSP | jazd | 14/11/11 18:51 | Perfect, thanks. |
| Re: ICS is coming to AOSP | algopats | 14/11/11 18:55 | On Nov 14, 6:34 pm, Jean-Baptiste Queru <j...@android.com> wrote:repo forall -c "git reset --hard" did the trick. Now i am able to repo sync without any errors. thanks. |
| Re: ICS is coming to AOSP | kmatzen | 14/11/11 19:34 | Is there supposed to be a FaceLock package somewhere? I see references to com.android.facelock, but I'm not really sure where to look for the actual implementation. |
| Re: ICS is coming to AOSP | cdesai | 15/11/11 02:11 | Only if i had a faster connection! |
| Re: [android-building] Re: ICS is coming to AOSP | JC | 15/11/11 08:47 | Thanks. It worked. |
| Re: ICS is coming to AOSP | G. Blake Meike | 14/11/11 19:38 | A million thanks, JBQ
On Nov 14, 4:35 pm, Jean-Baptiste Queru <j...@android.com> wrote: > Yes, there's a separate manifest that can be used for mirroring everything: > > repo init -uhttps://android.googlesource.com/mirror/manifest--mirror > > Note that it's mirror/manifest instead of the usual platform/manifest. > > Once you have a manifest, you can repo init new clients from it, e.g.: > > repo init -u <mirror>/platform/manifest.git -b android-4.0.1_r1 > > JBQ > > > > > > > > > > On Mon, Nov 14, 2011 at 4:24 PM, bmeike <blake.me...@gmail.com> wrote: > > Hey, is there a special manifest for building a mirror? > > > -blake > > > On Nov 14, 3:57 pm, Jean-Baptiste Queru <j...@android.com> wrote: > >> I've updated the mirror manifest, so you can sync that and then > >> initialize new ICS clients from your mirror. > > >> JBQ > > >> On Mon, Nov 14, 2011 at 3:28 PM, Jean-Baptiste Queru <j...@android.com> wrote: > >> > Yes, you can still do that, but I haven't updated that manifest yet. > > >> > The ICS history is about 6GB overall (though the current version is a > >> > little bit smaller as it only supports Galaxy Nexus). A mirror would > >> > probably be a bit larger than that. > > >> > JBQ > > >> > On Mon, Nov 14, 2011 at 3:22 PM, Teguh Sobirin <tj.styl...@gmail.com> wrote: > >> >> Mr. JBQ, i can still using --mirror argument to make local mirror? And just > >> >> wondering, how big the ICS source? > > >> >> Pada 15 Nov 2011 05.19, "Jean-Baptiste Queru" <j...@android.com> menulis: > > >> >>> There's clearly been a formatting accident with my email, sorry about > >> >>> that. > > >> >>> The instructions are athttp://source.android.com/source/downloading.html > > >> >>> JBQ > > >> >>> On Mon, Nov 14, 2011 at 1:59 PM, Jean-Baptiste Queru <j...@android.com> |
| Re: [android-building] Re: ICS is coming to AOSP | Bryce Walter | 14/11/11 20:19 | JBQ... We are seeing that the faceunlock libs are not being built, nor am I seeing the source for them. They are also not listed in the extract script, so it would seem they are not proprietary files either. Were these removed from the master branch?
-- Bryce T. Walter |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 20:43 | On 14 November 2011 20:45, Zach Pfeffer <zach.p...@linaro.org> wrote: Hmm...is anyone else seeing: host C++: libclangStaticAnalyzerCheckers <= ...I'm using make -j32 backing off to -j16. |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 20:54 | On 14 November 2011 20:29, Jean-Baptiste Queru <j...@android.com> wrote: > To download the panda kernel, if I'm not mistaken: Hmm... hitting: mm/page-writeback.c: In function 'write_cache_pages': make[1]: *** [mm/page-writeback.o] Error 1 make: *** [mm] Error 2 with make ARCH=arm CROSS_COMPILE=/mnt/user/ics/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- Bero, do you remember the fix for this? I think you sent a bug report in. -- Zach Pfeffer |
| Re: ICS is coming to AOSP | Ke Shen | 14/11/11 22:06 | Sorry for the question. How do I get the kernel tree?
On Nov 14, 4:02 pm, Jean-Baptiste Queru <j...@android.com> wrote: > I've added a master branch in the kernel projects, which should take > care of your issue. > > JBQ > > > > > > > > > > On Mon, Nov 14, 2011 at 2:30 PM, Jean-Baptiste Queru <j...@android.com> wrote: > > I've got a number of tasks on my plate related to the kernel trees, > > and that's one of them. > > > JBQ > > > On Mon, Nov 14, 2011 at 2:25 PM, Carlos Silva <r3...@r3pek.org> wrote: > >> Just one quick question JBQ, > >> will the kernel trees come with a master tag? Right now the log and the tree > >> aren't available via gitweb because of this :/ > >> Thanks |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 22:16 | On 14 November 2011 22:54, Zach Pfeffer <zach.p...@linaro.org> wrote: Thanks Google for the work-around: |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 22:23 | Well after a bit things seem to have built okay. One minor issue: make: *** [out/target/common/obj/APPS/CtsVerifier_intermediates/classes-full-debug.jar]
..but I seem to have a full Panda build and a kernel with: git clone https://android.googlesource.com/kernel/omap
This doesn't seem to be working from the readme, # Initial setup, part 2: It just hangs...has anyone used this with Panda successfully? |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 23:06 |
target Java: UpdateExtToIntLocTestApp_v1_ext Note: development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/AddVoicemailActivity.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 14/11/11 23:30 | Got my system.img with: make -j16 systemimage |
| Re: ICS is coming to AOSP | einmus | 15/11/11 00:46 | We definitely need kernel source code. I see there's full_x86-eng
combo. I'm actually building it. How about some kernel code for x86? Or we should just fiddling around kernel code for PandaBoard? On Nov 15, 10:01 am, Jean-Baptiste Queru <j...@android.com> wrote: > I've just pushed the source for the PandaBoard kernel: branch > android-omap-panda-3.0 in the kernel/omap project. I expect that's the > one you might be most interested in since it can be run on hardware > right away. > > Maguro (i.e. Galaxy Nexus) is next on my list. > > JBQ > > > > > > > > > > On Mon, Nov 14, 2011 at 5:20 PM, Ezekeel <notezek...@googlemail.com> wrote: > > Thank you very much. Sadly there are some companies out there that do not > > take the GPL seriously and release the source whenever they see fit (which > > might be never). Fortunately judging from previous experience Google is not > > one of them. > > I am just really excited about having a new kernel to toy around with and > > with the sources released I can start porting my kernel for ICS. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 09:41 | I'm working on getting all the kernel source trees out. It's harder than it seems. Please be patient. JBQ |
| Re: ICS is coming to AOSP | loki | 15/11/11 04:31 | Tried setting it up on redhat but failed....
Can anyone help me go forward? Pasted below the log. ICS]# repo init -u https://android.googlesource.com/platform/manifest gpg: keyring `/root/.repoconfig/gnupg/secring.gpg' created gpg: keyring `/root/.repoconfig/gnupg/pubring.gpg' created gpg: /root/.repoconfig/gnupg/trustdb.gpg: trustdb created gpg: key 920F5C65: public key "Repo Maintainer <re...@android.kernel.org>" imported gpg: Total number processed: 1 gpg: imported: 1 fatal: Cannot get https://android.googlesource.com/tools/repo/clone.bundle fatal: HTTP error 400 Thanks. |
| Re: ICS is coming to AOSP | blunden | 15/11/11 04:34 | It obviously refers to devices that officially run Gingerbread.
Gingerbread on the G1 is hardly a good experiance but I think you know that. (No, I did not miss your ;) ) :) On 14 Nov, 23:58, Mark Weulink <mweul...@gmail.com> wrote: > hmm, so the HTC G1 will even be able to run it, but it will be slow ;) |
| Re: ICS is coming to AOSP | ricardocunha | 15/11/11 04:57 | Hi, I'm trying to download the source, but repo command give me this
error: repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 Get https://android.googlesource.com/tools/repo error: RPC failed; result=28, HTTP code = 0 fatal: The remote end hung up unexpectedly |
| Re: [android-building] Re: ICS is coming to AOSP | Bernhard Rosenkraenzer | 15/11/11 06:09 | On 14 November 2011 20:54, Zach Pfeffer <zach.p...@linaro.org> wrote: Should be fixed in our latest toolchain build: ttyl |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 15/11/11 09:14 | Okay, after a little bit of finagling got things running from source. http://www.youtube.com/watch?v=eaVszdsZ8aY I'll respond with the exact commands Vishal Bhoj and I used to get :) |
| Re: [android-building] Re: ICS is coming to AOSP | Ezekeel | 15/11/11 10:06 | So I guess the sources I get from https://android.googlesource.com/kernel/common is the generic android 3.0, correct? Any chance you could also make the kernel sources for the Nexus S available? I guess there are plans to keep back the ICS for the older devices for a while so one can promote the Nexus Prime as the only one already running ICS, but a since a kernel is only a small part of the entire package maybe this possible. Pretty please. :) |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 10:12 | For now I'll focus on what has shipped (either in AOSP or to consumers), both for GPL compliance and to fit within Google's policy of releasing consumer-ready software. Getting files for Nexus S is fundamentally tied to having a matching Thanks for understanding :) JBQ > -- |
| Re: ICS is coming to AOSP | othy74 | 15/11/11 11:57 | My AMD 6-core 8GB sata3-ssd is building full_maguro-eng in under 30
minutes (on 64bit-Oneiric). At least I end up with all .img files and I can see no apparent issues. I'm not able to test the outcome yet on any hardware. Is this supposed to work already? Or are there binary drivers or anything else still missing for maguro hardware? Thank you |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 12:15 | There are some binaries for maguro available at http://code.google.com/android/nexus/drivers.html which are enough to get graphics, cell and wifi, nfc, sensors. notably missing are the camera (and other HW codecs) and GPS. We're working on filling in the blanks. JBQ > -- |
| Re: ICS is coming to AOSP | meLIanTQ | 15/11/11 13:05 | Hi,
just one question :) you think push when the crespo device on the ics release? Thnaks a lot. On 15 nov, 21:15, Jean-Baptiste Queru <j...@android.com> wrote: > There are some binaries for maguro available athttp://code.google.com/android/nexus/drivers.htmlwhich are enough to |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 13:13 | Yes. Releasing device support in AOSP goes together with having the same build available to consumers. As more of the flagship devices that Google is involved on get ICS, the matching support will be added in AOSP too, and the matching binaries will be released. JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | meLIanTQ | 15/11/11 13:17 | Thanks for the fast response. No date available ? |
| Re: [android-building] Re: ICS is coming to AOSP | József Király | 15/11/11 13:20 | Does that mean that eventually we will get e.g an Asus Transformer or Samsung Galaxy Tab 10.1 official tree too? |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 13:38 | No, no date available at that point. I don't talk much about the future, it keeps changing. JBQ On Tue, Nov 15, 2011 at 1:17 PM, meLIanTQ <melian.t...@gmail.com> wrote: > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 13:50 | I should have clarified what I called "flagship devices" from the point of view of AOSP, sorry. Flagship devices are the devices for which Google is directly involved The story for Honeycomb was slightly different, but still essentially On the tablet front, the flagship device was the Motorola Xoom, JBQ 2011/11/15 József Király <foni...@gmail.com>: |
| Re: ICS is coming to AOSP | othy74 | 15/11/11 13:55 | The two maguro binary packages (samsung + imgtek) contain no
reassemble scripts. I guess I just move the extracted vendor folder into my ICS folder. But how exactly does the build script find out about these binaries being available now? (I am getting this message from make: "No private recovery resources for TARGET_DEVICE maguro". What is this supposed to tell me?) My ICS system.img for maguro - without any binaries yet - has 167,041,792 bytes. Does that sound reasonable? (My Gingerbread system.img for crespo - including binaries drivers - has 114,662,292 bytes.) Thanks again. On Nov 15, 9:15 pm, Jean-Baptiste Queru <j...@android.com> wrote: > There are some binaries for maguro available athttp://code.google.com/android/nexus/drivers.htmlwhich are enough to |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 14:02 | The key aspect is hidden in the middle of http://source.android.com/source/building-devices.html "Each set of binaries comes as a self-extracting script in a JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | József Király | 15/11/11 14:11 | Ahh I see. Was there any plan, any time before, to make the device trees, all of them, partially GPL, in the way that manufacturers *should* release them, if the given branch of Android is officially out? I mean, let's say, Asus. They make a new tablet (take the Padfone as an example), and they of course, make a new device tree for it to compile. When their given revision hits AOSP, they are given the option to release it or not. While releasing is not necessary, but highly recommended (such as the usage of the AOSP bootloader with fastboot, etc). Of course, with proprietary source code replaced by complete binaries with matched licenses, like if they were pulled from a device. This would help out developers a lot more, and maybe enforce the bond between the manufacturers and the device using developers. For now on, you Google do it the best (yes I know you HAVE to release some reference, but you could do so by releasing developer boards (not devices, boards), and making device trees and thus examples out of that), but so far noone released any device tree AFAIK.
2011/11/15 Jean-Baptiste Queru <j...@android.com> |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 14:34 | Licensing information: http://source.android.com/source/licenses.html - there was no change of plan in that area, you can trace that line all the way back to the original announcement 4 years ago. In my position in AOSP, I prefer to walk the talk on device openness |
| Re: ICS is coming to AOSP | othy74 | 15/11/11 14:30 | This works. The binary drivers extract-scripts must be doing more than
what is printed on screen. The scripts do not only create and populate the 'vendor' folder. Because after doing what you suggested, running make _does_ now copy the binaries into the out/target/product folder. And they end up in system.img. My ICS system.img has grown from 167,041,792 to 170,167,256 bytes. As a result, ICS for Galaxy Nexus is about 50% bigger than Gingerbread for Nexus S. Can you confirm these numbers? (I've got no way to verify my results yet. It would be good to know how large system.img is supposed to be.) On Nov 15, 11:02 pm, Jean-Baptiste Queru <j...@android.com> wrote: > The key aspect is hidden in the middle ofhttp://source.android.com/source/building-devices.html >> >> There are some binaries for maguro available athttp://code.google.com/android/nexus/drivers.htmlwhichare enough to |
| Re: [android-building] Re: ICS is coming to AOSP | Ying Wang | 15/11/11 14:44 | I used to see this error when someone build it with OpenJDK, IIRC. |
| Re: [android-building] Re: ICS is coming to AOSP | József Király | 15/11/11 14:44 | I know that page already, I was talking about if there were even a little talk about changing that part I mentioned, even if as an idea at a "usual Friday afternoon brainstorming in the office" or something like that. I'm asking, if you've ever considered considering the change of the current rules. 2011/11/15 Jean-Baptiste Queru <j...@android.com> |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 14:51 | The scripts populate the vendor folder with the proprietary binaries, and also with the makefiles that make them visible in the build system. Feel free to go poke around in the vendor tree, or to look in Your numbers sound about right, 170MB for a plain AOSP build of ICS is JBQ |
| Re: ICS is coming to AOSP | othy74 | 15/11/11 16:07 | > Your numbers sound about right, 170MB for a plain AOSP build of ICS isGreat! I'm able to build the complete OS for a phone before it's even out. Now I really hope I can go and buy one (or two) in Berlin on the weekend. PS: Pls don't stop open sourcing the OS at 98% of the way. Not on your own devices. Thank you. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 16:37 | You're asking about non-technical issues that aren't really related to AOSP, so I'm doubly unqualified to comment on that, sorry. |
| Re: [android-building] Re: ICS is coming to AOSP | Zach Pfeffer | 15/11/11 17:22 | > ..but I seem to have a full Panda build and a kernel with: Here's the complete set of instructions that Vishal Bhoj and I used Step-by-step commands to get ICS working from Source # From: www.android.com > Partners > Getting the Source mkdir bin repo sync # From http://source.android.com/source/building.html source build/envsetup.sh # # Disable CTS (NOTE: I have not tried building CTS in master branch.It #include cts/CtsTestCoverage.mk # Fetch the binaries from wget --no-check-certificate # accept license make -j32 # wait a bit # device/ti/panda/usbboot device/ti/panda/bootloader.bin # this is a little hacky, but you'll get a good boot partion without bzr branch lp:linaro-image-tools # copy in the boot mkdir mnt sudo cp device/ti/panda/xloader.bin mnt/MLO sudo umount mnt # Then plug the SD card into the Panda and USB into J18 and power on the unit sudo ./fastboot devices sudo fastboot oem format sudo fastboot erase cache sudo fastboot flash system out/target/product/panda/system.img # Post-boot setup, part 1: Set the date on the board: # Post-boot setup, part 2: Configure Ethernet >>>> full_maguro is unlikely to work (but I haven't actually tried). >>>>>>> -- >>>>> Zach Pfeffer >>>>> -- >>> Zach Pfeffer |
| Re: [android-building] Re: ICS is coming to AOSP | Bryce Walter | 15/11/11 17:43 | JBQ, I asked this last night but never received a response. The face unlock libs are missing from this source. They are also not in the extract-files.sh so i dont think they would be proprietary. Are these left out for a reason? |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 15/11/11 17:59 | Sorry I didn't get a chance to reply earlier, this thread has been overwhelming. Face Unlock is a proprietary Google application, which lives above the JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Bryce Walter | 15/11/11 18:25 | Okay, thanks for the response JBQ.Bryce T. Walter |
| Re: [android-building] Re: ICS is coming to AOSP | Xianghua Xiao | 15/11/11 19:07 | Zach, my DVI LCD is activated but nothing really showed up yet. when I used 'adb shell' then 'reboot', it hangs at "SysRq : Emergency xianghua |
| Re: ICS is coming to AOSP | Nate | 15/11/11 20:27 | Has anyone built the kernel for ARM and gotten a tun.ko? I am
downloading the sources now and was hoping to avoid having to build the kernel just for the tun driver (which doesn't seem to be included in the emulator kernel). > > On Tue, Nov 15, 2011 at 5:43 PM, Bryce Walter <b.t.wal...@gmail.com> > > wrote:> > >> 2011/11/15 József Király <fonix...@gmail.com>: > > >> > I know that page already, I was talking about if there were even a> > >> >> 2011/11/15 József Király <fonix...@gmail.com>: > > >> >> >> 2011/11/15 József Király <fonix...@gmail.com>: > > >> >> >> > Does that mean that eventually we will get e.g an Asus> > >> >> >> >> <melian.the.qu...@gmail.com> > ... > > read more » |
| Re: ICS is coming to AOSP | Bzbit | 16/11/11 05:03 | Hi Jean
Are the kernel source trees out? particularly x86 one? Thanks On Nov 15, 7:41 pm, Jean-Baptiste Queru <j...@android.com> wrote: > I'm working on getting all the kernel source trees out. It's harder > than it seems. Please be patient. > > JBQ > > > > > > On Tue, Nov 15, 2011 at 12:46 AM, einmus <ein...@gmail.com> wrote: > > We definitely need kernel source code. I see there's full_x86-eng > > combo. I'm actually building it. How about some kernel code for x86? > > Or we should just fiddling around kernel code for PandaBoard? > > > On Nov 15, 10:01 am, Jean-Baptiste Queru <j...@android.com> wrote: > >> I've just pushed the source for the PandaBoard kernel: branch > >> android-omap-panda-3.0 in the kernel/omap project. I expect that's the > >> one you might be most interested in since it can be run on hardware > >> right away. > > >> Maguro (i.e. Galaxy Nexus) is next on my list. > > >> JBQ > > >> On Mon, Nov 14, 2011 at 5:20 PM, Ezekeel <notezek...@googlemail.com> wrote: > >> > Thank you very much. Sadly there are some companies out there that do not > >> > take the GPL seriously and release the source whenever they see fit (which > >> > might be never). Fortunately judging from previous experience Google is not > >> > one of them. > >> > I am just really excited about having a new kernel to toy around with and > >> > with the sources released I can start porting my kernel for ICS. > warning.- Hide quoted text - > > - Show quoted text - |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 16/11/11 09:14 | Working on it. There are plenty of things on my plate at the moment, and I can only work on one at a time :) JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | Elliott Polk | 16/11/11 09:29 | WHAT?! You mean you're not super eng? They're obviously not giving you enough Google Juice sir... /s |
| Re: [android-building] Re: ICS is coming to AOSP | Georges Palauqui | 16/11/11 10:28 | Thanks a lot for your very good job. Much appreciated !!! |
| Re: [android-building] Re: ICS is coming to AOSP | SandroB | 16/11/11 10:29 | Hi, just to let know to others... external/webkit is already tagged for android 3.x? don't see 3.x tags on other projects. the one who tags external/skia goes to my Google+ Android circle :) |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 16/11/11 11:07 | |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 16/11/11 11:11 | Please note that that is not our official repository.
|
| Re: [android-building] Re: ICS is coming to AOSP | SandroB | 16/11/11 11:19 | do not see any tags for 3.x on external/skia don't cheat to get to the circle :) cross my mind that all projects that were in GPL tars are tagged with 3.x |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 16/11/11 11:26 | All the GPL projects in 3.x have been tagged for every single 3.x release. Skia isn't GPL. JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| Re: ICS is coming to AOSP | Danny Michaeli | 17/11/11 11:40 | AMAZING!! Thanks !! love u all :-) |
| Re: ICS is coming to AOSP | Isaac Levy | 17/11/11 12:54 | JBQ, Thanks for all your hard work. :-) Is there a web version of the AOSP repo (i.e. able to browse source without having to download everything)? If not, are there plans to set that up after traffic calms down? Sorry if this was answered already - I may have missed it. Cheers, Isaac |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 17/11/11 12:59 | At the moment we don't have an official version of the source code that can be accessed through a web browser. We've had to move to a new hosting infrastructure faster than we originally anticipated and we lost a few features along the way. We're working on bringing that back. Some community members are hosting their own mirrors, I'll let them JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Shawn Pearce | 17/11/11 12:59 | This being Google, we don't like to talk about future plans for things. But I also miss a web browseable version of AOSP, and could see how |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 17/11/11 14:26 | On Thu, Nov 17, 2011 at 20:54, Isaac Levy <Isaac....@gmail.com> wrote: JBQ, http://android.git.r3pek.org it has gitweb and is syncable just like the official one is (just not that up to date (I sync once a day)) @JBQ Feel free to point people to my mirror. Looks like there are lots of them that just want to browse the code and my server is fine with that ;) Thanks |
| Re: [android-building] Re: ICS is coming to AOSP | Jey | 17/11/11 14:55 | Carlos, Do you have, or plan to add, "source search utility" as well? I find http://codesearch.google.com/#/&exact_package=android unreliable. Until recently, I've always had my own local OpenGrok setup, with the -Jey > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Carlos Silva | 17/11/11 15:02 | On Thu, Nov 17, 2011 at 22:55, Jey Michael <jey.m...@gmail.com> wrote:Nop. The mirror is just running a standard gitweb service on top of the AOSP repository. I won't thinker with gitweb code to add functionality. |
| Re: ICS is coming to AOSP | Jim Vlahos | 19/11/11 12:17 | The source code was released for ICS on 11/14/2011. Would you say that means the OS was officially released on that day or would you say that the official release date is the day a phone is officially running the OS. Either by an official OTA update being released or by a phone being released that already has it installed(the Galaxy Nexus in this case). On Nov 14, 1:59 pm, Jean-Baptiste Queru <j...@android.com> wrote:
|
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 21/11/11 09:11 | Both? If you're looking at it from the point of view of the Android If you're looking at it from the point of view of first retail JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| Re: ICS is coming to AOSP | Bzbit | 20/11/11 01:05 | Hi Jean Any news about the x86 kernel source ? Thanks
|
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 21/11/11 09:15 | git clone https://android.googlesource.com/kernel/goldfish JBQ |
| RE: [android-building] Re: ICS is coming to AOSP | Jimmy Wan | 21/11/11 00:17 | Hi JB, If it's not part of the platform, should Face Unlock be removed from the page BR, |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 21/11/11 09:21 | I don't know the exact details of the many APIs that were added in ICS. This would probably be a better question for the android-developers group. Thanks, |
| Re: [android-building] Re: ICS is coming to AOSP | JC | 21/11/11 12:18 | Hi JBQ, I've successfully built and deployed ICS for the Pandaboard. However, I would like now to replace the ICS-embedded OAMP kernel (device/ti/panda/kernel) with the one I've just built based on android.googlesource.com/kernel/omap, android-omap-panda-3.0 remote. How was the device/ti/panda/kernel built as part of ICS? If I replace the TARGET_PREBUILT_KERNEL in the device/ti/panda/device.mk with the arch/arm/boot/uImage will it work? Thanks, |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 21/11/11 12:33 | My notes, hopefully this'll help: export ARCH=arm git clone https://android.googlesource.com/kernel/omapgit checkout origin/android-omap-panda-3.0 make panda_defconfig make JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | JC | 21/11/11 12:42 | Thanks so much. Awesome timing and answers. I will go through your notes and follow. |
| Ce message a été masqué, car il a été signalé comme étant abusif. | |||
| Re: [android-building] Re: ICS is coming to AOSP | JC | 23/11/11 08:52 | Hi JBQ, Being able now to compile and deploy the kernel, I would like to do the same for the x-loader and u-boot. Could you also point out please to the repositories for these two, x-loader and u-boot? Thanks in advance. |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 23/11/11 09:00 | Unfortunately, I don't know anything about those, they're entirely opaque to me. JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | may | 24/11/11 19:11 | HI JBQ I test ICS (android 4.0) on Virtual however Android boot can't pass Device encryption Feature |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 28/11/11 09:31 | I'm not an expert in that domain at all, and that'd probably be a better question for the android-porting list, or maybe android-platform. My best guess is that the filesystem for /userdata is not valid enough to mount as-is, but not zero-ed enough to make Android think that it's empty, and the system assumes that something that's neither valid nor empty must be encrypted. JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 09/12/11 04:46 | Hi,
I am trying to build the source for Panda (on a 64-bit ubuntu PC). After executing the following lines (I am very new to Android!!!)
source build/envsetup.sh I am getting the following error. Looks like some path is missing or I have not downloaded some files. Can I get some help in this regard? "make fastboot |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 09/12/11 06:34 | -In order to build for PandaBoard, you need the master branch, not android-4.0.1_r1 -In order to build on Ubuntu 11.10, you need the master branch, not android-4.0.1_r1 JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Dirk Jäckel | 09/12/11 07:13 | On Tue, Nov 15, 2011 at 21:15, Jean-Baptiste Queru <j...@android.com> wrote:> http://code.google.com/android/nexus/drivers.html which are enough to
This answers my question why the camera is not working in AOSP. Is Does extract-files.sh extract those? Regards, |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 09/12/11 07:21 | I believe that extract-files.sh does handle those. Note that this is my private tool and you're not actually supposed to use it. Note also that I haven't tested with it for a long time as I tend to test as much as possible with the same type of distributable packages as I make available for AOSP. JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 12/12/11 21:09 | I tried by downloaded the master branch & tried to build with the following steps mkdir bin export PATH=$PWD/bin:$PATH curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > bin/ repo chmod a+x bin/repo # We want master repo sync Still getting the same error: make fastboot ============================================ PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=4.0.1.2.3.4.5.6.7.8.9 BUILD_ID=OPENMASTER OUT_DIR=out ============================================ Checking build tools versions... Header: out/host/linux-x86/obj/include/libexpat/expat.h Header: out/host/linux-x86/obj/include/libexpat/expat_external.h Header: out/target/product/panda/obj/include/libexpat/expat.h Header: out/target/product/panda/obj/include/libexpat/expat_external.h Header: out/host/linux-x86/obj/include/libpng/png.h Header: out/host/linux-x86/obj/include/libpng/pngconf.h Header: out/host/linux-x86/obj/include/libpng/pngusr.h Header: out/target/product/panda/obj/include/libpng/png.h Header: out/target/product/panda/obj/include/libpng/pngconf.h Header: out/target/product/panda/obj/include/libpng/pngusr.h Header: out/target/product/panda/obj/include/libsonivox/eas.h Header: out/target/product/panda/obj/include/libsonivox/eas_types.h Header: out/target/product/panda/obj/include/libsonivox/eas_reverb.h Header: out/target/product/panda/obj/include/libsonivox/jet.h Header: out/target/product/panda/obj/include/libsonivox/ARM_synth_constants_gnu.inc Header: out/target/product/panda/obj/include/libwpa_client/wpa_ctrl.h
In file included from /usr/include/stdio.h:28:0,Any help o resolve this will be of great help to me. Is there any chance that, some of the folder's are not synced during the 'repo sync' due to some LAN network restrictions? |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 12/12/11 23:09 | I got the solution for this. This is nothing to do with the Android code, this is due to the 32-bit compilation on a 64-bit PC. To resolve this need to install few packages. Install the following packages will resolve this issue (and the issues arises after that) sudo apt-get install libc6-dev-i386 #To resolve the specified issue #To resolve the issues arises later sudo apt-get install ia32-libs libc6-i386 libc6-dev-i386 lib32gcc1 lib32stdc++6 sudo apt-get install g++-multilib Thanks JBQ for the support. Still build is in progress..., I will update if I face any other issues. -Vinayaka |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 13/12/11 04:00 | You're still missing some packages. Check the full list in the official instructions. Those are known to work. No need to independently rediscover them and let the list know of your progress on a package-by package basis. Thanks, JBQ |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 14/12/11 03:36 | Yes you are right. It is asking for more packages. Thanks for the help. I am very new to Android and ubuntu lot of stuffs are missing in my installation |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 21/12/11 02:59 | I installed all the standard packages required for the Android and now I am able to build the source. I want to boot the panda from SD Card and tried the same by copying MLO (xloader.bin) and u-boot.bin (bootloader.bin) from the device/ti/panda folder. Also tried with copying kernal as uImage to the boot partition. Unable to get anything on the minicom!!. What may be the issue? Am I missing anything? |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 21/12/11 07:38 | Have you tried following the instructions in device/ti/panda/README? I have no problem getting to adb logcat or adb shell from there, on a non-ES PandaBoard. JBQ > -- -- Jean-Baptiste M. "JBQ" Queru |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 22/12/11 07:54 | Thanks JBQ for the help. It was the problem with the SD Card. Now I am trying to build the u-boot & x-loader (even the kernel, it it building successfully) which are downloaded from "$git clone git://git.omapzoom.org/repo/u-boot.git" & "$ git clone git://git.omapzoom.org/repo/x-loader.git" locations respectively. But when try to run "make omap4430panda_config" command I am getting "/bin/sh: invalid option -" error. What may be going wrong with my setup? Is there any other location where I can access the u-boot & x-loader source code? -Vinayaka |
| Re: [android-building] Re: ICS is coming to AOSP | Jean-Baptiste Queru | 22/12/11 08:22 | I have absolutely no idea. That's way lower level than what I'm used to in AOSP, and I've never done that myself. JBQ > -- |
| Re: [android-building] Re: ICS is coming to AOSP | vinayaka | 22/12/11 08:31 | Thanks a lot for the support. I hope some one else in the group will reply, if they have done the same. -Vinayaka |
| Re: ICS is coming to AOSP | TRABELSI Yassine | 11/03/12 07:07 | Hi Would you tell me please when we can get android ICS in our Samsung Galaxy S2 thnx best regard |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 12/03/12 10:55 | Sorry, but you will have to ask Samsung for that information. We only support Nexus devices. > -- |
| Re: [android-building] Re: ICS is coming to AOSP | Conley Owens | 23/07/12 11:34 | Sorry but this group is for building for supported devices (ie, nexus devices).
You can learn more about how to download the source code here: http://source.android.com/source/downloading.html On Mon, Jul 23, 2012 at 9:11 AM, Taz Cu <tazc...@gmail.com> wrote: > good morning! is there a tar version of the os? i would like to flash my > grid 10. please advise. > > > On Monday, November 14, 2011 4:59:26 PM UTC-5, Jean-Baptiste Queru wrote: >> >> Hi! We just released a bit of code we thought this group might be >> interested in. >> Over at our Android Open-Source Project git servers, the source code >> for Android version 4.0 (Ice Cream Sandwich) is now available. >> Here's how to get it:Follow the instructions at >> http://source.android.com/source/downloading.htmlCheck out the >> 'ics-release' branch:repo init -u >> https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 >> >> That's it! However since this is a large push, please be aware that it >> will take some time to complete. If you sync before it's done, you'll >> get an incomplete copy that you won't be able to use, so please wait >> for us to give the all-clear before you sync. >> This is actually the source code for version 4.0.1 of Android, which >> is the specific version that will ship on the Galaxy Nexus, the first >> Android 4.0 device. In the source tree, you will find a device build >> target named "full_maguro" that you can use to build a system image >> for Galaxy Nexus. Build configurations for other devices will come >> later. >> Unfortunately we still don't have our Gerrit code review servers back >> online. That remains our top priority though, and we hope to have them >> back soon. >> This release includes the full history of the Android source code >> tree, which naturally includes all the source code for the Honeycomb >> releases. However, since Honeycomb was a little incomplete, we want >> everyone to focus on Ice Cream Sandwich. So, we haven't created any >> tags that correspond to the Honeycomb releases (even though the >> changes are present in the history.) >> >> JBQ, on behalf of the AOSP team. >> -- |
| Re: [android-building] Re: ICS is coming to AOSP | Taz Cu | 24/07/12 00:53 | thanks :P |
| RE: [android-building] Re: ICS is coming to AOSP | Taz Cu | 24/07/12 22:47 | Thanks for the reply
|