haoyangw / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

Permission errors - chmod does nothing #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a new script file (eg example.sh) 
2. Attempt to run (! ./example.sh) 
3. chmod u+x example.sh (does not add x flag) 

What is the expected output? What do you see instead?
Script does not run, permission denied error. 

What version of the product are you using? On what operating system?
System ver. 2.0
Android 4.4.2

Please provide any additional information below.

Original issue reported on code.google.com by aaronhas...@gmail.com on 18 Jun 2014 at 8:47

GoogleCodeExporter commented 9 years ago
I'm getting permission errors as well, when I try to use fsck to fix my 
external sd card. After reading more about terminal IDE, I think using it as an 
Android shell is using it(Terminal IDE) wrong. It's a java developer tool on 
android. I will look elsewhere for an android terminal. Which is a shame, 
Terminal IDE was almost there. Not needing to root a device is extremely nice, 
if you also want to tests your apps on the device. The sudo program would be 
handy.

Original comment by jon.ronn...@gmail.com on 20 Jan 2015 at 11:19