Thursday, July 14, 2011

[android-developers] why sysfs interface of RTC is not working on android?

Hi,
I'm trying to set alarm on my development board with honeycomb.

root@...# ./adb shell echo "" > /sys/class/rtc/rtc0/wakealarm
root@...# ./adb shell echo "+20" > /sys/class/rtc/rtc0/wakealarm
root@...# ./adb shell echo standby > /sys/power/state

However, am not seeing any alarm getting set either in the UI or by
doing cat.

Is this a known issue?

Thanks,
Rao

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment