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

2010-04-21 Thread Parse
, 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 am, Parse paritosh6...@gmail.com wrote: I stuck in a problem. I want

[android-developers] Configuring Android source

2010-03-26 Thread Parse
Hi , I am new to android build system . I want to know that is android build system having any type of config file to just see what are the component android build having. If I want to remove a component from android build what is the way of doing it. Please, can you help me?? -- You received

[android-developers] Displaying a PDF file in android application

2010-03-24 Thread Parse
Hi.. I have a pdf library to render pdf file in desktop application. I want to use it in android application. Can you help me, which layout should I use to display pdf file?? P.S. : The library displays the pdf page on JPanel, Container for desktop application. -- You received this

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

2010-03-17 Thread Parse
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