Hi Michael,                  I am using the android-2.6-sdk-pre.

This is how the code looks like right now.

#define FORBIDDEN_MMAP_FLAGS                (VM_WRITE)

I made the modifications like you suggested, but it still didn't work.


> #if !defined(__i386__) && !defined(__arm__)
> #define FORBIDDEN_MMAP_FLAGS                (VM_WRITE | VM_EXEC)
> #else
> #define FORBIDDEN_MMAP_FLAGS                (VM_WRITE)
> #endif


Here is an extract of the error messages from the console

W/ProcessState( 1858): Opening '/dev/binder' failed: Permission denied

Best regards,

Elvis

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to