/sdcard is mounted as noexec, so you can't execute the test app from there.You can mv it to /data and try again.
BTW: I think pvplayer_engine_test is built into system image by default? /system/bin/pvplayer_engine_test On Tue, Apr 7, 2009 at 3:04 PM, rk <[email protected]> wrote: > But that is also not working... > > When I try that it is giving error. > > I am having doubt on that executable pvplayer_engine_test. > > Can you tell me the exact steps to build those builds. Because when I build > that open core. I got soem errors initally after some time. I mage some > changes then it is building fine. > > THen I directly pushed that pvplayer_engine_test to the sdcard and tried to > run. > > Is this is the way to run that one. > > > regards, > raj > > On Tue, Apr 7, 2009 at 10:32 AM, Girish <[email protected]> wrote: > >> >> Try changing the permission of the executable. >> >> some thing kike this >> >> chmod 777 pvplayer_engine_test and try .. >> >> Regards >> Girish >> >> On Apr 6, 4:22 pm, Christian Kuester <[email protected]> wrote: >> > On Mon, Apr 06, 2009 at 03:49:52AM -0700, raj.10788 wrote: >> > > andr...@android-desktop:~$ adb shell "cd /sdcard; >> pvplayer_engine_test >> > > -test 851 851" >> > > pvplayer_engine_test: not found >> > >> > SD-Cards are mounted "noexec" on the Android-Plattform. Try to remount >> > the card with "exec" or move it to /system... >> > >> > Chris >> > >> > -- >> > tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH >> > >> > Heilsbachstr. 24, 53123 Bonn | Poststr. 4-5, 10178 Berlin >> > fon: +49(228) / 52675-0 | fon: +49(30) / 27594853 >> > fax: +49(228) / 52675-25 | fax: +49(30) / 78709617 >> > >> > Geschäftsführer >> > Boris Esser, Elmar Geese >> > HRB AG Bonn 5168 >> > Ust-ID: DE122264941 >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
