[Q] git 2.3 source code , which directory - Android Software Development

i went to GIT looking for source code for android 2.3 and looked in the 'platform ' project at : git url root p=platform/frameworks/base.git;a=summary
i found the list of GIT tags below but not 2.3 .. where do i get just 2.3 source?
Tag list from GIT:
android-adt-0.9.9
android-adt-0.9.8
android-2.2_r1.2
android-2.2_r1.3
android-2.2.1_r1
android-cts-2.2_r3
android-cts-2.1_r5
android-sdk-2.2_r2
android-sdk-2.2_r1
android-sdk-tools_r6
android-sdk-tools_r7
android-cts-2.1_r4
android-cts-2.2_r2
android-cts-2.2_r1
android-2.2_r1.1
this is all froyo stuff. where do i get gingerbread?

2.3 source has yet to be released. Should come soon after Nexus S launch.

Related

Android source officially released!

Ok so google has now officially released the android source code and SDK. So now there are endless possibilities to what can be done with it, it can be ported to any device.
I'll leave the devs to think about that but till then heres the link:
http://source.android.com/ Info about the source
http://code.google.com/android/ Download SDK from here.
xmOD

Android 3.2 source code available

Just wondering...
Does this mean we can bake an SGS2 ROM with Android 3.2 now, or are the listed caveats insurmountable?
Android 3.2 source code available
As usual, and just like we had done before for Android 3.0 and 3.1,
the source code for the GPL and LGPL components of Android 3.2 is
available in the Android Open-Source Project, under the tag
android-3.2_r1
The process to build it is the same as what we had for 3.0 and 3.1:
# start from a master client
repo init -m 3.2-base.xml
repo sync
repo forall -c git checkout android-3.2_r1
# build with the regular process
# to come back to a plain master
repo init -m default.xml
repo sync
The caveats are unchanged since 3.1:
-the checkout command will return an error message because the tag
doesn't exist in all projects, ignore it.
-the compiled isn't any more likely to work on actual hardware as 3.1
did, since the same binary incompatibilities are still there.
JBQ
--
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.
Tsais said:
Just wondering...
Does this mean we can bake an SGS2 ROM with Android 3.2 now, or are the listed caveats insurmountable?
Android 3.2 source code available
As usual, and just like we had done before for Android 3.0 and 3.1,
the source code for the GPL and LGPL components of Android 3.2 is
available in the Android Open-Source Project, under the tag
android-3.2_r1
The process to build it is the same as what we had for 3.0 and 3.1:
# start from a master client
repo init -m 3.2-base.xml
repo sync
repo forall -c git checkout android-3.2_r1
# build with the regular process
# to come back to a plain master
repo init -m default.xml
repo sync
The caveats are unchanged since 3.1:
-the checkout command will return an error message because the tag
doesn't exist in all projects, ignore it.
-the compiled isn't any more likely to work on actual hardware as 3.1
did, since the same binary incompatibilities are still there.
JBQ
--
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.
Click to expand...
Click to collapse
honeycomb is just meant for tablets not cellphones..
ditto to the guy above me...
and this belongs in general, read the damn stickies!
We have known for about week now as well... thanks for the old news!
<Ninpo> rofl it's only the GPL and LGPL components
<Ninpo> so not the full thing by a long shot since most of Android is Apache licensed
Also, this is only the LGPL and GPL components, which is a hell of a long shot away from being actual Honeycomb sources, since most of Android is under the Apache license.
I remember reading that Google will release full source code for Honeycomb some time after Ice Cream Sandwich release.

Android 4.0 ICS - getting kernel source

Im looking for the source of the kernel used in ICS.
Looks like "git://android.git.kernel.org/kernel/common" is not there.
Can some one please point me for what vertion is used in ICS and where to clone it from.
Thanks
Check this:
http://source.android.com/source/downloading.html
Google switched to their own servers since the kernel.org break-in
It does not appear to be there. Which means we would have to be patient for kernel devs to get their cook on.
Found some infos here:
http://groups.google.com/group/andr.../87d2802239d46898?show_docid=87d2802239d46898
1st
Code:
git clone https://android.googlesource.com/kernel/common.git
2nd should give you an overview
Code:
git branch -r
3rd checkout a kernel
Code:
git checkout -b android-3.0 origin/android-3.0

[Q] Where to get the ICE Kernel and Android Source Code For P6800

Hi ALL:
I want building the ICE Source For My P6800, but I don't know where get it.
Thanks.
There's no ICS kernel or source available yet. You can try working from the current HC kernel source available on Samsungs open source portal though.
The rest of the Android source code you can get from AOSP or another open source project.
vegaman said:
There's no ICS kernel or source available yet. You can try working from the current HC kernel source available on Samsungs open source portal though.
The rest of the Android source code you can get from AOSP or another open source project.
Click to expand...
Click to collapse
HC kernel source ? Please give a URL, Thanks.
borderj said:
HC kernel source ? Please give a URL, Thanks.
Click to expand...
Click to collapse
I'm not trying to be rude, but how is it possible that you know what to do with kernel source but you don't know how to use google search?
https://opensource.samsung.com < will this work for you or do you need a direct link to the file? In that case, do you need the P6800 or P6810 kernel source?
I downloaded P6800's code from opensource.samsung.com, and compiled the kernel, but I try to get the honeycomb 3.2 source from source.android.com, got same error.
repo init -u https ://android.googlesource.com/platform/manifest -b android_3.2.4_r1
error: revision android_3.2.4_r1 in manifests not found.
There is P6800 Readme.
GT-P6800_CHN_Platform.txt
How to build platform
1. Get android open source.
: version info - Android honeycomb 3.2
( Download site : source.android.com )

[Q] Building Android Source

Simple Question,
I've downloaded android source over Git with
Code:
git clone https://android.googlesource.com/device/asus/grouper
Is this enough?
No. Source.android.com has a complete walkthrough on how to build. You need to do much more than a git clone. You need all the repos for source.
#stayparanoid

Categories

Resources