Re: [android-kernel] Help - Kernel branches omap, common branches are not syncing for fresh downloads?

2010-06-24 Thread Manvendra Pratap Singh
Hi Sankar, If you are looking to download prebuilt, try cloning it. git clone git://android.git.kernel.org/platform/prebuilt --- Manav On Thu, Jun 24, 2010 at 9:27 AM, Tammana wrote: > Hi All, > > I am trying to fresh download for omap branch (In fact first time). I > could not succeed to dow

[android-kernel] Re: what kind of Android Virtual Device can be used as the emulator for ADP2

2010-06-24 Thread xlshe
It's OK now. Thank you, Manvendra. On Jun 24, 1:13 am, Manvendra Pratap Singh wrote: > After "git clone git://android.git.kernel.org/kernel/common.git" , Try > giving "git branch -r " . Then you will find following output: > > desktop:common$ git branch -r >   origin/HEAD -> origin/android-2.6.27

[android-kernel] Help to map kernel branch for Master branch (git://android.git.kernel.org/platform/manifest.git) code

2010-06-24 Thread Tammana
Hi All, I downloaded the Android source code from "git:// android.git.kernel.org/platform/manifest.git" (Master branch) and able to compile and running. Now I would like to download the kernel part (Need to compile some kernel modules not yet decided which device/ OEM) which is not downloaded alo

Re: [android-kernel] Re: Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-24 Thread radovan lekanovic
Hi You can use dmesg to see the printk logs. Just type "dmesg" or you can use adb like this: adb shell 'cat /proc/kmsg' BR Raso 2010/6/19 xlshe > Hi, Gary > > I am starting to do something in the kernel. But I don't know how to > read the information from the printk() in android phone OS. Beca

[android-kernel] Help - Kernel branches omap, common branches are not syncing for fresh downloads?

2010-06-24 Thread Tammana
Hi All, I am trying to fresh download for omap branch (In fact first time). I could not succeed to download. I am getting error like given below. error: Unable to get pack file http://android.git.kernel.org/platform/prebuilt.git/objects/pack/pack-1ac7fccd748c0ebf9f5419b2e93f55c6ed87fdb4.pack The