Notices


Reply
Thread Tools
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#81
Originally Posted by Marcus View Post
Having a few problems; when running the client.py on my n900, it gives this error:
ImportError: No module named gobject

What do I need to install?
Try
Code:
apt-get install python-gobject
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#82
Hi Scottuss,

Since those are python files it is good to add in the first line:

Code:
#!/usr/bin/env python
I would also propose to rename the files to less generic names.

Thanks for sharing - nice work.


PS: Here is also the .desktop file I made while playing with it:

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0.0
Name=N900 Notifier
Comment=Notifies for incoming calls 
Terminal=true
Type=application
Exec=/home/user/N900notifier_client.py
Icon=qgn_stat_internetconn_datacall
X-Icon-path=/usr/share/icons
X-Window-Icon=qgn_stat_internetconn_datacall
X-Window-Icon-Dimmed=qgn_stat_internetconn_datacall
X-HildonDesk-ShowInToolbar=true
Type=Application
X-Osso-Type=application/x-executable
 

The Following User Says Thank You to Saturn For This Useful Post:
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#83
any idea of making exchange links with browsers (desktop<->n900) and their favs and so on? as well is it possible to add the client later to show sms on in the client and ability to answer from computer. it can be made by using even maybe jabber protocol so u don't need to write new client.
 
Posts: 6 | Thanked: 4 times | Joined on Oct 2009
#84
Cant get it to work on Windows 7,

Code:
C:\Python31>python.exe server.py
  File "server.py", line 28
    print "Your Operating System is not currently supported\n"
                                                                                         ^
SyntaxError: invalid syntax
(arrow on the last ")
 
antezz's Avatar
Posts: 172 | Thanked: 160 times | Joined on Jan 2010 @ Sweden
#85
Windows users can use this : http://www.antezz.com/download/N900w...rver-0.4.1.zip
It's compiled with py2exe so no need to have python installed, only thing you need to do is have growl for windows installed and start the server, it should try to pull your local 192.* ip by default. However if it does not work, you can disable auto IP in the config and manually set it in there.

Ger any problems feel free to ask, the package comes with source, readme file and such.

Last edited by antezz; 2010-11-16 at 11:25.
 

The Following 4 Users Say Thank You to antezz For This Useful Post:
Posts: 29 | Thanked: 4 times | Joined on Apr 2010
#86
1. Can this incoming notification display on multiple computer ? Any idea ?
2. Notify for incoming call and sms only right ? How abt sip/skype call ?

Any possibility for this ?

TQ

Last edited by meLi; 2010-11-17 at 10:04.
 
antezz's Avatar
Posts: 172 | Thanked: 160 times | Joined on Jan 2010 @ Sweden
#87
@meLi Which OS are you using? Regarding on question number 2 i think they should display since N900 is using the phone app for all sorts of calls. I haven't tried so can't say for sure.
 
Posts: 29 | Thanked: 4 times | Joined on Apr 2010
#88
Originally Posted by antezz View Post
@meLi Which OS are you using? Regarding on question number 2 i think they should display since N900 is using the phone app for all sorts of calls. I haven't tried so can't say for sure.
I'm using windows 7. Let save i have 2 pc. ips 192.168.10.1 and 192.169.10.20 so can i configure to display simultenous for both pc.

or situation like this my home pc use ip 192.168.10.1 and my office use ip 172.16.10.1 so i need 1 configuration file can read both ip then i no need to change ip at client.py and server.py everytime i using home and office pc.

Q2 - I had try but no notify at all either sip or skype.

tq
 
antezz's Avatar
Posts: 172 | Thanked: 160 times | Joined on Jan 2010 @ Sweden
#89
@meLiWell, since you are using Windows you are using growl, if you opened growl up you will see it do have forwarding to push messages to other PCs.

@people who downloaded / uses my winserver:
I would be happy for feedback, if it did work without problems and maybe hit the "thanks!"-button if you liked it.
 

The Following User Says Thank You to antezz For This Useful Post:
Posts: 16 | Thanked: 8 times | Joined on Dec 2009
#90
Hi I have 2 issues:
on the N900 it appears "permission denied" adter i run the python client.py (already did chmod for the file)
on my mac, everytime i recieve a call or sms it appears the message on terminal "sh: growlnotify no such command" (i have growl installed)
any tips? thks for the great job!
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:48.