I created the "Hello World" program using the Sourcery G++ tools, and copied it into the /sdcard directory with the "adb push" command.
I then tried to change permissions on the file to execute with this... # chmod u+x hello ...but received this error message: Bad mode I then tried this... # chmod 777 hello ...and it seemed to work. (No error message.) But when I do "ls -l" to see if the permissions have changed, it didn't work. :( What must I do to change permissions on this file to execute? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
