Hot answers tagged proxy
5
Are you sure you need Tor for all youtube videos? If you only need youtube access, then you should try alternative lower latency circumvention techniques, like alternative DNS providers or a VPN. Tor should be used when you're worried about your government even knowing what you watch, meaning countries like Iran, China, Syria, etc.
Case 1. You care about ...
4
If you have an (W)LAN network connected to an ADSL modem at your home, a mobile access point is like that ADSL modem; a mobile access point (AP) translates between the protocol of the mobile network to the protocol of the wider Internet. Imagine the mobile network as a LAN, and access points are the nodes in the LAN that have direct access to the Internet, ...
3
According to this, you need an external app and you need to root the phone.
Some other solutions shared in a Google Code issue thread.
Update:
Using Gesture Search, I entered "proxy" and got to the Proxy settings on my Droid. Don't know how to get there otherwise, and don't know if it actually works, but there you go. (Someone else mentioned it in that ...
3
By default, as soon as WiFi gets connected, the mobile network shuts down -- so you cannot use both simultaneously. Which means: no, even a proxy allowing for exceptions would not do, as the other network simply is no longer available.
Quoting from CyanogenMod Tracker:
Each time you activate WiFi you'll lose 3g connection. That's normal behaviour of ...
3
According to Bluestack employee Deepika Sharma:
Currently, we do not support proxy settings in BlueStacks App Player but will definitely consider it in our future release.
This information came from their help forum thread: No network access behind a proxy.
Alex Guerrieri answered stating that it was able to workaround this issue uising the ...
3
Make sure your proxy server is not blocking video streaming. If connectify is broadcasting an internet connection which is already established thru proxy, Android has got system-wide proxy connection. So, there's no need to setup proxy in particular player.
Sometimes, proxy servers limit the speed of video streaming & even block it. So, get this info ...
2
Wifi proxy settings were not added until Android 3.0 (here's the issue on the tracker and here is the comment noting its release). If you're willing to root your device you could try something like TransProxy, though.
2
It's up to the app to fetch the proxy settings from the system prior to making the first connection. If a app does not do this and your local firewall prevents outgoing connections without the proxy, it will not work.
You should contact your app developer about this problem and ask him to fix this.
2
Not an answer to your question exactly, but it solves the main issue. I have coded a solution for this, you can download the apk on http://forum.xda-developers.com/showthread.php?t=1083284. It uses a cntlm binary to process the authentication.
2
To modify the proxy settings in Android 4 and Samsung Galaxy you should do this:
Go to Settings / Wifi. Long-click on your network and select Modify network. Scroll down to Show advanced options which should show you the proxy options.
2
Hmmm. Did you definitely tick the 'Transparent Proxy' option? That tells it to make everything go through the proxy.
Another thing I have noticed when using it is that it can be quite specific with a proxy - my school uses microsoft tmg, and has the proxy as 'tmg' in browsers, but proxydroid needs the full URL to the system (which is ...
2
If Joe's device is rooted and Joe has a server (with full SSH access) running somewhere on internet, Joe should use SSH Tunnel app with socks proxy option checked (for dynamic port forwarding). There's no need to install VPN server or proxy server. There's no need to do complicated configurations on server. Plus, Joe's data will be secured inside powerful ...
2
I see this blog post explaining how to configure APN settings to browse through a proxy. At first, I could not believe that the APN mentioned (as TelKila) in the post will be available in my emulator. But to my surprise I find a APN is available though with a different name (as T-Mobile US).
Since I do not have a proxy server environment, I could not ...
2
My apologies, I just found it. For the benefit of those who have the same problem:
It should apply to the other Galaxy Tab 2 models, too.
2
As pointed out by Al's comment above, it's not a question of which browser does support it, but rather of how to enable it. And as Sachin's comment suggests, available solutions depend on whether your device is rooted (more and better possibilities) or not.
non-rooted devices
As long as it's for the browser only, there are multiple easy solutions. So does ...
2
Short answer:
No, proxy apps available on the playstore all need root (to my knowledge). But you can use the native proxy -- even with Android 2.1.
Longer answer:
As Liam wrote in his answer, an explicit proxy requires kernel level access. But Android has a native proxy built in.
Before Android 4.x, its settings were simply hidden. So all you need is ...
2
Simple answer: No.
Long answer:
No, as these app use a native binary installed onto the system to reroute data through the proxy. This is done at kernel level (actually it's done using the terminal commands, but it is done at kernel level), because of this root access is needed.
There are 0 apps that allow you to use a proxy without rooting first. Android ...
1
There are multiple solutions. As you have Android 4.x, long-pressing on a WiFi APN in Settings→Networks & Wireless→WiFi lets you edit an APN. Check the "Advanced" box, and you can configure the proxy. Though this form does not offer separate fields for username/password, here's a trick how to do it:
For the server name, enter ...
1
Android only supports proxies in Android 4.0+.
In android 2.3 or below I recommend you use the proxydroid app to use the proxy. This app supports authenticated proxies but needs root access.
The reason you have a proxy setting could be due to additions by your device manufacturer.
1
Looking at this CyanogenMod source code (which, according to the file history, does not actually have any CyanogenMod-specific changes), I see that the initial dot in proxy bypass list elements is just ignored, and an initial wildcard is implied — that is, you can write either example.com or .example.com in the list, and this entry will match example.com, ...
1
As ce4 pointed out, Privoxy just seems have to left the playstore within the last month. At the moment, the probably only candidate left seems to be FilterProxy.
On the other hand, if you have your device rooted, there are some additional possibilities working by manipulating the device's local hosts file. A quite good candidate in that case would be ...
1
Should this question stay afloat: I recently created a VPN tunnel from my Android devices to my home Win7 PC and it was much easier than I thought. I'm running Android 4.1 (Jelly Bean), but this setup also worked with 4.0 (Ice Cream Sandwich) and should work with other versions too.
First, I had to find a way to create a VPN server. OpenVPN looked awesome ...
1
Check out this list: Proxy, Tunnel & Co. Though it is in German, you already find the relevant apps grouped by their purpose. For VPN, try VPN (also in German).
The German language should be no problem concerning mapping apps to the requested topics (VPN, tunnel, ...), as that part is language-neutral. Descriptions can mostly be replaced by those from ...
1
There is a bugreport on the android site for this which is still open. You can set proxy settings for APN (Mobile Network) but not for Wifi.
In ICS also only the Browser will be affected by the Wifi Proxy Setting.
Also Authentification will not completly work at all (see report)
Only top voted, non community-wiki answers of a minimum length are eligible