Hi, I select kernel options:
CONFIG_RTC_CLASS=y CONFIG_ANDROID_POWER=y CONFIG_ANDROID_POWER_STAT=y CONFIG_ANDROID_LOGGER=y but after n810 has bootup, the /proc/misc file shows no alarm device available in kernel: Nokia-N810-51-3:/sys# cat /proc/misc 59 log_radio 60 log_events 61 log_main 200 tun 130 watchdog 62 retu 63 tahvo Nokia-N810-51-3:/sys# Could somebody give some hints about how to add android's alarm device in kernel. BTW, I am using m3 kernel with m3 root file system. On Apr 5, 7:35 pm, sim0nx <[EMAIL PROTECTED]> wrote: > I can't believe it !!! > Android runs on the maemo n810 !!! > > After reading > this:http://groups.google.lu/group/android-internals/browse_thread/thread/... > for the 100th time, and following the instructions on the mentioned > link:http://nemustech.blogspot.com/2007/12/android-porting-to-real-target-... > it works. > > Here are the specifics I've implemented: > * patch /etc/init.rc > ---- begin : init.rc > .... > ## qemu-init { > ## exec /etc/qemu-init.sh > ## } > network-property { > exec /etc/set_network.sh > > } > > /bin/chmod -R a+rw /data /tmp > /bin/chmod a+rw . > /bin/chmod -R a+rw data > > # rm /dev/log (if you have) > # mkdir /dev/log;touch /dev/log/{main,events,radio} > * you can see usefull infos from strace log and /dev/log/main > > and instead of: > chroot . /a.sh > I execute the android init process: > chroot . /init > > Not sure yet what exactly of those steps solved the problem (maybe the > qemu one), but it does work. > After a quick try I see that the touchscreen doesn't work (the > keyboard does though), but that shouldn't be too hard to fix. > > BTW, this is using an m5 kernel, and binder.c --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" 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-internals?hl=en -~----------~----~----~----~------~----~------~--~---
