From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420) Date: Sat, 05 Apr 2008 12:09:20 -0500 Message-ID: <47F7B240.2070901@gmail.com> References: <2a9ba570-9005-4eed-8f1a-f45c909f9fe3@m36g2000hse.googlegroups.com> <0b2d3f9c-e29a-406a-ac8d-d8589d457a0f@m36g2000hse.googlegroups.com> <0b799c72-1a04-4224-8307-18b7ab10d17f@b5g2000pri.googlegroups.com> <9a810d71-bc48-4bab-8ad6-93ebc310a110@z38g2000hsc.googlegroups.com> <999ed349-dc22-4db4-a679-60511d9339f7@a23g2000hsc.googlegroups.com> <9ff5cf01-f4aa-4560-b71e-bb948a69d9b9@t54g2000hsg.googlegroups.com> <9583cd73-79d6-4f4e-b5a3-e27c4f165993@p39g2000prm.googlegroups.com> <105bd206-af76-4fbb-affa-6fc8efdf6133@59g2000hsb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from rn-out-0910.google.com ([64.233.170.185]:41038 "EHLO rn-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752568AbYDERJX (ORCPT ); Sat, 5 Apr 2008 13:09:23 -0400 Received: by rn-out-0910.google.com with SMTP id e24so614519rng.1 for ; Sat, 05 Apr 2008 10:09:22 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Georges.Toth@gmail.com, linux-omap@vger.kernel.org Looping in OMAP ML to the good news.. Congrats! sim0nx said the following on 04/05/2008 06:35 AM: > I can't believe it !!! > Android runs on the maemo n810 !!! > > After reading this: > http://groups.google.lu/group/android-internals/browse_thread/thread/93570c41bce07f16?hl=en > for the 100th time, and following the instructions on the mentioned > link: > http://nemustech.blogspot.com/2007/12/android-porting-to-real-target-hw.html > 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 android-internals@googlegroups.com > To unsubscribe from this group, send email to android-internals-unsubscribe@googlegroups.com > For more options, visit this group at http://groups.google.com/group/android-internals?hl=en > -~----------~----~----~----~------~----~------~--~--- > > >