My app uses its own drivers for the USB-HID device. So i will have to
detach the existing driver before I can use my own drivers. So I need
root permission to do this.<br><br><div class="gmail_quote">On Fri, May 23, 2008 at 12:15 AM, Michael Stone <<a href="mailto:michael@laptop.org">michael@laptop.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, May 22, 2008 at 11:50:17AM +0530, shivaprasad javali wrote:<br>
> Hi.<br>
><br>
>      The app that i am trying to run must be run as super user for it to run<br>
> properly. So i tried using su -c app_name in the shell script described in<br>
> the link <a href="http://olpcnews.com/forum/index.php?topic=1555.0" target="_blank">http://olpcnews.com/forum/index.php?topic=1555.0</a><br>
><br>
>       Now the activity just says starting in the home ring and doesnt<br>
> launch.<br>
<br>
</div>The reason why your script fails is that general activities are run with<br>
low privilege and are not permitted to exercise the privileges of the<br>
human operator.<br>
<br>
See<br>
<br>
  <a href="http://wiki.laptop.org/go/Rainbow" target="_blank">http://wiki.laptop.org/go/Rainbow</a><br>
  <a href="http://dev.laptop.org/git?p=security;a=blob;f=bitfrost.txt;hb=HEAD" target="_blank">http://dev.laptop.org/git?p=security;a=blob;f=bitfrost.txt;hb=HEAD</a><br>
<br>
for some details.<br>
<br>
Now, what are you actually trying to accomplish?<br>
<font color="#888888"><br>
Michael<br>
</font></blockquote></div><br>