[New Update] GRA-L09_Europe_GRA-L09C432B200 - Miscellaneous Android Development

[New Update] GRA-L09_Europe_GRA-L09C432B200
Touch plus available now

Related

[GUIDE][TUTORIAL]Building B2G(FireFox OS) For Pico From Source

Ok guyz, here I am posting a detailed tutorial about building FireFox OS for Pico from source
IMPORTANT: This guide is based on building FireFox OS on Ubuntu 10.04, so you should use the same. Other versions of Ubuntu may NOT work with this guide.
SYSTEM REQUIREMENTS
An installed 64-bit version of Ubuntu OS ( I am using Ubuntu 10.04 and strongly recommend you the same )
At least 4 GB of RAM
Atleast 20 GB of available hard-disk space
PREREQUISITES
You need to install the following packages:
Code:
[COLOR=Blue]$ sudo apt-get install autoconf2.13 bison bzip2 ccache curl flex gawk gcc g++ g++-multilib git ia32-libs lib32ncurses5-dev lib32z1-dev libgl1-mesa-dev libx11-dev make zip[/COLOR]
INITIALISING BUILD ENVIRONMENT
1. Clone B2G repo from my github to your working directory:
Code:
[COLOR=Blue]git clone https://github.com/cuteprince/B2G.git[/COLOR]
This will create a directory named B2G inside your working folder.
NOTE: Cloning the above repo will download the basic scripts and stuffs. So it will finish quickly.
2. Open a terminal window and navigate to your B2G directory. Now run the following command:
Code:
[COLOR=Blue]./config.sh pico[/COLOR]
NOTE: This is where real source downloading/synchronization happens. Depending on your network speed it may vary from 30 mins. to several hours. The total size is around 5.2 GB.
3. Download the file http://www.mediafire.com/?pipgixfncje4pix
Now copy the downloaded hardware.tar.gz to the root of B2G folder and extract it. This will create a folder named 'hardware' inside your B2G folder.
4. I am using inline kernel compilation. So download my kernel source from here: http://www.mediafire.com/download.php?0zaeq1nbqm34plh
Now goto your B2G directory and create directories in the following manner: kernel/htc/pico
Goto kernel/htc/pico and extract kernel source here, so that finally it should look like this:
B2G/kernel/htc/pico/<Kernel Source>
The Kernel source must contain an AndroidKernel.mk file for inline compilation.
Download it from here http://www.mediafire.com/?9siuvtfbl9w3c30 and place it at the root of Kernel source.
COMPILE SOURCE
To start compiling run the following command:
Code:
[COLOR=Blue]./build.sh -j3[/COLOR]
COMPILATION ERRORS
1. The very first error you are likely going to face will be this:
Code:
[COLOR=Blue]make: *** No rule to make target `out/target/product/pico/obj/KERNEL_OBJ/usr', needed by `out/target/product/pico/obj/SHARED_LIBRARIES/libstagefright_intermediates/ACodec.o'. Stop.[/COLOR]
FIX: Goto out/target/product/pico/obj/KERNEL_OBJ. Now manually create a folder named 'usr' ( without quotes ). This will fix it.
There are 1 or 2 more errors you will face during compilation ( These errors are caused due to missing headers only. ) which I don't remember well.. Just reply here when you face errors and I'll post the fix
CAMERA FIX
The AOSP source lack some vital routines that are required for the camera to work. Just follow these steps to fix it:
1. Open B2G/frameworks/base/libs/camera/CameraParameters.cpp in gedit
2. Add the following code after the function: CameraParameters::setPreviewFpsRange and save it.
Code:
[COLOR=Blue]void CameraParameters::setPostviewSize(int width, int height)
{
}[/COLOR]
NOTE: Yes, this is an empty function but it is required for camera to actually work.
3. Now, open B2G/frameworks/base/include/camera/CameraParameters.h in gedit
4. Add the following code after the function prototype: void setPreviewSize(int width, int height); and save it.
Code:
[COLOR=Blue]void setPostviewSize(int width, int height);[/COLOR]
Thats all, camera is fixed
Will try as soon as I get the source. Thanks ...
So much emphasis on Ubuntu 10.04 . Hm. Particular reason why it won't?
Great :thumbup::thumbup::thumbup:
"If it's not now, then it's when"?
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E
One if the best guides I read on this forum :thumbup::thumbup:
Sent from...
why do you care where I sent it from???
akshat.shenoy said:
Will try as soon as I get the source. Thanks ...
So much emphasis on Ubuntu 10.04 . Hm. Particular reason why it won't?
Click to expand...
Click to collapse
Its because of package compatibility.. In newer versions of Ubuntu you need to symlink certain libraries manually and need to change environment variables.. On Ubuntu 10.04 there is no such issues.
Sent from my HTC Explorer A310e using xda premium
just you need to symlink libmesa for emulator to work i dont find a reason why we should only use 10.04
speed_bot said:
just you need to symlink libmesa for emulator to work i dont find a reason why we should only use 10.04
Click to expand...
Click to collapse
So exactly what we have to do to use this guide in Ubuntu 12.10 64-bit ...??
Can you explain sir..
Thanks
artistaditya said:
So exactly what we have to do to use this guide in Ubuntu 12.10 64-bit ...??
Can you explain sir..
Thanks
Click to expand...
Click to collapse
just follow the step from source.android.com for your distro..
Hi!
It's possible to build B2G for Android 2.3(.7) with stock kernel?
I tried to follow B2G's instructions but I have no idea about how to modify the xml file for Pico + 2.3 and how to configure these .mk files :S
bigsheep123 said:
Hi!
It's possible to build B2G for Android 2.3(.7) with stock kernel?
I tried to follow B2G's instructions but I have no idea about how to modify the xml file for Pico + 2.3 and how to configure these .mk files :S
Click to expand...
Click to collapse
LOL! :laugh::laugh::laugh: no!
can't even get the sources synced
Code:
[email protected]:~/android/B2G$ ./config.sh pico
Get https://gerrit.googlesource.com/git-repo
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-L7qxx4/pkcs11: No such file or directory
remote: Counting objects: 101, done
remote: Finding sources: 100% (101/101)
remote: Total 2533 (delta 1442), reused 2533 (delta 1442)
Receiving objects: 100% (2533/2533), 1.71 MiB | 58 KiB/s, done.
Resolving deltas: 100% (1442/1442), done.
From https://gerrit.googlesource.com/git-repo
* [new branch] maint -> origin/maint
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
* [new tag] v1.0.4 -> v1.0.4
* [new tag] v1.0.5 -> v1.0.5
* [new tag] v1.0.6 -> v1.0.6
* [new tag] v1.0.7 -> v1.0.7
* [new tag] v1.0.8 -> v1.0.8
* [new tag] v1.0.9 -> v1.0.9
* [new tag] v1.1 -> v1.1
* [new tag] v1.10.0 -> v1.10.0
* [new tag] v1.10.1 -> v1.10.1
* [new tag] v1.10.2 -> v1.10.2
* [new tag] v1.10.3 -> v1.10.3
* [new tag] v1.10.4 -> v1.10.4
* [new tag] v1.11.0 -> v1.11.0
* [new tag] v1.11.1 -> v1.11.1
* [new tag] v1.12.0 -> v1.12.0
* [new tag] v1.12.1 -> v1.12.1
* [new tag] v1.12.2 -> v1.12.2
* [new tag] v1.2 -> v1.2
* [new tag] v1.3 -> v1.3
* [new tag] v1.3.1 -> v1.3.1
* [new tag] v1.3.2 -> v1.3.2
* [new tag] v1.4 -> v1.4
* [new tag] v1.4.1 -> v1.4.1
* [new tag] v1.4.2 -> v1.4.2
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.4.4 -> v1.4.4
* [new tag] v1.5 -> v1.5
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.6 -> v1.6
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.6.10 -> v1.6.10
* [new tag] v1.6.10.1 -> v1.6.10.1
* [new tag] v1.6.10.2 -> v1.6.10.2
* [new tag] v1.6.2 -> v1.6.2
* [new tag] v1.6.3 -> v1.6.3
* [new tag] v1.6.4 -> v1.6.4
* [new tag] v1.6.5 -> v1.6.5
* [new tag] v1.6.6 -> v1.6.6
* [new tag] v1.6.7 -> v1.6.7
* [new tag] v1.6.7.1 -> v1.6.7.1
* [new tag] v1.6.7.2 -> v1.6.7.2
* [new tag] v1.6.7.3 -> v1.6.7.3
* [new tag] v1.6.7.4 -> v1.6.7.4
* [new tag] v1.6.7.5 -> v1.6.7.5
* [new tag] v1.6.8 -> v1.6.8
* [new tag] v1.6.8.1 -> v1.6.8.1
* [new tag] v1.6.8.10 -> v1.6.8.10
* [new tag] v1.6.8.11 -> v1.6.8.11
* [new tag] v1.6.8.2 -> v1.6.8.2
* [new tag] v1.6.8.3 -> v1.6.8.3
* [new tag] v1.6.8.4 -> v1.6.8.4
* [new tag] v1.6.8.5 -> v1.6.8.5
* [new tag] v1.6.8.6 -> v1.6.8.6
* [new tag] v1.6.8.7 -> v1.6.8.7
* [new tag] v1.6.8.8 -> v1.6.8.8
* [new tag] v1.6.8.9 -> v1.6.8.9
* [new tag] v1.6.9 -> v1.6.9
* [new tag] v1.6.9.1 -> v1.6.9.1
* [new tag] v1.6.9.2 -> v1.6.9.2
* [new tag] v1.6.9.3 -> v1.6.9.3
* [new tag] v1.6.9.4 -> v1.6.9.4
* [new tag] v1.6.9.5 -> v1.6.9.5
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
* [new tag] v1.6.9.8 -> v1.6.9.8
* [new tag] v1.7 -> v1.7
* [new tag] v1.7.1 -> v1.7.1
* [new tag] v1.7.2 -> v1.7.2
* [new tag] v1.7.3 -> v1.7.3
* [new tag] v1.7.3.1 -> v1.7.3.1
* [new tag] v1.7.4 -> v1.7.4
* [new tag] v1.7.4.1 -> v1.7.4.1
* [new tag] v1.7.4.2 -> v1.7.4.2
* [new tag] v1.7.4.3 -> v1.7.4.3
* [new tag] v1.7.5 -> v1.7.5
* [new tag] v1.7.6 -> v1.7.6
* [new tag] v1.7.6.1 -> v1.7.6.1
* [new tag] v1.7.7 -> v1.7.7
* [new tag] v1.7.7.1 -> v1.7.7.1
* [new tag] v1.7.7.2 -> v1.7.7.2
* [new tag] v1.7.7.3 -> v1.7.7.3
* [new tag] v1.7.7.4 -> v1.7.7.4
* [new tag] v1.7.7.5 -> v1.7.7.5
* [new tag] v1.7.7.6 -> v1.7.7.6
* [new tag] v1.7.8 -> v1.7.8
* [new tag] v1.7.8.1 -> v1.7.8.1
* [new tag] v1.7.8.2 -> v1.7.8.2
* [new tag] v1.8.0 -> v1.8.0
* [new tag] v1.8.1 -> v1.8.1
* [new tag] v1.8.2 -> v1.8.2
* [new tag] v1.9.0 -> v1.9.0
* [new tag] v1.9.1 -> v1.9.1
* [new tag] v1.9.2 -> v1.9.2
* [new tag] v1.9.3 -> v1.9.3
* [new tag] v1.9.4 -> v1.9.4
* [new tag] v1.9.5 -> v1.9.5
* [new tag] v1.9.6 -> v1.9.6
... A new repo command ( 1.19) is available.
... You should upgrade soon:
cp /home/vineeth/android/B2G/.repo/repo/repo /home/vineeth/android/B2G/repo
Get git://github.com/cuteprince/b2g-manifest
remote: Counting objects: 480, done.
remote: Compressing objects: 100% (270/270), done.
remote: Total 480 (delta 312), reused 349 (delta 192)
Receiving objects: 100% (480/480), 86.33 KiB | 89 KiB/s, done.
Resolving deltas: 100% (312/312), done.
From git://github.com/cuteprince/b2g-manifest
* [new branch] master -> origin/master
* [new branch] v1-train -> origin/v1-train
* [new branch] v1.0.0 -> origin/v1.0.0
* [new branch] v1.0.1 -> origin/v1.0.1
* [new tag] B2G_1_0_1_20130213094222 -> B2G_1_0_1_20130213094222
* [new tag] closing-nightly -> closing-nightly
fatal: manifest 'pico.xml' not available
fatal: manifest pico.xml not found
Repo sync failed
[email protected]:~/android/B2G$
Any idea? should I modify the config.sh or something?
help
hello everybody.
excuse me for the bad English.
I am Hungarian. I would like to ask help.
an vodafone smart mini =(alcatel one touch ot-997) would be my apparatus,
and would like port in what I got
bogged down it himself the kernel. I do
not have a computer unfortunately
because of this I would ask help. the
system I solved it in conceptual ones
already a htc explorer looking at the
help of description his sources. i all this
hands I wrote it it that let me test it the
kernel would be needed translation
exactly recovery bootloader and kernel
who can let him help with this and open
a vodafone smart mini firefox os forum.
thank you very much
hello mindenki
elnézést a rosz angolomért. magyar vagyok. lenne egy vodafone smart mini =(alcatel one touch ot-997
és szeretnék rá portolni amiben elakadtam az maga a kernel. sajnos nincs számítógépem ezért kérnék segítséget. a rendszert már elviekben megoldottam ezt a htc explorer leírás segítségét nézve. meg a forrásait. én mindezt kézel írtam át. meg ahhoz hogy teszteljem kellene a kernel fordítás pontosan recovery bootloader és kernel aki tud segítsen ebben és nyisson egy vodafone smart mini firefox os fórumot. nagyon szépen köszönöm
gratuliren god rom
shall try
Red Devil said:
Will try as soon as I get the source. Thanks ...
So much emphasis on Ubuntu 10.04 . Hm. Particular reason why it won't?
Click to expand...
Click to collapse
thanks shall try it
Repo sync failed
./config.sh pico
... A new repo command ( 1.21) is available.
... You should upgrade soon:
cp /root/b2g/b2g/B2G/.repo/repo/repo /root/b2g/b2g/B2G/repo
Get https://github.com/cuteprince/b2g-manifest.git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
curl: (22) The requested URL returned error: 404
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 480, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 480 (delta 270), reused 480 (delta 270)
Receiving objects: 100% (480/480), 145.56 KiB | 54 KiB/s, done.
Resolving deltas: 100% (270/270), done.
From https://github.com/cuteprince/b2g-manifest
* [new branch] master -> origin/master
* [new branch] v1-train -> origin/v1-train
* [new branch] v1.0.0 -> origin/v1.0.0
* [new branch] v1.0.1 -> origin/v1.0.1
* [new tag] B2G_1_0_1_20130213094222 -> B2G_1_0_1_20130213094222
* [new tag] closing-nightly -> closing-nightly
fatal: manifest 'pico.xml' not available
fatal: manifest pico.xml not found
Repo sync failed​
any solution..
nit_in said:
./config.sh pico
... A new repo command ( 1.21) is available.
... You should upgrade soon:
cp /root/b2g/b2g/B2G/.repo/repo/repo /root/b2g/b2g/B2G/repo
Get https://github.com/cuteprince/b2g-manifest.git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
curl: (22) The requested URL returned error: 404
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 480, done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 480 (delta 270), reused 480 (delta 270)
Receiving objects: 100% (480/480), 145.56 KiB | 54 KiB/s, done.
Resolving deltas: 100% (270/270), done.
From https://github.com/cuteprince/b2g-manifest
* [new branch] master -> origin/master
* [new branch] v1-train -> origin/v1-train
* [new branch] v1.0.0 -> origin/v1.0.0
* [new branch] v1.0.1 -> origin/v1.0.1
* [new tag] B2G_1_0_1_20130213094222 -> B2G_1_0_1_20130213094222
* [new tag] closing-nightly -> closing-nightly
fatal: manifest 'pico.xml' not available
fatal: manifest pico.xml not found
Repo sync failed​
any solution..
Click to expand...
Click to collapse
Manually download pico.XML and place it there.
Then ./config.sh pico
And see if it works
Sent from my Xperia M using XDA Premium 4 mobile app
rhar**** said:
Manually download pico.XML and place it there.
Then ./config.sh pico
And see if it works
Sent from my Xperia M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It also didn't worked.
nit_in said:
It also didn't worked.
Click to expand...
Click to collapse
OK. So just do it the other way round.
(Ctrl + H to see hidden files)
Copy the contents of pico.XML and replace it with everything in default.XML found in <source dir>/.repo/manifests.
See if .repo/manifest.XML is present or not. If no, then copy the default.XML file and rename it as manifests.XML
Now just repo sync
Note: you need to copy .temp-config and rename it as .config, if ./config pico didn't work
Sent from my Xperia M using XDA Premium 4 mobile app
rhar**** said:
OK. So just do it the other way round.
(Ctrl + H to see hidden files)
Copy the contents of pico.XML and replace it with everything in default.XML found in <source dir>/.repo/manifests.
See if .repo/manifest.XML is present or not. If no, then copy the default.XML file and rename it as manifests.XML
Now just repo sync
Note: you need to copy .temp-config and rename it as .config, if ./config pico didn't work
Sent from my Xperia M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
HTML:
<pre>[email protected]:~/b2g/B2G# repo sync -f
Fetching project platform/external/mksh
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
error: Cannot fetch platform/external/mksh
warn: --force-broken, continuing to sync
Fetching projects: 1% (1/79) Fetching project gonk-misc
Fetching projects: 2% (2/79) Fetching project platform/external/safe-iop
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
error: Cannot fetch platform/external/safe-iop
warn: --force-broken, continuing to sync
Fetching projects: 3% (3/79) Fetching project ics-vendor-pico
fatal: unable to connect to github.com:
github.com: Name or service not known
</pre>
getting this is error ..
nit_in said:
HTML:
<pre>[email protected]:~/b2g/B2G# repo sync -f
Fetching project platform/external/mksh
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
error: Cannot fetch platform/external/mksh
warn: --force-broken, continuing to sync
Fetching projects: 1% (1/79) Fetching project gonk-misc
Fetching projects: 2% (2/79) Fetching project platform/external/safe-iop
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
error: Cannot fetch platform/external/safe-iop
warn: --force-broken, continuing to sync
Fetching projects: 3% (3/79) Fetching project ics-vendor-pico
fatal: unable to connect to github.com:
github.com: Name or service not known
</pre>
getting this is error ..
Click to expand...
Click to collapse
Just replace the contents of default.xml in .repo/manifests with this:
https://raw.githubusercontent.com/cuteprince/b2g-manifest/master/pico.xml
I've added an example in attachment
rhar**** said:
Just replace the contents of default.xml in .repo/manifests with this:
https://raw.githubusercontent.com/cuteprince/b2g-manifest/master/pico.xml
I've added an example in attachment
Click to expand...
Click to collapse
HTML:
repo sync
Fetching project platform/external/mksh
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
fatal: unable to connect to codeaurora.org:
codeaurora.org: Name or service not known
error: Cannot fetch platform/external/mksh
error: Exited sync due to fetch errors
not able to fetch anything from codeaurora
so I test for another device by config.sh(./config.sh keon)
got the same error

Error when grabbing the source

Ey folks, I'm having a bit of a problem, I'm getting this error and don't know what todo with it, have been googling but there is not so much about it
I just grabbed the lastest repo tool and tried to follow this http://nv-tegra.nvidia.com/gitweb/?...;a=blob_plain;f=README;hb=rel-roth-r5-partner
But I'm getting this message as result...
Code:
[email protected]:~/shield-open-source# repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-partner -m secureos/kk_roth.xml
gpg: keyring `/root/.repoconfig/gnupg/secring.gpg' created
gpg: keyring `/root/.repoconfig/gnupg/pubring.gpg' created
gpg: /root/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 920F5C65: public key "Repo Maintainer <[email protected]>" imported
gpg: key 692B382C: public key "Conley Owens <[email protected]>" imported
gpg: Total number processed: 2
gpg: imported: 2 (RSA: 1)
Get https://gerrit.googlesource.com/git-repo
remote: Counting objects: 117, done
remote: Finding sources: 100% (117/117)
remote: Total 2883 (delta 1526), reused 2883 (delta 1526)
Receiving objects: 100% (2883/2883), 2.43 MiB | 0 bytes/s, done.
Resolving deltas: 100% (1526/1526), done.
From https://gerrit.googlesource.com/git-repo
* [new branch] maint -> origin/maint
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
* [new tag] v1.0.4 -> v1.0.4
* [new tag] v1.0.5 -> v1.0.5
* [new tag] v1.0.6 -> v1.0.6
* [new tag] v1.0.7 -> v1.0.7
* [new tag] v1.0.8 -> v1.0.8
* [new tag] v1.0.9 -> v1.0.9
* [new tag] v1.1 -> v1.1
* [new tag] v1.10.0 -> v1.10.0
* [new tag] v1.10.1 -> v1.10.1
* [new tag] v1.10.2 -> v1.10.2
* [new tag] v1.10.3 -> v1.10.3
* [new tag] v1.10.4 -> v1.10.4
* [new tag] v1.11.0 -> v1.11.0
* [new tag] v1.11.1 -> v1.11.1
* [new tag] v1.12.0 -> v1.12.0
* [new tag] v1.12.1 -> v1.12.1
* [new tag] v1.12.10 -> v1.12.10
* [new tag] v1.12.11 -> v1.12.11
* [new tag] v1.12.12 -> v1.12.12
* [new tag] v1.12.13 -> v1.12.13
* [new tag] v1.12.14 -> v1.12.14
* [new tag] v1.12.15 -> v1.12.15
* [new tag] v1.12.16 -> v1.12.16
* [new tag] v1.12.2 -> v1.12.2
* [new tag] v1.12.3 -> v1.12.3
* [new tag] v1.12.3.1 -> v1.12.3.1
* [new tag] v1.12.4 -> v1.12.4
* [new tag] v1.12.5 -> v1.12.5
* [new tag] v1.12.6 -> v1.12.6
* [new tag] v1.12.7 -> v1.12.7
* [new tag] v1.12.8 -> v1.12.8
* [new tag] v1.12.9 -> v1.12.9
* [new tag] v1.2 -> v1.2
* [new tag] v1.3 -> v1.3
* [new tag] v1.3.1 -> v1.3.1
* [new tag] v1.3.2 -> v1.3.2
* [new tag] v1.4 -> v1.4
* [new tag] v1.4.1 -> v1.4.1
* [new tag] v1.4.2 -> v1.4.2
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.4.4 -> v1.4.4
* [new tag] v1.5 -> v1.5
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.6 -> v1.6
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.6.10 -> v1.6.10
* [new tag] v1.6.10.1 -> v1.6.10.1
* [new tag] v1.6.10.2 -> v1.6.10.2
* [new tag] v1.6.2 -> v1.6.2
* [new tag] v1.6.3 -> v1.6.3
* [new tag] v1.6.4 -> v1.6.4
* [new tag] v1.6.5 -> v1.6.5
* [new tag] v1.6.6 -> v1.6.6
* [new tag] v1.6.7 -> v1.6.7
* [new tag] v1.6.7.1 -> v1.6.7.1
* [new tag] v1.6.7.2 -> v1.6.7.2
* [new tag] v1.6.7.3 -> v1.6.7.3
* [new tag] v1.6.7.4 -> v1.6.7.4
* [new tag] v1.6.7.5 -> v1.6.7.5
* [new tag] v1.6.8 -> v1.6.8
* [new tag] v1.6.8.1 -> v1.6.8.1
* [new tag] v1.6.8.10 -> v1.6.8.10
* [new tag] v1.6.8.11 -> v1.6.8.11
* [new tag] v1.6.8.2 -> v1.6.8.2
* [new tag] v1.6.8.3 -> v1.6.8.3
* [new tag] v1.6.8.4 -> v1.6.8.4
* [new tag] v1.6.8.5 -> v1.6.8.5
* [new tag] v1.6.8.6 -> v1.6.8.6
* [new tag] v1.6.8.7 -> v1.6.8.7
* [new tag] v1.6.8.8 -> v1.6.8.8
* [new tag] v1.6.8.9 -> v1.6.8.9
* [new tag] v1.6.9 -> v1.6.9
* [new tag] v1.6.9.1 -> v1.6.9.1
* [new tag] v1.6.9.2 -> v1.6.9.2
* [new tag] v1.6.9.3 -> v1.6.9.3
* [new tag] v1.6.9.4 -> v1.6.9.4
* [new tag] v1.6.9.5 -> v1.6.9.5
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
* [new tag] v1.6.9.8 -> v1.6.9.8
* [new tag] v1.7 -> v1.7
* [new tag] v1.7.1 -> v1.7.1
* [new tag] v1.7.2 -> v1.7.2
* [new tag] v1.7.3 -> v1.7.3
* [new tag] v1.7.3.1 -> v1.7.3.1
* [new tag] v1.7.4 -> v1.7.4
* [new tag] v1.7.4.1 -> v1.7.4.1
* [new tag] v1.7.4.2 -> v1.7.4.2
* [new tag] v1.7.4.3 -> v1.7.4.3
* [new tag] v1.7.5 -> v1.7.5
* [new tag] v1.7.6 -> v1.7.6
* [new tag] v1.7.6.1 -> v1.7.6.1
* [new tag] v1.7.7 -> v1.7.7
* [new tag] v1.7.7.1 -> v1.7.7.1
* [new tag] v1.7.7.2 -> v1.7.7.2
* [new tag] v1.7.7.3 -> v1.7.7.3
* [new tag] v1.7.7.4 -> v1.7.7.4
* [new tag] v1.7.7.5 -> v1.7.7.5
* [new tag] v1.7.7.6 -> v1.7.7.6
* [new tag] v1.7.8 -> v1.7.8
* [new tag] v1.7.8.1 -> v1.7.8.1
* [new tag] v1.7.8.2 -> v1.7.8.2
* [new tag] v1.8.0 -> v1.8.0
* [new tag] v1.8.1 -> v1.8.1
* [new tag] v1.8.2 -> v1.8.2
* [new tag] v1.9.0 -> v1.9.0
* [new tag] v1.9.1 -> v1.9.1
* [new tag] v1.9.2 -> v1.9.2
* [new tag] v1.9.3 -> v1.9.3
* [new tag] v1.9.4 -> v1.9.4
* [new tag] v1.9.5 -> v1.9.5
* [new tag] v1.9.6 -> v1.9.6
Get git://nv-tegra.nvidia.com/manifest/android/binary.git
remote: Counting objects: 253, done.
remote: Compressing objects: 100% (206/206), done.
remote: Total 253 (delta 82), reused 0 (delta 0)
Receiving objects: 100% (253/253), 45.36 KiB | 0 bytes/s, done.
Resolving deltas: 100% (82/82), done.
From git://nv-tegra.nvidia.com/manifest/android/binary
* [new branch] preview -> origin/preview
* [new branch] rel-20-mp1-partner -> origin/rel-20-mp1-partner
* [new branch] rel-roth-mp-3-partner -> origin/rel-roth-mp-3-partner
* [new branch] rel-roth-ota-1-partner -> origin/rel-roth-ota-1-partner
* [new branch] rel-roth-r2-partner -> origin/rel-roth-r2-partner
* [new branch] rel-roth-r3 -> origin/rel-roth-r3
* [new branch] rel-roth-r3-partner -> origin/rel-roth-r3-partner
* [new branch] rel-roth-r4-partner -> origin/rel-roth-r4-partner
* [new branch] rel-roth-r5-partner -> origin/rel-roth-r5-partner
* [new branch] rel-st8-r2.2-partner -> origin/rel-st8-r2.2-partner
* [new branch] rel-tegranote-r1-partner -> origin/rel-tegranote-r1-partner
* [new branch] rel-tegranote-r2-partner -> origin/rel-tegranote-r2-partner
* [new branch] rel-tegranote-r3-partner -> origin/rel-tegranote-r3-partner
* [new branch] rel-tegranote-r4-partner -> origin/rel-tegranote-r4-partner
* [new branch] rel-tegranote-r6-partner -> origin/rel-tegranote-r6-partner
* [new branch] rel-tegranote-r8-partner -> origin/rel-tegranote-r8-partner
* [new branch] rel-tegratab-partner -> origin/rel-tegratab-partner
* [new tag] daily-2013.07.29.0_rel-roth-mp-3-partner -> daily-2013.07.29.0_rel-roth-mp-3-partner
* [new tag] daily-2013.07.29.1_rel-roth-mp-3-partner -> daily-2013.07.29.1_rel-roth-mp-3-partner
* [new tag] daily-2013.07.29.2_rel-roth-mp-3-partner -> daily-2013.07.29.2_rel-roth-mp-3-partner
* [new tag] daily-2013.07.31.1_rel-roth-ota-1-partner -> daily-2013.07.31.1_rel-roth-ota-1-partner
* [new tag] daily-2013.09.09.0_rel-roth-ota-1-partner -> daily-2013.09.09.0_rel-roth-ota-1-partner
* [new tag] daily-2013.10.28.1_rel-roth-r2-partner -> daily-2013.10.28.1_rel-roth-r2-partner
* [new tag] daily-2013.10.28.2_rel-roth-r2-partner -> daily-2013.10.28.2_rel-roth-r2-partner
* [new tag] daily-2013.10.29.0_rel-roth-r2-partner -> daily-2013.10.29.0_rel-roth-r2-partner
* [new tag] daily-2013.11.06.0_rel-roth-r2-partner -> daily-2013.11.06.0_rel-roth-r2-partner
* [new tag] daily-2013.12.03.0_rel-roth-r3-partner -> daily-2013.12.03.0_rel-roth-r3-partner
* [new tag] daily-2013.12.26.0_rel-roth-r3-partner -> daily-2013.12.26.0_rel-roth-r3-partner
* [new tag] daily-2014.01.08.0_rel-tegranote-r3-partner -> daily-2014.01.08.0_rel-tegranote-r3-partner
* [new tag] daily-2014.02.03.0_rel-roth-r3-partner -> daily-2014.02.03.0_rel-roth-r3-partner
* [new tag] daily-2014.02.24.0_rel-tegranote-r4-partner -> daily-2014.02.24.0_rel-tegranote-r4-partner
* [new tag] daily-2014.04.07.1_rel-roth-r4-partner -> daily-2014.04.07.1_rel-roth-r4-partner
* [new tag] daily-2014.05.06.0_rel-roth-r4-partner -> daily-2014.05.06.0_rel-roth-r4-partner
* [new tag] daily-2014.07.30.0_rel-20-mp1-partner -> daily-2014.07.30.0_rel-20-mp1-partner
* [new tag] daily-2014.07.30.0_rel-st8-r2.2-partner -> daily-2014.07.30.0_rel-st8-r2.2-partner
* [new tag] daily-2014.08.04.1_rel-roth-r5-partner -> daily-2014.08.04.1_rel-roth-r5-partner
* [new tag] daily-2014.08.05.0_rel-tegranote-r6-partner -> daily-2014.08.05.0_rel-tegranote-r6-partner
* [new tag] daily-2014.08.05.0_rel-tegranote-r8-partner -> daily-2014.08.05.0_rel-tegranote-r8-partner
* [new tag] daily-2014.08.07.1_rel-tegranote-r8-partner -> daily-2014.08.07.1_rel-tegranote-r8-partner
error: in `init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-partner -m secureos/kk_roth.xml --repo-url=https://gerrit.googlesource.com/git-repo --repo-branch=stable`: revision rel-roth-partner in manifests not found
[email protected]:~/shield-open-source#
So much for just using a few commands to grab the source
That's odd. I was able to grab the preinstalled source just fine, but OTA0 wouldn't sync. What are you trying to grab? It looks like an error with the init rather than grabing the files like mine was though
Sent from my One M8
Keithn said:
That's odd. I was able to grab the preinstalled source just fine, but OTA0 wouldn't sync. What are you trying to grab? It looks like an error with the init rather than grabing the files like mine was though
Sent from my One M8
Click to expand...
Click to collapse
At this line it went wrong: repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-partner -m secureos/kk_roth.xml
Try adding r5 into the init. All of the other branches have r* in the branch name and this has it in the link but not the branch.
So try " repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-r5-partner -m secureos/kk_roth.xml "
I was originally thinking tablet since that's what I have, but I took a quick look at the portable links.
Sent from my One M8
Keithn said:
Try adding r5 into the init. All of the other branches have r* in the branch name and this has it in the link but not the branch.
So try " repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-r5-partner -m secureos/kk_roth.xml "
I was originally thinking tablet since that's what I have, but I took a quick look at the portable links.
Sent from my One M8
Click to expand...
Click to collapse
Oh yeah also when looking at the URL it contained r5 but not in the repo init link... lol
Thanks It's syncing now :victory:

[ROM] Hybrid Edition < V2.0 | 09/04

can I install [ROM] Hybrid Edition < V2.0 | 09/04 on moto g GPE?

[Q] Trying to Build CM 12.0 for p3100

Hi,
I am trying to build CM 12.1
and tried repo sync many times but it always ends with lots of fatal errors.
i uesd following command in this directory cd ~/android/system
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
and this was the result.
Code:
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get git://github.com/CyanogenMod/android.git
From git://github.com/CyanogenMod/android
* [new branch] cm-10.1 -> origin/cm-10.1
* [new branch] cm-10.2 -> origin/cm-10.2
* [new branch] cm-11.0 -> origin/cm-11.0
* [new branch] cm-12.0 -> origin/cm-12.0
* [new branch] cm-12.1 -> origin/cm-12.1
* [new branch] cm-7.0.0 -> origin/cm-7.0.0
* [new branch] cm-7.0.1 -> origin/cm-7.0.1
* [new branch] cm-7.0.2.1 -> origin/cm-7.0.2.1
* [new branch] cm-7.0.3 -> origin/cm-7.0.3
* [new branch] cm-9.1.0 -> origin/cm-9.1.0
* [new branch] eclair -> origin/eclair
* [new branch] froyo -> origin/froyo
* [new branch] froyo-stable -> origin/froyo-stable
* [new branch] gb-release-7.2 -> origin/gb-release-7.2
* [new branch] gingerbread -> origin/gingerbread
* [new branch] gingerbread-release -> origin/gingerbread-release
* [new branch] ics -> origin/ics
* [new branch] ics-release -> origin/ics-release
* [new branch] jellybean -> origin/jellybean
* [new branch] jellybean-stable -> origin/jellybean-stable
* [new branch] mr1.1-staging -> origin/mr1.1-staging
* [new branch] shipping/cm-11.0 -> origin/shipping/cm-11.0
* [new branch] stable/cm-10.2 -> origin/stable/cm-10.2
* [new branch] stable/cm-11.0 -> origin/stable/cm-11.0
* [new branch] stable/cm-11.0-XNF8Y -> origin/stable/cm-11.0-XNF8Y
* [new branch] stable/cm-11.0-XNF9X -> origin/stable/cm-11.0-XNF9X
* [new branch] stable/cm-11.0-XNG2S -> origin/stable/cm-11.0-XNG2S
* [new branch] stable/cm-12.0-YNG1I -> origin/stable/cm-12.0-YNG1I
* [new branch] stable/cm-12.0-YNG1T -> origin/stable/cm-12.0-YNG1T
* [new branch] stable/cm-12.0-YNG1TA -> origin/stable/cm-12.0-YNG1TA
* [new branch] staging/cm-12.0-caf -> origin/staging/cm-12.0-caf
* [new branch] staging/cm-12.1 -> origin/staging/cm-12.1
* [new branch] themes-exp -> origin/themes-exp
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-10.2.1.1 -> cm-10.2.1.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-5.0.6 -> cm-5.0.6
* [new tag] cm-5.0.7 -> cm-5.0.7
* [new tag] cm-5.0.7-ds -> cm-5.0.7-ds
* [new tag] cm-6.0.0 -> cm-6.0.0
* [new tag] cm-6.0.0-rc1 -> cm-6.0.0-rc1
* [new tag] cm-7.0.0 -> cm-7.0.0
* [new tag] cm-7.0.1 -> cm-7.0.1
* [new tag] cm-7.0.2.1 -> cm-7.0.2.1
* [new tag] cm-7.0.3 -> cm-7.0.3
* [new tag] cm-7.1.0 -> cm-7.1.0
Your identity is: chan00 <[email protected]>
If you want to change this, please re-run 'repo init' with --config-name
repo has been initialized in /home/home/android/system
then i used repo sync -j16
and get these lines always.
Code:
Fetching project CyanogenMod/android_packages_apps_AudioFX
Fetching project platform/prebuilts/clang/darwin-x86/x86/3.3
Fetching project platform/external/mesa3d
Fetching project CyanogenMod/android_packages_apps_Exchange
Fetching project CyanogenMod/android_packages_apps_Nfc
Fetching project CyanogenMod/android_external_stagefright-plugins
Fetching project platform/external/chromium_org/third_party/mesa/src
Fetching project platform/prebuilts/gcc/darwin-x86/host/headers
Fetching project CyanogenMod/android_packages_apps_Profiles
Fetching project platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
Fetching project CyanogenMod/android_packages_apps_Bluetooth
Fetching project platform/external/chromium_org/tools/grit
Fetching project platform/hardware/intel/common/libva
Fetching project CyanogenMod/android_system_media
Fetching project CyanogenMod/android_packages_apps_LockClock
Fetching project platform/external/google-diff-match-patch
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1 100 1 0 0 1 0 0:00:01 --:--:-- 0:00:01 1
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
100 1 100 1 0 0 1 0 0:00:01 --:--:-- 0:00:01 1
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
From git://github.com/CyanogenMod/android_packages_apps_Profiles
* [new branch] cm-12.1 -> github/cm-12.1
Fetching projects: 0% (1/552) Fetching project platform/external/checkpolicy
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 15.5M 0 545 0 0 271 0 16:40:49 0:00:02 16:40:47 271curl: (7) Failed to connect to android.googlesource.com port 443: Network is unreachable
2 2339k 2 65043 0 0 22209 0 0:01:47 0:00:02 0:01:45 41202error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
0 15.5M 0 47364 0 0 10268 0 0:26:24 0:00:04 0:26:20 17958error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
11 2339k 11 260k 0 0 35424 0 0:01:07 0:00:07 0:01:00 43832fatal: unable to access 'https://android.googlesource.com/platform/external/checkpolicy/': Failed to connect to android.googlesource.com port 443: Network is unreachable
error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
28 2339k 28 656k 0 0 16524 0 0:02:25 0:00:40 0:01:45 10635fatal: unable to access 'https://android.googlesource.com/platform/external/chromium_org/tools/grit/': Failed to connect to android.googlesource.com port 443: Network is unreachable
4 15.5M 4 663k 0 0 14922 0 0:18:10 0:00:45 0:17:25 19698fatal: unable to access 'https://android.googlesource.com/platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/': Failed to connect to android.googlesource.com port 443: Network is unreachable
30 2339k 30 713k 0 0 15724 0 0:02:32 0:00:46 0:01:46 9505fatal: unable to access 'https://android.googlesource.com/platform/external/checkpolicy/': Failed to connect to android.googlesource.com port 443: Network is unreachable
5 15.5M 5 816k 0 0 15325 0 0:17:41 0:00:54 0:16:47 18955fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/gcc/darwin-x86/host/headers/': Failed to connect to android.googlesource.com port 443: Network is unreachable
52 2339k 52 1233k 0 0 14789 0 0:02:42 0:01:25 0:01:17 19054error: Cannot fetch platform/external/chromium_org/tools/grit
Fetching project CyanogenMod/android_device_generic_arm64
7 15.5M 7 1248k 0 0 14784 0 0:18:20 0:01:26 0:16:54 18564error: Cannot fetch platform/prebuilts/gcc/darwin-x86/host/headers
54 2339k 54 1279k 0 0 14966 0 0:02:40 0:01:27 0:01:13 20934error: Cannot fetch platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
56 2339k 56 1316k 0 0 15071 0 0:02:38 0:01:29 0:01:09 22249From git://github.com/CyanogenMod/android_device_generic_arm64
* [new branch] cm-12.1 -> github/cm-12.1
8 15.5M 8 1360k 0 0 15218 0 0:17:49 0:01:31 0:16:18 22609error: Cannot fetch platform/external/checkpolicy
77 2339k 77 1817k 0 0 16049 0 0:02:29 0:01:55 0:00:34 27658From git://github.com/CyanogenMod/android_packages_apps_AudioFX
* [new branch] cm-12.1 -> github/cm-12.1
100 2339k 100 2339k 0 0 15339 0 0:02:36 0:02:36 --:--:-- 19366
Receiving objects: 100% (2087/2087), 2.28 MiB | 0 bytes/s, done.
Resolving deltas: 100% (1394/1394), done.
12 15.5M 12 2020k 0 0 13222 0 0:20:30 0:02:36 0:17:54 6690From /home/home/android/system/.repo/projects/hardware/intel/common/libva.git/clone.bundle
* [new branch] master-soong -> aosp/master-soong
* [new branch] master -> aosp/master
* [new branch] lollipop-wear-release -> aosp/lollipop-wear-release
* [new branch] lollipop-release -> aosp/lollipop-release
* [new branch] lollipop-mr1-release -> aosp/lollipop-mr1-release
* [new branch] lollipop-mr1-dev -> aosp/lollipop-mr1-dev
* [new branch] lollipop-dev -> aosp/lollipop-dev
* [new tag] android-wear-5.0.0_r1 -> android-wear-5.0.0_r1
* [new tag] android-5.1.0_r3 -> android-5.1.0_r3
* [new tag] android-5.1.0_r1 -> android-5.1.0_r1
* [new tag] android-5.0.2_r1 -> android-5.0.2_r1
* [new tag] android-5.0.1_r1 -> android-5.0.1_r1
* [new tag] android-5.0.0_r7 -> android-5.0.0_r7
* [new tag] android-5.0.0_r6 -> android-5.0.0_r6
* [new tag] android-5.0.0_r5.1 -> android-5.0.0_r5.1
* [new tag] android-5.0.0_r5 -> android-5.0.0_r5
* [new tag] android-5.0.0_r4 -> android-5.0.0_r4
* [new tag] android-5.0.0_r3 -> android-5.0.0_r3
* [new tag] android-5.0.0_r2 -> android-5.0.0_r2
* [new tag] android-5.0.0_r1 -> android-5.0.0_r1
12 15.5M 12 2051k 0 0 13173 0 0:20:35 0:02:39 0:17:56 7925error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
17 15.5M 17 2719k 0 0 13964 0 0:19:25 0:03:19 0:16:06 18357fatal: unable to access 'https://android.googlesource.com/platform/hardware/intel/common/libva/': Failed to connect to android.googlesource.com port 443: Network is unreachable
20 15.5M 20 3187k 0 0 13809 0 0:19:38 0:03:56 0:15:42 10070error: Cannot fetch platform/hardware/intel/common/libva
42 15.5M 42 6698k 0 0 14422 0 0:18:48 0:07:55 0:10:53 22617From git://github.com/CyanogenMod/android_packages_apps_Nfc
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-7.1.0 -> cm-7.1.0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1 0 1 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
100 1 0 1 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (7) Failed to connect to storage.googleapis.com port 443: Network is unreachable
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0curl: (7) Failed to connect to storage.googleapis.com port 80: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
47 15.5M 47 7580k 0 0 15117 0 0:17:56 0:08:33 0:09:23 21940fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
48 15.5M 48 7732k 0 0 15213 0 0:17:49 0:08:40 0:09:09 22072fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
git://github.com/CyanogenMod/android_packages_apps_Bluetooth
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-7.0.0 -> cm-7.0.0
* [new tag] cm-7.0.1 -> cm-7.0.1
* [new tag] cm-7.0.2.1 -> cm-7.0.2.1
* [new tag] cm-7.0.3 -> cm-7.0.3
* [new tag] cm-7.1.0 -> cm-7.1.0
74 15.5M 74 11.5M 0 0 16549 0 0:16:23 0:12:10 0:04:13 22147From git://github.com/CyanogenMod/android_packages_apps_LockClock
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
75 15.5M 75 11.6M 0 0 16603 0 0:16:20 0:12:16 0:04:04 23416From git://github.com/CyanogenMod/android_packages_apps_Exchange
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
100 15.5M 100 15.5M 0 0 19101 0 0:14:11 0:14:11 --:--:-- 31952
Receiving objects: 100% (10246/10246), 15.52 MiB | 22.04 MiB/s, done.
Resolving deltas: 100% (5817/5817), done.
From https://android.googlesource.com/platform/external/chromium_org/third_party/mesa/src
* [new tag] android-5.1.1_r1 -> android-5.1.1_r1
* [new tag] android-5.1.0_r5 -> android-5.1.0_r5
From https://android.googlesource.com/platform/external/google-diff-match-patch
* [new tag] android-5.1.1_r1 -> android-5.1.1_r1
* [new tag] android-4.0.1_r1 -> android-4.0.1_r1
* [new tag] android-4.0.1_r1.1 -> android-4.0.1_r1.1
* [new tag] android-4.0.1_r1.2 -> android-4.0.1_r1.2
* [new tag] android-4.0.2_r1 -> android-4.0.2_r1
* [new tag] android-4.0.3_r1 -> android-4.0.3_r1
* [new tag] android-4.0.3_r1.1 -> android-4.0.3_r1.1
* [new tag] android-4.0.4_r1 -> android-4.0.4_r1
* [new tag] android-4.0.4_r1.1 -> android-4.0.4_r1.1
* [new tag] android-4.0.4_r1.2 -> android-4.0.4_r1.2
* [new tag] android-4.0.4_r2 -> android-4.0.4_r2
* [new tag] android-4.0.4_r2.1 -> android-4.0.4_r2.1
* [new tag] android-4.1.1_r1 -> android-4.1.1_r1
* [new tag] android-4.1.1_r1.1 -> android-4.1.1_r1.1
* [new tag] android-4.1.1_r2 -> android-4.1.1_r2
* [new tag] android-4.1.1_r3 -> android-4.1.1_r3
* [new tag] android-4.1.1_r4 -> android-4.1.1_r4
* [new tag] android-4.1.1_r5 -> android-4.1.1_r5
* [new tag] android-4.1.1_r6 -> android-4.1.1_r6
* [new tag] android-4.1.1_r6.1 -> android-4.1.1_r6.1
* [new tag] android-4.1.2_r1 -> android-4.1.2_r1
* [new tag] android-4.1.2_r2 -> android-4.1.2_r2
* [new tag] android-4.1.2_r2.1 -> android-4.1.2_r2.1
* [new tag] android-4.2.1_r1 -> android-4.2.1_r1
* [new tag] android-4.2.1_r1.1 -> android-4.2.1_r1.1
* [new tag] android-4.2.1_r1.2 -> android-4.2.1_r1.2
* [new tag] android-4.2.2_r1 -> android-4.2.2_r1
* [new tag] android-4.2.2_r1.1 -> android-4.2.2_r1.1
* [new tag] android-4.2.2_r1.2 -> android-4.2.2_r1.2
* [new tag] android-4.2_r1 -> android-4.2_r1
* [new tag] android-4.3.1_r1 -> android-4.3.1_r1
* [new tag] android-4.3_r0.9 -> android-4.3_r0.9
* [new tag] android-4.3_r0.9.1 -> android-4.3_r0.9.1
* [new tag] android-4.3_r1 -> android-4.3_r1
* [new tag] android-4.3_r1.1 -> android-4.3_r1.1
* [new tag] android-4.3_r2 -> android-4.3_r2
* [new tag] android-4.3_r2.1 -> android-4.3_r2.1
* [new tag] android-4.3_r2.2 -> android-4.3_r2.2
* [new tag] android-4.3_r2.3 -> android-4.3_r2.3
* [new tag] android-4.3_r3 -> android-4.3_r3
* [new tag] android-4.3_r3.1 -> android-4.3_r3.1
* [new tag] android-4.4.1_r1 -> android-4.4.1_r1
* [new tag] android-4.4.1_r1.0.1 -> android-4.4.1_r1.0.1
* [new tag] android-4.4.2_r1 -> android-4.4.2_r1
* [new tag] android-4.4.2_r1.0.1 -> android-4.4.2_r1.0.1
* [new tag] android-4.4.2_r2 -> android-4.4.2_r2
* [new tag] android-4.4.2_r2.0.1 -> android-4.4.2_r2.0.1
* [new tag] android-4.4.3_r1 -> android-4.4.3_r1
* [new tag] android-4.4.3_r1.0.1 -> android-4.4.3_r1.0.1
* [new tag] android-4.4.3_r1.1 -> android-4.4.3_r1.1
* [new tag] android-4.4.3_r1.1.0.1 -> android-4.4.3_r1.1.0.1
* [new tag] android-4.4.4_r1 -> android-4.4.4_r1
* [new tag] android-4.4.4_r1.0.1 -> android-4.4.4_r1.0.1
* [new tag] android-4.4.4_r2 -> android-4.4.4_r2
* [new tag] android-4.4.4_r2.0.1 -> android-4.4.4_r2.0.1
* [new tag] android-4.4_r0.7 -> android-4.4_r0.7
* [new tag] android-4.4_r0.8 -> android-4.4_r0.8
* [new tag] android-4.4_r0.9 -> android-4.4_r0.9
* [new tag] android-4.4_r1 -> android-4.4_r1
* [new tag] android-4.4_r1.0.1 -> android-4.4_r1.0.1
* [new tag] android-4.4_r1.1 -> android-4.4_r1.1
* [new tag] android-4.4_r1.1.0.1 -> android-4.4_r1.1.0.1
* [new tag] android-4.4_r1.2 -> android-4.4_r1.2
* [new tag] android-4.4_r1.2.0.1 -> android-4.4_r1.2.0.1
* [new tag] android-4.4w_r1 -> android-4.4w_r1
* [new tag] android-5.0.0_r1 -> android-5.0.0_r1
* [new tag] android-5.0.0_r2 -> android-5.0.0_r2
* [new tag] android-5.0.0_r3 -> android-5.0.0_r3
* [new tag] android-5.0.0_r4 -> android-5.0.0_r4
* [new tag] android-5.0.0_r5 -> android-5.0.0_r5
* [new tag] android-5.0.0_r5.1 -> android-5.0.0_r5.1
* [new tag] android-5.0.0_r6 -> android-5.0.0_r6
* [new tag] android-5.0.0_r7 -> android-5.0.0_r7
* [new tag] android-5.0.1_r1 -> android-5.0.1_r1
* [new tag] android-5.0.2_r1 -> android-5.0.2_r1
* [new tag] android-5.1.0_r1 -> android-5.1.0_r1
* [new tag] android-5.1.0_r3 -> android-5.1.0_r3
* [new tag] android-5.1.0_r5 -> android-5.1.0_r5
* [new tag] android-cts-4.0.3_r1 -> android-cts-4.0.3_r1
* [new tag] android-cts-4.0.3_r2 -> android-cts-4.0.3_r2
* [new tag] android-cts-4.0_r1 -> android-cts-4.0_r1
* [new tag] android-cts-4.1_r1 -> android-cts-4.1_r1
* [new tag] android-cts-4.1_r2 -> android-cts-4.1_r2
* [new tag] android-cts-4.1_r4 -> android-cts-4.1_r4
* [new tag] android-cts-4.2_r1 -> android-cts-4.2_r1
* [new tag] android-cts-4.2_r2 -> android-cts-4.2_r2
* [new tag] android-cts-4.4_r1 -> android-cts-4.4_r1
* [new tag] android-cts-verifier-4.0.3_r1 -> android-cts-verifier-4.0.3_r1
* [new tag] android-cts-verifier-4.0_r1 -> android-cts-verifier-4.0_r1
* [new tag] android-l-preview_r2 -> android-l-preview_r2
* [new tag] android-sdk-4.0.3-tools_r1 -> android-sdk-4.0.3-tools_r1
* [new tag] android-sdk-4.0.3_r1 -> android-sdk-4.0.3_r1
* [new tag] android-sdk-4.4.2_r1 -> android-sdk-4.4.2_r1
* [new tag] android-sdk-4.4.2_r1.0.1 -> android-sdk-4.4.2_r1.0.1
* [new tag] android-sdk-adt_r16.0.1 -> android-sdk-adt_r16.0.1
* [new tag] android-sdk-adt_r20 -> android-sdk-adt_r20
* [new tag] android-sdk-support_r11 -> android-sdk-support_r11
* [new tag] android-wear-5.0.0_r1 -> android-wear-5.0.0_r1
error: Exited sync due to fetch errors
i tried breakfast p3100 and source build/envsetup.sh but end up with unknown directory unknown command.
Could anyone help me please and guide me what i did wrong or went wrong?
chanchal.bhakat said:
Hi,
I am trying to build CM 12.1
and tried repo sync many times but it always ends with lots of fatal errors.
i uesd following command in this directory cd ~/android/system
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
and this was the result.
Code:
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get git://github.com/CyanogenMod/android.git
From git://github.com/CyanogenMod/android
* [new branch] cm-10.1 -> origin/cm-10.1
* [new branch] cm-10.2 -> origin/cm-10.2
* [new branch] cm-11.0 -> origin/cm-11.0
* [new branch] cm-12.0 -> origin/cm-12.0
* [new branch] cm-12.1 -> origin/cm-12.1
* [new branch] cm-7.0.0 -> origin/cm-7.0.0
* [new branch] cm-7.0.1 -> origin/cm-7.0.1
* [new branch] cm-7.0.2.1 -> origin/cm-7.0.2.1
* [new branch] cm-7.0.3 -> origin/cm-7.0.3
* [new branch] cm-9.1.0 -> origin/cm-9.1.0
* [new branch] eclair -> origin/eclair
* [new branch] froyo -> origin/froyo
* [new branch] froyo-stable -> origin/froyo-stable
* [new branch] gb-release-7.2 -> origin/gb-release-7.2
* [new branch] gingerbread -> origin/gingerbread
* [new branch] gingerbread-release -> origin/gingerbread-release
* [new branch] ics -> origin/ics
* [new branch] ics-release -> origin/ics-release
* [new branch] jellybean -> origin/jellybean
* [new branch] jellybean-stable -> origin/jellybean-stable
* [new branch] mr1.1-staging -> origin/mr1.1-staging
* [new branch] shipping/cm-11.0 -> origin/shipping/cm-11.0
* [new branch] stable/cm-10.2 -> origin/stable/cm-10.2
* [new branch] stable/cm-11.0 -> origin/stable/cm-11.0
* [new branch] stable/cm-11.0-XNF8Y -> origin/stable/cm-11.0-XNF8Y
* [new branch] stable/cm-11.0-XNF9X -> origin/stable/cm-11.0-XNF9X
* [new branch] stable/cm-11.0-XNG2S -> origin/stable/cm-11.0-XNG2S
* [new branch] stable/cm-12.0-YNG1I -> origin/stable/cm-12.0-YNG1I
* [new branch] stable/cm-12.0-YNG1T -> origin/stable/cm-12.0-YNG1T
* [new branch] stable/cm-12.0-YNG1TA -> origin/stable/cm-12.0-YNG1TA
* [new branch] staging/cm-12.0-caf -> origin/staging/cm-12.0-caf
* [new branch] staging/cm-12.1 -> origin/staging/cm-12.1
* [new branch] themes-exp -> origin/themes-exp
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-10.2.1.1 -> cm-10.2.1.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-5.0.6 -> cm-5.0.6
* [new tag] cm-5.0.7 -> cm-5.0.7
* [new tag] cm-5.0.7-ds -> cm-5.0.7-ds
* [new tag] cm-6.0.0 -> cm-6.0.0
* [new tag] cm-6.0.0-rc1 -> cm-6.0.0-rc1
* [new tag] cm-7.0.0 -> cm-7.0.0
* [new tag] cm-7.0.1 -> cm-7.0.1
* [new tag] cm-7.0.2.1 -> cm-7.0.2.1
* [new tag] cm-7.0.3 -> cm-7.0.3
* [new tag] cm-7.1.0 -> cm-7.1.0
Your identity is: chan00 <[email protected]>
If you want to change this, please re-run 'repo init' with --config-name
repo has been initialized in /home/home/android/system
then i used repo sync -j16
and get these lines always.
Code:
Fetching project CyanogenMod/android_packages_apps_AudioFX
Fetching project platform/prebuilts/clang/darwin-x86/x86/3.3
Fetching project platform/external/mesa3d
Fetching project CyanogenMod/android_packages_apps_Exchange
Fetching project CyanogenMod/android_packages_apps_Nfc
Fetching project CyanogenMod/android_external_stagefright-plugins
Fetching project platform/external/chromium_org/third_party/mesa/src
Fetching project platform/prebuilts/gcc/darwin-x86/host/headers
Fetching project CyanogenMod/android_packages_apps_Profiles
Fetching project platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
Fetching project CyanogenMod/android_packages_apps_Bluetooth
Fetching project platform/external/chromium_org/tools/grit
Fetching project platform/hardware/intel/common/libva
Fetching project CyanogenMod/android_system_media
Fetching project CyanogenMod/android_packages_apps_LockClock
Fetching project platform/external/google-diff-match-patch
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1 100 1 0 0 1 0 0:00:01 --:--:-- 0:00:01 1
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
100 1 100 1 0 0 1 0 0:00:01 --:--:-- 0:00:01 1
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
From git://github.com/CyanogenMod/android_packages_apps_Profiles
* [new branch] cm-12.1 -> github/cm-12.1
Fetching projects: 0% (1/552) Fetching project platform/external/checkpolicy
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 15.5M 0 545 0 0 271 0 16:40:49 0:00:02 16:40:47 271curl: (7) Failed to connect to android.googlesource.com port 443: Network is unreachable
2 2339k 2 65043 0 0 22209 0 0:01:47 0:00:02 0:01:45 41202error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
0 15.5M 0 47364 0 0 10268 0 0:26:24 0:00:04 0:26:20 17958error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
11 2339k 11 260k 0 0 35424 0 0:01:07 0:00:07 0:01:00 43832fatal: unable to access 'https://android.googlesource.com/platform/external/checkpolicy/': Failed to connect to android.googlesource.com port 443: Network is unreachable
error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
28 2339k 28 656k 0 0 16524 0 0:02:25 0:00:40 0:01:45 10635fatal: unable to access 'https://android.googlesource.com/platform/external/chromium_org/tools/grit/': Failed to connect to android.googlesource.com port 443: Network is unreachable
4 15.5M 4 663k 0 0 14922 0 0:18:10 0:00:45 0:17:25 19698fatal: unable to access 'https://android.googlesource.com/platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/': Failed to connect to android.googlesource.com port 443: Network is unreachable
30 2339k 30 713k 0 0 15724 0 0:02:32 0:00:46 0:01:46 9505fatal: unable to access 'https://android.googlesource.com/platform/external/checkpolicy/': Failed to connect to android.googlesource.com port 443: Network is unreachable
5 15.5M 5 816k 0 0 15325 0 0:17:41 0:00:54 0:16:47 18955fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/gcc/darwin-x86/host/headers/': Failed to connect to android.googlesource.com port 443: Network is unreachable
52 2339k 52 1233k 0 0 14789 0 0:02:42 0:01:25 0:01:17 19054error: Cannot fetch platform/external/chromium_org/tools/grit
Fetching project CyanogenMod/android_device_generic_arm64
7 15.5M 7 1248k 0 0 14784 0 0:18:20 0:01:26 0:16:54 18564error: Cannot fetch platform/prebuilts/gcc/darwin-x86/host/headers
54 2339k 54 1279k 0 0 14966 0 0:02:40 0:01:27 0:01:13 20934error: Cannot fetch platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
56 2339k 56 1316k 0 0 15071 0 0:02:38 0:01:29 0:01:09 22249From git://github.com/CyanogenMod/android_device_generic_arm64
* [new branch] cm-12.1 -> github/cm-12.1
8 15.5M 8 1360k 0 0 15218 0 0:17:49 0:01:31 0:16:18 22609error: Cannot fetch platform/external/checkpolicy
77 2339k 77 1817k 0 0 16049 0 0:02:29 0:01:55 0:00:34 27658From git://github.com/CyanogenMod/android_packages_apps_AudioFX
* [new branch] cm-12.1 -> github/cm-12.1
100 2339k 100 2339k 0 0 15339 0 0:02:36 0:02:36 --:--:-- 19366
Receiving objects: 100% (2087/2087), 2.28 MiB | 0 bytes/s, done.
Resolving deltas: 100% (1394/1394), done.
12 15.5M 12 2020k 0 0 13222 0 0:20:30 0:02:36 0:17:54 6690From /home/home/android/system/.repo/projects/hardware/intel/common/libva.git/clone.bundle
* [new branch] master-soong -> aosp/master-soong
* [new branch] master -> aosp/master
* [new branch] lollipop-wear-release -> aosp/lollipop-wear-release
* [new branch] lollipop-release -> aosp/lollipop-release
* [new branch] lollipop-mr1-release -> aosp/lollipop-mr1-release
* [new branch] lollipop-mr1-dev -> aosp/lollipop-mr1-dev
* [new branch] lollipop-dev -> aosp/lollipop-dev
* [new tag] android-wear-5.0.0_r1 -> android-wear-5.0.0_r1
* [new tag] android-5.1.0_r3 -> android-5.1.0_r3
* [new tag] android-5.1.0_r1 -> android-5.1.0_r1
* [new tag] android-5.0.2_r1 -> android-5.0.2_r1
* [new tag] android-5.0.1_r1 -> android-5.0.1_r1
* [new tag] android-5.0.0_r7 -> android-5.0.0_r7
* [new tag] android-5.0.0_r6 -> android-5.0.0_r6
* [new tag] android-5.0.0_r5.1 -> android-5.0.0_r5.1
* [new tag] android-5.0.0_r5 -> android-5.0.0_r5
* [new tag] android-5.0.0_r4 -> android-5.0.0_r4
* [new tag] android-5.0.0_r3 -> android-5.0.0_r3
* [new tag] android-5.0.0_r2 -> android-5.0.0_r2
* [new tag] android-5.0.0_r1 -> android-5.0.0_r1
12 15.5M 12 2051k 0 0 13173 0 0:20:35 0:02:39 0:17:56 7925error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
17 15.5M 17 2719k 0 0 13964 0 0:19:25 0:03:19 0:16:06 18357fatal: unable to access 'https://android.googlesource.com/platform/hardware/intel/common/libva/': Failed to connect to android.googlesource.com port 443: Network is unreachable
20 15.5M 20 3187k 0 0 13809 0 0:19:38 0:03:56 0:15:42 10070error: Cannot fetch platform/hardware/intel/common/libva
42 15.5M 42 6698k 0 0 14422 0 0:18:48 0:07:55 0:10:53 22617From git://github.com/CyanogenMod/android_packages_apps_Nfc
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-7.1.0 -> cm-7.1.0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1 0 1 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
100 1 0 1 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (7) Failed to connect to storage.googleapis.com port 443: Network is unreachable
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0curl: (7) Failed to connect to storage.googleapis.com port 80: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
47 15.5M 47 7580k 0 0 15117 0 0:17:56 0:08:33 0:09:23 21940fatal: unable to access 'https://android.googlesource.com/platform/prebuilts/clang/darwin-x86/x86/3.3/': Failed to connect to android.googlesource.com port 443: Network is unreachable
48 15.5M 48 7732k 0 0 15213 0 0:17:49 0:08:40 0:09:09 22072fatal: unable to access 'https://android.googlesource.com/platform/external/mesa3d/': Failed to connect to android.googlesource.com port 443: Network is unreachable
git://github.com/CyanogenMod/android_packages_apps_Bluetooth
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
* [new tag] cm-7.0.0 -> cm-7.0.0
* [new tag] cm-7.0.1 -> cm-7.0.1
* [new tag] cm-7.0.2.1 -> cm-7.0.2.1
* [new tag] cm-7.0.3 -> cm-7.0.3
* [new tag] cm-7.1.0 -> cm-7.1.0
74 15.5M 74 11.5M 0 0 16549 0 0:16:23 0:12:10 0:04:13 22147From git://github.com/CyanogenMod/android_packages_apps_LockClock
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
75 15.5M 75 11.6M 0 0 16603 0 0:16:20 0:12:16 0:04:04 23416From git://github.com/CyanogenMod/android_packages_apps_Exchange
* [new branch] cm-12.1 -> github/cm-12.1
* [new tag] cm-10.1-M1 -> cm-10.1-M1
* [new tag] cm-10.1-M2 -> cm-10.1-M2
* [new tag] cm-10.1-M3 -> cm-10.1-M3
* [new tag] cm-10.1.0 -> cm-10.1.0
* [new tag] cm-10.1.0-RC1 -> cm-10.1.0-RC1
* [new tag] cm-10.1.0-RC2 -> cm-10.1.0-RC2
* [new tag] cm-10.1.0-RC3 -> cm-10.1.0-RC3
* [new tag] cm-10.1.0-RC4 -> cm-10.1.0-RC4
* [new tag] cm-10.1.0-RC5 -> cm-10.1.0-RC5
* [new tag] cm-10.1.1 -> cm-10.1.1
* [new tag] cm-10.1.2 -> cm-10.1.2
* [new tag] cm-10.1.3 -> cm-10.1.3
* [new tag] cm-10.1.3-RC1 -> cm-10.1.3-RC1
* [new tag] cm-10.1.3-RC2 -> cm-10.1.3-RC2
* [new tag] cm-10.2-M1 -> cm-10.2-M1
* [new tag] cm-10.2.0 -> cm-10.2.0
* [new tag] cm-10.2.1 -> cm-10.2.1
* [new tag] cm-11.0-XNPH05Q-bacon-5229c4ef56 -> cm-11.0-XNPH05Q-bacon-5229c4ef56
* [new tag] cm-11.0-XNPH05Q-tomato-9828f8e9cc -> cm-11.0-XNPH05Q-tomato-9828f8e9cc
* [new tag] cm-11.0-XNPH22R-bacon-03d77315ea -> cm-11.0-XNPH22R-bacon-03d77315ea
* [new tag] cm-11.0-XNPH25R-bacon-d22b777afa -> cm-11.0-XNPH25R-bacon-d22b777afa
* [new tag] cm-11.0-XNPH30O-bacon-4f280f505a -> cm-11.0-XNPH30O-bacon-4f280f505a
* [new tag] cm-11.0-XNPH33R-bacon-3628510d76 -> cm-11.0-XNPH33R-bacon-3628510d76
* [new tag] cm-11.0-XNPH44S-bacon-5fa8c79c0b -> cm-11.0-XNPH44S-bacon-5fa8c79c0b
100 15.5M 100 15.5M 0 0 19101 0 0:14:11 0:14:11 --:--:-- 31952
Receiving objects: 100% (10246/10246), 15.52 MiB | 22.04 MiB/s, done.
Resolving deltas: 100% (5817/5817), done.
From https://android.googlesource.com/platform/external/chromium_org/third_party/mesa/src
* [new tag] android-5.1.1_r1 -> android-5.1.1_r1
* [new tag] android-5.1.0_r5 -> android-5.1.0_r5
From https://android.googlesource.com/platform/external/google-diff-match-patch
* [new tag] android-5.1.1_r1 -> android-5.1.1_r1
* [new tag] android-4.0.1_r1 -> android-4.0.1_r1
* [new tag] android-4.0.1_r1.1 -> android-4.0.1_r1.1
* [new tag] android-4.0.1_r1.2 -> android-4.0.1_r1.2
* [new tag] android-4.0.2_r1 -> android-4.0.2_r1
* [new tag] android-4.0.3_r1 -> android-4.0.3_r1
* [new tag] android-4.0.3_r1.1 -> android-4.0.3_r1.1
* [new tag] android-4.0.4_r1 -> android-4.0.4_r1
* [new tag] android-4.0.4_r1.1 -> android-4.0.4_r1.1
* [new tag] android-4.0.4_r1.2 -> android-4.0.4_r1.2
* [new tag] android-4.0.4_r2 -> android-4.0.4_r2
* [new tag] android-4.0.4_r2.1 -> android-4.0.4_r2.1
* [new tag] android-4.1.1_r1 -> android-4.1.1_r1
* [new tag] android-4.1.1_r1.1 -> android-4.1.1_r1.1
* [new tag] android-4.1.1_r2 -> android-4.1.1_r2
* [new tag] android-4.1.1_r3 -> android-4.1.1_r3
* [new tag] android-4.1.1_r4 -> android-4.1.1_r4
* [new tag] android-4.1.1_r5 -> android-4.1.1_r5
* [new tag] android-4.1.1_r6 -> android-4.1.1_r6
* [new tag] android-4.1.1_r6.1 -> android-4.1.1_r6.1
* [new tag] android-4.1.2_r1 -> android-4.1.2_r1
* [new tag] android-4.1.2_r2 -> android-4.1.2_r2
* [new tag] android-4.1.2_r2.1 -> android-4.1.2_r2.1
* [new tag] android-4.2.1_r1 -> android-4.2.1_r1
* [new tag] android-4.2.1_r1.1 -> android-4.2.1_r1.1
* [new tag] android-4.2.1_r1.2 -> android-4.2.1_r1.2
* [new tag] android-4.2.2_r1 -> android-4.2.2_r1
* [new tag] android-4.2.2_r1.1 -> android-4.2.2_r1.1
* [new tag] android-4.2.2_r1.2 -> android-4.2.2_r1.2
* [new tag] android-4.2_r1 -> android-4.2_r1
* [new tag] android-4.3.1_r1 -> android-4.3.1_r1
* [new tag] android-4.3_r0.9 -> android-4.3_r0.9
* [new tag] android-4.3_r0.9.1 -> android-4.3_r0.9.1
* [new tag] android-4.3_r1 -> android-4.3_r1
* [new tag] android-4.3_r1.1 -> android-4.3_r1.1
* [new tag] android-4.3_r2 -> android-4.3_r2
* [new tag] android-4.3_r2.1 -> android-4.3_r2.1
* [new tag] android-4.3_r2.2 -> android-4.3_r2.2
* [new tag] android-4.3_r2.3 -> android-4.3_r2.3
* [new tag] android-4.3_r3 -> android-4.3_r3
* [new tag] android-4.3_r3.1 -> android-4.3_r3.1
* [new tag] android-4.4.1_r1 -> android-4.4.1_r1
* [new tag] android-4.4.1_r1.0.1 -> android-4.4.1_r1.0.1
* [new tag] android-4.4.2_r1 -> android-4.4.2_r1
* [new tag] android-4.4.2_r1.0.1 -> android-4.4.2_r1.0.1
* [new tag] android-4.4.2_r2 -> android-4.4.2_r2
* [new tag] android-4.4.2_r2.0.1 -> android-4.4.2_r2.0.1
* [new tag] android-4.4.3_r1 -> android-4.4.3_r1
* [new tag] android-4.4.3_r1.0.1 -> android-4.4.3_r1.0.1
* [new tag] android-4.4.3_r1.1 -> android-4.4.3_r1.1
* [new tag] android-4.4.3_r1.1.0.1 -> android-4.4.3_r1.1.0.1
* [new tag] android-4.4.4_r1 -> android-4.4.4_r1
* [new tag] android-4.4.4_r1.0.1 -> android-4.4.4_r1.0.1
* [new tag] android-4.4.4_r2 -> android-4.4.4_r2
* [new tag] android-4.4.4_r2.0.1 -> android-4.4.4_r2.0.1
* [new tag] android-4.4_r0.7 -> android-4.4_r0.7
* [new tag] android-4.4_r0.8 -> android-4.4_r0.8
* [new tag] android-4.4_r0.9 -> android-4.4_r0.9
* [new tag] android-4.4_r1 -> android-4.4_r1
* [new tag] android-4.4_r1.0.1 -> android-4.4_r1.0.1
* [new tag] android-4.4_r1.1 -> android-4.4_r1.1
* [new tag] android-4.4_r1.1.0.1 -> android-4.4_r1.1.0.1
* [new tag] android-4.4_r1.2 -> android-4.4_r1.2
* [new tag] android-4.4_r1.2.0.1 -> android-4.4_r1.2.0.1
* [new tag] android-4.4w_r1 -> android-4.4w_r1
* [new tag] android-5.0.0_r1 -> android-5.0.0_r1
* [new tag] android-5.0.0_r2 -> android-5.0.0_r2
* [new tag] android-5.0.0_r3 -> android-5.0.0_r3
* [new tag] android-5.0.0_r4 -> android-5.0.0_r4
* [new tag] android-5.0.0_r5 -> android-5.0.0_r5
* [new tag] android-5.0.0_r5.1 -> android-5.0.0_r5.1
* [new tag] android-5.0.0_r6 -> android-5.0.0_r6
* [new tag] android-5.0.0_r7 -> android-5.0.0_r7
* [new tag] android-5.0.1_r1 -> android-5.0.1_r1
* [new tag] android-5.0.2_r1 -> android-5.0.2_r1
* [new tag] android-5.1.0_r1 -> android-5.1.0_r1
* [new tag] android-5.1.0_r3 -> android-5.1.0_r3
* [new tag] android-5.1.0_r5 -> android-5.1.0_r5
* [new tag] android-cts-4.0.3_r1 -> android-cts-4.0.3_r1
* [new tag] android-cts-4.0.3_r2 -> android-cts-4.0.3_r2
* [new tag] android-cts-4.0_r1 -> android-cts-4.0_r1
* [new tag] android-cts-4.1_r1 -> android-cts-4.1_r1
* [new tag] android-cts-4.1_r2 -> android-cts-4.1_r2
* [new tag] android-cts-4.1_r4 -> android-cts-4.1_r4
* [new tag] android-cts-4.2_r1 -> android-cts-4.2_r1
* [new tag] android-cts-4.2_r2 -> android-cts-4.2_r2
* [new tag] android-cts-4.4_r1 -> android-cts-4.4_r1
* [new tag] android-cts-verifier-4.0.3_r1 -> android-cts-verifier-4.0.3_r1
* [new tag] android-cts-verifier-4.0_r1 -> android-cts-verifier-4.0_r1
* [new tag] android-l-preview_r2 -> android-l-preview_r2
* [new tag] android-sdk-4.0.3-tools_r1 -> android-sdk-4.0.3-tools_r1
* [new tag] android-sdk-4.0.3_r1 -> android-sdk-4.0.3_r1
* [new tag] android-sdk-4.4.2_r1 -> android-sdk-4.4.2_r1
* [new tag] android-sdk-4.4.2_r1.0.1 -> android-sdk-4.4.2_r1.0.1
* [new tag] android-sdk-adt_r16.0.1 -> android-sdk-adt_r16.0.1
* [new tag] android-sdk-adt_r20 -> android-sdk-adt_r20
* [new tag] android-sdk-support_r11 -> android-sdk-support_r11
* [new tag] android-wear-5.0.0_r1 -> android-wear-5.0.0_r1
error: Exited sync due to fetch errors
i tried breakfast p3100 and source build/envsetup.sh but end up with unknown directory unknown command.
Could anyone help me please and guide me what i did wrong or went wrong?
Click to expand...
Click to collapse
Only Mr Android-Andi can help you if he wants to
shsagnik said:
Only Mr Android-Andi can help you if he wants to
Click to expand...
Click to collapse
got the fatal but now it seems by attribute force -f it syncs with repo
i used repo sync -f it will take few hours. lets see if any one helps.

CUSTOM ROM FOR J7 NEO 2017| H-ROM S20 PORT V2 | ONE UI 2.0 | ANDROID 101 SAMSUNG GALAXY J7 NEO 2017

CUSTOM ROM FOR J7 NEO 2017| H-ROM S20 PORT V2 | ONE UI 2.0 | ANDROID 101 SAMSUNG GALAXY J7 NEO 2017
[ROM] [J7 NEO] [H-ROM S20 PORT V2] [ONE UI 2.0] [10] [J7 NEO 2017]
[1o] [J7] [H-ROM S20 PORT V2] [ONE UI 2.0] [J7
NEO 2017]
[/QUOTE]
Power button add to reboot to recovery

Categories

Resources