Active Topics

 



Notices


Reply
Thread Tools
Posts: 7 | Thanked: 1 time | Joined on Jul 2010
#271
Looks like a great app, though I've only just installed it and I am not sure it's working yet... :-)

Just a quick bug report, or demonstration of my unfamiliarity with the N900: the text entry boxes in Alarmed seem a bit non-standard, if I hold down a key it auto-repeats, whereas in other applications I get the associated symbol. For example, if I hold down 'w', I get '2' in most apps, in Alarmed I get 'wwwwwwwwwwwww'.

Cheers.
 
Posts: 7 | Thanked: 1 time | Joined on Jul 2010
#272
Sorry for the double post...

I was having problems because I got the name of my script wrong. I did read over this thread earlier and I don't remember seeing any advice on how I could have detected this. I appreciate Alarmed is just modifying the configuration for Nokia's alarm software, but is there any way Alarmed could show e.g. a log of the output when (attempting to) run the command?

Although it wouldn't help if the command was more than a simple script invocation, it would help avoid this problem if the script to invoke could be chosen with the file browser.

Another small suggestion - I think it would be nicer to make the -C (CLI) switch the default, and have the .desktop file specify some other option (-D?) to tell the GUI to start. That way, command line users can just use it like a 'normal' CLI tool, and GUI users aren't any worse off.

I hope this isn't taken as whinging! Now I've cracked the incorrect name problem, this looks like exactly what I was looking for.

Cheers.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#273
I'd like to try this app but it seems to crash quite immediately, if I try to use it. It loads for few seconds and then just crashes.
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#274
Originally Posted by Spotfist View Post
Only played with it for a short time now but would it be possable to run an event on week days only?
Yeah, just pick "weekly" as the schedule, and then select the weekdays you want.

Originally Posted by zorn View Post
the text entry boxes in Alarmed seem a bit non-standard
I doubt it is any different in any other Qt-based Application. At least, it's not my choice.

Originally Posted by zorn View Post
I appreciate Alarmed is just modifying the configuration for Nokia's alarm software, but is there any way Alarmed could show e.g. a log of the output when (attempting to) run the command?.
What command do you mean? The GUI doesn't run any command. The events are set through the alarmd library (python-alarm). Do you mean the command that you might have entered as a command line execution? Well that command gets run by the Nokia alarmd backend. I suppose it might be possible to nest any command the user enters into () > /opt/alarmed/log but it seems a bit hackish.

Originally Posted by zorn View Post
Another small suggestion - I think it would be nicer to make the -C (CLI) switch the default, and have the .desktop file specify some other option (-D?) to tell the GUI to start. That way, command line users can just use it like a 'normal' CLI tool, and GUI users aren't any worse off.
Yeah I should do that some time.
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.

Last edited by shapeshifter; 2010-07-31 at 13:23.
 

The Following User Says Thank You to shapeshifter For This Useful Post:
Posts: 7 | Thanked: 1 time | Joined on Jul 2010
#275
Originally Posted by shapeshifter View Post
I doubt it is any different in any other Qt-based Application. At least, it's not my choice.
Cheers, will try a few other Qt apps and maybe see if I can file this as a bug against Qt, if it's not noted already.

Originally Posted by shapeshifter View Post
What command do you mean? The GUI doesn't run any command. The events are set through the alarmd library (python-alarm). Do you mean the command that you might have entered as a command line execution? Well that command gets run by the Nokia alarmd backend. I suppose it might be possible to nest any command the user enters into () > /opt/alarmed/log but it seems a bit hackish.
Yeah, I meant the command I entered. I did realise it wasn't run by Alarmed, but I thought there might be something you could do. (I had a quick glance at the alarm API but not much of one.) I suppose I could write a wrapper script which takes another command line as an argument and tees off its stdout/stderr to a log file. Of course, I'd then have to get the path to that script right. :-)

Not a big deal, just thought I'd ask if there was anything you could do easily.

Thanks for the reply!
 
Posts: 478 | Thanked: 101 times | Joined on Feb 2010
#276
thanks guys, a few extra minutes of play and I found i could scroll down Durp!

So awesome! can now turn my phone to flight mode on week nights and also do a few things to try and save power at work
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#277
on the command section, how can i schedule a command that needs root? thanks
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#278
Originally Posted by gabby131 View Post
on the command section, how can i schedule a command that needs root? thanks
Write a new script (a text file, for example called "myscript.sh") and place it in /home/user/. Put whatever you want to execute into that script. Then do this:

Code:
chown root /home/user/myscript.sh
chmod 4755 /home/user/myscript.sh
Now put "/home/user/myscript.sh" into the command line execution. It will be executed as root.
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.
 

The Following 5 Users Say Thank You to shapeshifter For This Useful Post:
2disbetter's Avatar
Posts: 365 | Thanked: 98 times | Joined on Nov 2009
#279
It seems alarmed has removed my general profile from the status menu. I can still access it via the power button menu. Anyone know how to get the general profile back in there?

2d
 
Posts: 208 | Thanked: 220 times | Joined on Apr 2010
#280
Some help here guys.Alarmed won't run on my device at all.Whenever I run it a blank screen appears for a few seconds and then it returns to desktop.
I have tried installing through application manager, fapman and the terminal but it hasn't run even once.
Also noticed just now that healthcheck started showing same behaviour,before this it worked fine.I updated it to the devel version and its working again, but still no luck with alarmed.
Are there any known conflicts with other packages??
__________________
With Linux-powered N900..ANYTHING is possible
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:33.