RE: Noob question re Qt Application structure

2010-05-08 Thread Chitti Babu
Hi Sudheer, Yes, I had a similar use-case and faced the same problem. I ensured that my daemon was properly "osso-initialised" to ensure that its triggered properly by gui-app via dbus-daemon successfully. But, in your use-case, you seem to use QT. I am not aware of the fix. Regards, Chitti

RE: Noob question re Qt Application structure

2010-05-08 Thread Scifi Guy
>if (!connection.registerObject("/org/maemo/vicar", this, >QDBusConnection::ExportScriptableSlots)) { >qDebug() << dbusUtility.getErrorMessage(); >exit(2); >} >1) If I reboot the device, the service does not get activated automatically. I >verified this by ru

RE: qt 4.6 without pt1.2

2010-05-08 Thread Felipe Crochik
Hi... Right now you have two options to have a qt application running on the n900. You can use the "stock" qt 4.5.3 or you can use the packages from extras-devel for qt 4.6.2. I don't think you can create the package using the Nokia SDK right now because it assumes PR1.2. You best bet is to creat

Re: how to distribute a console program with local files

2010-05-08 Thread Salvatore Iovene
Hi, On Sat, May 8, 2010 at 12:06 PM, wrote: > On the other hand I would like to distribute it in order to be installable > for anyone on my N900. you need to make a debian package for it. http://www.debian.org/doc/maint-guide/ -- Salvatore Iovene http://www.google.com/profiles/salvatore.ioven

how to distribute a console program with local files

2010-05-08 Thread acano
I succeded to port a mathematical program that work with semigroups to Maemo. If do all the steps by hand I have no problems and it works really good. On the other hand I would like to distribute it in order to be installable for anyone on my N900. I have been reading the documentation but I