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 <http://code.google.com/p/android/issues/detail?id=5508>If you have proxy dont use its DNS. Instead use the IP address. Hope you'll get it ;-) -Danny Schimke 2010/12/6 Satya Prasad <[email protected]> > 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 <[email protected]>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 insert the proper >> values into the database. Didnt work either. >> Finally I tried to make my own app using >> Settings.System.putString(getContentResolver(), >> Settings.System.HTTP_PROXY, "localhost:8080"); which also seems to be >> ignored. (No exceptions was thrown) >> >> Can anyone tell me how to do this? >> >> >> best regards, >> Seb >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

