|
2010-01-03
, 04:19
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#2
|
I success to compie a qt4.5 hello world application in scratchboard. It runs fine in Xephyr.
now I don't know how to run it in my n900? I copy the binary inside my /home/user by typing : './myqtapps' it return me I have no permission...
And when I call :'su -c ./myqtapps user' it return me "must be suid to work properly"
So, how run an application compiled in scrachbox??
chmod +x myqtapps
./myqtapps
I success to compie a qt4.5 hello world application in scratchboard. It runs fine in Xephyr.
now I don't know how to run it in my n900? I copy the binary inside my /home/user by typing : './myqtapps' it return me I have no permission...
And when I call :'su -c ./myqtapps user' it return me "must be suid to work properly"
So, how run an application compiled in scrachbox??