[Q] How to compile CyanogenMod 7.1? - Android Q&A, Help & Troubleshooting

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?

Related

Trying to get CM10 source

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

Unable to build CM 10.1 with Android 4.2.2

Hi to all.
I'm trying to build the latest version of CyanogenMod, with android 4.2.2. I sync the repo with
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
and now I'm in the breakfast phase. The result is:
Code:
[email protected]:~/cyanogen_p4/system$ breakfast p4
including vendor/cm/vendorsetup.sh
ls: impossibile accedere a device/*/p4/cm.mk: File o directory non esistente
build/core/product_config.mk:234: *** Cannot locate config makefile for product "cm_p4". Arresto.
Device p4 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_p4
Default revision: cm-10.1
Checking branch info
CyanogenMod/android_device_samsung_p4 already exists
Syncing repository to retrieve project.
error: project device/samsung/p4 not found
Repository synced!
Looking for dependencies
Dependencies file not found, bailing out.
Done
ls: impossibile accedere a device/*/p4/cm.mk: File o directory non esistente
build/core/product_config.mk:234: *** Cannot locate config makefile for product "cm_p4". Arresto.
** Don't have a product spec for: 'cm_p4'
** Do you have the right repo manifest?
I have a nightly build installed with Android 4.2.2, so I think that build the newest android version for samsung p4 is possible.
What is wrong?
I think that there is something broken in the build system for P4 device. I tried also to git-clone manually the android_device_samsung_p4 project and android_device_samsung_p4-common project in the right path (/device/samsung/) but the breakfast give me another error.
Sorry but my poor knowledge of CM build system does not help me
Has anybody build from scratch a cyanogenmod with android 4.2.2?
(BTW ...I don't understand why my topic was moved here...)
Update
Hey sarbyn,
I stumbled upon the same error today. Did you find any fixes or further information about that?
Best regards
el manu
elmanuel said:
Hey sarbyn,
I stumbled upon the same error today. Did you find any fixes or further information about that?
Best regards
el manu
Click to expand...
Click to collapse
Sorry but I don't remember how I fixed it. The last time I did a build for P4 was in february...if I remember correctly it was only a temporary issue, after some days a simple "repo sync" fixed it

Building CM13 for crespo4g?

I've been trying to build CM13 for my Nexus S 4G, but I've been having problems with breakfast. I get this error:
Code:
[email protected]:~/android/system$ breakfast crespo4g
including vendor/cm/vendorsetup.sh
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_crespo4g". Stop.
Device crespo4g not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_crespo4g
Default revision: cm-13.0
Checking branch info
Default revision cm-13.0 not found in android_device_samsung_crespo4g. Bailing.
Branches found:
cm-10.1-staging
cm-10.1
cm-10.2
cm-11.0
gb-release-7.2
gingerbread-release
gingerbread
ics
jellybean-stable
jellybean
mr1-staging
cm-10.1.3
cm-10.1.3-RC2
cm-10.1.3-RC1
cm-10.1.2
cm-10.1.1
cm-10.1.0
cm-10.1.0-RC5
cm-10.1.0-RC4
cm-10.1.0-RC3
cm-10.1.0-RC2
cm-10.1.0-RC1
cm-10.1-M3
cm-10.1-M2
cm-10.1-M1
cm-7.1.0
Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_crespo4g". Stop.
** Don't have a product spec for: 'cm_crespo4g'
** Do you have the right repo manifest?
I know I get this error because there is no CM13 branch in crespo4g and it's not supported, but how do I get the config makefile so it can be recognized by
Code:
breakfast
I've tried downloading the crespo4g files into /android/system/vendor/device, but it still couldn't do it. I even did
Code:
git clone https://android.googlesource.com/device/samsung/crespo4g
for the device files, and then ran
Code:
./extract-files.sh
to extract proprietary blobs from my phone, but I still can't perform
Code:
breakfast
How can I set fallback branches to the ROOMSERVICE_BRANCHES environment variable, as the error says? Why isn't breakfast working and what do I do to fix it?
Thanks!

What Is The Source Difference Between AOSP and CyanogenMod?

When I compiled CyanogenMod 13 I did
Code:
repo init -u https://github.com/CyanogenMod/android.git -b cm-13.0 --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips,-exynos5,-intel,-eclipse,-device
There were absolutely loads of repos (how many exactly?), which makes me wonder, how many of these are different between AOSP and CyanogenMod?
Is there a table of what all the repos are and which ones CyanogenMod have modified and which are the same?
opticyclic said:
When I compiled CyanogenMod 13 I did
Code:
repo init -u https://github.com/CyanogenMod/android.git -b cm-13.0 --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips,-exynos5,-intel,-eclipse,-device
There were absolutely loads of repos (how many exactly?), which makes me wonder, how many of these are different between AOSP and CyanogenMod?
Is there a table of what all the repos are and which ones CyanogenMod have modified and which are the same?
Click to expand...
Click to collapse
no

[Help] Android code download from codeaurora return manifest not find?

Hi,I want to download the Qcom code from it's release tags showning in wiki.codeaurora.org
The release page showing the released manifest tag and android version I want to download
November 12, 2020 LA.UM.9.12.r1-09000-SMxx50.0 kona LA.UM.9.12.r1-09000-SMxx50.0.xml 11.00.00
I follow the guide using below to download a released tag:
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.UM.9.12.r1-09000-SMxx50.0.xml
But it returns error the manifest are not exist, any idea that if some thing more needed to download a Android code from codeaurora ?
fatal: manifest 'LA.UM.9.12.r1-09000-SMxx50.0' not available
fatal: manifest LA.UM.9.12.r1-09000-SMxx50.0 not found
more info: I found the code already merged in AOSPA and other community ,so the repo is opensourced
manifest: Update to LA.UM.9.12.r1-09000-SMxx50.0. · AOSPA/[email protected]
Change-Id: I2c50904782d11d33666176a1ee07bcde89ea0537
github.com
butterl said:
Hi,I want to download the Qcom code from it's release tags showning in wiki.codeaurora.org
The release page showing the released manifest tag and android version I want to download
November 12, 2020LA.UM.9.12.r1-09000-SMxx50.0konaLA.UM.9.12.r1-09000-SMxx50.0.xml11.00.00
I follow the guide using below to download a released tag:
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.UM.9.12.r1-09000-SMxx50.0.xml
But it returns error the manifest are not exist, any idea that if some thing more needed to download a Android code from codeaurora ?
fatal: manifest 'LA.UM.9.12.r1-09000-SMxx50.0' not available
fatal: manifest LA.UM.9.12.r1-09000-SMxx50.0 not found
more info: I found the code already merged in AOSPA and other community ,so the repo is opensourced
manifest: Update to LA.UM.9.12.r1-09000-SMxx50.0. · AOSPA/[email protected]
Change-Id: I2c50904782d11d33666176a1ee07bcde89ea0537
github.com
Click to expand...
Click to collapse
Hi,
sorry to bring up this old topic but I'm having the precise same issue with another manifest, it's listed on the Qualcomm XWik but I do get the same manifest not available / not found error.
Did you find a solution to this issue?
Thanks

Categories

Resources