Re: Creating a non-python activity

2008-05-22 Thread shivaprasad javali
Hi. The app that i am trying to run must be run as super user for it to run properly. So i tried using su -c app_name in the shell script described in the link http://olpcnews.com/forum/index.php?topic=1555.0 Now the activity just says starting in the home ring and doesnt launch. Any

Re: Creating a non-python activity

2008-05-22 Thread Michael Stone
On Thu, May 22, 2008 at 11:50:17AM +0530, shivaprasad javali wrote: Hi. The app that i am trying to run must be run as super user for it to run properly. So i tried using su -c app_name in the shell script described in the link http://olpcnews.com/forum/index.php?topic=1555.0

Re: Creating a non-python activity

2008-05-22 Thread shivaprasad javali
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. On Fri, May 23, 2008 at 12:15 AM, Michael Stone [EMAIL PROTECTED] wrote: On Thu, May 22, 2008 at 11:50:17AM +0530, shivaprasad

Re: Creating a non-python activity

2008-05-21 Thread Bert Freudenberg
On 21.05.2008, at 07:25, shivaprasad javali wrote: Hi, I have a C++ activity which i want to use on the olpc. I tried to sugarize my activity based on the info i found on the olpc wiki http://wiki.laptop.org/go/Sugarizing . The code for sugarizing in that page didnt

Re: Creating a non-python activity

2008-05-21 Thread Paul Fox
bert wrote: On 21.05.2008, at 07:25, shivaprasad javali wrote: Hi, I have a C++ activity which i want to use on the olpc. I tried to sugarize my activity based on the info i found on the olpc wiki http://wiki.laptop.org/go/Sugarizing . The code

Re: Creating a non-python activity

2008-05-21 Thread Bert Freudenberg
On 21.05.2008, at 14:02, Paul Fox wrote: bert wrote: On 21.05.2008, at 07:25, shivaprasad javali wrote: Hi, I have a C++ activity which i want to use on the olpc. I tried to sugarize my activity based on the info i found on the olpc wiki http://wiki.laptop.org/go/Sugarizing .

Re: Creating a non-python activity

2008-05-21 Thread Bert Freudenberg
On 21.05.2008, at 15:46, shivaprasad javali wrote: Thanks to all of you . I finally got the app working thanks to this link http://olpcnews.com/forum/index.php?topic=1555.0 Interesting, thanks. In that post, CatMoran made a script that combines Albert's libsugarize.so and my shell script