![]() |
2010-07-01
, 16:24
|
Posts: 282 |
Thanked: 337 times |
Joined on Dec 2009
@ Austin, TX, USA
|
#2
|
![]() |
2010-07-01
, 21:25
|
Posts: 97 |
Thanked: 12 times |
Joined on Feb 2010
|
#3
|
![]() |
2010-07-01
, 21:29
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-07-01
, 21:31
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#5
|
sudo gainroot dpkg -i sayhi_0.1_armel.deb
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-07-01
, 21:44
|
Posts: 97 |
Thanked: 12 times |
Joined on Feb 2010
|
#6
|
Is the file saved under MyDocs? If so, it's saved in a VFAT file system that lacks bits like these.
Move the file to /home/user and do chmod 755 <filename>.
![]() |
2010-07-01
, 21:47
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#7
|
thanks
yeah it was under MyDocs
ok now I can set the permission and run it
but its looking not weird
now the background is grey not black
also the buttons grey not black
ok dpkg i- sayhi.deb does the work, but where I can find the app or how can I run it...the installed one.
thanks for the help!!!
dpkg -L sayhi_0.1_armel.deb
/usr/bin/sayHI
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-07-01
, 21:51
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#8
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-07-02
, 13:14
|
Posts: 10 |
Thanked: 0 times |
Joined on Jun 2010
@ Tampere, Finland
|
#9
|
![]() |
2010-07-02
, 13:16
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#10
|
Also getting similar problems. I have my .deb generated by Qt Creator. Tried installing it with dpkg -i, with no luck. dpkg -L prints out that the package is not installed. Argg.
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
I succesfully set up my developing environment with madden and all the stuff.
I created a hello world programm; 2 buttons & 1 Label
click on the one its say hello world and click on the other it closes the programm
In qt creator when I click on run, the app opens on my n900 and everything is working fine.
But how do I get this app on the n900 without madden and qt creator
I have a deb file and a exuctable file
sayhi_0.1_armel.deb
Try to run it, app manager appears and it shows that the apps programmpakets are not compatible
sayHi
try to run it, permission denied,
try to chmod r+x sayHi and then ./sayHi
is also not working ls -l shows me that chmod did nothing
try as user, as sudo and gainroot
any help please?