Active Topics

 



Notices


Reply
Thread Tools
Posts: 6 | Thanked: 2 times | Joined on Feb 2011
#511
Originally Posted by Mummelnase View Post
Apparantly storing worked, but the GUI won't come up any more:
I found a (possible?) solution by myself.

in /opt/alarmd/alarmed_backend.py, line 196, I changed

Code:
eventInfo["type"].lower() + " every " +
to
Code:
eventInfo["type"].toLower() + " every " +
since .lower() is apparantly deprecated - see http://doc.qt.nokia.com/4.7-snapshot...qt3.html#lower

The same error is possibly in line 212.
 

The Following User Says Thank You to Mummelnase For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#512
Is the maintainer of this application still around?

I have not had any issue with version 0.3.0-1 of this application, I have been using it actively for about 6 months.
Version 0.2.0-2 is in testing with 10/6 votes.

However the latest 0.3.0-1 version is only in devel and can't be voted on.
Looking at the changelog the latest version incorporates a fair few bugfixes some from the community.

Can we get this into testing and start to get it through QA?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 14 | Thanked: 7 times | Joined on Sep 2011
#513
I support six wheeled beast..
 
Posts: 187 | Thanked: 121 times | Joined on Jun 2011 @ Subang Jaya, Selangor Darul Ehsan, Malaysia
#514
Just out of curiousity, how difficult to port this to harmattan (N9), and will there be a port for this to harmattan planned?
 
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#515
Originally Posted by Jeffrey04 View Post
Just out of curiousity, how difficult to port this to harmattan (N9), and will there be a port for this to harmattan planned?
If your a developer take a look at the source it's python IIRC.

At the moment we have been waiting for the latest version to be pushed to N900 testing so I doubt the developer has a port on the cards.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 187 | Thanked: 121 times | Joined on Jun 2011 @ Subang Jaya, Selangor Darul Ehsan, Malaysia
#516
Originally Posted by sixwheeledbeast View Post
If your a developer take a look at the source it's python IIRC.

At the moment we have been waiting for the latest version to be pushed to N900 testing so I doubt the developer has a port on the cards.
I can't seem to find the source though is the source hosted somewhere?
only found this after some googling http://maemo.org/packages/view/alarmed/
 
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#517
Originally Posted by Jeffrey04 View Post
Just out of curiousity, how difficult to port this to harmattan (N9), and will there be a port for this to harmattan planned?
I have the impression the alarm(d) framework on the N9 is quite different from the N900. In that case I would opt for a new app and not spend too much energy on a port attempt.
 
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#518
Originally Posted by Jeffrey04 View Post
I can't seem to find the source though is the source hosted somewhere?
only found this after some googling http://maemo.org/packages/view/alarmed/
You were just a few clicks away If you click on that page on first link to alarmed 0.3.0-1, then on "Source: alarmed 0.3.0-1", you will find http://maemo.org/packages/source/vie...armed/0.3.0-1/ There you can download tar.gz with sources and debian packaging rules
 
Posts: 187 | Thanked: 121 times | Joined on Jun 2011 @ Subang Jaya, Selangor Darul Ehsan, Malaysia
#519
Originally Posted by ade View Post
I have the impression the alarm(d) framework on the N9 is quite different from the N900. In that case I would opt for a new app and not spend too much energy on a port attempt.
eh? didn't know that, thanks for the info.

Originally Posted by misiak View Post
You were just a few clicks away If you click on that page on first link to alarmed 0.3.0-1, then on "Source: alarmed 0.3.0-1", you will find http://maemo.org/packages/source/vie...armed/0.3.0-1/ There you can download tar.gz with sources and debian packaging rules
LOL, didn't notice that, thanks. Will try to muck around when I have time.
 
Posts: 569 | Thanked: 462 times | Joined on Jul 2010 @ USA
#520
I call a shell script from alarmed to create an internet clock radio.

The first part of the script sets a "safety alarm" - it sets a one time only N900 alarm for 30 minutes from the present time, in case the internet radio station is not broadcasting, or the wireless connection has failed, or whatever.

The N900 alarm is set through alarmed's CLI:
Code:
#use alarmed CLI to set a safety alarm in 30 minutes
/opt/alarmed/alarmed.py -C --title='Clockradio Safety Alarm' -A --date='now +30 minutes'
That does set a one-time only N900 alarm, but unlike setting a one-time-only alarm through the N900's alarm screen, it leaves the entry in the alarmd event list, so that I occasionally must open alarmed & delete the old "safety alarm"s from each time the script was called.

Can anyone suggest a better command for creating a one-time-only alarm, one which will not leave an entry in the alarmd list after it is done?
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:05.