Active Topics

 



Notices


Reply
Thread Tools
Posts: 123 | Thanked: 99 times | Joined on Sep 2010 @ Russia
#391
Originally Posted by iscio View Post
anyone could help me? thank you very much
Take a file from attach and unpack it to /opt
Attached Files
File Type: gz alarmed-patched.tar.gz (12.9 KB, 91 views)
 
Posts: 22 | Thanked: 19 times | Joined on Nov 2009
#392
I just installed alarmed on my brand new n900 (love warranty ), it doesn't work.

Code:
env: python: No such file or directory
Im guessing this is because there is no command python on my device, however there is python2.5, Im guessing you only need to modify the first line in alarmed_gui.py, and Im going to try that in a second

Perhaps installing the real version of python and not the minimal will fix it, however atm it depends on the minimal one.

Edit: I seem to have been right, just changing the first line to
Code:
#!/usr/bin/env python2.5
made it possible to start it

Last edited by ecksun; 2011-01-29 at 01:06.
 
Posts: 56 | Thanked: 11 times | Joined on Jan 2010
#393
Originally Posted by ecksun View Post
I just installed alarmed on my brand new n900 (love warranty ), it doesn't work.

Code:
env: python: No such file or directory
Im guessing this is because there is no command python on my device, however there is python2.5, Im guessing you only need to modify the first line in alarmed_gui.py, and Im going to try that in a second

Perhaps installing the real version of python and not the minimal will fix it, however atm it depends on the minimal one.

Edit: I seem to have been right, just changing the first line to
Code:
#!/usr/bin/env python2.5
made it possible to start it

how did you do that? i cn edit the file using midnight commander, but i can't save the file as i dont know how to become root in midnight commander..

if i open xterm and become root, then open MC it still doesn't work.

also i can type root in MC which gives me an xterm kind of field. but then i can't open the file... very annoying.. so how did you do it?
 
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#394
Originally Posted by ForeverYoung View Post
Take a file from attach and unpack it to /opt
thank you very much but why I have to overwrite my files? is it a bug of alarmed?
thanks

edit: I found two folders
home/opt/alarmed and
/opt/alarmed

what is the one that I have to overwrite?
I try the second one but doesn't work, I touch the icon but the program doesn't start

Last edited by iscio; 2011-01-31 at 10:22.
 
Posts: 123 | Thanked: 99 times | Joined on Sep 2010 @ Russia
#395
Originally Posted by iscio View Post
thank you very much but why I have to overwrite my files? is it a bug of alarmed?
thanks

edit: I found two folders
home/opt/alarmed and
/opt/alarmed

what is the one that I have to overwrite?
I try the second one but doesn't work, I touch the icon but the program doesn't start
/home/opt and /opt actually are the same:
Code:
[1|user@Nokia-N900|~]mount | grep /home/opt
/home/opt on /opt type none (bind)
I made some modifications to alarmed including non-english profiles/event names support and ProfileX support.

If start alarmed now from terminal, what does it say?
 
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#396
Code:
[1|user@Nokia-N900|~]mount | grep /home/opt
/home/opt on /opt type none (bind)
what is the meaning of this code?
I installed your patch and started the program from Xterm..
This is the error..


after this error the program starts and i tested it. I see the possibility to choose profiles of profilesX but my problem about modifing or deleting events is always here, I have to restart the program to see the change
Attached Images
 

Last edited by iscio; 2011-01-31 at 15:37.
 
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#397
another problem...here the layout about alarm
Attached Images
 
 
Posts: 123 | Thanked: 99 times | Joined on Sep 2010 @ Russia
#398
I described my patch earlier in this thread http://talk.maemo.org/showpost.php?p...&postcount=378

Your bugs is 1st and 3rd TODOs in that post, but I didn't fix them yet.

About messages in terminal - I think something with your theme, but it seems to be only warnings, not errors.

About /opt and /home/opt - code is a proof of that /opt and /home/opt are the same
 
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#399
Originally Posted by ForeverYoung View Post
I described my patch earlier in this thread http://talk.maemo.org/showpost.php?p...&postcount=378

Your bugs is 1st and 3rd TODOs in that post, but I didn't fix them yet.

About messages in terminal - I think something with your theme, but it seems to be only warnings, not errors.

About /opt and /home/opt - code is a proof of that /opt and /home/opt are the same
ok thank you very much..I like your release because I use profilesX but if it doesn't start from menu is a big problem. I tested it also on another phone and there is the same problem.
The error in Xterm is always there also with original release of alarmed.
I hope you could solve the various bug and the possibility to start the app from menu
 
Posts: 123 | Thanked: 99 times | Joined on Sep 2010 @ Russia
#400
may be problem with executable permission
try run
# chmod +x /opt/alarmed/alarmed.py
under root
 
Reply


 
Forum Jump


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