The Following 2 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-06-26
, 21:34
|
Posts: 53 |
Thanked: 104 times |
Joined on Jan 2011
@ Veska, Czech Rep.
|
#192
|
Nokia Drive requires newer libdsme. And somehow the loading from /opt/meecolay/lib doesn't work.
If someone has a spare N900, the libs below can be tested. I compiled them from sources. But this may brick the N900 as well.
http://talk.maemo.org/showpost.php?p...&postcount=114
Only libdsme0.2.0 should be needed.
The Following User Says Thank You to jamar For This Useful Post: | ||
![]() |
2012-06-26
, 21:58
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#193
|
Is there any way I can create a .deb package on-device, as dpkg -b doesn't work (unrecognized option --format=gnu)
![]() |
2012-06-27
, 15:14
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#194
|
Try this...
http://talk.maemo.org/showpost.php?p...86&postcount=1 Build Me! By Ammyt
![]() |
2012-06-27
, 17:45
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#195
|
The Following 4 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-06-28
, 10:57
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#196
|
The Following 9 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-07-01
, 11:38
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#197
|
The Following 8 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-07-01
, 12:49
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#198
|
Build Me! uses dpkg -b, and this somehow doesn't work on my device. Therefore, it can't be used.
The Following User Says Thank You to ammyt For This Useful Post: | ||
![]() |
2012-07-01
, 12:50
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#199
|
The Following User Says Thank You to ammyt For This Useful Post: | ||
![]() |
2012-07-01
, 14:10
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#200
|
Build Me! fixes the format=gnu issue
If you want, give me the source, and I can build it for you.
![]() |
Tags |
compatibility, harmattan, meecolay, meego, mee_env |
Thread Tools | |
|
Using the libraries from QML
If you want to use the QML components of Qt Mobility, you have to add their paths to the QML search path. For the qmlviewer application, you can use the
-I /opt/qtm12/imports
command line parameter. In C++, you can do something like this:
viewer.engine()->addImportPath(QString("/opt/qtm12/imports"));
viewer.engine()->addPluginPath(QString("/opt/qtm12/plugins"));
If you are using PySide, you can achieve the same using:
viewer.engine().addImportPath('/opt/qtm12/imports')
viewer.engine().addPluginPath('/opt/qtm12/plugins')
You can try doing some symlinks too.
Is there any way I can create a .deb package on-device, as dpkg -b doesn't work (unrecognized option --format=gnu)
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here
Last edited by marmistrz; 2012-06-25 at 16:20.