CyanogenMod repo sync error - Android Q&A, Help & Troubleshooting

Hi all i am trying to sync CM source but keep running into errors this one i can't resolve
Code:
... A new repo command ( 1.20) is available.
... You should upgrade soon:
cp /home/gavster26/android/system/.repo/repo/repo /home/gavster26/bin/repo
Get git://github.com/Gavster26/android_device_sony_tamsui-common-legacy.git
remote: Counting objects: 512, done.
remote: Compressing objects: 100% (184/184), done.
remote: Total 512 (delta 291), reused 512 (delta 291)
Receiving objects: 100% (512/512), 1.99 MiB | 885 KiB/s, done.
Resolving deltas: 100% (291/291), done.
From git://github.com/Gavster26/android_device_sony_tamsui-common-legacy
* [new branch] jellybean -> origin/jellybean
error: revision refs/heads/master in manifests not found
[email protected]:~/android/system$

Related

[Q] Downloading source for ICS ?

Well i have been downloading the source for the second time now and this time i have some serious doubts.
My internet is a damn slow internet and hence downloading takes a lot of time. Also there is a damn power crisis I don't have power for about half the day (~UPS support ain't lasting that long.) So a few times my PC had to force shut down. Also a few times the downloading will stop (at fetching objects point. Know error but cant fix it.) and then I had to restart by closing the terminal and restarting the download.
My question is will any of this cause a problem cause last time my source was only about 5 gig (right after downloading. Could not build cause i messed up though.).
I use a ubuntu 10.04 32 bit (x86) LTS.
Internet @ 512kbps .
This is what i get when i repo sync -j16
Code:
[email protected]:~$ cd WORKING_DIRECTORY
[email protected]:~/WORKING_DIRECTORY$ repo sync -j16
Fetching projects: 10% (25/248) remote: Counting objects: 15, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 9 (delta 7), reused 8 (delta 6)
Unpacking objects: 100% (9/9), done.
From git://github.com/CyanogenMod/android_external_bluetooth_bluez
f7df2d3..6f8b294 ics -> github/ics
Fetching projects: 16% (40/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/device/sample/info/refs
fatal: HTTP request failed
Fetching projects: 25% (62/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/clang/info/refs
fatal: HTTP request failed
Fetching projects: 55% (137/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/libnl-headers/info/refs
fatal: HTTP request failed
Fetching projects: 58% (144/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/lohit-fonts/info/refs
fatal: HTTP request failed
Fetching projects: 62% (154/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/qemu-pc-bios/info/refs
fatal: HTTP request failed
Fetching projects: 70% (174/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/hardware/invensense/info/refs
fatal: HTTP request failed
Fetching projects: 75% (186/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/hardware/ti/omap4xxx/info/refs
fatal: HTTP request failed
Fetching projects: 76% (189/248) remote: Counting objects: 17, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 9 (delta 3), reused 8 (delta 2)
Unpacking objects: 100% (9/9), done.
From git://github.com/CyanogenMod/android_frameworks_base
7dd34b8..eb3f4a1 ics -> github/ics
Fetching projects: 93% (231/248) remote: Counting objects: 19735, done.
Fetching projects: 95% (236/248) remote: Compressing objects: 0% (23/7659) Fetching projects: 97% (241/248) remote: Compressing objects: 0% (32/7659) Fetching projects: 98% (244/248) remote: Compressing objects: 1% (78/7659) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/packages/wallpapers/HoloSpiral/info/refs
fatal: HTTP request failed
Fetching projects: 99% (246/248) remote: Compressing objects: 1% (79/7659) remote: Compressing objects: 100% (7659/7659), done.
Receiving objects: 4% (866/19735), 62.92 MiB | 60 KiB/s

[Q] [CM 10.1 Building] Local_manifest.xml deprecated

I have built android before on Ubuntu (12.04). This is my first attempt at building on arch linux. (I temp switch to python2 when building android)
However when I do a repo sync, I get a lot of warnings which I never got on Ubuntu (baring in mind I haven't built for about a month, I'm a little rusty ;P)
Code:
[[email protected] system]$ repo sync
warning: local_manifest.xml is deprecated; put local manifests in local_manifests instead
Fetching projects: 3% (11/354) remote: Counting objects: 5, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 3 (delta 2), reused 3 (delta 2)
Unpacking objects: 100% (3/3), done.
Fetching projects: 4% (15/354) From git://github.com/CyanogenMod/android_build
eded398..c4fd5ea cm-10.1 -> github/cm-10.1
Fetching projects: 81% (287/354) remote: Counting objects: 9, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 3), reused 5 (delta 3)
Unpacking objects: 100% (5/5), done.
From git://github.com/CyanogenMod/android_packages_apps_Trebuchet
96fee2c..a0e17fc cm-10.1 -> github/cm-10.1
Fetching projects: 100% (354/354), done.
warning: local_manifest.xml is deprecated; put local manifests in local_manifests instead
Checking out files: 100% (38123/38123), done.ut files: 23% (9009/38123)
Syncing work tree: 100% (354/354), done.
[[email protected] system]$
I have tried creating a folder local_manifest and putting in the xml. I have tried putting the xml into manifests (both in ~/android/system/.repo) but neither seemed to work
any ideas?
(P.S I'm building for Nexus 7 CM 10.1 and am following the cyanogenmod N7 tutorial on their wiki)
I had the same issue and it was from a corrupt .repo directory. Try deleting the repo directory and starting over.
sudo rm -r ~/android/system/.repo
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync
Hope this helps.
[edited to show instructions for CM 10.1 instead of AOKP ]
rm -r ./.repo/local_manifest.xml
Nice one
ccb1208 said:
I had the same issue and it was from a corrupt .repo directory. Try deleting the repo directory and starting over.
sudo rm -r ~/android/system/.repo
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync
Hope this helps.
[edited to show instructions for CM 10.1 instead of AOKP ]
Click to expand...
Click to collapse
I think it worked, i'm sinking repo now (and have had no warning messages)
I had also tried nuking android and that didn't work before, weird :S
If I can't build cm, I did see today a warning that it is currently not working anyways... Ill post back a conclusion
I don't ever use the local_manifest.xml anyways but I tried just now to do a new build and local_manifests.xml just didn't grab anything i put in it. so I am back to junking up my manifest.xml with no local_manifest.xml or local_manifests.xml If y'all know a better way please share. TY:highfive:
justlovejoy said:
I don't ever use the local_manifest.xml anyways but I tried just now to do a new build and local_manifests.xml just didn't grab anything i put in it. so I am back to junking up my manifest.xml with no local_manifest.xml or local_manifests.xml If y'all know a better way please share. TY:highfive:
Click to expand...
Click to collapse
How would I use manifest.xml instead of local?
(Also, I have installed a ubuntu 12.10 partition now, so I'm building on that since most support, for anything linux in fact, seems to be aimed at debian base)

[HELP] Adding RRO Layers to AOSP Rom

Hi, I have a falcon (Moto G 2013). I built an AOSP rom from source and using a toolchain but I am unable to find a guide to cherry pick RRO to my rom. I saw the github wiki from here and here is my terminal output:
Code:
[email protected]:~/aosp/frameworks/base$
git initInitialized empty Git repository in /home/yeshwanthvshenoy/aosp/frameworks/base/.git/
[email protected]:~/aosp/frameworks/base$ git remote add origin https://github.com/yeshwanthvshenoy/platform_frameworks_base.git
[email protected]:~/aosp/frameworks/base$ git remote -v
origin https://github.com/yeshwanthvshenoy/platform_frameworks_base.git (fetch)
origin https://github.com/yeshwanthvshenoy/platform_frameworks_base.git (push)
[email protected]:~/aosp/frameworks/base$ git remote add revert https://github.com/LiquidSmooth/android_frameworks_base.git
[email protected]:~/aosp/frameworks/base$ git remote -v
origin https://github.com/yeshwanthvshenoy/platform_frameworks_base.git (fetch)
origin https://github.com/yeshwanthvshenoy/platform_frameworks_base.git (push)
revert https://github.com/LiquidSmooth/android_frameworks_base.git (fetch)
revert https://github.com/LiquidSmooth/android_frameworks_base.git (push)
[email protected]:~/aosp/frameworks/base$ git fetch revert
remote: Counting objects: 1253863, done.
remote: Total 1253863 (delta 0), reused 0 (delta 0), pack-reused 1253863
Receiving objects: 100% (1253863/1253863), 1.57 GiB | 13.30 MiB/s, done.
Resolving deltas: 100% (752145/752145), done.
From https://github.com/LiquidSmooth/android_frameworks_base
* [new branch] 5.1 -> revert/5.1
* [new branch] 5.1-aosp -> revert/5.1-aosp
* [new branch] lollipop -> revert/lollipop
* [new branch] lollipop-cm -> revert/lollipop-cm
[email protected]:~/aosp/frameworks/base$ git revert b97528cd113acd733e731efcff246fc64f234362
error: refusing to lose untracked file at 'libs/androidfw/AssetManager.cpp'
error: refusing to lose untracked file at 'include/androidfw/AssetManager.h'
error: refusing to lose untracked file at 'core/jni/android_util_AssetManager.cpp'
error: refusing to lose untracked file at 'core/java/android/content/res/AssetManager.java'
error: refusing to lose untracked file at 'cmds/idmap/scan.cpp'
error: could not revert b97528c... base: Fix the problems for runtime overlay.
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
[email protected]:~/aosp/frameworks/base$

AOSP help

i am trying to setup aosp in ubuntu 14.04 and i am getting a fatal error when trying to repo sync. any ideas?
fatal: remote error: Service Temporarily Unavailable
remote: Counting objects: 207, done
remote: Finding sources: 100% (506/506)
remote: Total 506 (delta 60), reused 506 (delta 60)
Receiving objects: 100% (506/506), 11.87 MiB | 549.00 KiB/s, done.
Resolving deltas: 100% (60/60), completed with 27 local objects.
fatal: bad object a1d632a7815a0766986c9ff9de501ac1f7afbb7b
error: androidgooglesource/platform/prebuilts/misc[] did not send all necessary objects
error: Cannot fetch platform/prebuilts/misc
warn: --force-broken, continuing to sync
Fetching projects: 100% (455/455)
error: Exited sync due to fetch errors
[email protected]:~/ASDK/workingdir$
what repo is syncing to platform/prebuilts/misc? (you can see that in your manifest xml)
can you "git clone" that repo?
well i got passed that error by doing a complete delete and re-download now im having trouble with the compile stage
including ./external/aac/Android.mk ...
build/core/base_rules.mk:157: *** external/aac: MODULE.TARGET.STATIC_LIBRARIES.libFraunhoferAAC already defined by android/external/aac. Stop.
after reviewing the code i see that it is one of the first files included. why would this be calling this twice?
could this be from not merging the kernel files?
any thoughts
i wont lie i am a complete noob at turning source code in to flash-able images. i have learned a lot from various sources, i actually am taking a liking to this. now i am trying to figure out pre-compiling the kernel and including that with the the build. this is a Android 6.0.1_r3 build. is there much difference in building procedure from android 4-5? any tips and tricks will be greatly appreciated. thanks ahead of time.

Code Aurora's Android for MSM - Unable to downlad the project files using Git/Repo

Hi
I am coming from a non-OS embedded firmware and Windows OS background and a newbie to the Linux and Android OS world.
I have got a Qualcomm Snapdragon 400 development kit which is running a specific version of Android OS from Code Aurora. I want to download the source project of this OS to be able to make a few changes and rebuilt it.
The specific version I need is "LA.BR.1.2.4-01810-8x16.0" as listed at Code Aurora website under "Android for MSM Project" (I am unable to post the weblink being a newbie of this forum).
To get this project, I am following the instructions listed at this website which are:
Releases are available for download using Repo and Git. A specific release is downloaded by choosing both a branch and manifest from the Releases table.
$ repo init -u git://codeaurora.org/platform/manifest.git -b [branch] -m [manifest] --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
$ repo sync
But I am getting some errors and unable to resolve them.
Here is the terminal window log when I try to get the source files using Git/Repo as per the link above.
[email protected]:~/Documents/S.Ali/BW/410$ repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.4-01810-8x16.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 18 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (18/18), done.
From git://codeaurora.org/platform/manifest
65b6e6e..3004d8c aosp-new/emu-2.4-release -> origin/aosp-new/emu-2.4-release
c005393..52b8e1a aosp-new/lldb-master-dev -> origin/aosp-new/lldb-master-dev
7e723b6..eae6bdf aosp-new/lollipop-mr1-cts-release -> origin/aosp-new/lollipop-mr1-cts-release
88ac9b4..84298e7 aosp-new/marshmallow-cts-release -> origin/aosp-new/marshmallow-cts-release
1e9af62..83fe89c aosp-new/nougat-cts-release -> origin/aosp-new/nougat-cts-release
0498397..f505234 aosp-new/nougat-mr1-cts-release -> origin/aosp-new/nougat-mr1-cts-release
error: in `init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.4-01810-8x16.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable`: [Errno 2] No such file or directory: '/home/digital/.repo/manifests/.git/HEAD'
error: manifest missing or unreadable -- please run init
and when I try again, I get:
[email protected]:~/Documents/S.Ali/BW/410$ repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.4-01810-8x16.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
error: in `init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.4-01810-8x16.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable`: [Errno 2] No such file or directory: '/home/digital/.repo/manifests/.git/HEAD'
error: manifest missing or unreadable -- please run init
Probably I am doing something silly and/or missing something very basic.
I would be very grateful for your help in resolving this issue.
Thanks

Categories

Resources