Android For OMAP3 with Gstreamer Integration

28 views
Skip to first unread message

Nilly

unread,
Dec 15, 2009, 4:01:19 AM12/15/09
to Beagle Board
Hello All,

I am trying to get android build.while executing step :
I am behind proxy but i have replace the git// with http:// ..
so Instead of

$repo init -u git://labs.embinux.org/repo/android/platform/omap3manifest.git

I am doing
$repo init -u http://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manifest.git/

But I am not getting the whole code.it is stopping in between
prompting NAME and email address.

few endline logs are below:

Getting alternates list for
http://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manife
st.git got 405487bd5324eeee54feb6f06716fd77a2e00d8f
got 2b0860960284266573a8f8b0bce0d7ad07631abe
Getting pack list for
http://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manife
st.git got 5b8a33863cb07015933ef8fd3869ff0cddbb633c
Getting index for pack 0cc8438cc8f56af6d274de72a8bef2fda2367c4e
Getting pack 0cc8438cc8f56af6d274de72a8bef2fda2367c4e
 which contains bb628918f1d130934657d720ab9a29ac8c934a25
walk bb628918f1d130934657d720ab9a29ac8c934a25
From
http://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manife
st
 * [new branch]      master     -> origin/master

Your Name  [nilam]: nilam
Your Email [nilam@ubuntu-2.(none)]: ni...@oriolesoftware.com

Your identity is: nilam <ni...@oriolesoftware.com> is this correct
[yes/no]? y


even if i enter it...its not going ahead and asking me the same
detail....





Kindly help....i am stuck in it...

Thanks in advance

Regards,
Niral

amarnath

unread,
Dec 15, 2009, 4:27:17 AM12/15/09
to ni...@oriolesoftware.com, labs-e...@googlegroups.com, Beagle Board
Nilly,

We have updated the git manifest in labs.embinux.org
please clone from the below link :

git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle
<http://labs.embinux.org/git/cgit.cgi/android-omap3/repo/android/platform/manifest.git/log/?h=gstreamer-cupcake-omap-beagle>

While cloning type 'yes' here instead of 'y'


Your identity is: nilam <ni...@oriolesoftware.com> is this correct
[yes/no]? y


Regards,
Amarnath Alamuri
> --
>
> You received this message because you are subscribed to the Google Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
>
>
>
>


--
Thanks & Regards,
Amarnath Alamuri
Associate Embedded Software Engineer,
Embedded and Wireless Services (EMBINUX group),
SQLStar International Limited(/Inc.).
Phone: +91 40 2310 1600
email address : amarnath...@embinux.com,amarn...@sqlstar.com

Nilly

unread,
Dec 15, 2009, 5:02:14 AM12/15/09
to Beagle Board
Hi Amarnath,

I am trying it but now it is not reaching there also.

waiting at
repo init -u http://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manif...

finally saying connection time out.

Regards,
Niral

On Dec 15, 2:27 pm, amarnath <amarnath.alam...@embinux.com> wrote:
> Nilly,
>
> We have updated the git manifest in labs.embinux.org
>     please clone from the below link  :
>
> git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla tform/manifest.git
> -b gstreamer-cupcake-omap-beagle
> <http://labs.embinux.org/git/cgit.cgi/android-omap3/repo/android/platf...>
>
> While cloning type 'yes' here instead of 'y'
>
>  Your identity is: nilam <ni...@oriolesoftware.com> is this correct
>  [yes/no]? y
>
> Regards,
> Amarnath Alamuri
>
>
>
>
>
> Nilly wrote:
> > Hello All,
>
> > I am trying to get android build.while executing step :
> > I am behind proxy but i have replace the git// with http:// ..
> > so Instead of
>
> > $repo init -u git://labs.embinux.org/repo/android/platform/omap3manifest.git
>
> > I am doing
> > $repo init -uhttp://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manif...
> > For more options, visit this group athttp://groups.google.com/group/beagleboard?hl=en.
>
> --
> Thanks & Regards,
> Amarnath Alamuri
> Associate Embedded Software Engineer,
> Embedded and Wireless Services (EMBINUX group),
> SQLStar International Limited(/Inc.).
> Phone: +91 40 2310 1600
> email address : amarnath.alam...@embinux.com,amarnat...@sqlstar.com

Partha

unread,
Dec 15, 2009, 5:33:54 AM12/15/09
to beagl...@googlegroups.com
Nilly,

Try
'rm -rf .repo' in your working directory ,after that do

'repo init -u
git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla
tform/manifest.git -b gstreamer-cupcake-omap-beagle'

after that ,

repo sync


Please let me know.

Regards
Partha

Nilly

unread,
Dec 15, 2009, 6:13:44 AM12/15/09
to Beagle Board
Partha,

Sorry for late reply...
No its not helping,

nilam@ubuntu-2:~/bin/omap3droid$ repo init -u
git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle
Getting repo ...
from http://android.git.kernel.org/tools/repo.git

fatal: http://android.git.kernel.org/tools/repo.git/info/refs download
error - Failed connect to android.git.kernel.org:3128; Operation now
in progress


Regards,
Niral

On Dec 15, 3:33 pm, Partha <partha.acha...@embinux.com> wrote:
> Nilly,
>
> Try
> 'rm -rf .repo' in your working directory ,after that do
>
> 'repo init  -u
> git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla
> tform/manifest.git -b gstreamer-cupcake-omap-beagle'
>
> after that ,
>
> repo sync
>
> Please let me know.
>
> Regards
> Partha
>
> Nilly wrote:
> > Hi Amarnath,
>
> > I am trying it but now it is not reaching there also.
>
> > waiting at
> > repo init -uhttp://labs.embinux.org/git/cgit.cgi/repo/android/platform/omap3manif...

Robert P. J. Day

unread,
Dec 15, 2009, 6:23:48 AM12/15/09
to beagl...@googlegroups.com
On Tue, 15 Dec 2009, Partha wrote:

> Nilly,
>
> Try
> 'rm -rf .repo' in your working directory ,after that do
>
> 'repo init -u
> git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla
> tform/manifest.git -b gstreamer-cupcake-omap-beagle'
>
> after that ,
>
> repo sync
>
>
> Please let me know.
>
> Regards
> Partha

in cases like this, it's best to have a web page with a clear and
explicit set of instructions, then ask people to follow those
instructions *exactly* and identify the precise step where things went
wrong, rather than reproduce instructions constantly on the mailing
list.

rday
--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA

Linux Consulting, Training and Kernel Pedantry.

Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================

Partha

unread,
Dec 15, 2009, 6:39:56 AM12/15/09
to beagl...@googlegroups.com
Nilly,

It is working at our side , I think the problem is coming from

'android.git.kernel.org/tools/repo.git' try once again 'repo init ...'

Regards
Partha

Partha

unread,
Dec 15, 2009, 6:41:05 AM12/15/09
to beagl...@googlegroups.com
Robert,

The instructions are already updated at labs.embinux.org.

Regards
Partha

Nilly

unread,
Dec 15, 2009, 6:51:57 AM12/15/09
to Beagle Board
Partha,

Tried after sometime and it is working... but now after getting
repo....

Getting manifest ...
from http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
fatal: http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git/info/refs
not found: did you run git update-server-info on the server?
fatal: cannot obtain manifest
http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git

I am trying

repo init -u http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle

instead git i am using http:// will it make difference?

Thanks for help.

Regards,
Niral

Nilly

unread,
Dec 15, 2009, 6:52:06 AM12/15/09
to Beagle Board
Partha,

Tried after sometime and it is working... but now after getting
repo....

Getting manifest ...
from http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
fatal: http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git/info/refs
not found: did you run git update-server-info on the server?
fatal: cannot obtain manifest
http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git

I am trying

repo init -u http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle

instead git i am using http:// will it make difference?

Thanks for help.

Regards,
Niral

On Dec 15, 4:41 pm, Partha <partha.acha...@embinux.com> wrote:

Nilly

unread,
Dec 15, 2009, 6:53:33 AM12/15/09
to Beagle Board
Partha,

Tried after sometime and it is working... but now after getting
repo....

Getting manifest ...
from http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
fatal: http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git/info/refs
not found: did you run git update-server-info on the server?
fatal: cannot obtain manifest
http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git

I am trying

repo init -u http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle

instead git i am using http:// will it make difference?

Thanks for help.

Regards,
Niral

On Dec 15, 4:41 pm, Partha <partha.acha...@embinux.com> wrote:

Nilly

unread,
Dec 15, 2009, 6:54:07 AM12/15/09
to Beagle Board
Partha,

Tried after sometime and it is working... but now after getting
repo....

Getting manifest ...
from http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
fatal: http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git/info/refs
not found: did you run git update-server-info on the server?
fatal: cannot obtain manifest
http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git

I am trying

repo init -u http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git
-b gstreamer-cupcake-omap-beagle

instead git i am using http:// will it make difference?

Thanks for help.

Regards,
Niral

On Dec 15, 4:41 pm, Partha <partha.acha...@embinux.com> wrote:

Nilly

unread,
Dec 15, 2009, 7:09:11 AM12/15/09
to Beagle Board
Sorry For multiple post.

Any suggestions??

Regards,
Niral

On Dec 15, 4:54 pm, Nilly <ni...@oriolesoftware.com> wrote:
> Partha,
>
> Tried after sometime and it is working... but now after getting
> repo....
>
> Getting manifest ...
>    fromhttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...
> fatal:http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...
> not found: did you run git update-server-info on the server?
> fatal: cannot obtain manifesthttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...
>
> I am trying
>
> repo init -uhttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...

Partha

unread,
Dec 15, 2009, 7:18:11 AM12/15/09
to beagl...@googlegroups.com
Nilly,

Please use 'git' instead of 'http' , the path defined for http conf may
differ with the git-repo-path.

Regards
Partha

Nilly

unread,
Dec 15, 2009, 9:01:02 AM12/15/09
to Beagle Board
Hi Partha,

I am not able to use git:// it is giving me error -- write error
broken pipe.I have searched over internet but not finding any proper
solution.If you have any idea regarding this than kindly help

or

can u please give me the http:// path for it as I am able to use repo
init and repo sync for after changing all git:// to http://.

Thx for help.
Regards,
Niral

Partha

unread,
Dec 15, 2009, 11:08:41 PM12/15/09
to beagl...@googlegroups.com
Nilly,

Problem is not with the git. Your repo perhaps giving problem. Please
update/install the repo using the following link :

http://source.android.com/download

Regards
Partha

king

unread,
Dec 15, 2009, 11:14:09 PM12/15/09
to Beagle Board
I always get these:

Fetching projects: 5% (7/131)
Initializing project repo/android/platform/development ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch repo/android/platform/development

I have tried many time and everytime it stop at Fetching projects:
5% (7/131).
Does anyone know what have happened? and what is the matter??

Thx for help!

Thanks and Regards,
King.S

amarnath

unread,
Dec 16, 2009, 1:07:32 AM12/16/09
to king06...@gmail.com, Beagle Board, labs-e...@googlegroups.com
King,

From our side its working fine after giving repo sync.

We also sometime get the 'remote end hang up' problem while fetching the
gits from google .

please follow the link
http://android.amberfog.com/?p=230
after that try repo sync

Regards,
Amarnath Alamuri
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
>
>
>
>


--
Thanks & Regards,
Amarnath Alamuri
Associate Embedded Software Engineer,
Embedded and Wireless Services (EMBINUX group),
SQLStar International Limited(/Inc.).
Phone: +91 40 2310 1600
email address : amarnath...@embinux.com,amarn...@sqlstar.com

Nilly

unread,
Dec 16, 2009, 1:30:30 AM12/16/09
to Beagle Board
Working now..
thx...

but while doing repo sync why it is sometimes saying

Initializing project repo/corelibs/multimedia/gst-plugins-android ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch repo/corelibs/multimedia/gst-plugins-android

is it related to some server problem....

King I am facing same problem.

partha,
Any suggestion?

Regards,
Niral

king

unread,
Dec 16, 2009, 2:00:01 AM12/16/09
to Beagle Board
Hi,Amarnath Alamuri,

i follow the link and do repo sync again but it give out these:
Traceback (most recent call last):
File "/media/19GB/omap3droid/.repo/repo/main.py", line 42, in
<module>
from subcmds import all as all_commands
File "/media/19GB/omap3droid/.repo/repo/subcmds/__init__.py", line
36, in <module>
['%s' % name])
File "/media/19GB/omap3droid/.repo/repo/subcmds/selfupdate.py", line
20, in <module>
from subcmds.sync import _PostRepoUpgrade
File "/media/19GB/omap3droid/.repo/repo/subcmds/sync.py", line 115
if project.Sync_NetworkHalf():
^
IndentationError: expected an indented block

what shd i do??

Thanks and Regards,

King.S
> > For more options, visit this group athttp://groups.google.com/group/beagleboard?hl=en.
>
> --
> Thanks & Regards,
> Amarnath Alamuri
> Associate Embedded Software Engineer,
> Embedded and Wireless Services (EMBINUX group),
> SQLStar International Limited(/Inc.).
> Phone: +91 40 2310 1600
> email address : amarnath.alam...@embinux.com,amarnat...@sqlstar.com

amarnath

unread,
Dec 16, 2009, 2:37:42 AM12/16/09
to kong sit, Beagle Board, labs-e...@googlegroups.com
king,

Please follow the python indentation standards correctly,

for project in projects:
pm.update()
-> while True:
-> if project.Sync_NetworkHalf():
-> fetched.add(project.gitdir)
-> break
else:
print >>sys.stderr, 'error: Cannot fetch %s' % project.name

Regards,
Amarnath Alamuri

kong sit wrote:
> Hi,Amarnath Alamuri,
>
> i follow the link and do repo sync again but it give out these:
> Traceback (most recent call last):
> File "/media/19GB/omap3droid/.repo/repo/main.py", line 42, in <module>
> from subcmds import all as all_commands
> File "/media/19GB/omap3droid/.repo/repo/subcmds/__init__.py", line 36,
> in <module>
> ['%s' % name])
> File "/media/19GB/omap3droid/.repo/repo/subcmds/selfupdate.py", line
> 20, in <module>
> from subcmds.sync import _PostRepoUpgrade
> File "/media/19GB/omap3droid/.repo/repo/subcmds/sync.py", line 115
> if project.Sync_NetworkHalf():
> ^
> IndentationError: expected an indented block
>
> do i need to do
> repo init -u git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git <http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git> -b gstreamer-cupcake-omap-beagle
>
>
>
> again?
>
> Thanks and Regards,
>
> King.S
>
> 2009/12/16 amarnath <amarnath...@embinux.com
> <mailto:amarnath...@embinux.com>>
>
> King,
>
> From our side its working fine after giving repo sync.
>
> We also sometime get the 'remote end hang up' problem while
> fetching the
> gits from google .
>
> please follow the link
> http://android.amberfog.com/?p=230
> after that try repo sync
>
> Regards,
> Amarnath Alamuri
>
> king wrote:
> > I always get these:
> >
> > Fetching projects: 5% (7/131)
> > Initializing project repo/android/platform/development ...
> > fatal: The remote end hung up unexpectedly
> > error: Cannot fetch repo/android/platform/development
> >
> > I have tried many time and everytime it stop at Fetching projects:
> > 5% (7/131).
> > Does anyone know what have happened? and what is the matter??
> >
> > Thx for help!
> >
> > Thanks and Regards,
> > King.S
> >
> > On 12嚙踝蕭15嚙踝蕭, 嚙磊嚙踝蕭10嚙踝蕭01嚙踝蕭, Nilly <ni...@oriolesoftware.com
> <mailto:ni...@oriolesoftware.com>> wrote:
> >
> >> Hi Partha,
> >>
> >> I am not able to use git:// it is giving me error -- write error
> >> broken pipe.I have searched over internet but not finding any
> proper
> >> solution.If you have any idea regarding this than kindly help
> >>
> >> or
> >>
> >> can u please give me the http:// path for it as I am able to
> use repo
> >> init and repo sync for after changing all git:// to http://.
> >>
> >> Thx for help.
> >> Regards,
> >> Niral
> >>
> >> On Dec 15, 5:18 pm, Partha <partha.acha...@embinux.com
> <mailto:partha.acha...@embinux.com>> wrote:
> >>
> >>
> >>> Nilly,
> >>>
> >>> Please use 'git' instead of 'http' , the path defined for http
> conf may
> >>> differ with the git-repo-path.
> >>>
> >>> Regards
> >>> Partha
> >>>
> >>> Nilly wrote:
> >>>
> >>>> Sorry For multiple post.
> >>>>
> >>>> Any suggestions??
> >>>>
> >>>> Regards,
> >>>> Niral
> >>>>
> >>>> On Dec 15, 4:54 pm, Nilly <ni...@oriolesoftware.com
> <mailto:ni...@oriolesoftware.com>> wrote:
> >>>>
> >>>>> Partha,
> >>>>>
> >>>>> Tried after sometime and it is working... but now after getting
> >>>>> repo....
> >>>>>
> >>>>> Getting manifest ...
> >>>>>
> fromhttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.
> <http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.>..
> >>>>>
> fatal:http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...
> >>>>> not found: did you run git update-server-info on the server?
> >>>>> fatal: cannot obtain
> manifesthttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.
> <http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.>..
> >>>>>
> >>>>> I am trying
> >>>>>
> >>>>> repo init
> -uhttp://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.
> <http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr.>..
> >>>>> -b gstreamer-cupcake-omap-beagle
> >>>>>
> >>>>> instead git i am using http:// will it make difference?
> >>>>>
> >>>>> Thanks for help.
> >>>>>
> >>>>> Regards,Niral
> >>>>>
> >>>>> On Dec 15, 4:41 pm, Partha <partha.acha...@embinux.com
> <mailto:partha.acha...@embinux.com>> wrote:
> >>>>>
> >>>>>> Robert,
> >>>>>>
> >>>>>> The instructions are already updated at labs.embinux.org
> <http://labs.embinux.org>.
> >>>>>>
> >>>>>> Regards
> >>>>>> Partha
> >>>>>> Robert P. J. Day wrote:
> >>>>>>
> >>>>>>> On Tue, 15 Dec 2009, Partha wrote:
> >>>>>>>
> >>>>>>>> Nilly,
> >>>>>>>>
> >>>>>>>> Try
> >>>>>>>> 'rm -rf .repo' in your working directory ,after that do
> >>>>>>>>
> >>>>>>>> 'repo init -u
> >>>>>>>>
> git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla
> <http://labs.embinux.org/embinux-android-build/android-omap3/repo/android/pla>
> beagl...@googlegroups.com <mailto:beagl...@googlegroups.com>.
> >>>>>>> To unsubscribe from this group, send email to
> beagleboard...@googlegroups.com
> <mailto:beagleboard%2Bunsu...@googlegroups.com>.
> >>>>>>> For more options, visit this group
> athttp://groups.google.com/group/beagleboard?hl=en
> <http://groups.google.com/group/beagleboard?hl=en>.
> >>>>>>>
> >>>> --
> >>>>
> >>>> You received this message because you are subscribed to the
> Google Groups "Beagle Board" group.
> >>>> To post to this group, send email to
> beagl...@googlegroups.com <mailto:beagl...@googlegroups.com>.
> >>>> To unsubscribe from this group, send email to
> beagleboard...@googlegroups.com
> <mailto:beagleboard%2Bunsu...@googlegroups.com>.
> >>>> For more options, visit this group
> athttp://groups.google.com/group/beagleboard?hl=en
> <http://groups.google.com/group/beagleboard?hl=en>.
> >>>>
> >
> > --
> >
> > You received this message because you are subscribed to the
> Google Groups "Beagle Board" group.
> > To post to this group, send email to
> beagl...@googlegroups.com <mailto:beagl...@googlegroups.com>.
> > To unsubscribe from this group, send email to
> beagleboard...@googlegroups.com
> <mailto:beagleboard%2Bunsu...@googlegroups.com>.
> > For more options, visit this group at
> http://groups.google.com/group/beagleboard?hl=en.
> >
> >
> >
> >
>
>
> --
> Thanks & Regards,
> Amarnath Alamuri
> Associate Embedded Software Engineer,
> Embedded and Wireless Services (EMBINUX group),
> SQLStar International Limited(/Inc.).
> Phone: +91 40 2310 1600
> email address : amarnath...@embinux.com
> <mailto:amarnath...@embinux.com>,amarn...@sqlstar.com
> <mailto:amarn...@sqlstar.com>
>
>
>
>
> --
> Thanks and Regards,
> King.S

king

unread,
Dec 16, 2009, 2:42:03 AM12/16/09
to Beagle Board
OK, working now .

THX!

Thanks and Regards,
King.S
> > repo init -u git://labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git <http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...> -b gstreamer-cupcake-omap-beagle
>
> > again?
>
> > Thanks and Regards,
>
> > King.S
>
> > 2009/12/16 amarnath <amarnath.alam...@embinux.com
> > <mailto:amarnath.alam...@embinux.com>>
>
> > King,
>
> > From our side its working fine after giving repo sync.
>
> > We also sometime get the 'remote end hang up' problem while
> > fetching the
> > gits from google .
>
> > please follow the link
> > http://android.amberfog.com/?p=230
> > after that try repo sync
>
> > Regards,
> > Amarnath Alamuri
>
> > king wrote:
> > > I always get these:
>
> > > Fetching projects: 5% (7/131)
> > > Initializing project repo/android/platform/development ...
> > > fatal: The remote end hung up unexpectedly
> > > error: Cannot fetch repo/android/platform/development
>
> > > I have tried many time and everytime it stop at Fetching projects:
> > > 5% (7/131).
> > > Does anyone know what have happened? and what is the matter??
>
> > > Thx for help!
>
> > > Thanks and Regards,
> > > King.S
>
> > > On 12 15 , U 10 01 , Nilly <ni...@oriolesoftware.com
> > <http://labs.embinux.org/embinux-android-build/android-omap3/repo/andr...>
> > email address : amarnath.alam...@embinux.com
> > <mailto:amarnath.alam...@embinux.com>,amarnat...@sqlstar.com
> > <mailto:amarnat...@sqlstar.com>
>
> > --
> > Thanks and Regards,
> > King.S
>
> --
> Thanks & Regards,
> Amarnath Alamuri
> Associate Embedded Software Engineer,
> Embedded and Wireless Services (EMBINUX group),
> SQLStar International Limited(/Inc.).
> Phone: +91 40 2310 1600
> email address : amarnath.alam...@embinux.com,amarnat...@sqlstar.com

Nilly

unread,
Dec 16, 2009, 3:39:52 AM12/16/09
to Beagle Board
Hi Worked out.
Thx amarnath and partha.

But after fetching everything it is giving error:

error: revision android-gst-cupcake in repo/android/platform/
frameworks/policies/base not found

Regards,
Niral

king

unread,
Dec 16, 2009, 5:09:38 AM12/16/09
to Beagle Board
me too the same problem:
Fetching projects: 100% (131/131), done.
error: revision android-gst-cupcake in repo/android/platform/
frameworks/policies/base not found

Thanks and Regards,
King.S

Nilly

unread,
Dec 16, 2009, 5:28:25 AM12/16/09
to Beagle Board
Amarnath partha,

Any suggestion?
Stuck in that.

Regards,
Niral
> ...
>
> read more >>

amarnath

unread,
Dec 16, 2009, 7:48:14 AM12/16/09
to beagl...@googlegroups.com, labs-e...@googlegroups.com
Hi,

The problem has been resolved. Now you can sync the gstreamer-cupcake build.

Regards,
Amarnath Alamuri


Nilly wrote:
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
>
>
>
>


--
Thanks & Regards,
Amarnath Alamuri
Associate Embedded Software Engineer,
Embedded and Wireless Services (EMBINUX group),
SQLStar International Limited(/Inc.).
Phone: +91 40 2310 1600
email address : amarnath...@embinux.com,amarn...@sqlstar.com

Nilly

unread,
Dec 16, 2009, 8:15:09 AM12/16/09
to Beagle Board
DO i have to do repo init also or only repo sync will work?
> > For more options, visit this group athttp://groups.google.com/group/beagleboard?hl=en.
>
> --
> Thanks & Regards,
> Amarnath Alamuri
> Associate Embedded Software Engineer,
> Embedded and Wireless Services (EMBINUX group),
> SQLStar International Limited(/Inc.).
> Phone: +91 40 2310 1600
> email address : amarnath.alam...@embinux.com,amarnat...@sqlstar.com

Nilly

unread,
Dec 16, 2009, 11:59:24 PM12/16/09
to Beagle Board
It was giving error ...
I have done
rm -rf .repo
repo init .....
repo sync

Working guys thk you very much....
Able to do repo sync now.

Hi do i have to explicitly install and set path for the given tool
chain on your page? --- >Embinux-Android Toolchain or it will part of
the repository and and set the path automatically.....

In your page it is written that
cd ~/Android_build
but in that page we haven't made the Android_build directory.

Kindly correct me If I am wrong.
Regards,
Niral


Regards,
Niral

> ...
>
> read more »

Reply all
Reply to author
Forward
0 new messages