Re: [android-developers] Problem in getting Android source code from Google repo

2011-12-26 Thread Yang Bo
Try android.googlesource.com.
在 2011-12-26 下午6:48,"srinivasan shanmugam" 写道:

> Hi,
>
>
> When i was getting android source code by executing the following
> commands:
>
>$ curl http://android.git.kernel.org/repo > ./repo
>
>$ chmod a+x ./repo
>
>$ ./repo init -u git://android.git.kernel.org/platform/manifest.git
> -b gingerbread
>
> I was facing the below errors could any body kindly do the needful in
> reolving the below errors:
>
> Get git://android.git.kernel.org/platform/manifest.git
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
> fatal: cannot obtain manifest git://
> android.git.kernel.org/platform/manifest.git
> lucid@ubuntu:~/myandroid$ repo init -u git://
> android.git.kernel.org/platform/manifest.git
> -b gingerbread
> Get git://android.git.kernel.org/platform/manifest.git
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
> fatal: cannot obtain manifest git://
> android.git.kernel.org/platform/manifest.git
>
> Kindly do the needful as soon as possible,
>
> Thanks,
> Srinivasan S
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Problem in getting Android source code from Google repo

2011-12-26 Thread srinivasan shanmugam
Hi,


When i was getting android source code by executing the following
commands:

$ curl http://android.git.kernel.org/repo > ./repo

$ chmod a+x ./repo

$ ./repo init -u git://android.git.kernel.org/platform/manifest.git
-b gingerbread

I was facing the below errors could any body kindly do the needful in
reolving the below errors:

Get git://android.git.kernel.org/platform/manifest.git
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git
lucid@ubuntu:~/myandroid$ repo init -u 
git://android.git.kernel.org/platform/manifest.git
-b gingerbread
Get git://android.git.kernel.org/platform/manifest.git
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git

Kindly do the needful as soon as possible,

Thanks,
Srinivasan S

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Problem in getting Android source code from Google repo

2011-11-13 Thread chengdong diao
see the http://source.android.com   dowload ,
the url has changed

2011/11/11 srinivasan shanmugam 

> Hi,
>
> As specified in the
> i.MX Android R9.4 User Guide
>
> in section
> 2. Build Android for i.MX
> 2.1 Get Android Source Code (Android/Kernel/U-Boot)
>
> While getting the Android source code from Google repo, wen i was
> executing the  following step:
>
> ubuntu@ubuntu-laptop:~/myandroid$ ./repo init -u
> git://android.git.kernel.org/platform/manifest.git -b android-2.2.1_r1
>
>
>
> I was facing the below problem while downloading the android-2.2.1_r1
> in the terminal window  of ubuntu
>
>
> Getting manifest ...
>   from git://android.git.kernel.org/platform/manifest.git
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
> fatal: cannot obtain manifest git://
> android.git.kernel.org/platform/manifest.git
> ubuntu@ubuntu-laptop:~/myandroid$
>
>
>
> Could ne body pls kindly do the needful in resolving the above issue
> so that i can proceed further
>
>
>
> ne help would be greatly appreciated
>
>
>
> Awaiting for your replies
>
> Thanks!
>
> Srinivasan
>
> mail id:srinivasan@gmail.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Problem in getting Android source code from Google repo

2011-11-11 Thread srinivasan shanmugam
Hi,

As specified in the
i.MX Android R9.4 User Guide

in section
2. Build Android for i.MX
2.1 Get Android Source Code (Android/Kernel/U-Boot)

While getting the Android source code from Google repo, wen i was
executing the  following step:

ubuntu@ubuntu-laptop:~/myandroid$ ./repo init -u
git://android.git.kernel.org/platform/manifest.git -b android-2.2.1_r1



I was facing the below problem while downloading the android-2.2.1_r1
in the terminal window  of ubuntu


Getting manifest ...
   from git://android.git.kernel.org/platform/manifest.git
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git
ubuntu@ubuntu-laptop:~/myandroid$



Could ne body pls kindly do the needful in resolving the above issue
so that i can proceed further



ne help would be greatly appreciated



Awaiting for your replies

Thanks!

Srinivasan

mail id:srinivasan@gmail.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en