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:
- Create an SSH tunnel on dynamic port 5228 using the ConnectBot application
- On the server side:
tcpdump port 5228
- 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.