Re: [android-developers] Re: Proxy Authetication support in Android

2012-02-18 Thread Kristopher Micinski
This project contains a few hundred lines of source so far... Was it..., really worth spamming the list *five times* with the exact same thing to advertise it? kris On Sat, Feb 18, 2012 at 10:54 AM, Marco Pagliari wrote: > Have a look here. I'm working on that. Please be patient. If you want to

[android-developers] Re: Proxy Authetication support in Android

2012-02-18 Thread Marco Pagliari
Have a look here . I'm working on that. Please be patient. If you want to be involved the APL project is FOSS. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: proxy setting used by android browser??

2012-02-18 Thread Marco Pagliari
Have a look here . I'm working on that. -- 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@googlegroups.com To unsubscribe from this group, send email to an

[android-developers] Re: Proxy settings for ICS over ethernet

2012-02-18 Thread Marco Pagliari
Have a look here , I'm trying to work on that. -- 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@googlegroups.com To unsubscribe from this group, send ema

[android-developers] Re: Proxy again

2011-04-21 Thread Neo Apostol
I use HTC Hero device with Android 2.1 2011/4/21 Neo Apostol > Hi there, > Explain me please, Why I can't create settings of the proxy server with > help of method: > > //Main.java > Settings.Secure.putString(getContentResolver(), Settings.Secure.HTTP_PROXY, > param); > //AndroidManifest > andr

Re: [android-developers] Re: Proxy related code changes needed in Apps

2010-10-12 Thread Nitin Mahajan
HI! On Thu, Sep 30, 2010 at 1:56 AM, Prajakta Shitole wrote: > Hi, > Thanks for your reply. I am using HttpURLConnection to access data from > servers. Will look into the details that you have mentioned below. > > You could find out, how the Proxy Authentication has to be set in an Android devic

Re: [android-developers] Re: Proxy related code changes needed in Apps

2010-09-29 Thread Prajakta Shitole
Hi, Thanks for your reply. I am using HttpURLConnection to access data from servers. Will look into the details that you have mentioned below. Thanks, Prajakta On Wed, Sep 29, 2010 at 1:11 PM, ADRA wrote: > I'm doing HTTPClient (Through the API's) on a carrier proxy just fine > without needing

[android-developers] Re: Proxy related code changes needed in Apps

2010-09-29 Thread ADRA
I'm doing HTTPClient (Through the API's) on a carrier proxy just fine without needing to fiddle with anything. Are you attempting to do HTTPClient or socket programming or what? My carrier doesn't use authentication, so maybe its something to do with authenticated proxies. *Shrugs* Just briefly re

[android-developers] Re: Proxy support not working in Android 1.6 emulator

2009-09-23 Thread kmphua
I've tried using the -http-proxy option in 1.6 and it doesn't work too. Had to revert to back to 1.5 as a result. Regards, Kevin. On 9月17日, 下午4時40分, Markus Junginger wrote: > After upgrading to SDK 1.6 theemulatorseems to be unable the > Internet through aproxy(-http-proxyoption). The same is w

[android-developers] Re: Proxy SDK 1.5r1

2009-08-10 Thread arnouf
The 1.5r3 fixes these issue...So if you have the problem upgrade your SDK :) On Aug 10, 2:48 pm, arnouf wrote: > Hi all, > > 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

[android-developers] Re: proxy

2008-04-04 Thread Raja Nagendra Kumar
Got the solution on closure look at HttpClient api docs some thing like this.. HttpClient client = new HttpClient(); client.getHostConfiguration().setProxy("tejanag", 8118); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google