NDK questions should go to the [android-ndk] Google Group. For firmware/platform questions, find an appropriate group on:
http://source.android.com/community/index.html On Wed, Mar 2, 2011 at 8:07 AM, Luiz Vitor Martinez Cardoso <[email protected]> wrote: > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- 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

