I was trying to run an added native application inside the framework,
which should be executed by a JNI impl which I included to
libandroid_runtime. So far so bad.

I used servial approches to run a command:

- ret=execl("myapp", "myapp" , NULL);

- property_set("ctl.start","myapp")

I copied myapp to /system/bin/myapp to ensure that it will be in the
path. But what ever I did it was never executed. I checkt the uid for
the JNI process wihich is always   system(1000).

Does anyone know a solution for this problem?

Greeting Simon

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