Android :: Mac OsX 10.5 Installing Repo - Repo Command Not Found

Jan 24, 2009

I'm new to Mac and android. I went through all the steps mentioned to prepare to get android source on Mac.

However after getting repo and changing it to executable I can't execute repo init -u .... I keep getting -bash: repo: command not found

my $PATH is /opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/ bin:/usr/X11/bin

Android :: Mac OsX 10.5 Installing repo - repo command not found


Android :: Initializations Repo By $ Repo Init - U

Jun 6, 2009

I am using Virtual Box with KUbuntu Linux on x86(Windows XP) system and setting up system for Android Source SDK. I have installed repo through (curl http://android.git.kernel.org/repo >~/bin/repo). Now I am trying to initialize repo by $ repo init -u git://android.git.kernel.org/platform/manifest.git but here I am getting an error shown as follows:

Traceback (most recent call last): File "/home/tirtha/mydroid/.repo/repo/main.py", line 235, in <module> _Main(sys.argv[1:]) File "/home/tirtha/mydroid/.repo/repo/main.py", line 217, in _Main repo._Run(argv) File "/home/tirtha/mydroid/.repo/repo/main.py", line 123, in _Run cmd.Execute(copts, cargs) File "/home/tirtha/mydroid/.repo/repo/subcmds/init.py", line 218, in Execute self._SyncManifest(opt) File "/home/tirtha/mydroid/.repo/repo/subcmds/init.py", line 123, in _SyncManifest m.PreSync() File "/home/tirtha/mydroid/.repo/repo/project.py", line 1440, in PreSync cb = self.CurrentBranch File "/home/tirtha/mydroid/.repo/repo/project.py", line 271, in CurrentBranch b = self.work_git.GetHead() File "/home/tirtha/mydroid/.repo/repo/project.py", line 1226, in GetHead fd = open(path, 'rb') IOError: [Errno 2] No such file or directory: '/home/tirtha/ mydroid/.repo/manifests/.git/HEAD'

I have try to go to the mentioned folder and it looks like /home/ tirtha/mydroid/.repo/manifest.git/HEAD rather '/home/tirtha/ mydroid/.repo/manifests/.git/HEAD'. Can anybody suggest me the reason of the error and any solution for this.

View 3 Replies View Related

General :: Error During Repo Init - Public Key Not Found

Oct 7, 2013

After I ran the curl to install the latest version of repo, when I attempt to run a repo init I get this error

Code:
dan@dan-laptop:~/aokp_jb$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2 -g all,kernel,device,vendor
gpg: keyring `/home/dan/.repoconfig/gnupg/secring.gpg' created
gpg: keyring `/home/dan/.repoconfig/gnupg/pubring.gpg' created
gpg: /home/dan/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 920F5C65: public key "Repo Maintainer <repo@android.kernel.org>" imported
gpg: key 338871A4: public key "Conley Owens <cco3@android.com>" imported
gpg: Total number processed: 2

[URL ......

repo 1.12.4

gpg: Signature made Tue 01 Oct 2013 12:44:27 PM EDT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.4'

View 3 Replies View Related

Android :: What Is Repo And Why Does Google Use It?

Mar 15, 2010

When I wanted to get Android source code, I knew that I have to use "repo". So what is repo? Why do they use repo and not just use GIT?, and is there a GUI for repo that enables me to pause/resume syncing, because every time I get disconnected occasionally it seems that repo starts syncing from the beginning!

View 1 Replies View Related

Android :: Repo Sync A Particular Folder

Jan 25, 2010

I am trying to get the source code for the android os. How do I repo sync a particular folder from the master branch?

View 1 Replies View Related

Android : How To Build A Particular Project On Repo?

Jul 3, 2009

i did repo sync platform/packages/apps/Contacts.git and i received the specific src files for that project now that i modified what i wanted, i want to ubild my changes and patch them to my current Android OS. I tried running make from working directory, but there is no makefile. How would i go about doing so?

View 2 Replies View Related

Android :: How To Include 3rd Party Jar In APK With Make In Repo

Dec 30, 2009

I am working on the Android builtin Contact app. It can be build with "make Contact" in the repo. Now, I want to use a 3rd party jar, and how to package the jar into Contact.apk?

It is easy to include external jar for Eclipse Android project, but not for android git repo codes. I am afraid package/apps/Contact/Android.mk should be changed to include external jar, how to do it?

View 2 Replies View Related

Android : Want To Sync To Latest Eclair Repo

Nov 30, 2009

I was just wondering if I want to sync to the latest Eclair repo which one of the following would be the correct command? What is the difference between them? Currently I am using cupcake version and wanted to move up to eclair. Would I need to do any thing else as far as syncing and building the eclair branch? Currently I am using "Ubuntu 9.04 (Jaunty Jackalope)" and java version "1.6.0_16". Code...

View 3 Replies View Related

General :: Why Won't Repo Sync

May 15, 2014

My repo wont sync even with the flag -f?

View 9 Replies View Related

Android :: How To Setup Source Repo While Hosting Git Trees?

Apr 21, 2010

I am trying to set up a private repository of Android source code while hosting the git trees on github as private repos. I have no problem changing the manifest.xml file to point to public git trees hosted on github in the same way that CynagonMod does, but when trying to point to private repos I get the following error when trying "repo sync":

Initializing project username/android_external_webkit ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch username/android_external_webkit
Where username/android_external_webkit is of course a private github repo of the same name. I understand the error occurs since I did not specify my user name and credentials to github, but I fail to see how to do it in the manifest.xml with repo.

View 1 Replies View Related

Android : Repo Client Init Error Ubuntu 8.10

Jan 19, 2009

I am trying to download the android source onto a new ubuntu 8.10 installation on a x86 machine. All the steps worked fine until I tried to init the repo client. I get the following. I can't find anyone else having such an repo error. I did find an obscure message that said the python error might be due to a missing readline module. I tried to install lib32readline5-dev as in the download instructions and got the following error Any ideas anybody? I am somewhat new to linux but have had a fair amount of unix experience in the past. Code...

View 14 Replies View Related

General :: MIUI Patchrom / How To Download From A Repo

Apr 3, 2012

im trying to download the MIUI Patchrom from Github and the only way is through Terminal, how to download from a Repo?

[URL]

View 4 Replies View Related

General :: Update To 1.8 Error - Can't Sync CM Repo

Feb 9, 2013

When I'm in the ~/kelso/android/ system directory in the terminal and try to repo sync,it just keeps saying " update repo to latest version 1.8" then it downloads a files and stops. I try to repo sync again and same thing...

I've googled for hours with no results. Back when I had Ubuntu 10.04 this was never an issue.now that I'm running a clean installed version of 12.10,compiling CM isn't going so smooth...

PC36100

View 1 Replies View Related

General :: Syncing Android Repo / Building Jelly Bean With Ubuntu

Jul 15, 2012

I ran the command to sync with android-4.1.1_r1. Its literally been syncing for hours and still not done. I'm currently on /platform/pdk. As for Ubuntu, I've never used it before but I'm running the guide posted on XDA for building with Ubuntu and I've done everything to the point of syncing...which I'm waiting to advance after this is done.

When you have to pull the proprietary files it says to use the device name. In my case it would be Samsung_d2tmo (for T-Mobile sgs3) correct?

View 7 Replies View Related

General :: CM10.1 Repo Sync Fatal Error - Duplicate Project

Mar 17, 2013

I'm trying to compile CM10.1 from source, but when trying to do a new repo sync I get this error:

Code:
fatal: duplicate project CyanogenMod/android_device_samsung_maguro in /home/nickamina/android/cm10.1/.repo/manifest.xml

View 2 Replies View Related

Android :: Repo Sync Cannot Get Alsa Module From Git Repository Though On Http://android.git.kernel.org/

Apr 4, 2009

I use the following command to fetch all the source code of android

repo init -u git://android.git.kernel.org/platform/manifest.git repo sync

but I can not get platform/external/alsa-lib.git and platform/hardware/ alsa_sound.git

I don't know what's the rule for repo to fetch the code from http://android.git.kernel.org/

View 2 Replies View Related

Android :: Push Kernel Repo Into Android.git.kernel.org

Jul 13, 2009

I'm working for Freescale Semiconductor on the i.MX series linux BSP. Now we have android running well on i.MX515 platform, and hope to push android kernel repo into android.git.kernel.org. Then what's the process need us to follow? How reviews will be done? And what we should provide?

View 3 Replies View Related

Android :: Adb Command Not Found In Linux Environment

Mar 25, 2010

While implementing the BluetoothChat application .apk inside G1 device, it always pops up a message:

$adb install -r /home/parveen/workspace/BluetoothChat/bin/BluetoothChat.apk
-bash: adb: command not found

I am not getting clearly why this error is popping up every time.

View 2 Replies View Related

Command Not Found - Every Time Run Android Tool

Jan 16, 2013

I am using Ubuntu (newbie) and I installed JRE, JDK and Android-SDK knowing that this is what I need to start developing android apps. However, I noticed that platform-tools directory is missing. According to some articles that I read, I need to run the android tool inside the "Tools" folder to get a copy of the missing folder. But when I try to run "android" tool, it gives me this error "android: Command not found". I did not do anything aside from installing JRE, JDK and Android-SDK.

View 1 Replies View Related

General :: Command Not Found Error While Trying To Compile Kernel From Source With NDK

Mar 29, 2014

I am following this right here [URL] .... And i keep getting command not found even though i am sure its right.

Code:
~/AlienKernel3.0-alien-4 $ export CROSS_COMPILE=/home/user/ndk/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-

Code:
sudo make clean && sudo make mrproper

Code:
make: /home/dm47021/Android/toolchains/arm-unknown-linux-gnueabi-linaro_4.8.2-2013.08/bin/arm-unknown-linux-gnueabi-gcc: Command not found
/bin/bash: /scripts/gcc-version.sh: No such file or directory

[Code] ....

View 1 Replies View Related

Android :: Launching / Installing An APK With Command Line

Aug 10, 2009

I have an interesting problem: My boss/the-marketing-team want to be able to distribute a separate version of our application to a number of 'partners'. The application itself would be *exactly* the same app, except that they'd like a partner-specific property to be passed to our web-service when the app runs (for tracking). The last thing I want to do is have 'n' builds of the product, each with a single constant changed (or a difference in the Manifest). This would be a maintenance nightmare, as well as the obvious issues you have when you have multiple mostly-identical versions of a product floating around.

I also suspect the Android Market would have a problem with "MyProduct for X users", "MyProduct for Y users", etc. Showing up for download. In a perfect world everyone would download the same app, and there would be some cool undiscovered Android feature where the Market URL could include "&vendorcode=X" that would be passed into the app on install. My question is this: Since the install process would be initiated by the user clicking on a link in their browser of choice (on the Android device), is there *any* way that the web server could be sent some 'device specific identifier' by the browser that would also be available to my APK? (In this way the web server would be able to match up the original install request and the first run of the app after install).

View 3 Replies View Related

General :: Installing App From CWM Via Shell Command

Nov 8, 2012

The latest version of Google Now (2.1) doesn't like being flashed. If you flash it via CWM it seems to break voice search functionality, causing a force close.

Playing with the adb shell, I discovered that the pm install command works nicely:

Code:
pm install [APKNAME].apk

So, I thought this would be perfect to execute in a shell script via CWM/Edify.

So far I've tried all manner of commands. First I was trying the above command in a install.sh file, before I realised that "pm" wasn't present anywhere in /sbin/ (the header of my shell script is #!/sbin/sh").

So, I've tried this:

Code:
#!/sbin/sh
exec /system/bin/pm install data/media/install/Velvet.apk

Here is the update script:

Code:
ui_print("Mounting system...");
run_program("/sbin/busybox", "mount", "/system");
ui_print("Mounting data...");
run_program("/sbin/busybox", "mount", "/data");
[Code] .....

Which, copies the files correctly. This also isn't my first time running scripts in my installer, but this is the first time I've attempted this. To no avail. This same command works in the adb shell, though.

Also, is there another way of flashing that may work? I heard about putting the original file ("Velvet.apk") in /system/app and then putting the updated version in /data/appcom.google.andorid.googlequicksearch-1.apk but this doesn't work either.

Running the above script in Busybox installer's script running function also works perfectly. The only thing it won't do is install from CWM.

View 2 Replies View Related

Motorola Droid :: Installing ROM - No Tar Archives Found

Feb 1, 2010

I followed this guide From stock 2.0.1 >to> Sholes.info ROM..Step by Step. No ADB involved.
Forum - Verizon Droid & the Motorola Droid Forum
Going good till I got to this step 52. Choose 'Choose ROM from SD card' it says
E: No tar archives found. What do I do now?

View 14 Replies View Related

Motorola Droid X :: Apps Not Found In Market After Installing 2.2

Aug 20, 2010

The title basically says it, there are a handful of apps that I can not figure out how to re-download through App Brain or directly through the Market after installing the 2.2 update.And a few others, but those are the ones I paid for and would like to have now.Are these not compatible with Froyo? Or does anyone have an explanation for why they would be showing up as not found in the Market?

View 7 Replies View Related

HTC Eris :: Root - But Last Root Command Says No File Found

May 29, 2010

Running the last command it says file not found and i cant flash the image to get into amans rec...

View 13 Replies View Related

Android :: Android Installing A Prebuilt Binary Not Found

Jun 25, 2009

I'm trying to install a prebuilt binary in a custom Android image. For that I have copied it to a new directory in prebuilt/android-arm/ with an Android.mk file similar to this one:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := binary_name
LOCAL_MODULE := binary_name
LOCAL_MODULE_CLASS := EXECUTABLES
include $(BUILD_PREBUILT)
So if I run make system_image binary_name, the binary file is copied to /bin/ in system image. And if I run the emulator I can see the binary file in /system/bin. The permissions are the same as the other executables (-rwxr-xr-x) and, according to file, this is an ARM binary (ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped).But when I run it on the emulator, it says:
# binary_name binary_name: not found have straced it and this is what I can see: # strace binary_name execve("/system/bin/binary_name", ["binary_name"], [/* 9 vars */]) = -1 ENOENT (No such file or directory)But the file is there, and strace is able to find it.Any idea of what can be happening?UPDATE: As Kristof says, this is probably a problem of dynamic linking, but I don't have ldd for Android ARM.

View 1 Replies View Related

Samsung Captivate :: Wifi - Error 'mmc1 Got Command Interrupt 0x00060001 Even Though No Command Operation Was In Progress

Sep 6, 2010

I have a rooted samsung captivate with sideloading enabled. After experimenting with different wifi tethering apps from the unofficial market, I began experiencing difficulties with my wifi connection. Even after uninstalling every app that I thought was changing the wifi state, the problem still persists. I can turn on the wifi and it will act normally for about 30 seconds before turning off without user intervention. In dmesg, the error is as follows: 'mmc1: Got command interrupt 0x00060001 even though no command operation was in progress.' Is this caused by an app or is this a more complicated problem?

View 15 Replies View Related

Sony Ericsson Xperia X10 :: Face Book Installing And Installing And Installing

Nov 9, 2010

Anyone ever had this happen? Downloaded an update after the 2.1 upgrade and I sync'd my contacts with FB. It then deleted all of my contacts.So I deleted Facebook, re-stored all my contacts and reloaded Facebook. However, now it gets as far as installing and it never stops. It just stays on Installing.However, the FB app works fine on the phone itself.Is this a Market glitch? Is there anyway I can purge it from out of my downloads section?

View 2 Replies View Related

Android :: Youtube App Not Installing - Error Installing - Package File Was Not Signed Correctly

Oct 21, 2010

I have tried to update the default youtube app on my nexus one (Froyo) numerous times. I get the message "Error Installing - Package file was not signed correctly". I am trying to upgrade from 1.6.21 to 2.0.26.I have tried unmounting my SD card, clearing the cache for the android market, the download manager and the original youtube app.

View 5 Replies View Related

General :: Installing New Kernel Without Installing New Rom?

Sep 9, 2013

I have installed cyanogenmod 9 in my Sony Live Walkman, and the kernel that comes with it.

Can I install a new kernel (like rage kernel) without having to install the rom (CM9) again? It will work just replacing the kernel?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved