[android-porting] Re: Running Android in chroot

2011-08-16 Thread Magnus
Hi, After removing the remout and also apply the patch I found in the slides I can now start Android and access the console, also launch some programs like logcat. But now I've run into another problem that I cant find any thing about when searching for it. the program nvrm_daemon is trying to a

[android-porting] Re: Running Android in chroot

2011-08-16 Thread Magnus
Hi, Removing the remounting and applying the patch from your slides made it work, I can now enter the console and start the console programs in Android. But I encountered another problem now, nvrm_daemon is trying the access /dev/nvhost-ctrl which doesn't exists. Is this device necessary or can I

[android-porting] Re: Running Android in chroot

2011-08-16 Thread Magnus
Hi, Thank you for your response, I've commented out the mounting part and also changed the line in NetLinkEvent.cpp and now Android starts up and I can enter the console, no graphics yet. one thing remains and that is that the nvrm_daemon complains that it cannot find /dev/nvhost-ctrl which is un

[android-porting] Re: Running Android in chroot

2011-08-10 Thread koba
Hi, You don't have to remount /. comment out the line. About Android on Ubuntu, see my slides. http://www.slideshare.net/tetsu.koba/reusing-your-existing-software-on-android http://www.slideshare.net/tetsu.koba/android-on-ubuntu-for-developer On Aug 10, 10:02 pm, Magnus wrote: > I'm working o