Android :: Install SDK Behind Authenticated Proxy / Get This To Work?
Jan 12, 2010
I'm unable to configure the Android SDK and AVD Manager to acquire packages from behind an authenticated proxy server. I've filled out the proxy fields in the Settings area, but am never ask my username or password. I tried the <username>:<password>@proxyurl method, which doesn't work either.
How can I get this to work?
View 2 Replies
Dec 4, 2009
This link has some suggestions for proxy setting for early (pre-1.5) and later (1.5 thru 1.6) Android emulators. Basically, the older emulator used a "com.android.provider.setting.db" database or -http-proxy command line switch to set proxy/port/userid/ password. Android 1.5 and 1.6 used: Home->Menu->Settings->WirelessControls- >MobileNetworks->Access Point Names to set multiple proxy/port/userid/
View 6 Replies
View Related
Jan 24, 2010
Essentially, I am looking for a podcatcher that will work with casts requiring authentication (HTTPS). I have several classes I would like to grab the feeds for, but require a login/password and none of the podcatchers I have tried work (Listen, DoggCatcher...etc). It doesn't have to be fancy, I just want something to listen to lectures on while on the fly and not have to worry about constantly syncing with a computer.
View 3 Replies
View Related
Jul 7, 2010
I'm using URLConnection to connect to the main server. The server implements digest authentication. If I connect to the server with java library, the connection is successful. But if I use the same code for android, the connection is rejected for the reason - username and password do not match.
Here is the code for my Java project:
code:...........
The above code works fine and I'm able to connect to my host server which is implementing digest authentication. I'm unable to use the same code for Android to connect.
Here is my android code:
code:.........
If the same code works for Java, it should also work for Android.
The code loops in the Authenticator as it finds username and password not matching in the Android code for some reason which in fact are correct. The code runs perfect for Java project.
View 1 Replies
View Related
Apr 16, 2009
I have tried for 10 hours. I cannot install ADT plug-in for Eclipse 3.4.2.
View 2 Replies
View Related
Jul 8, 2010
I click install on the app brain website after activating fast web installer and nothing happens.
View 4 Replies
View Related
Jul 26, 2010
I have a Samsung Moment, it's running the Radioactive Froyo rom(so it's rooted)...but I cant seem to download Launcherpro. I have tried to download it straight from the market...NO DICE! I went to the launcherpro website downloaded it straight to SD and used OI Installer AND Appinstaller to install...NO DICE! All I keep getting is an error message that says "install unsuccessful". Launcherpro's FAQ says that if this happens then you have an android OS that is not compatible, but says nothing on how to fix or what to do about it.
Searched high and low for help in other threads, but most of them focused on once the app was already downloaded (including the launcherpro website), I cant even get this one installed, I'm really stumped...and I dont want to be "that guy" who didnt do a search in order to find an answer to a simple problem, but honestly, I've been trying for two days to fix this.
View 3 Replies
View Related
Feb 11, 2012
I am trying to install Clock Work Manager on an "AllWinner A10 CPU Cortex A8 1GHz Android 2.3". I have installed Rom Manager and Rom Manager Premium but when I click the install ClockWork thing it sais "confirm your phone type" The phone type listed is "Android B1" After clicking Confirm it comes back and sais its an Unsupported Device at this time and asks if I have manually installed it. I purchased this Tablet on Amazon.
To find it there since I cant post a link Search for this on Amazon.com
Code:
7" A10 CPU Cortex A8 1GHz Android 2.3 UltraThin 5-point Multi-touch Capacitive Tablet PC WiFi
[Version Information]
Code:
Model Number: Android B1
Android Version: 2.3.4
Kernel Version: 2.6.35-android+ ||| shen@compiler #1
Build Number: Android b1 0.5.6 0103
View 1 Replies
View Related
Nov 4, 2010
So I rooted my x. Deodex, new theme.. Now I can't install apps from marketplace. Anyone know the remedy?
It will download, but a message in the notification bar reads: "installation of.....unsuccessful".
View 4 Replies
View Related
Jul 23, 2010
I'm on Froyo 2.2 (stock ROM) and i have some .apk files on my computer that I want to install, how should I do this since I cant seem to get HTC Sync to work?
View 4 Replies
View Related
Oct 4, 2010
I'm having with the wi-fi on android. As many of us know, android has no native support for proxies, unfortunately my school's network uses a proxy server to access the internet. I have a wireless router connected to the network so i can have wireless on my laptop and such. What I was wondering was, can I use the router to allow my android phone to access the internet as well? I reckon it's just a matter of forwarding the right ports to the phone but I'm not sure which ports are in use. I'm using a htc desire and a d-link dir-600 router.
View 4 Replies
View Related
Jul 21, 2010
I just installed this widget but cannot get any of the customizable skins to install. Everytime I try, it says "install failed"....any suggestions?
View 1 Replies
View Related
Sep 2, 2010
I'm looking for a programmatic way to set-up http proxy settings for android handsets. I've tried using android.provider.Settings.System.putString() to set System.HTTP_PROXY, but my call fails (I'm using a 2.2 emulator image at the moment). My code looks like:
if (System.putString(getContentResolver(), System.HTTP_PROXY, "10.10.2.1:8080")) {
tv.append("put for HTTP_PROXY succeeded. ");
} else { tv.append("put for HTTP_PROXY failed. "); }
I've also added to my android manifest:
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Although it's not clear from the docs which permission, if any, is required.
I'm familiar with this SO thread, but the technique there requires manual adb commands, which require the SDK tools and (possibly) a rooted phone. Is there a way to accomplish this? Ideally, I'd like away to set an http proxy that will be used for both data and WiFi connections.
View 1 Replies
View Related
Oct 22, 2009
I am developing applications for Android in a company where the Internet is accessable via a proxy server only. I found out that the emulator of the 1.5 R3 SDK works well with the option -http-proxy, but the emulator of the 1.6 R1 SDK does not. Is this a bug in the 1.6 R1 SDK? And if so, is there a chance this gets fixed in - let's say - 1.6 R2? Or am I just doing something wrong, though providing the same options for the 2 different emulator versions?
View 9 Replies
View Related
Jan 12, 2010
I'm developing android application in my university that must use the internet through proxy server. In Android SDK 1.5 I use parameter - http-proxy when starting emulator and it working. But since Android SDK 1.6 until now (2.1) this approach is not working.
View 4 Replies
View Related
Aug 10, 2009
With this SDK version I can use my emulator using a proxy server. There is three solutions: - add values in system table - configure -http-proxy in eclipse run menu - configure APN on emulator to set the proxy. When I use Android browser, it's really slow but it's working. If I try to to a post from my application, I take an ANR and some minutes later a socket time out.
View 2 Replies
View Related
Nov 3, 2009
I downloaded Android SDK Tools, and when I use the tools to download other packages, there is no way to set proxy. How can I download via proxy? thanks!
View 4 Replies
View Related
Jul 17, 2010
I know that android 2.2 also does not support proxy and its really a great problem for people like me who study in schools. I heard that there are custom roms that support proxies (cyanogen rom). There is no proper information on this. I just want to know how good it is for HTC desire.
View 4 Replies
View Related
Oct 15, 2009
I want to to use the browser inside the Android Emulator, and i want to use the proxy settings on my machine, how can i setup this.
Reading the very good manuals of android, they tell me i should start android using the following command
emulator -avd myavd -http-proxy http://168.192.1.2:3300
But still am not able to use the emulator browser. am using the IPAddress for my proxy server.
View 2 Replies
View Related
Sep 28, 2010
I have an android application(Android 2.2) accessing internet behind proxy. I have tried setting an APN with proxy host & port and it works fine in emulator browser. But the application fails to connect to internet. I have also tried command line option of -http-proxy, it doesn't work.
View 3 Replies
View Related
Apr 26, 2009
I have set up proxy in the sdk emulaotor and can access internet via the proxy in the browser. but this does not work for my http connection application, it gives "Unknown host exception" i have used -dns-server option when launch the app.
View 2 Replies
View Related
Jul 6, 2009
I had tried to use the sqlite3 to add a proxy information in the com.android.providers.settings/databases/settings.db, but I still couldn't access the Internet through browser on a real device. I had also tried to use the ProxySetting ap to set proxy. It couldn't work either. Is there any idea to set the http proxy on a real device?
View 2 Replies
View Related
Jun 16, 2010
I'm currently trying to debug an issue with my application and I wanted to see if my internal proxy is sending the data in the proper order. Is there any way to essentially sniff my proxy pipe?
View 3 Replies
View Related
Nov 24, 2010
Is there a way to programmatically set a proxy server in my Android App?
I'm writing an Android App that uses some WebViews. Is there a way to set a proxy server for all network connections in my app, i.e. all content that is shown in the WebViews should be routed through the proxy?
All other Apps on the device should not be affected by this proxy settings.
View 1 Replies
View Related
Jan 6, 2010
Am really wondering how to set a proxy server in android phone like [tattoo]
in order to gain access in some private networks
View 2 Replies
View Related
May 17, 2010
I am trying to connect to internet through android emulator being behind proxy. I am using Android 1.6 SDK. I set my proxy details going to Home Screen->Menu Key->Settings-
>Wireless controls->Mobile networks->Access Point Names
View 3 Replies
View Related
Sep 29, 2010
We recently came to know that a lot of Mobile Carries in Asia/India have proxy enabled to get Internet access via mobile. It turns out our App does not work when the phone has internet via proxy setup (APN). Does the APP need to handle proxy individually?
View 4 Replies
View Related
Feb 25, 2009
I'm developing an app which needs to connect to the internet, but when i send a request using DefaultHtpClient.execute() method it takes 2-3 minutes and then the stacktrace says java.net.SocketException:operation timed out............
View 8 Replies
View Related
Feb 19, 2010
I am trying to configure http_proxy settings for Internet access from Android emulator (behind a proxy). I tried following options:
1. -http-proxy option using emulator command.
2. setting http_proxy environment and then launching the emulator.
3. Settings proxy using APN settings (Telkilla) (this worked till Android 1.6 version)
4. adding an entry in settings. CODE:.........
I also checked -debug-proxy log messages and it showed below messages
CODE:..............
How can we access Internet from emulator (behind a proxy).
View 11 Replies
View Related
Aug 31, 2010
I'm new to android, n is planning 2 develop a web browser on android os as my final year project....Well my question is can i develop a browser by just creating a proxy server as i being a student cant go for developing a whole server on Internet.
View 2 Replies
View Related