Hi
I use NFS mount filesystem.
And I already change permissions,
But it is the same error
======================================================
bash-2.04# cd /system/bin/
bash-2.04# chmod -R 777 app_process
bash-2.04# chmod -R 777 dbus-daemon
bash-2.04# chmod -R 777 runtime
bash-2.04# cd /
bash-2.04# chmod -R 777 a.sh
bash-2.04# ./a.sh
bash: ./a.sh: Permission denied
======================================================

-----Original Message-----
From: android-internals@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Markus
Sent: Thursday, October 09, 2008 9:03 PM
To: Android Internals
Subject: [android-internals] Re: android Permission denied


Hi,

seems like you do not have the rights to change permissions, or some
lower directories have wrong rights. If you use NFS, do a "chmod -R
777 *" on your host system in the Android file system by the user who
owns it (or superuser), if you use jffs2, I cannot tell you a way yet,
how to change it as Android loads the whole file system as read-only.
So change the access rights in a system, where you can set them right,
and do it for the whole Android system to be sure, that everything is
okay.

bye
Markus

On 9 Okt., 09:28, pao1985 <[EMAIL PROTECTED]> wrote:
> hello,
> I try to port android on pb11mpcore,
> I meet a question.
> ==============================================================
> franktest:remount
> frank test:mtab
> finish telnetd
> finish inetd
> set ip and router
> mount: proc already mounted
> /etc/init.d/rcS: /system/bin/app_process: Permission denied
> /etc/init.d/rcS: /system/bin/dbus-daemon: Permission denied
> /etc/init.d/rcS: /system/bin/runtime: Permission denied
> bash-2.04#
> ==============================================================
>
> I try change to chmod 777 ,
> it is the same error   Permission denied.
>  Could everybady support me ?
> Thank you.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
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