Reply
Thread Tools
Posts: 97 | Thanked: 12 times | Joined on Feb 2010
#1
Hi!
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?
 
Posts: 282 | Thanked: 337 times | Joined on Dec 2009 @ Austin, TX, USA
#2
try chmod u+x instead. I don't think the r is valid in your chmod.
 
Posts: 97 | Thanked: 12 times | Joined on Feb 2010
#3
Originally Posted by rmerren View Post
try chmod u+x instead. I don't think the r is valid in your chmod.
nothing
always at
-rw-r--r--
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#4
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>.
 

The Following User Says Thank You to Joorin For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#5
Code:
sudo gainroot
dpkg -i sayhi_0.1_armel.deb
Should also work. Or at least give more details about the problem.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 97 | Thanked: 12 times | Joined on Feb 2010
#6
Originally Posted by Joorin View Post
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>.
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!!!
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#7
Originally Posted by thecube View Post
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!!!
thats going to depend where your deb installs it to.

You need a .desktop file to see it in the applications list, otherwise a:

Code:
dpkg -L sayhi_0.1_armel.deb
Will list the path to everything it installed. Run it with the full path, such as:

Code:
/usr/bin/sayHI
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#8
Originally Posted by thecube View Post
now the background is grey not black
also the buttons grey not black
Don't run your application as root, but as the normal user.

There might be a way, using run-standalone.sh or something similar, to run applications as root and get the Hildon theme but I've never mucked about with it.
 

The Following User Says Thank You to Joorin For This Useful Post:
Posts: 10 | Thanked: 0 times | Joined on Jun 2010 @ Tampere, Finland
#9
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.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#10
Originally Posted by strekazoid View Post
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.
it would help if you show us the error dpkg -i gives you.

Remember to be in the same directory as the .deb, or provide a full path to it.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:56.