View Single Post
Old 03-20-2013, 02:54 PM   #3
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Okay... so we need a helpful date format...

Quote:
'date TIME' form accepts MMDDhhmm[[YY]YY][.ss]
so...

[root@kindle root]# echo `date -d "03201924" +%s`
1363807440 <-- Helpful

Here's one I tried earlier.

[root@kindle root]# echo "1363805893" > /sys/class/rtc/rtc0/wakealarm
[root@kindle root]# cat /sys/class/rtc/rtc0/wakealarm
[root@kindle root]# cat /proc/driver/rtc
Quote:
rtc_time : 18:55:59
rtc_date : 2013-03-20
alrm_time : 18:58:13
alrm_date : 2013-03-20
alarm_IRQ : no
alrm_pending : no
24hr : yes
Let's see what explodes!
(need to figure out if alarm management has been nerfed in the kernel code I guess...)
at some point... Feel free anyone to chip in with knowledge. I have NONE (as usual)

Aaaaaaaaaaaaaand nothing exploded. lol...
nor did I note any output in any logs I found yet.
nor did it wake from a low power state or vice versa.

will dig in the configs

Last edited by twobob; 03-20-2013 at 08:19 PM. Reason: added how to get a date
twobob is offline   Reply With Quote