[Q] Error Of Downloading Source(TheMuppets) - Galaxy S III Q&A, Help & Troubleshooting

I had the repository error and, It is like
[email protected]:~$ git clone git://github.com/TheMuppets/proprietary_vendor_samsung/i9300.git -b cm-10.1
Cloning into 'i9300'...
fatal: remote error:
TheMuppets/proprietary_vendor_samsung/i9300.git is not a valid repository name
Email [email protected] for help
Like This. All Is Matchin. Isn't it?
I would like to know my error's begenning. (Can You just understand, (My english is very not goooood...))

dev.ahchew said:
I had the repository error and, It is like
[email protected]:~$ git clone git://github.com/TheMuppets/proprietary_vendor_samsung/i9300.git -b cm-10.1
Cloning into 'i9300'...
fatal: remote error:
TheMuppets/proprietary_vendor_samsung/i9300.git is not a valid repository name
Email [email protected] for help
Like This. All Is Matchin. Isn't it?
I would like to know my error's begenning. (Can You just understand, (My english is very not goooood...))
Click to expand...
Click to collapse
If you go to:
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-10.1/i9300
And select the "git read only" button. Then press copy to clipboard, you'll find what you're actually wanting to clone is:
git://github.com/TheMuppets/proprietary_vendor_samsung.git

Related

[Q] Code Aurora repository

Hi, guys.
I found a repository that has the files that I need. The trouble is that the repository is not GIT repository "as is". I can not find .git for it, and that us why I can't do "git clone" for getting files.
Maybe I can download the repository from the site using "wget", but it is quite wrong way.
I hope for your help.
Repository is here: codeaurora.org/git/projects/froyo-gb-dsds-7227/repository
P. S. This thread would have cost to create at development forum, but I still do not have that 10 posts, so let it be here. Also this is the reason of the unclickable link.
P. P. S. Sorry for my poor English.
Sorry for bump, but is anybody here?
Oh, it's pretty cool, everybody are helping each other. There are lots of answers.
Thanks, guys. >_<
git clone git://codeaurora.org/ + project path.
for entire platform:
repo init -u git://codeaurora.org/platform/manifest.git
repo sync
buildev said:
git clone git://codeaurora.org/ + project path.
for entire platform:
repo init -u git://codeaurora.org/platform/manifest.git
repo sync
Click to expand...
Click to collapse
I know how to clone main repository. The problem was exactly with repository for msm-7227.

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

Stuck on building CM10 for jlo - need tip

hey, I followed the tutorial about "Compiling JB on Ubuntu" and I stuck on this error:
Code:
build/core/product_config.mk:253: *** No matches for product "cm_jlo". Stop.
Device jlo not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Traceback (most recent call last):
File "build/tools/roomservice.py", line 59, in <module>
result = json.loads(urllib2.urlopen(githubreq).read())
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 438, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: Forbidden
build/core/product_config.mk:253: *** No matches for product "cm_jlo". Stop.
** Don't have a product spec for: 'cm_jlo'
** Do you have the right repo manifest?
I have device tree and proprietary files and admint that I have read whole tutorial 10x times but tip at the and didn't help.
I tried making many changes in files but no result.
I spend hours on doing all those things and like always nothing work, please show me the way I should follow.
lozohcum said:
I have device tree and proprietary files and admint that I have read whole tutorial 10x times but tip at the and didn't help.
I tried making many changes in files but no result.
I spend hours on doing all those things and like always nothing work, please show me the way I should follow.
Click to expand...
Click to collapse
From what I can tell it seems you have an error related to python make sure you have the correct version of python installed for building (Version 2.6.x-2.7.x). If that doesn't work I would suggest reinstalling python and see if they fixes the error. You can also ask about your build error here http://forum.xda-developers.com/showthread.php?t=2059939.
Sent from my SCH-I535 using xda premium
Odp: Stuck on building CM10 for jlo - need tip
Okay I'll reinstall python and write here if it works
now this error:
Code:
build/core/product_config.mk:253: *** No matches for product "cm_jlo". Stop.
Device jlo not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_sony_jlo
Default revision: cm-10.1
Checking branch info
Default revision cm-10.1 not found in android_device_sony_jlo. Bailing.
Branches found:
jellybean
Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
build/core/product_config.mk:253: *** No matches for product "cm_jlo". Stop.
** Don't have a product spec for: 'cm_jlo'
** Do you have the right repo manifest?
Use jellybean as your branch.
Sent from my SCH-R950 using Tapatalk 2
How to do this? can you explain? I don't know what you mean exacly.
can you give me proper command?
lozohcum said:
How to do this? can you explain? I don't know what you mean exacly.
can you give me proper command?
Click to expand...
Click to collapse
for cm10 repo init -u git://github.com/CyanogenMod/android.git -b jellybean
you had cm10.1 in the error which is still a work in progress
ah I understand, I have downloaded CM10.1 against CM10, so if I download CM10 will it work?
lozohcum said:
ah I understand, I have downloaded CM10.1 against CM10, so if I download CM10 will it work?
Click to expand...
Click to collapse
Yes this should solve your compile error allowing the build to compile successfully unless it runs into another unexpected build error.

Compiling error ../repo/android.git is HTML?

I just got everything working for the first time finally and I'm not sure how to get around this. Every compiling/building guide says to execute the following with appropriate URL and branch, but it gives me the (second) below.
Code:
repo init –u git://github.com/user/android.git –b cm-10.2
Code:
[email protected]:~/android/omni$ repo init -u git://github.com/mike64221/android.git -b android-4.4
/home/mike/bin/repo: line 1: syntax error near unexpected token `newline'
/home/mike/bin/repo: line 1: `<!DOCTYPE html>'
I just can't figure it out. Could anyone help?
Yes, I am (attempting) to build Omni.
Hopefully there'll be some possible solutions by morning so I can go ahead and let it work during school.
Sent from my MB886 using Tapatalk
You downloaded the repo utility wrongly. I'm guessing from a dead link (the HTML file is your repo file, not android.git). Look for the correct location and download it again.
GermainZ said:
You downloaded the repo utility wrongly. I'm guessing from a dead link (the HTML file is your repo file, not android.git). Look for the correct location and download it again.
Click to expand...
Click to collapse
What repo utility? The repo Linux package? If so, where should I download it from? I got the current version from the default Crunchbang/Debian repositories.
Sent from my MB886 using Tapatalk
penser said:
What repo utility? The repo Linux package? If so, where should I download it from? I got the current version from the default Crunchbang/Debian repositories.
Sent from my MB886 using Tapatalk
Click to expand...
Click to collapse
I doubt a system package installed itself to your home directory.
Code:
/home/mike/bin/repo
GermainZ said:
I doubt a system package installed itself to your home directory.
Code:
/home/mike/bin/repo
Click to expand...
Click to collapse
Must have copied the link wrong. (Using this guide http://www.techlila.com/compile-android-rom-from-source-code/) Now I'm getting
Code:
bash: /home/mike/bin/repo: Permission denied
EDIT: Nevermind, got it. Just had to do some digging at http://source.android.com/source/downloading.html.
EDIT: Now getting
Code:
fatal: manifest 'default.xml' not available
fatal: remote caf not defined in /home/mike/android/omni/.repo/manifests/default.xml
will be checking responses periodically, can't try for around 6-7 hours.
EDIT: Reading it now, I need to add a remote for "caf". Yay, more digging.
Looked through the default.xml in class and found the caf remote with no fetch, so I'll have to fix that sometime, then hopefully it'll be all good.
Got home, fixed it up, got it working and now there are issues with the omni repos (another person got the same error as me). Hopefully either overnight build or during-school build works. Thanks for your help!

using repo and git after download of full Android Source Tree

Hello,
After using using repo and git to download of full Android Source Tree, can not find any of the source files like (.c, c++, .java). in the working directory
(~/android-5.1.1_r35)
below are the commands I used.
I removed outside links so it would post to the forums
Thank You
# To install Repo:
# Download the Repo tool and ensure that it is executable:
curl outside link> ~/bin/repo
chmod a+x ~/bin/repo
# Configure git with your real name and email address. To use the Gerrit code-review tool, you will need an email address that is connected with a registered Google account. Make sure this is a live address at which you can receive messages. The name that you provide here will show up in attributions for your code submissions.
git config --global user.name "Dan"
git config --global user.email "xxx"
#Using a local mirror
#When using several clients, especially in situations where bandwidth is scarce, it is better to create a local mirror of the entire server content, and to sync clients from that mirror (which requires no network access). The download for a full mirror is smaller than the download of two clients, while containing more information.
#These instructions assume that the mirror is created in /usr/local/aosp/mirror. The first step is to create and sync the mirror itself. Notice the --mirror flag, which can be specified only when creating a new client:
repo init -u outside link --mirror
repo sync
cd ~/android-5.1.1_r35
repo init -u /work/andriodsrc/androidsrc-all/platform/manifest -b android-5.1.1_r35
#A successful initialization will end with a message stating that Repo is initialized in your working directory. Your client directory should now contain a .repo directory where files such as the manifest will be kept.
#Downloading the Android Source Tree
#To pull down the Android source tree to your working directory from the repositories as specified in the default manifest, run
repo sync
#The Android source files will be located in your working directory under their project names. The initial sync operation will take an hour or more to complete. For more about repo sync and other Repo commands, see the Developing section.

Categories

Resources