Re: [android-porting] Re: how to only bring up the linux system

2009-12-15 Thread pavan savoy
hope you've got control of your boot args !! if yes then just mention init=/bin/sh -- this would be your basic shell. then on from cmd line, you can "start" the services one by one...and the only ones you would want to test. regards, Pavan On Tue, Dec 15, 2009 at 3:00 PM, Anand Android wrote:

Re: [android-porting] Re: how to only bring up the linux system

2009-12-15 Thread Anand Android
Hi, Before building entire android ,i just wanted to do it by module by module,like building testing linux image ,linker and then dalvikvm etc... As of now, I could able to build linux image and boot into that image. I even cross compiled the '/system/bin/linker'. From here , before proceeding furt

[android-porting] Re: how to only bring up the linux system

2009-12-14 Thread enh
see system/core/rootdir/init.rc for details of what's run at startup. --elliott On Dec 14, 8:10 am, wei zou wrote: > Hi Expert, > > I'm debugging some Hardware issue on my Android phone. In this case, I > would like to only start the linux the system without have the android > platform running.