Reply
Thread Tools
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#191
Originally Posted by AapoRantalainen View Post
Only difference is place of libstdc++.so:

Code:
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x412dd000)
libstdc++.so.6 => /opt/meecolay/lib/libstdc++.so.6 (0x40025000)
Try
Code:
LD_PRELOAD=/opt/qtm12/lib/<.so file> /opt/MyRoutes/bin/MyRoutes
/edit: this may be a problem:

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.

Originally Posted by Mohammed Muid View Post
is it possible (or near future) to have a seperate repository for meego apps which can be run in N900. dependency are meecolay and all the libs.?
Yes it is. I'll be working on a devel tool which will allow developers to easily adapt their packages for meecolay on fremantle. Beside this some package modder should be released.

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.
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 53 | Thanked: 104 times | Joined on Jan 2011 @ Veska, Czech Rep.
#192
Originally Posted by marmistrz View Post
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.
So, I've tried the libdsme0.2.0 package, but my N900 got stuck while booting (somewhere before the blinking dots appears). I had to manually replace libs from that package with default ones (via backupmenu's console) to get it correctly booting again.
I have installed kernel-cssu on that N900, but since it has only some tweaks for thumb2 supoort, I think it doesn't matter.
Anyway, since I have one spare N900 just for experimenting, I can do some more tests, if you want.
 

The Following User Says Thank You to jamar For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#193
Originally Posted by marmistrz View Post
Is there any way I can create a .deb package on-device, as dpkg -b doesn't work (unrecognized option --format=gnu)
Try this...
http://talk.maemo.org/showpost.php?p...86&postcount=1 Build Me! By Ammyt
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#194
Originally Posted by TransTech View Post
Try this...
http://talk.maemo.org/showpost.php?p...86&postcount=1 Build Me! By Ammyt
Build Me! uses dpkg -b, and this somehow doesn't work on my device. Therefore, it can't be used.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#195
I have uploaded meecolay-librarypack2. this containts libresouce0 and libresourceqt1. Feel free to test it.

If you add apps to compatibility list, please follow the order
working, partially working, unusable, not working

The v0.9.2 update is coming soon in the next days.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 4 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#196
I've uploaded the source code to gitorious:
https://gitorious.org/meecolay
The impatient ones can compile the 0.9.2 by themselves.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 9 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#197
I've just uploaded meecolay-core 0.9.2
Changelog:
  • Added newer qt-components theme as dependencies - now the top status panel works.
  • Removed the libqt provides - they won't work with version specified. Now the package depends on the metapackages.
  • Dependency for meecolay-librarypack1.
  • Removed libqtm 1.0 provides - libqtm12 will be used instead anyway
  • Added support for QML_IMPORT_PATH
  • Removed cleaning scripts
  • Added support for /usr/bin/invoker

If you compiled the version from gitorious, you should reinstall the version from the repos.

The Aapo's problem should be fixed now.
__________________
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-07-01 at 11:43.
 

The Following 8 Users Say Thank You to marmistrz For This Useful Post:
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#198
Originally Posted by marmistrz View Post
Build Me! uses dpkg -b, and this somehow doesn't work on my device. Therefore, it can't be used.
Build Me! fixes the format=gnu issue
If you want, give me the source, and I can build it for you.
 

The Following User Says Thank You to ammyt For This Useful Post:
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#199
And I had no luck with GOF2, so many dependencies which required greater versions, and others which did not exist.
 

The Following User Says Thank You to ammyt For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#200
Originally Posted by ammyt View Post
Build Me! fixes the format=gnu issue
If you want, give me the source, and I can build it for you.
Could u please tell me how it's fixed (on tmo or via pm/email, the way you prefer)? Repackaging the .deb is a workaround which can work right now and ease up installing the meego apps.

Thanks in advance.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


All times are GMT. The time now is 12:10.