Elvis Dowson wrote:
> Hi,
>      When I boot android on my TI OMAP 3503 platform, using linux-
> omap3-2.6.29 with all android-2.6.29 patches applied, I get the
> following error message when I run logcat:
>
> W/ProcessState (2583) : Opening '/dev/binder' failed: Permission
> denied
>
> How can I fix this?
>   
Check the binder driver and apply this change. Maybe the sysmcore 
require an incompatible
mapping

#if !defined(__i386__) && !defined(__arm__)
#define FORBIDDEN_MMAP_FLAGS                (VM_WRITE | VM_EXEC)
#else
#define FORBIDDEN_MMAP_FLAGS                (VM_WRITE)
#endif
> Best regards,
>
> Elvis
> >
>   
Regards Michael


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

Reply via email to