Notices


Reply
Thread Tools
Posts: 334 | Thanked: 45 times | Joined on Jan 2010
#61
I tried running the vbs file today and its not working. So I done python server.py in cmd and getting an error. Not sure why tho? I didnt change anything.

 
Posts: 334 | Thanked: 45 times | Joined on Jan 2010
#62
its ok got it sorted.
 
Posts: 334 | Thanked: 45 times | Joined on Jan 2010
#63
ok i figured it out, its not working on the gprs connection today, im pretty sure i was running on it last nite hmm
But on the wifi its all working.

Last edited by badboyuk; 2010-11-01 at 13:30.
 
Posts: 334 | Thanked: 45 times | Joined on Jan 2010
#64
Originally Posted by antezz View Post
So you got it working?

Ye growl need to run its the program that shows notifications. If you wanna hide the CMD window from server.py you can just make a bat-file containing "python c:\path\to\file\server.py" then make a .vbs file containing :



then you run the .vbs file and it should run the bat file with no window. thats what i did since i failed with making a service of the .py file with AnySrv, it just started and stopped lol, well well it works atleast.

And on N900 theres alot of ways to run stuff in background. a noob-friendly and simple way is to use the "nohup client.py &" command
The nohup command doesnt work for me or doesnt do much. Terminal still runs and i get no notifications.
Running the normal way (python client.py) works and shows notifications.
 
Posts: 32 | Thanked: 4 times | Joined on Feb 2010 @ Malaysia
#65
hmm~~ just wondering, if possible to use it to send/reply a message
 
Posts: 3 | Thanked: 0 times | Joined on Oct 2010
#66
Originally Posted by badboyuk View Post
The nohup command doesnt work for me or doesnt do much. Terminal still runs and i get no notifications.
Running the normal way (python client.py) works and shows notifications.
How about "screen"?



A question...
is it compatible with python 3.1?
I can't run it on my WIndows
server.py Line41
if detect_os() == "Linux":
^
TabError: inconsistent use of tabs and spaces in indentation

Last edited by etonline; 2010-11-01 at 14:23.
 
Posts: 241 | Thanked: 69 times | Joined on Dec 2009 @ Germany
#67
so this works over wifi, correct? what if there is no hotspot available?
 
Posts: 334 | Thanked: 45 times | Joined on Jan 2010
#68
Originally Posted by raily View Post
so this works over wifi, correct? what if there is no hotspot available?
Then without a wifi connection it will not be able to inform you of any notifications........however if it does manage to connect to a wifi and you had any calls/txts then it will inform you of them.
I guess its ideal for home/office use as your phone might be lying about somewhere so would come in handy.

Hopefully future update will fix this issue, but for now im glad at least it works!
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#69
Originally Posted by raily View Post
so this works over wifi, correct? what if there is no hotspot available?
I use it with a (manual) usb connection.
 
antezz's Avatar
Posts: 172 | Thanked: 160 times | Joined on Jan 2010 @ Sweden
#70
Well, it's kinda simple why it's not working outside your wi-fi.

You see, you used internal IP which only works inside the same network.
In order to get it work on all networks you need to use your PCs external IP and insert into the client.py but then you need to open the port you use in your router/firewall to.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:29.