[android-porting] Re: help with debugging init.rc

2011-08-25 Thread Yan Weichuan
I don't know what you can do in the device. Just some common suggestion. 1. Build a ramdisk with busybox into kernel, and boot this ramdisk to shell 2. mount the android partition, and switch to android by switch_root command, I think you can get some info by this way. On Aug 25, 5:17 am, Radu I

[android-porting] Re: help with debugging init.rc

2011-09-12 Thread lakehousetech
Amit, I've stumbled across the same problems while porting GB to a tablet based on ARM MSM7227. I have set my loglevel to 8 in the init.rc, but the last_kmsg from the boot failure doesn't give me enough information to determine why my servicemanager is being killed 4 times in 4 minutes. I read your

[android-porting] Re: help with debugging init.rc

2016-09-06 Thread Arvind Yadav
Hello Guys, I am trying to enable logcat in init.rc file using the following service declaration. service logcatd /system/bin/logcat -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 64 -n 256 class late_start disabled # logd for write to /data/misc/logd, lo

Re: [android-porting] Re: help with debugging init.rc

2011-08-26 Thread Radu Iscu
Busybox is already built in by the nice guys at zii labs. My problem is init fails during init.rc loading before any service manages to start, including adbd. By best guess is that it's a problem with ueventd crashing and causing the system to reboot since it's marked as critical. I've been guess

Re: [android-porting] Re: help with debugging init.rc

2011-09-14 Thread Amit Pundir
Chris, I'm usually connected to my development targets via UART/Serial port. When I said disable all Android services (except ueventd and console) and reach to a console prompt, I meant reach to the point where your minimal Android (linux+ueventd+console) boots up and give you a prompt on your ser

Re: [android-porting] Re: help with debugging init.rc

2011-09-14 Thread James Coggan
Vi. I have ported succesfully gingerbread to 2 msm7227 devices . Add me to gtalk. Maybe i can help On Sep 14, 2011 7:39 AM, "Amit Pundir" wrote: > Chris, > > I'm usually connected to my development targets via UART/Serial port. When I > said disable all Android services (except ueventd and console

Re: [android-porting] Re: help with debugging init.rc

2011-09-14 Thread lakehousetech
Not at all...but what I did take from your recommendation was to comment out services in init.rc and see how far the boot gets before servicemanager starts to crash (since I don't have a development board with UART/serial port access). Unfortunately this is really time consuming, and I figured

Re: [android-porting] Re: help with debugging init.rc

2016-06-27 Thread Arun Mench
Hi Amit Pundir, Need one help, I want to boot Android (linux+ueventd+console) , what all things needs to be there in init.rc to do this? please send me details or if u have init.rc i can use it...barunme...@gmail.com On Wednesday, September 14, 2011 at 4:08:51 PM UTC+5:30, Amit Pundir wrote: >