Hi,

I had a similar issue in downloading the kernel source from
http://source.android.com/source/downloading.html . What I did after
the successful download was to checkout the right branch. Then got the
source files.

git branch -r (will list the remote branches)

git checkout -t origin/android-goldfish-2.6.29 -b goldfish (will
checkout the files - mycase goldfish)

Hope this will give some additional help.
http://stackoverflow.com/questions/1809774/android-kernel-compile-and-test-with-android-emulator

I needed the kernel for the emulator, Nexus S no idea.
BR

On Feb 7, 8:47 am, rush chen <[email protected]> wrote:
> Hi,
>   Basically, the repo is help to get gits easily. So you can get from the
> github I think and put it on the right place.
> Best Regards,
>
>
>
>
>
>
>
> On Thu, Feb 2, 2012 at 4:54 PM, Pinas <[email protected]> wrote:
> > Hello,
>
> > well before starting with any kernel related work I need the kernel
> > source but i have no idea how to get it.
>
> > I use this howtohttp://source.android.com/source/downloading.html
> > ("Getting Kernels" part) but whenever I execute the command the only
> > thing I get after an apparently successful download are some folders
> > and a 400 Mb .pack file. When I trie to clone the git repo with e.g.
> > the eclipse git plugin an exception is thrown.
>
> > Any ideas what's wrong with the git repo or with my approach, or does
> > anyone knows another source where to get the kernel source code from.
> > I don't think that it is available viahttp://opensource.samsung.com/
>
> > Btw: I need the kernel for a Nexus S running ICS (official update).
>
> > Thank you very much :)
>
> > --
> > unsubscribe: [email protected]
> > website:http://groups.google.com/group/android-kernel

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to