[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, 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 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 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


[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 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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[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 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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[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 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