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

2011-07-14 Thread Mark Murphy
Questions regarding the firmware are best asked on a list that actually pertains to the firmware. Visit http://source.android.com and click on the Community tab. On Thu, Jul 14, 2011 at 7:11 AM, rao wrote: > Hi, > I'm trying to set alarm on my development board with honeycomb. > > root@...#   ./a

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

2011-07-14 Thread rao
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 e