Android :: Eclipse Cannot Connect To Public Repository
Aug 18, 2010
I am using a Mac with Eclipse Galileo, trying to load Android code from a public repository. I tried 'Checkout from SVN' and the URL is:
http://secrets-for-android.googlecode.com/svn/trunk/secrets-for-android-read-only
This is from the website:
http://code.google.com/p/secrets-for-android/source/checkout
I get the error:
Error validating location: "org.tigris.subversion.javahl.ClientException: Bad URL passed to RA layer
svn: URL 'http://secrets-for-android.googlecode.com/svn/trunk/secrets-for-android-read-only' non-existent in revision 114"
Keep location anyway?
I'm currently using this svn client in Eclipse to manage my own secure repository on another website, so I know it's installed correctly and works.
View 1 Replies
Mar 30, 2009
I have installed eclipse 3.4 and JDK6 successfully.
However, when try to install ADT as following steps:
1. Open eclipse
2. Help->Software Updates->Available Software->Add Site->Archive
3. Select "J:android-sdk-windows-1.0_r1.zip", then, the location will be"jar:file:J:android-sdk-windows-1.0_r1.zip!/" 4. Click "OK" 5. A message box shows:
Problem Occurred No repository found at jar:file:J:android-sdk-windows-1.0_r1.zip!/ See 'Details' for more information.
View 4 Replies
View Related
Sep 24, 2009
I'm having a lot of difficulty installing the ADT plug in under Eclipse 3.5 (Galileo)... I have tried both http and https access to the Eclipse update site, and in both cases I get the following errors:
An error occurred while collecting items to be installed: No repository found containing: binary,org.eclipse.jdt_root, 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ (second line repeated about 20x for various missing files)
I found a post (http://tinyurl.com/yc2cr28) where removing/re-adding the source URL in Eclipse is also recommended. This didn't help the "No repository found" errors.
Has anyone else experienced/resolved this issue? I am running the "Eclipse for Java Developers" from Eclipse.org, and the Sun Java 5 JDK.
View 3 Replies
View Related
Mar 2, 2010
I would like to know how could I create a repository.xml to be read by the AVD Manager with only the 1.5 version? What is the repository.xml format?
The reason of doing this it's because I will be teaching some classes about Android in a Post Graduation, but the Internet link is too slow. So I am trying to set a local repository to help me with time.
View 3 Replies
View Related
Aug 21, 2012
I had used some public wifis in mc donalds and airport in the past. I never had any problems. Yes, some required sms verifications, but anyways, my phone could connect to them.
After a month, i went to the airport and mc donalds again, but i cant connect to any of them. There were hotspots in other places as well, run by different telecom companies. all of them were open networks. but i just cant connect. I can still connect to my home WiFi.
Its not a ROM issue. i have tried several ROMs. I have never changed my baseband, mac address or anything like that.
Is it possible that my hardware is damaged? (but i can connect to my home wifi, which is also open) Or my mac address/phone number is "globally blocked"? (i had tried hotspots of different telecom companies. nd i dont know if theres a way to get my phone number by just trying to connect to a WiFi) Or have they installed something like "connect only with laptops"? does anything like that exist?
View 1 Replies
View Related
Aug 31, 2010
So I have got Eclipse (Galileo) setup with ADT installed. I also got the SDK installed. But when I run Eclipse I get "Failed to parse the output of 'abd version'". And if I attempt to debug an app from Eclipse I get: [2010-08-31 00:21:05 - HelloWorld] [2010-08-31 00:21:05 - HelloWorld] Android Launch! [2010-08-31 00:21:05 - HelloWorld] The connection to adb is down, and a severe error has occured. [2010-08-31 00:21:05 - HelloWorld] You must restart adb and Eclipse. [2010-08-31 00:21:05 - HelloWorld] Please ensure that adb is correctly located at 'C:android-sdk-windows oolsadb.exe' and can be executed. I was able to run adb from the command line and install the HelloWorld.apk from the bin directory to my phone. So it seems the issue is between adb and eclipse. Searching the net got me a few interesting pages, but none of the suggested changes worked for me. Any ideas would be great.
View 5 Replies
View Related
Sep 1, 2010
I would like to know how to establish the link between eclipse tomcat MYSQL.And also which version of mysql to download.
View 1 Replies
View Related
Jun 24, 2010
This appears related to:http://stackoverflow.com/questions/3037512/android-application-doesnt-start-from-eclipse/3106897#3106897 Even with the Android 2.2 platform is this still the accepted way to operate the emulator? i.e. 1, 2, 3 start/kill processes as described in the above post? I am having a similar problem on WinXP with Eclipse w/ ADT plugin. Why would the activity not be able to start on the emulator? The computer has 756MB RAM if that could be the problem. The deployment is going along until Eclipse tries to deploy the activity. The emulator starts with the text "ANDROID_" and then eventually just displays the ANDROID logo, though appears to still be running just fine. Any ideas? Thanks. The code was copied from the HelloWorld tutorial. Here is the Eclipse console log including the error messages towards the end:
[2010-06-23 15:43:26 - myHelloWorldProject]
[2010-06-23 15:43:26 - myHelloWorldProject] Android Launch!
[2010-06-23 15:43:26 - myHelloWorldProject] adb is running normally.
[2010-06-23 15:43:27 - myHelloWorldProject] Performing net.concentricllc.HelloWorld.HelloAndroid activity launch
[2010-06-23 15:43:27 - myHelloWorldProject] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'myHelloWorldAVD'
[2010-06-23 15:43:27 - myHelloWorldProject] WARNING: Application does not specify an API level requirement!
[2010-06-23 15:43:27 - myHelloWorldProject] Device API version is 8 (Android 2.2)
[2010-06-23 15:43:27 - myHelloWorldProject] Uploading myHelloWorldProject.apk onto device 'emulator-5554'
[2010-06-23 15:43:32 - myHelloWorldProject] Installing myHelloWorldProject.apk...
[2010-06-23 15:48:29 - myHelloWorldProject] Success!
[2010-06-23 15:48:37 - myHelloWorldProject] Starting activity net.concentricllc.HelloWorld.HelloAndroid on device
[2010-06-23 15:51:35 - myHelloWorldProject] Device not ready. Waiting 3 seconds before next attempt.
[2010-06-23 15:51:36 - myHelloWorldProject] ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running?
[2010-06-23 15:51:38 - myHelloWorldProject] Starting activity net.concentricllc.HelloWorld.HelloAndroid on device
[2010-06-23 15:53:36 - myHelloWorldProject] Device not ready. Waiting 3 seconds before next attempt.
[2010-06-23 15:53:36 - myHelloWorldProject] ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running?
[2010-06-23 15:53:39 - myHelloWorldProject] Starting activity net.concentricllc.HelloWorld.HelloAndroid on device
[2010-06-23 15:55:41 - myHelloWorldProject] Device not ready. Waiting 3 seconds before next attempt.
[2010-06-23 15:55:41 - myHelloWorldProject] ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running?
[2010-06-23 15:55:44 - myHelloWorldProject] Starting activity net.concentricllc.HelloWorld.HelloAndroid on device
[2010-06-23 15:57:15 - myHelloWorldProject] Device not ready. Waiting 3 seconds before next attempt.
[2010-06-23 15:57:15 - myHelloWorldProject] ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running?
[2010-06-23 15:57:18 - myHelloWorldProject] Starting activity net.concentricllc.HelloWorld.HelloAndroid on device
[2010-06-23 15:58:51 - myHelloWorldProject] ActivityManager: Error type 2
[2010-06-23 15:58:52 - myHelloWorldProject] ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running?
View 3 Replies
View Related
Jun 3, 2010
Is there any source code repository for Android apps so one can learn by example?
View 5 Replies
View Related
Feb 19, 2010
I ask something about static library..
" how to create executable static library in android?"
and
"How to connect static library in eclipse?"
Static library is a binary file, How to understand static library in jni?
I wondering static library operation method in android.. (such as static library in vc++).
View 1 Replies
View Related
Jul 5, 2012
I have downloaded an entire copy of a particular Android branch following the official guide and using the repo utility.
Now i have some modified files that i want to use to customize the build process, the problem is that i have already pasted this files over the ones in local repository and my repository is now unusable and repo gives only errors when i try to sync.
What is the best approach when i want to modify existing file in my local copy of an Android official branch? What is the best approach when i want to replace 1 or multiple files?
View 2 Replies
View Related
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
Jul 9, 2010
I'm the PC admin for a Public Library in Florida. I keep the labs running. I have NO experience with Android. We never have enough PC's for the public at peak times. Putting in more PC's is expensive, or even impossible in some buildings. I'm always looking for ways to serve more patrons cheaply. Portable PC's are an idea for getting around this, but have problems. Notably, some are going to get stolen. All of them will get used heavily and often by people without the necessary skills to keep their data private. Sometimes they get used by our young hacking community for naughty things. I saw the Cherrypal PC and got interested. These things are ultra-cheap. That's enticing.
So here's my big question: How do I lock down an Android public PC? Specifically I need the machine to boot or log to a state that's exactly what I want EVERY time a new user comes on. There can be no remaining information about the old user (credit cards, passwords, chat history, etc.) that the next user can steal. Can I lock down the PC's? Is it easy and fast to restore to a base state that has the homepage and appearance that I want for the library, while keeping away changes I don't want? Is there anything that would keep Android from being a good addition to public PC's in the library?
View 2 Replies
View Related
Oct 20, 2009
I'm currently working on an application which need security features. My question is simple, if every application is signed by its developper, how can I access application public key? (and private).
View 6 Replies
View Related
Apr 21, 2010
I have this code:
hubSpinner.setOnItemSelectedListener(new OnItemSelectedListener() {
public void onItemSelected(AdapterView<?> parentView,
View selectedItemView, int position, long id) {
final MediaPlayer mp2 = MediaPlayer.create(Textbox.this, R.raw.hero);
mp2.start(); } public void onNothingSelected(AdapterView<?> parentView) {
} } );
(The code basically runs when a new item is selected of a spinner and then plays a song, which later will be a variable based on what was picked, but I'm fine as it is for now). And I want to be able to use 'mp2' out of this public void, (I want a button which pauses it). How can I do this?
View 2 Replies
View Related
Nov 10, 2010
iFMW was upgraded: Mobile site for public person or private file share for secret person in one app.
It has two inversion functions on one app.
Public person can get his/her own public web site on the phone and secret person can use only private file sharing directly on the phone without uploading.
Those who want two demands above will use whole functions.
What will you choose of those choices?
View 1 Replies
View Related
Jun 2, 2010
How to do RSA encryption of byte array with base-64 encoded public key?
After reading the couple of articles( of google search ) on how to do RSA encryption in Java, found the following snippet.
CODE:.........
I have public key as a base64 encoded string (126 characters), How do i create 'PublicKey' with the encoded string and use it with Cipher.
View 1 Replies
View Related
Jul 29, 2010
I'm working on an app that is meant to be used by fans of a sport team. In the future, I expect to use the same app but for any different team. So, what changes would be the colors, team logo, app name and the like. So, is there any technique that allows me to build binaries for different teams without having duplicated resources?
View 4 Replies
View Related
Oct 19, 2009
Buster is now available in the Android Market.When is my bus? Start Buster, and you'll instantly know just when your bus will arrive at your stop. Uses your phone's location sense to find your stop and your buses.Currently in free Beta, Buster supports the metropolitan transportation networks of Austin, Denver, and Sacramento. More cities and features coming soon. We'd love your feedback here or at support-at-n9works.com. Also, we're trying to get a sense which cities to roll out into following the beta cities.
View 5 Replies
View Related
Apr 20, 2010
I'm a bit new to programming Android App's, however I have come across a problem, I can't find a way to make global variables -unlike other coding like php or VB.NET, are global variables possible? If not can someone find a way (and if possible implement the way into the code I will provide below) to get a value from the variable 'songtoplay' so I can use in another Public Void...
Here is the code:.............
Basically, it gets the value from the Spinner 'hubSpinner' and displays it in a Toast. I then want it to return a value for string variable 'songtoplay' -or find a way to make it global or useable in another Public Void, (Which is will a button, -loading the song to be played)
View 3 Replies
View Related
Jul 30, 2010
I want to know how can i filter the hotspot is secured or public using Android WIFI API or android sdk?
View 1 Replies
View Related
Sep 20, 2010
Looking at the example code in the docs
http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir%28java.lang.String%29
File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
It does not compile on 2.1. The static fields DIRECTORY_PICTURES, DIRECTORY_MUSIC etc. Don't seem to be found. Using the filter api checkbox, I see that it was removed in Android 2.2 (or api version 8). So the manifest file needs to contain minSdk defined as 7.
View 1 Replies
View Related
Oct 19, 2010
After finishing my android application development I used the command showing below to get private key, but it shows some errors such as "The Keystore was tampered with or password was in correct".
$ keytool -genkey -v -keystore DEBUG.keystore
-alias alias_name -keyalg RSA -keysize 2048 -validity 10000
Is my problem with DEBUG.keystore? Should I need to generate another keystore for public release?
View 1 Replies
View Related
Oct 17, 2010
I am looking for some help. I'm new to android, and java development. I've got a pretty good handle on the basics, but I'm having an issue figuring out some more advanced operations. I'm working a guitar tuner, which is a stepping stone to a chromatic piano tuner. There is no public API for frequency analysis, so I'm thinking I need to write into code a Fast Fourier Transform, and I'll assume I need to import a different package for this. Once I display the frequency of any given note, I need it to reference it's offset to a pre-measured Mhz. There is alot to write, I'm aware, but my first step is to try to figure out HOW to get the frequency, and display it in the UI.
View 12 Replies
View Related
Mar 23, 2012
I'd like to offer a public access through Android Tablets via Tethering.The problem is that in France I have to log IPs and visited Websites when I provide a public wifi access.I searched in the Android doc but I have not found anything.
View 3 Replies
View Related
Jan 7, 2010
Is someone from Google able to advise when the Android SDK is likely to include a public API for reading/writing event data to the user's calendar? Searching the forums I see that this is a much desired feature by many developers but I haven't seen any indication as to when (or even if) this need will be addressed.
View 1 Replies
View Related
Jul 4, 2009
http://code.google.com/p/fixxit/
I had an idea to use Android in the public space to report public works and other problems that need repairs. Android provides a great tool to document and locate problems. Google APIs like Maps and Appengine can link these reports to help direct efforts to make the public space a better place to live. Unfortunately I'm a Java rookie and so lack the skills to even start the coding at this point. How to get this open source application started.
View 2 Replies
View Related
Sep 8, 2010
I find this code useful and want to copy-paste it into my application which is licensed as public domain.
It is the Android blog, they often show useful code snippets. There is no way to contact the author, and the only license info I can see is "©2008 Google Inc. All rights reserved."
Should I:
Stop worrying and just copy-paste?
Reimplement it myself without looking?
Copy-paste and then make it look different?
Any better solution? ...
Is there a rule like "if shorter than 50 lines then no copyright applies" or something?
View 3 Replies
View Related
Mar 20, 2009
Under the terms of the Apache Public License, can I use some (graphic) resources in my commercial app?
More specifically, in my (proprietary) Android app, I want to use some graphics from Android. Since Android is licensed under the Apache Public License, I downloaded the source and took the resources I wanted. But I was wondering, if I want to sell this app, or not release the source code, am I allowed? Do I have to put any notices in my app description?
View 4 Replies
View Related
Jun 3, 2009
I've been trying to include standard android icons in a menu XML file, as described in Android Icon design guidelines. However the build fails with the following errors : [2009-06-04 00:00:31 - Laser] W/ResourceType(16578): Bad XML block: header size 2475 or total size 0 is larger than data size 0 [2009-06-04 00:00:31 - Laser] /home/niko/dev/workspace/Laser/res/menu/ main.xml:4: ERROR Error: Resource is not public. (at 'icon' with value '@android:drawable/ic_menu_play_clip'). [2009-06-04 00:00:31 - Laser] Unknown error: The only threads I could find with this error were about rebuilding android platform xml files. Any idea about what I could have missed?
View 5 Replies
View Related