![]() |
Re: [Request] Android Notifier -> Maemo Notifier
I finally got it working.
There is a bind problem with SocketServer if you explicitly set localhost or hostname then it will only allow local socket connections so in server.py change: Code:
HOST, PORT = "my-desktop", 50007Code:
HOST, PORT = '', 50007In client.py change: Code:
def handle_call(obj_path, callernumber):Code:
def handle_call(obj_path, sendernumber): |
Re: [Request] Android Notifier -> Maemo Notifier
Quote:
As for the issue with the variable name, it seems to be correct (at least according to the Maemo documentation). Also, it works for me! Very strange. I'm glad you have it working! And thanks for the feedback! |
| All times are GMT. The time now is 00:39. |
vBulletin® Version 3.8.8