Results 1 to 3 of 3

Thread: Droid Tether + Pidgin

  1. #1
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question Droid Tether + Pidgin

    I have tethering on my Droid working just fine through AziLink (in fact, that's how I'm writing this post). However, I think I'm lacking port forwarding or something, because I can't get Pidgin to connect to anything.

    For example, MSN, which appears to work on port 1863, does not connect.

    I tried this:
    Code:
    adb forward tcp:1863 tcp:1863
    But I still get nothing from it.

    Does anyone know what I'm doing wrong?

  2. #2
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Droid Tether + Pidgin

    Ahh, got it!

    I have my openvpn connection forwarding through 41927 (I guess; I'm just following the one tutorial that works with this that uses AziLink).

    So I ran 1863 through 41927:

    Code:
    adb forward tcp:1863 tcp:41927
    And now my MSN is connected!

    Mind you, this was a shot in the dark (I could just as well have done it the opposite way), but this worked for me.

  3. #3
    Join Date
    Sep 2010
    Beans
    3

    Re: Droid Tether + Pidgin

    I'm having trouble getting pidgin to run.

    I tried forwarding it by changing adb forward
    sudo adb forward tcp:1863 tcp:41927

    but then it would refuse connection and not connect at all.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •