|
2009-01-11
, 15:02
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#122
|
I can start flipclock with the python command in
xterm and it runs, but nothing happens when I push the
set alarm button. Is there some trick to this?
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-11
, 15:14
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#123
|
oh .. I also notice that when flipclock is running
the sound demon (esd) is constantly taking up
2-3%cpu, so this thing will eat the battery pretty
ferociously I suspect
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-11
, 15:46
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#124
|
Good morning ciroip!
Thank you for all the time and energy you've put into this project!! It is most definitely appreciated!!!
It's been interesting to follow, although not being a developer I have to admit in skipping the high geek factor stuff!
I've just downloaded fk9.tar.bz2 and after extraction I'm executing using the command "python fk009.py" successfully launching "Flip Alarm Clock 0.008" ...8?
Nice battery meter, working as expected.
Liking the use of the LED too! First time I've ever seen my N810's LED turn purple!!
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-11
, 17:05
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#125
|
The alarm control is a slide button
|
2009-01-11
, 19:47
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#126
|
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-11
, 23:39
|
Posts: 15 |
Thanked: 11 times |
Joined on Jun 2008
|
#127
|
The Following 5 Users Say Thank You to wax4213 For This Useful Post: | ||
|
2009-01-12
, 01:22
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#128
|
|
2009-01-12
, 01:56
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#129
|
This program will take care of one of the extremely basic tasks that a product such as the NITs should ship with. The built in clock utility does function, but it's not very readable or attractive. The thing that annoys me the most about it though is not being able to set alarms to go off on certain days every week (eg every monday at 7:30, tuesdays at 8:30, etc.). This would be extremely handy for me because as a student, I don't have class at the same time every morning and I always want to sleep in as late as I can
So I guess this is my way of requesting a feature ^^ Thanks for all your hard work on this! It's looking great so far, miles and miles beyond the current clock app
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2009-01-12
, 02:07
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#130
|
Very cool little app. I like the idea of it. Installed the deb for version 4, after I couldn't figure out how to get 8 to run. I really wanted to see what 8 looked like, so I did a little searching and figured it out.
xterm cd to the fk008 dir, issue python2.5 fk008.py command. It errored out. fk007,worked just fine. Saw that 9 was up, tried it, same error as 8. Do I need something else installed?
Error as follows:
Traceback (most recent call last):
File "fk009.py", line 28, in <module>
ci_gfx.init_clock()
File "/media/mmc1/fk9/ci_gfx.py", line 19, in init_clock
drawclock()
File "/media/mmc1/fk9/ci_gfx.py", line 42, in drawclock drawmood() #Draw the mood lights
File "/media/mmc1/fk9/ci_gfx.py", line 87, in drawmood
if ci.tablet: ci_alarm.led ()
File "/media/mmc1/fk9/ci_alarm.py", line 52, in led
set_mode("direct")
File "/media/mmc1/fk9/ci_alarm.py", line 60, in set_mode
FILE = open("/sys/devices/platform/i2c_omap.2/i2c-0/0-0032/mode","w")
IOError: [Errno 2] No such file or directory: '/sys/devices/platform/i2c_omap.2/i2c-0/0-0032/mode'
/media/mmc1/fk9 $
Thanks, Len
The Following User Says Thank You to ciroip For This Useful Post: | ||
the sound demon (esd) is constantly taking up
2-3%cpu, so this thing will eat the battery pretty
ferociously I suspect