How to turn Android phones over the wall via proxy

Source: Internet
Author: User
Tags site5

Recently, almost all of Google's services have been banned. The consequence is that the Google Play store On Xiaomi 3 cannot connect to the server, that is, it cannot download new applications through the Google Play Store, or update existing applications.

There is no such problem on my desktop, because I have been using a foreign site5 virtual host as a SOCKS proxy. Watching YouTube videos and using Google search, there is no problem with browsing the webpages on the wall, and the speed is very fast.

So I had an idea: Can I connect my mobile phone to the proxy service on my desktop?

The firewall proxy on my desktop uses PuTTY to connect to the SSH provided in the site5 VM. This kind of proxy is SOCKS v5 proxy and the most powerful proxy. In my initial thought, I thought I only needed to select the "Local ports accept connections from other hosts" option in PuTTY, then go to System Management in Xiaomi 3 mobile phone> WLAN> "network details" of the connected network> proxy settings, enter the lan ip address of my computer and the PuTTY Tunnels port number.

I have installed Firefox, Google, and doldolphin browsers on my Xiaomi 3 mobile phone. After the settings are complete, I found that only the doldolphin browser can successfully flip the wall, but Firefox and Google browsers cannot connect. Most importantly, Google Play remains inaccessible.

After searching on the internet, I initially felt that some applications could not identify the cause of the SSH Tunnel proxy. I needed to change the SOCKS v5 proxy to the HTTP proxy. However, PuTTY does not have this conversion function. So Google searched and found DeleGate, an open-source software.

This is a command line software. After studying it for a long time, I finally used the following command line:

win32-dg9_9_9.exe -P8080 SERVER=http SOCKS=localhost:7070 ADMIN=your@email.com

Win32-dg9_9_9.exe is the main program of DeleGate.

Localhost: 7070 is my SOCKS v5 proxy,

-P8080 is the HTTP Proxy port converted by DeleGate.

ADMIN = your@email.com this parameter must have, is the Admin mail address, just edit a line.

Another point is that my computer is Windows 7. to execute the above commands, you need the administrator privilege to successfully establish the proxy service. Therefore, you must use "Run as administrator" to start the command line window ".

Then verify the feasibility again. Go to System Management in Xiaomi 3 mobile phone> WLAN> "network details" of the connected network> proxy settings, enter the lan ip address of my computer and the HTTP Proxy port number provided by DeleGate.

The results are gratifying. The Google Play Store finally displays information normally and can download and update apps. All apps on mobile phones that need to be connected are connected to IOT platform and can be turned over, and DropBox can be connected normally.

The above process looks very easy. It will take a few minutes to complete. However, I actually used various methods for a whole day. Maybe I am too stupid. I don't know if you have any simpler methods. Please tell me, thank you.

In addition, during the study, I found My WIFI Router, which can turn your notebook into a WiFi hotspot, other computers and handheld devices can share the network connection of your notebook through this hotspot. This software is useful when you only have a wired network connection.

From: http://www.vaikan.com/android-proxy/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.