Hi,

are you using Android 0.9 or 1.0? Then it seems like you did not use
Android's memory manager. You have to activate ashmem in the kernel.

bye
Markus

On 1 Okt., 14:42, pao1985 <[EMAIL PROTECTED]> wrote:
> hello,
> Could anybady help me?
> I porting android to pb11mpcore,kernel is OK,
> but when I enter a.sh appearance
> / # ./a.sh
> Segmentation fault
>
> my a.sh content is
> =========================================================
> #!/system/bin/sh
>
> export PATH=/sbin:/system/sbin:/system/bin:$PATH
> export LD_LIBRARY_PATH=/system/lib
> export ANDROID_ROOT=/system
> export ANDROID_ASSETS=/system/app
> export ANDROID_DATA=/data
> export EXTERNAL_STORAGE=/sdcard
> export DRM_CONTENT=/data/drm/content
>
> mount -t proc proc /proc
> mount -t sysfs sysfs /sys
>
> /system/bin/app_process -Xzygote /system/bin --zygote &
> /system/bin/dbus-daemon --system &
> runtime
>
> =========================================================
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to