Reply
Thread Tools
Posts: 21 | Thanked: 2 times | Joined on Dec 2009
#1
Hi all, it’s been a while since I was here - I've been using a Galaxy SII for about a year now. Unfortunately its currently with the insurance company and will be either repaired or replaced due to "Moisture damage".

I have to say its more responsive and better supported than my n900 but my n900 is still going strong three years after I bought it and has had much rougher treatment than the Samsung (2 new screens and a USB repair) in its lifetime.

Moving back to my old phone was an experience; I'd forgotten half of the things I needed to do to operate it! I'm also missing a few apps that I've become completely dependent on over the last year.

Does anyone know of a timer app that will do intervals for circuit training, boxing etc? I have one called impetus on my SII. I need something that I can set a first interval, say 3 mins, followed by a second interval, say 30 secs, and then loop it 10 times. The app would then play a sound (bell usually) at the end of each interval. So you have work/rest/work/etc all programmed in.

Any help or pointers appreciated - I have googled and searched this forum but all I found was a post where something was done in code - considering I can hardly remember how to use my n900's basic features this is probably beyond me without a real idiot proof, step by step explanation.

Thanks, Stu.
 
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#2
take a look at Time Workshop
 
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#3
If you can't find an app that suits, jabawok has a great simple solution from this thread you could modify to fit

Originally Posted by jabawok View Post
Paste this one-liner into xterm:
Code:
SOUNDFILE="/usr/share/sounds/game-chess_illegal_move.wav" ; while true ; do aplay $SOUNDFILE; sleep 50; aplay $SOUNDFILE; sleep 10 ; done
Obviously edit times etc as required.
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun
 
Posts: 21 | Thanked: 2 times | Joined on Dec 2009
#4
Thanks both, I'll take a look.

Any other suggestions from the community?

Stu.
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2013
#5
I know the thread is a little old, but perhaps some are interested in a similar solution. The problem with aplay is, that you won't hear the notification when you are listen to music during your training.

So my solution is to use

Code:
 while true ; do amixer sset 'Master',0 20000; sleep 50; amixer sset 'Master',0 10000; sleep 10 ; done
while listen to music. This will notificate you by turning down the volume for 10 seconds when one minute is over. Change the times and the volume as you like.


Cheers
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:52.