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...

Android : Repo Client init error ubuntu 8.10


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 :: 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 :: 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

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

View 2 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 :: 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 :: Error When Building Kernel Image With Ubuntu 9.10

Jan 28, 2010

I am facing an issue as below when building kernel image. Code...

View 2 Replies View Related

Android :: Ubuntu - Error - Failed To Create The SD Card

Oct 7, 2010

I see a lot of posts about writing to the SD card, but I believe my problem is different. I am unable to create the SD card during the process of building an AVD.

I initially tried to use the Android SDK and AVD Manager to do this, selecting
Name: my_avd
Target: Android 2.2 - API Level 8
SD Card: Size: 1024 MiB
Skin: Built-In: Default (HVGA)
Hardware: Property: Abstracted LCD Density, Value: 160

This pops up a window with the message:
"Result of creating AVD 'my_avd':
Error: Failed to create the SD card."

I tried to repeat the process from the command line, receiving a similar error:

CODE:........

Attempting to follow instructions for using mksdcard was equally unproductive; I think my basic lack of linux experience may be causing me a problem here. When I try to use mksdcard, it just reports that it cannot find the file or directory. Is the mksdcard tool available for use this way in linux?

CODE:..........

I've added the android tools directory to my PATH variable, but I feel like there is obviously something else I'm missing. Perhaps some kind of access rights?

Attempting to run the android command with sudo did not seem to help either:

CODE:..............

I even tried installing Eclipse and the ADT plugin and running the manager from there to no avail. Any tips would be most appreciated. Advanced warning that I am somewhat of a novice Linux user, so even if it seems like a no-brainer obvious thing to check, I could still have missed it.

View 1 Replies View Related

Android :: Buildsystem On Ubuntu 10.04 X86-64 Occrur Internal Compiler Error

Jul 22, 2010

I'm trying to build android system ; enviroment: ubuntu 10.04, gcc-4.4 jdk 1.6-0-20
get source code follows http://source.android.com/source/download.html

$ . build/envsetup.sh

$ choosecombo

$ make

then compiler error occurs:

CODE:........

In line 554: the code below:

CODE:...........

View 2 Replies View Related

Android :: Connecting Android Bluetooth Client Socket To Ubuntu Server Socket

Jul 15, 2010

I am writing an Android app that should exchange data to a server over Bluetooth, with the server side on a PC running Ubuntu, using the bluez library, in C (or C++).

My Android app fails (IOException) when I try to connect to my server socket on the PC.

Here is essentially what I in the java code (in Android, full eclipse project here: http://dl.dropbox.com/u/2968234/ThinBTClient.zip)

CODE:...........

This throws IOException after a timeout of 10seconds or so.

On the server side (in Ubuntu 8.10), I basically set up a Bluetooth server socket, along the lines described in the example bluez/sdp-register.c

Down below is my C++ program. To compile it do

g++ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include -o bt_server bt_server.cpp -lbluetooth

I can do the reverse succesfully, i.e. create a server socket in Android and connect from Linux, however this is not what I want to do!

I think either the problem has to do with my config of Ubuntu.

CODE:................

View 1 Replies View Related

Android :: Client/Server Conversion Error - Ruining Desire Experience

Jun 5, 2010

I've had a Desire for two weeks now. I was in love with the phone... until this problem came up.

I use Outlook and Microsoft Exchange -- and had read all about how Android synced easily. And it did at first. Then, 10 days ago, the calendar stopped syncing. I got a "Client/Server conversion error," and no sync. The problem only effected my calendar -- mail and contacts were synced just fine. After reading a few forums, I did a "Remove account," re-installed the account. It worked fine again. No big deal.

Then it happened again today. I did the Remove/re-install thing again, and again it was cured. Until six hours later.

Is anyone else having this problem with their calendar/exchange sync? Any solution guesses?

Without being able to sync my phone to Outlook, the Desire I love so much is somewhere between frustrating and infuriating.

View 32 Replies View Related

Jelly Bean :: No Client Error

Nov 28, 2013

I'm running into this "no client" error message. What this error can be linked to? I've uninstalled several apps but the message still displays.

View 2 Replies View Related

Android : Unable To Start Service Intent Error In Client-Server Project / Fix It?

Feb 12, 2009

I am getting the below error when ever i am trying to call the bind service. 02-12 20:17:25.486: WARN/ActivityManager(58): Unable to start service Intent { action=oem.android.proj2.IRemoteService }: not found

I have created the Client-Server application. At the Server site i have used the AIDL to impliment the interfaces in my Service class. At Client site i have exposed the AIDL interfaces and have one Activity that mainly do the IPC mechanism , i mean ServiceConnection, bindService and then call the Serivce of the Client site. But i am getting the error i mentioned during the bindService call.

Could you please let me know the steps mainly i have to follow to run the Client -Server Application. For time being i am running the Client .apk first and then the Server .apk, but the server one giving me error.

It would be great if you could let me know what all permission short of thing to take care, as my Client and Server code are placed at different APks, so do i need to import the Client project in my Server Project, if yes then how to impliment that.

View 1 Replies View Related

HTC Incredible :: Yahoo Email Error With Native Client

Nov 25, 2010

I've been having SMTP connection issues with Yahoo email for months. When I send an email via my yahoo account (using the native app), it fails to send perhaps 1/3 of the time. This is not a new problem, but seems to me to be getting worse. I simply get an "Unable to send mail" error notification. Usually, a couple at sync will make it successfully send. Or it will go out sooner or later if I wait. Tonight, it's not working at all.I've checked my settings, and they are all correct. And I do not have WiFi on. And as I said, it does work sometimes. But I did notice that if I try to re-confirm my settings using the setup wizard, it returns with a "server not responding" error for the SMTP settings tonight. I hadn't thought of doing this before, so I don't know if this is the usual issue, or "just tonight".Have others experienced this issue? I'm wondering if there is something broken locally, or whether Yahoo's servers are unreliable, or Note that all other network connectivity seems fine. And I have tried deleting and re-creating this account (on the handset), which has not helped - though I haven't tried it recently.

View -1 Replies View Related

HTC Incredible :: Email Client On WiFi - Message Failed Error

May 23, 2010

Anyone else having an issue where when connected to WiFi and trying to reply to an email it gives a message failed error using the HTC mail client? Once I disable WiFi it sends with no problem.

View 10 Replies View Related

HTC Hero : Exchange Client Server Conversion Error For Contact Sync

Aug 24, 2009

I've had a quick search and couldn't find any topics exactly the same as the problem I am having.

For the first ten days or so all my contacts were syncing fine on the Hero from my Exchange account. I then added a new contact in Outlook / Exchange and from this point on, every time I sync the exchange contacts it fails with a client / server conversion error in the notifications. I deleted said contact again in Outlook to no avail.

The mail and calendar are syncing fine, and I have an HTC Snap syncing to the same Exchange account on the same network (Orange UK) just fine (I know the latter is Windows Mobile but still...)

Any ideas? Or is there any way I can see a log of some sort to see why it is failing?

View 13 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

HTC Droid Eris :: Mail Client Or Gmail Client

Nov 16, 2009

Question about Gmail on the Eris Droid.

Has anyone noticed a difference in settings, functionality, or battery life by using the integrated Gmail client as compared to using the Other e-mail which uses an IMAP client??

You set this up at initial startup.

View 13 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

Android :: RTSP - MediaPlayer Init - PVMFFailure

Jun 16, 2010

I have a camera by Cisco and like to stream it's video stream to my android phone. It's coded in MPEG4 so there should be no problem, but it's not working anymore (it worked with another camera a few weeks ago).
CODE:...................

View 1 Replies View Related

Android : How To Do Some Init Operation Immediately After Install

Sep 29, 2009

There is a big database(15M) in my application, it is too big to download the apk if I publish the source database in myapp.apk. So I encode the db to binary files(300k). But the new problem is I should decode binary files and create the database(with data), this procedure take about several minutes, so I can NOT do this in SQLiteOpenHelper.onCreate(), this is too slow for user experience(though it is a one time procedure, it is still unacceptable).

My application has NO main activity entry in launcher, the main entry is Broadcast Receiver.on Receive, the information should display to user immediately when receiving the broadcast, so I have no chance to display a several minutes "Initializing, please waiting..." UI. The best chance to create database and init data immediately after install, but how to do this, is there any broadcast? or is there any AndroidManifest attribute?

View 3 Replies View Related

Android : DatePicker.init Crashes Without Reason

Oct 6, 2009

I'm having a weird problem. When I try to update my DatePicker it crashes, but I dont understand why. Via the debugger I could see the date[] function is filled the way it should be. Do you guys see the problem? String[] date = dateofbirthNode.getStringValue().split("/"); // "12/31/1969" DatePicker dateofbirthView = (DatePicker)findViewById (R.id.editprofile_dateofbirth_picker); dateofbirthView.init(Integer.parseInt(date[2]), Integer.parseInt(date [1]), Integer.parseInt(date[0]), null)Code...

View 4 Replies View Related

Android : Why Can Not Edit /init.rc On Adp1 With Firmware 1.1?

Mar 18, 2009

I flashed my adp1 to firmware 1.1 following the instruction from HTC. http://www.htc.com/www/support/android/adp.html But after that, I want to modify the /init.rc, after I remount the rootfs as writable, I can edit or replace the /init.rc file. But the file will roll back the original version after reboot the phone. Before I modify the /init.rc, I install the busybox to the phone, then I use 'cp" command to replace the /init.rc Any one can give me some advice?

View 4 Replies View Related

Android : Calling Number Without User Init?

Sep 12, 2010

For something like a 'help I can't get up' app -- is there a way for a user to set a contact number, and then for the app to call that number in the future WITHOUT the user initiating the dialout? I've tried the below but there seems to be a problem. Code...

View 1 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 : System.getProperty() Cannot Get Prop Setting In Init.rc

Jul 29, 2009

I am trying to get property which I set in init.rc in Java app. But it always return null. Java code:String value= System.getProperty("ro.MY_PROPERTY");I have check "getprop ro.MY_PROPERTY" in console, it do return "1". But not know why cannot get it in Java app.Code...

View 3 Replies View Related







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