Hi Friends, I am facing booting problem upon starting ./init & of android , I am not able to see anything on screen, through I have not still debugged android through *strace*.
After loading android patched kernel , I placed android filesystem on ext2 formatted file system, which I mounted over imx device through memory stick, I executed the belwo script, after execution of this script i got android command prompt, where by I entered *./init &* but nothing was seen on screen , I exactly dont know what is the problem , I appriciate if anyone could give some solution to my problem. the script which I executed -------------- echo "" echo "=============" echo " Initing Android " echo "=============" echo "" export PATH=/sbin:/system/sbin:/system/bin:$PATH export LD_LIBRARY_PATH=/system/lib export ANDROID_BOOTLOGO=1 export ANDROID_ROOT=/system export ANDROID_ASSETS=/system/app export ANDROID_DATA=/data export EXTERNAL_STORAGE=/sdcard export DRM_CONTENT=/data/drm/content umask 000 chroot /sd/usb /system/bin/sh Best Regards, Rajesh --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
