I'm having an issue related to the Android ADB Shell. When I try to execute the command chmod he gives me a "Bad Mode". I don't get it why. I'm sure I'm executing under "su", as represented by the '#'. Anyone have any idea why this is happening, and how to make it work? Thanks in advance.
chmod o+rw /dev/ttyS1
chmod 600 /dev/ttyS1or other octal values appropriate for the permissions you want to use? Good luck. – shellter Feb 15 '12 at 3:36