I've just pushed the kernel sources that match the crespo, stingray and tuna kernel binaries for 4.0.3.
crespo: android-samsung-3.0-ics-mr1 in kernel/samsung stingray: android-tegra-moto-2.6.39 in kernel/tegra tuna: android-omap-tuna-3.0 in kernel/omap
As a note, for the curious, we've included the list of kernel repositories at the bottom of http://source.android.com/source/downloading.html so that it's easier to get to them. They're also in the AOSP mirror manifest.
Is there any specific kernel command line or address that needs to be specified while compiling boot.img? Some people are suffering from a very strange issue. With 100% stock boot.img from factory image everything is fine. But just unpacking boot.img and re-packing it again (without changing zImage or any file in ramdisk) causes battery charging issues. It happens when you turn off your device while it's plugged into the charger. After turning off it's not possible to turn it ON without pulling out the battery. Is there any hint you can provide?
> I've just pushed the kernel sources that match the crespo, stingray > and tuna kernel binaries for 4.0.3.
> crespo: android-samsung-3.0-ics-mr1 in kernel/samsung > stingray: android-tegra-moto-2.6.39 in kernel/tegra > tuna: android-omap-tuna-3.0 in kernel/omap
> As a note, for the curious, we've included the list of kernel > repositories at the bottom of > http://source.android.com/source/downloading.html so that it's easier > to get to them. They're also in the AOSP mirror manifest.
> 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.
> -- > You received this message because you are subscribed to the "Android Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en
> Is there any specific kernel command line or address that needs to be > specified while compiling boot.img? Some people are suffering from a > very strange issue. > With 100% stock boot.img from factory image everything is fine. But > just unpacking boot.img and re-packing it again (without changing > zImage or any file in ramdisk) causes > battery charging issues. It happens when you turn off your device > while it's plugged into the charger. After turning off it's not > possible to turn it ON without pulling out the battery. > Is there any hint you can provide?
> thanks!
> 2011/12/17 Jean-Baptiste Queru <j...@android.com>: >> I've just pushed the kernel sources that match the crespo, stingray >> and tuna kernel binaries for 4.0.3.
>> crespo: android-samsung-3.0-ics-mr1 in kernel/samsung >> stingray: android-tegra-moto-2.6.39 in kernel/tegra >> tuna: android-omap-tuna-3.0 in kernel/omap
>> As a note, for the curious, we've included the list of kernel >> repositories at the bottom of >> http://source.android.com/source/downloading.html so that it's easier >> to get to them. They're also in the AOSP mirror manifest.
>> This completes the puzzle. Happy kerneling (?).
>> 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.
>> -- >> You received this message because you are subscribed to the "Android Building" mailing list. >> To post to this group, send email to android-building@googlegroups.com >> To unsubscribe from this group, send email to >> android-building+unsubscribe@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/android-building?hl=en
> -- > You received this message because you are subscribed to the "Android Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en
> I've just pushed the kernel sources that match the crespo, stingray > and tuna kernel binaries for 4.0.3.
> crespo: android-samsung-3.0-ics-mr1 in kernel/samsung > stingray: android-tegra-moto-2.6.39 in kernel/tegra > tuna: android-omap-tuna-3.0 in kernel/omap
> As a note, for the curious, we've included the list of kernel > repositories at the bottom ofhttp://source.android.com/source/downloading.htmlso that it's easier > to get to them. They're also in the AOSP mirror manifest.
> 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.
I've never heard of this issue, but Android is such a large system that there's no way I can be aware of all known issues, especially since that's not really my job as part of AOSP.
On Mon, Dec 19, 2011 at 9:33 AM, meLIanTQ <melian.the.qu...@gmail.com> wrote: > to JBQ:
> I write a post here the 17/12/11 but not validated ...
> the crespo kernel for 4.0.3 contain a wifi bug (France) ...
> Never switch off (the wifi policy is set to never)
> it's a know issue?
> -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en
The default (master) branch is empty. You need to check out the branch or the exact commit you're interested in, depending on what you want to do (e.g. generic omap work, PandaBoard, Galaxy Nexus).
Run "git branch -a" to get the list of branches.
These branches are relevant: remotes/origin/android-omap-3.0 remotes/origin/android-omap-panda-3.0 remotes/origin/android-omap-tuna-3.0 remotes/origin/android-omap-tuna-3.0-mr0 remotes/origin/linux-omap-3.0
> -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en
I use below command order to download kernel but no file disappear, still empty I run the command "git branch -a" and the star mark will show head of kernel name with green color
What's wrong with me?
BTW, which version is for Android 4.0.3? android-omap-tuna-3.0-mr0 ? or android-omap-tuna-3.0? I know what is correct
Thank you!
BR, Alan
//------------------------------------------------------------------------- ------------------------// git clone https://android.googlesource.com/kernel/omap.git git branch -a git checkout -b remotes/origin/android-omap-tuna-3.0-mr0 => message shows: " Switched to a new branch 'remotes/origin/android-omap-tuna-3.0-mr0' " or git checkout -b remotes/origin/android-omap-tuna-3.0 => message shows: " Switched to a new branch 'remotes/origin/android-omap-tuna-3.0' " //------------------------------------------------------------------------- ------------------------//
> The default (master) branch is empty. You need to check out the branch > or the exact commit you're interested in, depending on what you want > to do (e.g. generic omap work, PandaBoard, Galaxy Nexus).
> Run "git branch -a" to get the list of branches.
> These branches are relevant: > remotes/origin/android-omap-3.0 > remotes/origin/android-omap-panda-3.0 > remotes/origin/android-omap-tuna-3.0 > remotes/origin/android-omap-tuna-3.0-mr0 > remotes/origin/linux-omap-3.0
> JBQ
> On Mon, Dec 19, 2011 at 9:58 PM, bluestar8783 <bluestar8...@gmail.com> > wrote: > > Dear Sir:
> > -- > > You received this message because you are subscribed to the "Android > > Building" mailing list. > > To post to this group, send email to android-building@googlegroups.com > > To unsubscribe from this group, send email to > > android-building+unsubscribe@googlegroups.com > > For more options, visit this group at > > http://groups.google.com/group/android-building?hl=en
> 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.
> -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en
If you want the kernel for a specific version, you need to find the exact commit SHA that you want in the history of the kernel binary, and get that exact commit. Don't trust the branches.
On Tue, Dec 20, 2011 at 5:53 PM, bluestar8783 <bluestar8...@gmail.com> wrote: > Dear Sir:
> I use below command order to download kernel > but no file disappear, still empty > I run the command "git branch -a" and the star mark will show head > of kernel name with green color
> What's wrong with me?
> BTW, which version is for Android 4.0.3? android-omap-tuna-3.0-mr0 ? > or android-omap-tuna-3.0? > I know what is correct
> Thank you!
> BR, > Alan
> //------------------------------------------------------------------------- ------------------------// > git clone https://android.googlesource.com/kernel/omap.git > git branch -a > git checkout -b remotes/origin/android-omap-tuna-3.0-mr0 > => message shows: " Switched to a new branch > 'remotes/origin/android-omap-tuna-3.0-mr0' " > or > git checkout -b remotes/origin/android-omap-tuna-3.0 > => message shows: " Switched to a new branch > 'remotes/origin/android-omap-tuna-3.0' " > //------------------------------------------------------------------------- ------------------------//
>> The default (master) branch is empty. You need to check out the branch >> or the exact commit you're interested in, depending on what you want >> to do (e.g. generic omap work, PandaBoard, Galaxy Nexus).
>> Run "git branch -a" to get the list of branches.
>> These branches are relevant: >> remotes/origin/android-omap-3.0 >> remotes/origin/android-omap-panda-3.0 >> remotes/origin/android-omap-tuna-3.0 >> remotes/origin/android-omap-tuna-3.0-mr0 >> remotes/origin/linux-omap-3.0
>> JBQ
>> On Mon, Dec 19, 2011 at 9:58 PM, bluestar8783 <bluestar8...@gmail.com> >> wrote: >> > Dear Sir:
>> > -- >> > You received this message because you are subscribed to the "Android >> > Building" mailing list. >> > To post to this group, send email to android-building@googlegroups.com >> > To unsubscribe from this group, send email to >> > android-building+unsubscribe@googlegroups.com >> > For more options, visit this group at >> > http://groups.google.com/group/android-building?hl=en
>> 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.
>> -- >> You received this message because you are subscribed to the "Android >> Building" mailing list. >> To post to this group, send email to android-building@googlegroups.com >> To unsubscribe from this group, send email to >> android-building+unsubscribe@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/android-building?hl=en
> -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to android-building@googlegroups.com > To unsubscribe from this group, send email to > android-building+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en