[android-developers] HTTP Proxy Connection

2011-07-29 Thread nitin
I am developing an app which requires access to internet connection . But due to college proxy stuff I am unable to access internet . I have addded permission in my manifest file : Also I also tried Windows->Preferences->android->launch -dns-server 8.8.8.8,8.8.4.4 Alternatively I tried to ope

[android-developers] http proxy

2011-05-04 Thread yogi
Hi all, I want to change the http proxy and port manually (through adb). Can any buddy have idea about this... Regards Yogi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroup

[android-developers] http proxy

2011-05-04 Thread yogi
Hi all, I am creating a app for setting the http-proxy and port for wifi. Can any buddy provide me any API or class for this. I searched in the android docs but didn't find any thing related with this. Regards Yogi -- You received this message because you are subscribed to the Google Groups "And

Re: [android-developers] http proxy

2010-12-06 Thread Danny Schimke
Hi, like many others I have had the same issue and got no internet access through proxy. I figured out the following solution: Try out comment#39 from http://code.google.com/p/android/issues/detail?id=5508 If you have proxy dont use its DNS.

Re: [android-developers] http proxy

2010-12-06 Thread Satya Prasad
Try in the following way. setprop net.gprs.http-proxy http://10.201.51.54:8080 On Sat, Dec 4, 2010 at 8:13 PM, Seb wrote: > I'm trying to define a http proxy on my htc desire 2.2. > > I've tried using various apps from the market. None worked! > I've tried using the adb shell, that is manually

[android-developers] http proxy

2010-12-04 Thread Seb
I'm trying to define a http proxy on my htc desire 2.2. I've tried using various apps from the market. None worked! I've tried using the adb shell, that is manually insert the proper values into the database. Didnt work either. Finally I tried to make my own app using Settings.System.putString(get

[android-developers] -http-proxy not working solution

2010-04-20 Thread Andry Jiang
Hi, I'm trying to get my emulator works with my HTTP proxy servers. I remember that I ever succeeded using -http-proxy option settings from Eclipse Run Configuration window when I was using android 1.5 SDK. But now when I already updated to latest SDK I cannot make my emulator to connect to intern

[android-developers] Http proxy settings not working in Android Emulator 2.1

2010-02-19 Thread Vibhor Mahajan
Hello, 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 (Telkill

[android-developers] -http-proxy question ?

2009-11-29 Thread Gopinath Janakiraman
Hello, I am inside a firewall. I am using google GeoCoder API. I started the emulator using -http-proxy http://54.62.228.195:8080 option. I getting the following error E/GeoAddress( 228): java.io.IOException: Unable to parse response from server E/GeoAddress( 228):at android.location.Geocode

[android-developers] -http-proxy for emulator on Android 1.6?

2009-10-22 Thread Marc Reichelt
Hi there! 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. Can anyone confirm this behaviour? Is thi

[android-developers] http proxy and chunked encoding with emulator

2009-03-24 Thread m5p3nc3r
Hi All I am having a specific problem that is preventing me using the android SDK from work. We are using a MS Proxy here that all internet traffic has to go through. The problem seems to be when the emulator is trying to access a site that uses 'Transfer-Encoding: chunked' If I attempt to dow

[android-developers] http-proxy does not work on emulator when i use the build of master branch with cupcake changes

2009-01-07 Thread Li Wei (Vincent)
Hi, I made a full build of the latest master branch(including cupcake changes), and then "make sdk" and run emulator with -http-proxy option under "tools" directory(also have -vm to specify android virtual machine). but seems I cannot access to internet behind proxy, is there anyone else ran into

[android-developers] http proxy

2009-01-02 Thread kpowerinfinity
Hi, Is there a way to set the http proxy behind a wifi network? I looked around but couldn't find any option. Even a non-authenticated proxy setting will do. There's no way to do this in the settings page, and I could neither find any app that let's me do this. Thanks, Krishna. --~--~-~-

[android-developers] HTTP proxy, android.net.Proxy, Android 1.0

2008-10-26 Thread Sean Sullivan
My Android application uses HttpClient (org.apache.http.client) to connect to a remote web service. I want my application to play nicely with HTTP proxies. I examined the Android SDK and found the android.net.Proxy class. android.net.Proxy allows my application to get the proxy host (getProxyH

[android-developers] -http-proxy problems

2008-08-21 Thread shan
I am using a Win XP machine, I started the emulator with : emulator - http-proxy "http://:" but the default browser does'nt work (can't find message). Please assist. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "