maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle! (https://talk.maemo.org/showthread.php?t=84482)

marmistrz 2012-10-01 16:00

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by amr.fayz (Post 1274733)
Finally i solved the problem of

module "com.nokia.meego" is not installed
import com.nokia.meego 1.1
^

Solution is

Change import directories like this

QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"

Instead of

export QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"


its Work correctly but There Another module Does not work Like

module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^

Despite i install

QtMultimediaKit declarative

and i have QtMultimiedaKit in \imports\QtMultimiedaKit

Thanks

It's how it should be, no other way. If you do without export the changes are lost tbh. and because of this qtmultimediakit is not found.

For not installed stuff with com.nokia.meego 1.1 or com.meego 1.1 ask in the qt components thread

amr.fayz 2012-10-01 16:20

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1274900)
It's how it should be, no other way. If you do without export the changes are lost tbh. and because of this qtmultimediakit is not found.

For not installed stuff with com.nokia.meego 1.1 or com.meego 1.1 ask in the qt components thread


For not installed stuff with com.nokia.meego 1.1 or com.meego 1.1 ask in the qt components thread


the The solution is


Change import directories like this

QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"

Instead of

export QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"


its Work correctly and solve The problem .I solved the problem not ask about it


For module "QtMultimediaKit" is not installed


the solution is

http://talk.maemo.org/showthread.php...23#post1154023


i will try it



tanks for help

marmistrz 2012-10-01 16:31

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by amr.fayz (Post 1274908)
For not installed stuff with com.nokia.meego 1.1 or com.meego 1.1 ask in the qt components thread


the The solution is


Change import directories like this

QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"

Instead of

export QML_IMPORT_PATH="/opt/meecolay/lib/qt4/imports:/opt/qtm12/imports:$QML_IMPORT_PATH"


its Work correctly and solve The problem .I solved the problem not ask about it


For module "QtMultimediaKit" is not installed


the solution is

http://talk.maemo.org/showthread.php...23#post1154023


i will try it



tanks for help

Please ask in the qt components thread. u won't invent anything else than it's already done with this one.

branja 2012-10-01 19:49

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Anyone tried to play NFS shift? If so, please explain me how to do it...
I've instaled it but can't (don't know how to) run it.
Tnx in advance

sifo 2012-10-01 20:10

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
NFS shift already tested by amr.fayez a few pages before...
and you can run any N9 app/game by
Code:

meecolay /path/to/binary
if you had errors, look into the wiki page ( in the first post ) and read the thread ;)

./sifo

helloct 2012-10-01 20:22

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I still have probleme.
I reinstall meecolay but till got the same problem.

~ $ LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/quasarmx/bin/quasarmx
/opt/quasarmx/bin/quasarmx: error while loading shared libraries: libqmsystem2.so.1: cannot open shared object file: No such file or directory
~ $ root


sifo, can you try QuasarMX please, you can find the .deb file in my-maemo, let me know the result please.

branja 2012-10-01 22:06

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I understood that, but game folder doesn't contain binary folder nor file & I don't know where to look 4 it.
Tnx anyway Sifo

sifo 2012-10-02 04:20

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
@helloct

i guess you are missing a library....go to terminal
Code:

cd /opt/meecolay/lib
ls libqmsys*

and you should have an output of the 3 libs named libqmsystem2 ( with a different versions ), if you got an error like "No such file or directory" then there must be something wrong with your meecolay installation...
( i will try it later )

./sifo

amr.fayz 2012-10-02 10:12

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1274916)
Please ask in the qt components thread. u won't invent anything else than it's already done with this one.



I'm not invent anything i say the solution for the problem
module "com.nokia.meego" is not installed

you can see it her

http://talk.maemo.org/showpost.php?p...0&postcount=15


When i try running game it say module "com.nokia.meego" is not installed import com.nokia.meego 1.1



And after i Changed

export QML_IMPORT_PATH=
to
QML_IMPORT_PATH= and add QT_IMPORT_PATH=

like this

QT_IMPORT_PATH=/opt/qtm12/imports
QML_IMPORT_PATH=/opt/qtm12/imports


I do not know if they are wrong or true but It succeeded And did not receive this message but receive Another message (module "QtMultimediaKit" is not installed )


i say this to When someone receive this message he can solve it not to invent anything I wish it be clear Now :(

helloct 2012-10-02 13:29

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by sifo (Post 1275110)
@helloct

i guess you are missing a library....go to terminal
Code:

cd /opt/meecolay/lib
ls libqmsys*

and you should have an output of the 3 libs named libqmsystem2 ( with a different versions ), if you got an error like "No such file or directory" then there must be something wrong with your meecolay installation...
( i will try it later )

./sifo

seems like am missing that file. I did an ls * but nothing :(

okia-N900:~# cd /opt/meecolay/lib
Nokia-N900:/opt/meecolay/lib# ls libqmsys*
ls: libqmsys*: No such file or directory
Nokia-N900:/opt/meecolay/lib# ls *
libdsme.so.0.2.0
libdsme_dbus_if.so.0.2.0
libthermalmanager_dbus_if.so.0.2.0
Nokia-N900:/opt/meecolay/lib#


All times are GMT. The time now is 03:40.

vBulletin® Version 3.8.8