Results 1 to 3 of 3
Thread: Whats Bad Mode?
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-16-2011 #1
- Join Date
- Aug 2011
- Posts
- 2
Whats Bad Mode?
"$ chmod +x lu.bin"
When i ran, it said "Bad Mode"
I decided to rewrite and put:
"$ chmod +x lu.bin
/mnt/sdcard/lu.bin"
2 errors came up:
Bad Mode
and it cannot be found (even though its on my sdcard)
I also tried with SU on, whats the problem?
-
08-16-2011 #2"I'm just a little old lady; don't try to dazzle me with jargon!"
www.hrussman.entadsl.com
-
09-06-2011 #3
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, in Chicago, or in a galaxy far, far away.
- Posts
- 14,038
How are you accessing the command line for your android device? Also, if the shell you are using is a busybox based tool (likely), then it may not support the symbolic permissions strings like +x etc. and may require that you use the old octal values instead, such as "chmod 776 file.name".
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!