|
|
2010-03-08
, 13:18
|
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#11
|
|
|
2010-03-08
, 13:25
|
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#12
|
|
|
2010-03-08
, 13:28
|
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#13
|
No, it won't leave the app on your device to run as standalone it will just run it once (or however many times you press play in QtCreator). Like I said it's just a quick way for you to test your code as you make changes, and also allows you to see exactly what your forms look like on the device without having to keep on repeatedly re-making the project in MADDE and deploying it.
|
|
2010-03-08
, 13:32
|
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#14
|
|
|
2010-03-08
, 14:23
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#15
|
Well I think at the moment you still have to do it using the MADDE terminal in Windows and building a skeleton project to drop your source files into. I don't think there is currently a way to do this step from within Qt. I may be wrong but I haven't found or read any way.
| The Following User Says Thank You to danielwilms For This Useful Post: | ||
|
|
2010-03-08
, 14:44
|
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#16
|
There is a pretty good guide on how to package a Qt application for Maemo5. Try it out, and just use the "mad" command before "dh_make" and "dpkg-buildpackage". Let me know if you have issues with that.
Daniel
|
|
2010-03-08
, 14:52
|
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#17
|
Ok I have just tried that and it seems to have worked, no error messages anyway. It's created a whole load of new files / folders in the original project folder. Now which files do I need to copy to the device, and where do I need to copy them to? I can't see any information on that in the guide (as well as no mention of the dpkg-buildpackage command...)
Thanks
| The Following User Says Thank You to eitama For This Useful Post: | ||
|
|
2010-03-08
, 15:16
|
|
Posts: 24 |
Thanked: 12 times |
Joined on Mar 2010
|
#18
|
|
|
2010-03-08
, 15:21
|
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#19
|
Ok I have done that- Copied it straingt to MyDocs via USB in mass storage mode, unpackaged it ini the terminal on the device using "dpkg -i <myapp.deb>" and it works! There is a blank icon for my app in the list of applications and it runs fine if I click it, thanks very much for the help.
I do notice though that my app is listed as "Mad Qt example" rather than by the app name, is this normal? Where / how do I set the app name correctly during the building / packaging process?
|
|
2010-10-22
, 16:37
|
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#20
|
There is a pretty good guide on how to package a Qt application for Maemo5. Try it out, and just use the "mad" command before "dh_make" and "dpkg-buildpackage". Let me know if you have issues with that.
Daniel