[maemo-developers] mobility examples with nokia qt sdk
From: Daniil Ivanov daniil.ivanov at gmail.comDate: Mon Jun 7 19:17:12 EEST 2010
- Previous message: mobility examples with nokia qt sdk
- Next message: mobility examples with nokia qt sdk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Andrea! On Mon, Jun 7, 2010 at 7:03 PM, Andrea Grandi <a.grandi at gmail.com> wrote: > Hi, > > On 7 June 2010 17:59, Daniil Ivanov <daniil.ivanov at gmail.com> wrote: >>> What we don't have is the release 1.0 of qt mobility libraries for the madde >>> so you can't compile applications that target the n900 and use qt mobility >>> 1.0 on the qt sdk. It is a big pain - right now I have to write the code on >>> the sdk, do some testing on the simulator with anything that is not maemo5 >>> specific and then compile on scratchbox, copy to the device and then run >>> real tests. >> >> I do all testing on real device, it gives more robust results and >> actually saves time. > > luckly me and Lorenzo have a real device to do our tests, but we still > cannot compile our application for N900 using Nokia SDK :( > > If I understand well we still need to: > > 1) write code on Nokia SDK This step is optional. > 2) compile code under Scratchbox > 3) copy compiled code to N900 These steps is actually one step, something like this: dpkg-buildpackage -i -rfakeroot -D ; ssh 192.168.2.15 rm "/home/user/*_armel.deb" ; scp ../*_armel.deb 192.168.2.15:/home/user/ ; ssh 192.168.2.15 dpkg -i "/home/user/*_armel.deb" > 4) test code on N900 > > we'll never be able to do on-device debugging step-by-step nor on > simulator, and this is so bad :\ > > -- > Andrea Grandi > email: a.grandi [AT] gmail [DOT] com > website: http://www.andreagrandi.it > PGP Key: http://www.andreagrandi.it/pgp_key.asc >
- Previous message: mobility examples with nokia qt sdk
- Next message: mobility examples with nokia qt sdk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]