Hi,

El Wed, Dec 12, 2012 at 04:18:55AM -0800 jackal ha dit:

>    i can't execute the chmod 777  mygpio.sh file folder /system/xbin/
>     
>    ==> it message like unable to chmod : Read Only fille

by default Android mount /system read only. if you only need temporary
write access you can remount the filesystem as writable:

mount -o remount,rw /system

upon the next boot the filesystem will be read only again

best regards

-- 
Matthias Kaehlcke
Embedded Linux Developer
Amsterdam

        They that can give up essential liberty to obtain a little
           temporary safety deserve neither liberty nor safety
                         (Benjamin Franklin)
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to