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"
Now, whenever I use "su" it just executes the file, but doesn't do
anything.
And whenever I give the argument as the path of the file to be read,
"# su /sdcard/extract_chmLib /sdcard/docs/HArdcore.chm"
it shows
"su: exec failed for /sdcard/docs/HArdcore.chm Error:Permission
denied"
where
"/sdcard/extract_chmLib" is the executable file and
"/sdcard/docs/HArdcore.chm" is the chm file to be read.

Can you please help me???

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to