![]() |
To the phone
Hello, I've been having fun exploring the development possibilities for the Maemo and the Nokia N900. I have some experience working with Qt for desktop in linux distros and in windows, am I am now exploring Qt for Maemo. I compiled and run in the emulator some simple apps how ever I am missing an important step. After my app is running in the emulator, what is the proper step to put it running in the phone. I found that just transferring the app's bin file to /home/user/ just won't work. This may be a noob question but I am really lost in this step, can someone help me?
|
Re: To the phone
For it to work you have to have all the dependencies, if any, installed. If it is something like a script you have to make the file executable
Code:
chmod +x /home/user/bin/SomeApplication |
Re: To the phone
Quote:
Code:
./file Code:
su -c ./file user |
Re: To the phone
Where are you putting the file? If it is on the mass storage part (/home/user/MyDocs) which gets exported when you connect it to a computer, then you won't be able to change the permissions because FAT32 doesn't support file permissions and it is mounted with the option set not to allow executables to run from it.
|
All times are GMT. The time now is 06:43. |
vBulletin® Version 3.8.8