Hi, I am using the internal memory card only. I made some changes in the a.sh and now I am able to bring up the android platform on to the N800.
**************** start a.sh************* #!/media/mmc2/system/bin/sh -x export PATH=/media/mmc2/sbin:/media/mmc2/system/bin:$PATH export LD_LIBRARY_PATH=/media/mmc2/system/lib export ANDROID_BOOTLOGO=1 export ANDROID_ROOT=/media/mmc2/system export ANDROID_ASSETS=/media/mmc2/system/app export ANDROID_DATA=/media/mmc2/data export DRM_CONTENT=/media/mmc2/data/drm/content umask 000 chroot /media/mmc2 /system/bin/sh **************end a.sh ***************** After that execute the init #./init & -- Anjani --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
