Trying to get CM10 source - HTC Rezound

Im trying to get the JB source from CM with this
repo init -u git://github.com/CyanogenMod/android.git -b jellybean
and i get the following error:
Get https://gerrit.googlesource.com/git-repo
fatal: Unable to find remote helper for 'https'
and yes, i have the latest version of git and i have curl
any help is greatly appreciated!

Private message antp121 or dmeadows013
Sent from my Galaxy Nexus

Related

[Q] How to compile CyanogenMod 7.1?

How can I build the current stable version of Cyanogen?
With the following call I try to initialize the repo:
Code:
./repo init -u git://github.com/CyanogenMod/android.git -b cm-7.1.0 --repo-url=git://github.com/android/tools_repo.git
But this error occurs:
Code:
error: revision cm-7.1.0 in manifests not found
This is probably because there is no branch but only a tag for 7.1.0.
So, how to compile CyanogenMod 7.1.0?
xdanapo said:
How can I build the current stable version of Cyanogen?
With the following call I try to initialize the repo:
Code:
./repo init -u git://github.com/CyanogenMod/android.git -b cm-7.1.0 --repo-url=git://github.com/android/tools_repo.git
But this error occurs:
Code:
error: revision cm-7.1.0 in manifests not found
This is probably because there is no branch but only a tag for 7.1.0.
So, how to compile CyanogenMod 7.1.0?
Click to expand...
Click to collapse
cm-7.1.0 is simply a tag, a "point in time" for the gingerbread branch.
i'm pretty sure that gingerbread-release is what you're looking for, i think it's updated to 7.1.0.
otherwise, clone the entire gingerbread repository, and then do
Code:
git checkout cm-7.1.0
it should work.
Just follow this i believe. (Worked for me).
http://wiki.cyanogenmod.com/wiki/Building_from_source
Follow my guide here, works. I used it all the time.
Above reply does not work.
android git is down
ok, but how can I build the tag cm-7.1.0?
if I build the branch "gingerbread" I get a nightly build, right?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
There are 301 git repositories. I did a "git checkout cm-7.1.0" on every git repository and build cyanogen.
Now I get the file out/target/product/ace/update-cm-nightly-signed.zip.
Is this now the stable version 7.1.0 of cyanogenmod? Or is it a nightly build?

[Q] error when getting CM ics-release branch (works fine for ics branch)

I'm having some problems with repo and CM.
This works fine:
repo init -u git://github.com/CyanogenMod/android.git -b ics
repo sync -j4
However when I try to get ics-release branch:
repo init -u git://github.com/CyanogenMod/android.git -b ics-release
repo sync -j4
repo fails:
Code:
fatal: remote error:
Repository not found.
Fetching projects: 45% (115/254) fatal: remote error:
Repository not found.
Fetching projects: 99% (252/254) error: Cannot fetch CyanogenMod/android_prebuilt
error: Exited sync due to fetch errors
Also, the reason I wanted to give it a go at another branch is because I'm not able to do an -eng build with ics.
I get this error:
make: *** No rule to make target `out/target/product/galaxys2/obj/lib/libUMP.so', needed by `out/target/product/galaxys2/obj/SHARED_LIBRARIES/gralloc.galaxys2_intermediates/LINKED/gralloc.galaxys2.so'. Stop.
Click to expand...
Click to collapse
I'm able to do a -user build without problems.
Any ideas on these problems?
Thanks
Anyone?

Syntax Error HELP

Hey Guys i'm trying to get the AOSP source from github and this is what im getting this (syntax error)
Code:
[email protected]:~/AOKP$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2
/home/orson/bin/repo: line 1: syntax error near unexpected token `newline'
/home/orson/bin/repo: line 1: `<!DOCTYPE html>'
[email protected]:~/AOKP$
Any help would be great
ODAWGY said:
Hey Guys i'm trying to get the AOSP source from github and this is what im getting this (syntax error)
Code:
[email protected]:~/AOKP$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2
/home/orson/bin/repo: line 1: syntax error near unexpected token `newline'
/home/orson/bin/repo: line 1: `<!DOCTYPE html>'
[email protected]:~/AOKP$
Any help would be great
Click to expand...
Click to collapse
Looks like you downloaded some HTML page instead of the repo script - re-download repo.

Help building from linaro

Hi folks i see alot of guides using the google source code has anyone used linaro branches to build with
lolipop repo init -u git://android.git.linaro.org/platform/manifest.git -b android-5.0.0_r2
kitkat repo init -u git://android.git.linaro.org/platform/manifest.git -b android-4.4.4_r2.0.1
iam just starting to learn and wanted to try something different from the aosp
any guides would be great thanks
wanting to build for nexus 5 [hammerhead]

Problem syncing CM 10.2 repos

I keep getting this error while trying to sync the 10.2 repos, can anybody help me with this PLEASE?
from terminal:
[email protected]:~$ repo init -u https://github.com/CyanogenMod/android.git -b cm-10.2<br />/home/sands/bin/repo: line 2: syntax error near unexpected token `newline'
/home/sands/bin/repo: line 2: `<!DOCTYPE html>'
Any help is appreciated.
OP is at Android Forms.
http://androidforums.com/index.php?posts/6878783
Thanks!
Sent from my Samsung Galaxy Rush with Tapatalk.
Devices: Nook Color, Dell XPS 18, Galaxy Rush (All modded)
crazynapkinman said:
I keep getting this error while trying to sync the 10.2 repos, can anybody help me with this PLEASE?
from terminal:
[email protected]:~$ repo init -u https://github.com/CyanogenMod/android.git -b cm-10.2<br />/home/sands/bin/repo: line 2: syntax error near unexpected token `newline'
/home/sands/bin/repo: line 2: `<!DOCTYPE html>'
Any help is appreciated.
OP is at Android Forms.
http://androidforums.com/index.php?posts/6878783
Thanks!
Sent from my Samsung Galaxy Rush with Tapatalk.
Devices: Nook Color, Dell XPS 18, Galaxy Rush (All modded)
Click to expand...
Click to collapse
matrixzone or rogersb11 ??? If either one of them dont know then it probably cant be done

Categories

Resources