It all came together for Android today. Went from a sort of working app to a fully working app!
- rsync.net works.
- Box.com appears to work -- at least it's failing with the same timeout I get on my linux box here behind the firewall of dialup doom.
- XMPP is working too!
These all needed various little fixes. Like loading TLS certificates from where they're stored on Android, and ensuring that totally crazy file permissions from Android (----rwxr-x for files?!) don't leak out into rsync repositories. Mostly though, it all just fell into place today. Wonderful..
The Android autobuild is updated with all of today's work, so try it out.
I have a 'Connection timed out' when I try to set-up my Gtalk account on my Nexus 4 (4.2.2). I tested it at home without a web proxy.
Here's a screen capture: http://i.imgur.com/RBcNjSv.png.
Same Android device and same behavior as the above comment. While the connection attempt was being made, I switched to the terminal window and saw a connection to 173.194.46.86:5222 in the SYN_SENT state (and that connection wasn't there prior to the jabber configuration attempt).
Even from my desktop, manual connection attempts to 173.194.46.86:5222 timed out.
Then I ran the same jabber configuration from my desktop and it worked fin. Using netstat, I could see it connected to 74.125.133.125:5222.
So is the Android version using the wrong address?