Hello Markus, Deepak, I've managed to make some progress, I'm currently able to chroot into the android system, however when I run ./init I get a segmentation fault.
e.g. mx31# ./start_android.sh + echo 'Starting Android...' Starting Android... + fsck.ext2 -pv /dev/sda fsck.ext2: Filesystem has unsupported feature(s) (/dev/sda) e2fsck: Get a newer version of e2fsck! + mount /dev/sda /mnt/usb EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended + rm -f '/mnt/usb/tmp/*' + umount /proc/bus/usb + umount /proc + umount /sys + mount -t proc proc /mnt/usb/proc + mount -t sysfs sysfs /mnt/usb/sys + sync + export PATH=/sbin:/system/sbin:/system/bin:/usr/bin:/bin:/usr/sbin:/ sbin + PATH=/sbin:/system/sbin:/system/bin:/usr/bin:/bin:/usr/sbin:/sbin + export LD_LIBRARY_PATH=/system/lib + LD_LIBRARY_PATH=/system/lib + export ANDROID_BOOTLOGO=1 + ANDROID_BOOTLOGO=1 + export ANDROID_ROOT=/system + ANDROID_ROOT=/system + export ANDROID_ASSETS=/system/app + ANDROID_ASSETS=/system/app + export ANDROID_DATA=/data + ANDROID_DATA=/data + export EXTERNAL_STORAGE=/sdcard + EXTERNAL_STORAGE=/sdcard + export DRM_CONTENT=/data/drm/content + DRM_CONTENT=/data/drm/content + umask 000 + chroot /mnt/usb /system/bin/sh # ./init [1] Segmentation fault ./init Any ideas? I've love to get something appearing on the framebuffer by the end of the day! Kind Regards, Ben On Sep 23, 12:11 pm, deepak singal <[EMAIL PROTECTED]> wrote: > Hi Markus, > > Presently i'm using Linux-2.6.22.6 freescale kernel source. > > Download strace from below > link-------->http://ortegaalfredo.googlepages.com/android > > and run android init using below command-------> > # /system/bin/strace -ff -F -tt -s 200 -o /dev/null /init > > whats this error: PANIC:handle_group_exit ??? > please check below link also for this > error---->http://groups.google.com/group/android-internals/msg/97973de61f5a86ee > Any clue to track the problem ?? > > Thanks & Regards, > Deepak Singal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
