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-08-07 16:58

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

Originally Posted by amr.fayz (Post 1244150)
i will rty libdsme_dbus_if.so.0.2.0 library

to solve undefined symbol: dsme_battery_empty_ind

http://linuxtesting.org/compatibilit...at_report.html



Hahn, Matthias building MeeGo and The problem is “dsme” and “libmeegotouch” remaining to build Can u see it Perhaps it Useful to u


http://lists.meego.com/pipermail/mee...il/247118.html





i use Yours libdsme and it solve but There is another problem


1-

/home/user not ours.

2-

module "QtMultimediaKit" is not installed

import QtMultimediaKit 1.1


3-

/etc/hildon/theme/gtk-2.0/gtkrc:1: border (or stretch) without valid file



http://i.imgur.com/rP099.png


i try SmashMania it Work but Although it is working The result is


/opt/usr/bin/SmashMania: symbol lookup error: /opt/usr/bin/SmashMania: undefined symbol: _ZN17QCameraViewfinderC1EP7QWidget



and try Tacomaster The result is

http://www.geekets.com/wp-content/up...aco-Master.jpg

file:///home/user/MyDocs/amr/4/2/mg/Tacomaster/opt/TacoMaster/qml/qml/Source/main.qml:3:1
module "QtMultimediaKit" is not installed

import QtMultimediaKit 1.1

1) dsme will be added soon.
Here's a doc for libraries, please add any libraries you need there.
https://docs.google.com/document/d/1...mtU/edit?pli=1

I'll answer the rest soon

seanmcken 2012-08-07 17:28

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
any possibilities to hav web2sms of n9 for n900?

marmistrz 2012-08-08 07:52

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

Originally Posted by seanmcken (Post 1248774)
any possibilities to hav web2sms of n9 for n900?

Is web2sms from n9 better than web2sms for n900?

marmistrz 2012-08-08 12:18

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

Originally Posted by hadjistyllis (Post 1246439)
Here is xterm results (root access)

Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
Found path: /opt/samurai-2/bin/samurai-2
Data folder: /opt/samurai-2/bin/Data
Log - Creating folder: /home/user/.unity


And this is what the log writes

Mono path[0] = '/opt/samurai-2/bin/Data/Managed'
/opt/samurai-2/bin/samurai-2: symbol lookup error: /opt/samurai-2/lib/libmono.so.0: undefined symbol: g_malloc0_n

Without root just segmentation fault

Try installing glib 2.22 from here http://talk.maemo.org/showthread.php?p=1249072

Quote:

Originally Posted by AapoRantalainen (Post 1248419)
Couple of challenges for meecolay :)

Tested with meecolay-core 0.9.3
(meecolay-librarypack1 meecolay-librarypack2 meecolay-librarypack3 installed)

--------
MyRoutes: http://store.ovi.com/content/210812
Code:

qrc:/MainPage.qml:11:1: plugin cannot be loaded for module "QtMobility.location": Cannot load library /opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: (/opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: undefined symbol: _ZNK10QtMobility13QGeoMapObject10metaObjectEv)

http://bugs.pyside.org/show_bug.cgi?...ultiple&id=917, seems to be the same.
Can you please post

Code:

meecolay ldd <path to my routes>
Quote:

Originally Posted by AapoRantalainen (Post 1248419)
--------
Actioncam: http://store.ovi.com/content/224768

Code:

meecolay /opt/meecolay/opt/actioncam/bin/actioncam
error while loading shared libraries: libmdatauri.so.0: cannot open shared object file: No such file or directory


I added it to this list, I'll check it out.

Quote:

Originally Posted by AapoRantalainen (Post 1248419)
--------

CloudGPS: http://store.ovi.com/content/222534/
(needs libimmvibe0 libgles1)

Code:

loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered!
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered!
Compass sensor is not present

Location source initialized
GPS Satellite info source initialized
Accelerometer initialized
/opt/meecolay/usr/bin/cloudgps: symbol lookup error: /opt/meecolay/usr/bin/cloudgps: undefined symbol: XIQueryVersion


This is due to out of date libx11, libxi6 and so on. I can't fix it. Remember what happened with libxau6 :P

Quote:

Originally Posted by AapoRantalainen (Post 1248419)
--------
Aura: http://store.ovi.com/content/266783/
(This is open source btw)

Code:

/opt/meecolay/opt/aura/bin/aura: error while loading shared libraries: libcontentaction.so.0: cannot open shared object file: No such file or directory

Added this to the list.

Quote:

Originally Posted by AapoRantalainen (Post 1248419)
----------
Rainbow Brush: http://store.ovi.com/content/186737

This will start. Menus/buttons works. Functionality is missing. Messages get flooded by hundreads of "Failed to get image from provider: image://theme/"...

Code:

meecolay /opt/meecolay/opt/RainbowBrush/bin/RainbowBrush
RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC)
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/blanco/meegotouch"
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background-disabled


I'll need to look at this

Quote:

Originally Posted by AapoRantalainen (Post 1248419)
----------
Explode Them: http://store.ovi.com/content/261294

Code:

meecolay /opt/meecolay/opt/explodethem/bin/explodethem
RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC)
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/blanco/meegotouch"
file:///opt/meecolay/opt/explodethem/qml/meego/main.qml:11:5: Type GamePlay unavailable
        GamePlay {
        ^
file:///opt/meecolay/opt/explodethem/qml/meego/GamePlay.qml:121:5: Type GameModel unavailable
        GameModel{
        ^
file:///opt/meecolay/opt/explodethem/qml/meego/GameModel.qml:3:1: plugin cannot be loaded for module "QtMobility.sensors": Cannot load library /opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: (/opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: undefined symbol: _ZNK10QtMobility12QLightSensor10metaObjectEv)
    import QtMobility.sensors 1.2
    ^



Quote:

Originally Posted by AapoRantalainen (Post 1248419)

Meegopas: http://store.ovi.com/content/208858

Code:

meecolay /opt/meecolay/opt/Meegopas/bin/Meegopas
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC)
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/blanco/meegotouch"
qrc:/qml/main.qml:16:1: module "com.nokia.extras" is not installed

--------
MeeIn: http://store.ovi.com/content/258202

Code:

meecolay /opt/meecolay/opt/linkedinqml/bin/linkedinqml 
/opt/meecolay/opt/linkedinqml/bin/linkedinqml: error while loading shared libraries: libsignon-qt.so.1: cannot open shared object file: No such file or directory


[/QUOTE]

Meegopas: I'll need to look at it.
Meeln: added to the list

AapoRantalainen 2012-08-08 20:22

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

Originally Posted by marmistrz (Post 1249096)
Can you please post
Code:

meecolay ldd <path to my routes>

Code:

$ meecolay ldd /opt/meecolay/opt/myroutes/MyRoutes
        /opt/meecolay/lib/libstdc++.so.6 (0x40025000)
        libQtLocation.so.1 => /usr/lib/libQtLocation.so.1 (0x400f3000)
        libQtDeclarative.so.4 => /usr/lib/libQtDeclarative.so.4 (0x40129000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x40538000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x40f53000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x411fd000)
        libm.so.6 => /lib/libm.so.6 (0x4121d000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41293000)
        libc.so.6 => /lib/libc.so.6 (0x412a6000)
        /lib/ld-linux.so.3 (0x40000000)
        liblocation.so.0 => /usr/lib/liblocation.so.0 (0x413cb000)
        libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x413db000)
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x413ff000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x41422000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4145f000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x414a0000)
        libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x4157c000)
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x4160f000)
        libQtScript.so.4 => /usr/lib/libQtScript.so.4 (0x4165d000)
        libQtSvg.so.4 => /usr/lib/libQtSvg.so.4 (0x418fd000)
        libQtSql.so.4 => /usr/lib/libQtSql.so.4 (0x41960000)
        libQtXmlPatterns.so.4 => /usr/lib/libQtXmlPatterns.so.4 (0x419a4000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x41edc000)
        librt.so.1 => /lib/librt.so.1 (0x42026000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x42035000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x42041000)
        libz.so.1 => /usr/lib/libz.so.1 (0x42069000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x42081000)
        libEGL.so => /usr/lib/libEGL.so (0x420f4000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x420fe000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x4210d000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x4212b000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4213b000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x42164000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x4217b000)
        libdl.so.2 => /lib/libdl.so.2 (0x4226a000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x42275000)
        libIMGegl.so => /usr/lib/libIMGegl.so (0x42280000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x42295000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x422bb000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x422c5000)
        libsrv_um.so => /usr/lib/libsrv_um.so (0x422d1000)


gkhnkrts7 2012-08-08 20:40

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
When i try to install, it says "broken packages" ?? How can i solve this problem??

gkhnkrts7 2012-08-08 20:43

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
home/user # apt-get install meecolay-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
meecolay-core: Depends: libqtcore4
Depends: libqtgui4
Depends: libqtwebkit4
E: Broken packages
/home/user #

just says that....

marmistrz 2012-08-09 09:00

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

Originally Posted by gkhnkrts7 (Post 1249265)
home/user # apt-get install meecolay-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
meecolay-core: Depends: libqtcore4
Depends: libqtgui4
Depends: libqtwebkit4
E: Broken packages
/home/user #

just says that....

Code:

# apt-get install libqtcore4 libqtwebkit4 libqtgui4
tell whether any problem is reported here


Quote:

Originally Posted by AapoRantalainen (Post 1249258)
Code:

$ meecolay ldd /opt/meecolay/opt/myroutes/MyRoutes
        /opt/meecolay/lib/libstdc++.so.6 (0x40025000)
        libQtLocation.so.1 => /usr/lib/libQtLocation.so.1 (0x400f3000)
        libQtDeclarative.so.4 => /usr/lib/libQtDeclarative.so.4 (0x40129000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x40538000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x40f53000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x411fd000)
        libm.so.6 => /lib/libm.so.6 (0x4121d000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41293000)
        libc.so.6 => /lib/libc.so.6 (0x412a6000)
        /lib/ld-linux.so.3 (0x40000000)
        liblocation.so.0 => /usr/lib/liblocation.so.0 (0x413cb000)
        libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x413db000)
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x413ff000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x41422000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4145f000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x414a0000)
        libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x4157c000)
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x4160f000)
        libQtScript.so.4 => /usr/lib/libQtScript.so.4 (0x4165d000)
        libQtSvg.so.4 => /usr/lib/libQtSvg.so.4 (0x418fd000)
        libQtSql.so.4 => /usr/lib/libQtSql.so.4 (0x41960000)
        libQtXmlPatterns.so.4 => /usr/lib/libQtXmlPatterns.so.4 (0x419a4000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x41edc000)
        librt.so.1 => /lib/librt.so.1 (0x42026000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x42035000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x42041000)
        libz.so.1 => /usr/lib/libz.so.1 (0x42069000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x42081000)
        libEGL.so => /usr/lib/libEGL.so (0x420f4000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x420fe000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x4210d000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x4212b000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4213b000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x42164000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x4217b000)
        libdl.so.2 => /lib/libdl.so.2 (0x4226a000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x42275000)
        libIMGegl.so => /usr/lib/libIMGegl.so (0x42280000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x42295000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x422bb000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x422c5000)
        libsrv_um.so => /usr/lib/libsrv_um.so (0x422d1000)


Are you sure you're using meecolay 0.9.3?
If yes, can you send me the deb so that I can try it out?

gkhnkrts7 2012-08-09 14:14

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Ok.. But when i try to install..... For example....


/home/user # apt-get install libqtcore4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libqtcore4: Depends: libqt4-core (>= 4.7.4) but 4.7.0~git20100909-0maemo1+0m5 is to be installed
E: Broken packages
/home/user #

it shows that error ????

marmistrz 2012-08-09 14:16

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

Originally Posted by gkhnkrts7 (Post 1249544)
Ok.. But when i try to install..... For example....


/home/user # apt-get install libqtcore4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libqtcore4: Depends: libqt4-core (>= 4.7.4) but 4.7.0~git20100909-0maemo1+0m5 is to be installed
E: Broken packages
/home/user #

it shows that error ????

Alright, you need CSSU Testing. Or wait until it's fixed.
Has anyone tried using meecolay with PR1.3 Qt?


All times are GMT. The time now is 21:20.

vBulletin® Version 3.8.8