On Mar 17, 11:20 am, Parse <[email protected]> wrote: > I stuck in a problem. > > I want a chmreader executable file to be used in android application. > Now whenever I tried to execute it from adb shell, it gives error > "permission denied" > "# su /sdcard/extract_chmLib /sdcard/docs/HArdcore.chm"
I may be wrong, but I think the sdcard is mounted with the NOEXEC flag, so you can't run programs from there. The best way is to integrate the executable into your app as a native library using the NDK. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

