General :: How To Make Android Apps To Use HTTP Proxy

Nov 30, 2011

When I connect to the student's wifi network, it requiers to configure the proxy with authentification. Well I'm fine with that, and the browser works all right, but all of the apps which require internet access aren't working. I also noticed, that when I'm configuring the proxy in the settings, it actually says that the HTTP proxy will be used by the browser, but not by some of the apps (in my case none of the apps work, including the pre-installed apps like android market, youtube or google maps).

So my question is that is there any way to make the apps work with the HTTP proxy? I should say that I found this thread on this forum:

[URL]

but I had trouble understanding it. Also if this matters, I'm using an Asus Eee Pad Transformer running android 3.2.1.

General :: How to make android apps to use HTTP proxy


General :: How To Set HTTP Proxy For Apps

Apr 29, 2014

My problem is that all my devices are on a wifi network that uses http/https/ftp/SOCKS proxy settings to connect to internet. All the devices connect to internet after I use proxy settings on them. But few applications such as skype do not connect to internet. They work fine when I connect to a wifi network that does not use any proxy settings (at home), but at work when I have to use proxy settings to access internet, the apps fail to connect. I have a couple of devices which are not rooted (Fujitsu Stylistic M532 tablet, Garmin-Asus A10 phone) and I am not sure if I can root them. I would really want to use all the apps.

View 9 Replies View Related

Android :: How To Set HTTP Proxy In Programmatic Way?

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

Android :: HTTP Proxy For Emulator On 1.6 R1 SDK?

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

Android :: How To Set HTTP Proxy On Emulator?

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

Android :: HTTP Connection Failed Via Proxy

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

Android :: How To Set HTTP Proxy In Real Device?

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

Android :: Http Proxy Settings Not Working In Emulator 2.1

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

Android :: Http Proxy And Chunked Encoding With Emulator

Mar 24, 2009

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 download www.nds.com (no chunked encoding) into the browser, it works fine. However if I try to go to www.google.com (uses chunked encoding), the browser fails with the message: can't determine content length, and client wants to keep connection opened My feeling (and I'm no expert in this area) is that the underlying code managing the communication through the proxy is not dealing with the null terminator on the chunk encoded response when the connection to the proxy is being kept open? Does anyone have any experience in this area? Is the source to the emulator available so I can try and understand what is going on here?

View 8 Replies View Related

Samsung Galaxy I7500 :: Proxy Via HTTP For Using Android Market?

Jul 8, 2010

My provider only permits me to connect to the internet via the web-browser. Only the web-browser works. I want to use the Android market, but it doesn't connect. Is there some sort of proxy I could use to get around this? I can connect to the market if I'm on my home WiFi, but not if I'm on my network GPRS.

View 13 Replies View Related

Pass App HTTP Traffic Through Proxy Installed On PC?

Nov 3, 2011

I am tring to debug an android app. I need to pass all the http trafic of my htc desire s through a proxy server( Paros, WebScarab, etc.) that i have on my pc. I need to intercept the http messages.

I have rooted the phone and installed a proxy on it. I have connected the phone and the pc to the same wifi so that they will be in the same network. After this i have put the pc's ip in the Proxy Host: "192.168.1.2" and the port "8080" on the Proxy Port field because Paros Proxy uses 8080.

View 1 Replies View Related

Android :: Configure HTTP Proxy With Latest Android Emulator On Windows?

Sep 25, 2010

I'm at complete odds over configuring a proxy to inspect the HTTP(S) traffic for the app I'm developing. I've tried running Fiddler2 and Charles Web Proxy, both run on 127.0.0.1:888, and starting up the Android emulator with the parameter:

To test it out I open the Android browser. I see in Fiddler2 that the request is routed through the proxy. However, only RARELY does the request receive a successful response. In most, and when I say most I mean 99% of the time, the request is retried and fails again with the Android browser telling me "The server failed to communicate". Has anyone found a way to configure Fiddler2 or Charles for debugging HTTP(S) traffic through the Android emulator?

View 1 Replies View Related

General :: Use Proxy Server For All Apps?

Aug 23, 2012

how to use proxy server for all apps?

like
proxy: 10.1.100.010
port: 8080
http server: wap.google.com:80

View 2 Replies View Related

General :: Set Proxy For All Apps On Galaxy Note

Mar 25, 2012

How can I set proxy for all apps. of my Galaxy Note?

View 1 Replies View Related

General :: Proxy App To Track IP Address Access Of Apps?

Jun 28, 2013

Tried to dig deeper into where and when apps are accessing your data networks regardless of whether it was while you are on wifi or mobile networks. I'm rooted running 4.1.1 and I'm looking for an app that sort of works like a proxy except for my own phone and just my phone's data. The goal is to see which apps are accessing the internet and what websites they are accessing and how often, ect. Basically I'd like to eavesdrop on my own apps. Is that possible? How can I do this?

View 2 Replies View Related

Android :: Make In HTTP Request?

Aug 17, 2010

Is there a way to make an simple HTTP request? I want to request an PHP page / script on one of my website but I don't want to show the webpage. If possible I even want to do it in the background (in an BroadcastReceiver)

View 3 Replies View Related

Android :: Way To Make HTTP Connection Using GSM Network?

Sep 29, 2010

I need to make HTTP request on Android using GSM connection, not Wifi. My current solution is to disconnect from all wi-fi connections and perform a request. Is there any better solution? I could not find any relevant methods in the API (I looked in package org.apache.http, but it seems it is completely unaware of what type of connection should be used).

View 1 Replies View Related

Android :: Package Do I Use To Make HTTP Connections?

Dec 24, 2009

I am trying to make HTTP get & post connections.
Which package is recommended for that?
Is it java.net or org.apache.http?
Does java.net comes included in the sdk?
Any reference/code to connection makin would be appreciable as well.

View 1 Replies View Related

Android :: Make An Array Of Org.apache.http.Header?

Aug 11, 2010

I'm new in Java.

I'm trying to do code...

but said

The type Header is not generic; it cannot be parameterized with arguments <NameValuePair>

how I can do it?

View 2 Replies View Related

Android :: Make An Http Request Using Cookies On Droid?

Mar 24, 2009

I'd like to make an http request to a remote server while properly handling cookies (eg. storing cookies sent by the server, and sending those cookies when I make subsequent requests). It'd be nice to preserve any and all cookies, but really the only one I care about is the session cookie.

With java.net, it appears that the preferred way to do this is using java.net.CookieHandler (abstract base class) and java.net.CookieManager (concrete implementation). Android has java.net.CookieHandler, but it does not seem to have java.net.CookieManager.

I could code it all by hand by inspecting http headers, but it seems like there must be an easier way.

What is the proper way to make http requests on Android while preserving cookies?

View 3 Replies View Related

General :: Make Android Save Apps To SD Card?

Nov 15, 2013

This is something I cannot really find in my phone (Note 2) - some apps are saved on Phone's memory and some apps go to SD card. Is there a way to save apps right to the SD card?

View 2 Replies View Related

General :: How To Set Proxy For Tethering

Apr 6, 2012

I would like to use a proxy on my tethered connection at my Wildfire S. I can use proxydroid program to connect to internet on my phone but I would like proxy settings to applied for tethered connection on my phone.

So when I connect to my tethered connection on my phone I want to use proxy that is set up on my phone.

Is there a way for that? I found the vpn setting but nothing about proxy.

View 1 Replies View Related

General :: Downloaded Apps Not Appearing - How To Make Shortcut

Jun 29, 2012

I just got my first smartphone and downloaded some apps off the play market. However, an icon never appeared on my home screen that links to them. I can access them by opening the market back up, searching for the app, and running it there. But I can't seem to figure out how to make a shortcut.

View 2 Replies View Related

General :: Apps To Make Phone Unusable If Stolen

Sep 22, 2013

I was looking for an application that make two things:

- First, you can't switch off your phone without the password (useful with nexus 4, because you can't unplug the battery without utils)

- You can't restore your phone without the password

These actions could be activated always or by your activating them on a website (like apps that allowed you to locate your phone)

This would be useful if your phone is stolen, you could locate your phone if it's stolen because the the phone wouldn't be switched off or wiped

I looked for an app like that but I didn't found it..If no, is there an hardware restriction?

View 4 Replies View Related

General :: Use Proxy For All Internet Applications?

Oct 14, 2013

I am trying to connect to a network that uses proxy. I have entered the manual settings in the network and I am able to browse on the browser as well without any issues. However, no internet applications like playstore whatsapp or youtube works for me.

Any way I can assign proxy for all the applications on the phone.

View 1 Replies View Related

General :: Tethering With Proxy Redirect ICS?

Jun 3, 2012

I have a very nice 3G plan on my Samsung Galaxy Tab 2 (P3100) with Ice Cream Sandwich and i want to use the tethering option to share my internet connection and advertise my business through it. I can successfully share my 3G over wifi but i wanna go a step further and install a proxy on my tablet (or something similar) so when someone accesses my tethering wifi connection gets redirected to a webpage of my choise before being able to access any other websites (just like most proxies work in Hotels/Airports etc but without the need of any password, maybe just pushing an "Accept" button after a few lines of info)

I have done a quick search and all i could find is how to connect to a proxy for internet use at my android device or how to setup a proxy server for USB tethering (with software installed at the PC) but i need a softwareless wifi solution based on http headers so that any device can use it.

View 1 Replies View Related

General :: Make Home Button Close All Running Apps?

Feb 15, 2014

Swiping to close each app all the time is inefficient for me. I realize other people might not want this but I want whatever app I was using to completely close when I tap the home button. There is one app that puts an X on your homescreen that closes everything when clicked. That is a little better but I want to go one step further and have the home button do the same thing. Is there anything out there for that?

View 5 Replies View Related

General :: MS Exchange Sync Only Works By Proxy

May 16, 2013

I upgrade my phone to android 4.2.2, since then, I realize that only can connect to my bussiness account (Exchange) using 3G, when I tried to use any wifi network (work or home) I can't connect.

I looked forward on forums, and see similar problems (3g connect only, wifi fail) , but no solutions.

I made several tests, and realize than the problem is not 3g or wifi, the problen is, Only work when I use a proxy server.

On APN settings, my configuration use proxy for 3g (operator configuration).

Wifi by default no use proxy. On my home for test this, I configured a proxy server and on my phone I configured wifi to use this proxy. Then Exchage sync works, when I remove proxy form settings, Exchage not sync (said cant connet to server)

Before the upgade on my phone worked with and without proxy settings. I think may be can be a bug on Exchange apk, but I still working out on that.

View 1 Replies View Related

General :: How To Set Up Proxy Authentication For Entire System

Jun 19, 2012

I have the Samsung Galaxy S Advance running Android 2.3.6

I was able to set up the proxy server through Settings - Wireless and Network - WiFi Settings - (Options button) - Advanced.

This works well for the browser. If the proxy server requires authentication, then a dialog box pops up for that purpose.

However, all the other apps are totally useless behind a proxy server that requires authentication.

How do I work around this without rooting my phone? If rooting is absolutely necessary, what app do you recommend to use (after rooting)? My google searches turn up ProxyDroid.

View 1 Replies View Related

General :: 4.1.2 Jelly Bean - Proxy App That Works With 3G?

Dec 17, 2012

I was using transparent proxy it worked fine with wifi i have tried every app in market but non of them worked with mobile data/3g i am on 4.1.2 jelly bean my mobile galaxy s i9000

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved