[android-developers] Re: Want to execute arm compiled executable file on Android adb shell

2010-04-21 Thread Parse
Hey. Tim and mah. Thanks for your replies... @Tim: I've used native library using NDK and it's working nice... Thanks for your replies again. On Mar 19, 12:00 am, mah m...@heilpern.com wrote: I believe you're right. On a Nexus One, if I adb shell in and issue the mount command,

[android-developers] Re: Want to execute arm compiled executable file on Android adb shell

2010-03-18 Thread Tim
On Mar 17, 11:20 am, Parse paritosh6...@gmail.com 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

[android-developers] Re: Want to execute arm compiled executable file on Android adb shell

2010-03-18 Thread mah
I believe you're right. On a Nexus One, if I adb shell in and issue the mount command, it shows that /sdcard does indeed include the noexec flag. It also includes nosuid (is that necessary considering there's noexec?) and nodev. On Mar 18, 10:41 am, Tim tdh...@gmail.com wrote: On Mar 17, 11:20