开发者

Access Android Market through SSH tunnel [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

开发者_StackOverflow中文版

Closed 2 months ago.

Improve this question

My mobile provider firewalls me from downloading applications from the Android market. So what I am trying to is to tunnel all traffic to the Android Market through an SSH connection. A quick search told me that apps are downloaded using port 5228. Thus, I followed those steps:

  1. Create an SSH tunnel on dynamic port 5228 using the ConnectBot application
  2. On the server side: tcpdump port 5228
  3. Download from Android markert

Step 2 does not produce any output, and the app download fails. Therefore, either the Android Market uses another port, or I am doing something terribly wrong.


This seems like a viable option. There are options to route all traffic through the tunnel or individual applications. As well there is an Enable Market option (although the details specify that this is for users in China).

The downside is that you need root for this to be fully functional. Otherwise all you can do is setup a SOCKS proxy on a local port, which you can already do with ConnectBot. At the end of the day if you are trying to get around your carrier restrictions odds are you will eventually need to root your device.

If you are interested you can grab the app directly from here and load it directly on your phone.

I hope this helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜