Dear Androiders, I'm looking for a Android feature to set BIOS wake-up settings directly (from an application).
The propose is a wakeup/sleep self-manageable device. I've been searching for it a while without any specific solution on Android platform. Does something exists related to it? Using, purely GNU/Linux, I discovered that we can use "nvram- wakeup" (http://sourceforge.net/projects/nvram-wakeup/) to set BIOS settings from command line or directly using C/C++ and nvram-wakeup API. I also know, that we can implement directly accessing "/dev/nvram" but I see it as the harder way to go at moment. What do you think about using "nvram-wakeup" library together the NDK Android framework? - How difficult is to compile third-party C/C++ libraries using NDK? - Does the NDK framework offers something like SWIG to create JNI interfaces automatically based on "nvram-wakeup" headers? Please give me your opinion and new ideas! Best regards, Luiz Vitor. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

