• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Got Ubuntu 11.04

in the link android open source add the commands they have given after installing git like usb acess such things.....after that click download source in the link which i gave it is in the last line...
 
hey sam while using this command
repo sync
it started downloading some files and some of them are failing and some are downloaded what to do now see down for error
varun@ubuntu:~/WORKING_DIRECTORY$ repo sync
Receiving objects: 100% (88/88), 33.62 KiB, done.
Resolving deltas: 100% (32/32), done.
From /home/varun/WORKING_DIRECTORY/.repo/projects/bootable/diskinstaller.git/clone.bundle
* [new branch] master -> aosp/master
* [new branch] gingerbread -> aosp/gingerbread
error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
Receiving objects: 100% (128/128), 81.15 KiB, done.
Resolving deltas: 100% (59/59), done.
From /home/varun/WORKING_DIRECTORY/.repo/projects/bootable/bootloader/legacy.git/clone.bundle
* [new branch] master -> aosp/master
* [new branch] gingerbread -> aosp/gingerbread
error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/bootable/diskinstaller
Downloading bionic: 50% (1MB/2MB) error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/bootable/bootloader/legacy
Downloading bootable/recovery: 100% (1MB/1MB)
 
i think its a network error see in the link i gave ,...see if you have dobe everything before downloading....in that it shows network failure ...what speed you have
 
do this in command ....before posting ...try google first i just googled your one line and found this line to solve in git website

Use git:// or git+ssh://, not https
 
20kbps???
that's EDGE/GPRS download speed right??

isnt the GB source about 3GB?

that is what i am thinking with a speed of 8mbs it takes upto 2hours to download after removing some crap...with a speed of 20..it will take days or hours
 
that is what i am thinking with a speed of 8mbs it takes upto 2hours to download after removing some crap...with a speed of 20..it will take days or hours


Let it take as much time it want to take I m ready to keep it for Weeks.
But I m very worried about it that in or area MSEB puts of the light for am hour or two.
Before this when there was no load shedding I have successfully downloaded Harry potter and deathly hallows part 1 game whichwas of size 6.99GB.
It completed in 4 days 6 hours.
Lol.....
Then the source is just 2-3GB.
I can download it in 2 days bt main problem is of lights.
If they of in middle then poof!!!!!!!
 
this are git servers which are always busy ....you got one error in downloading because the server didnt respond or you had low speed...but still try to download....after downloading you will face one problem kernel...
 
i think you need a .35 kernel to make it boot...but leave it first make build then we can solve the kernel problem ....are you downloading source or not
 
i think you need a .35 kernel to make it boot...but leave it first make build then we can solve the kernel problem ....are you downloading source or not


No power supply in south Maharashtra from 2:33 pm due to burst of 6 transformers.
hope for power supply till morning
Charged my mobile from charged UPS of my PC.
 
hey i have got working servers which run repo sync fluently from Mark Renouf
link=https://plus.google.com/100301252568537087423/posts/3NngLGAjVgG
according to this link i initialized repo successfully but Mark Renouf is talking about some script we should run to generate manifest.xml which will replace the old google servers with new git servers which are stable now and make the repo sync error free.
can u tell me which is that script and how to run it in terminal.
 
in that post....use the url which he has given after entering first two commands

Description: Create local_manifest.xml for GitHub mirrors of Android. Public Clone URL: git://gist.github.com/1209943.git. Give this clone URL to anyone. git clone git://gist.github.com/1209943.git gi...

or this

cp your_local_mainifest.xml .repo/manifests
repo init -m your_local_manifest.xml
repo sync
 
Back
Top Bottom