Great, congrats!!! I will try it on N800 as soon as I find some time for it.
Regarding the touch screen problems: The existing touchscreen driver propably needs to be replaced by one that can work on fb level. See this site for details: http://qtablet.laginen.net/doku.php. Its about porting Qt to Maemo, but the problems are similar. Cheers, Sebastian On 5 Apr., 13:35, 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 -~----------~----~----~----~------~----~------~--~---
