Hi There,

I'm setting permission to 777 (R+W+E for all) to a script file. But after
kernel built and flashed to the system, permission does not get changed as
expected. I understand I can give permission in make file while creating
filesystem to be flashed on system. But same thing is happening for some
sysfs entries. These sysfs entries are created by drivers at boot up time. I
have also tried

on device-added-<device node path>
    chmod 777 <sys fs file name>

But I can not set the mode by this method also. However on console (adb
shell) i can change the permission. I'm running on 2.1

Any idea, what could be wrong?

Regards,
Pratik

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

Reply via email to