[ACCEPTED]-ADB Shell giving bad mode when executing chmod (under su)-android-2.2-froyo
Accepted answer
Bad mode means the permissions on the file 4 are not set correctly, and some versions 3 of chmod
don't understand the o+rw
notation. All 2 chmod
s understand octal notation, where 6=read/write, so 1 try
chmod 666 /dev/ttyS1
I hope this helps.
use /system/xbin/busybox chmod
example:
busybox 1 chmod u+s /system/xbin/busybox
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.