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)

helloct 2012-10-04 15:41

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

Originally Posted by amr.fayz (Post 1276332)
My Friend helloct

About your problem with meecolay try the Following
...
after that go to terminal

HTML Code:

cd /opt/meecolay/lib
ls libqmsys*


you should have

libqmsys2.so.1
libqmsys2.so.1.0
libqmsys2.so.1.0.0

if not Tell us

Yes, I got these file.
...
I did this:

LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /home/opt/quasarmx/bi/quasarmx

that app opens and starts loading then, it close itself

marmistrz 2012-10-04 15:47

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

Originally Posted by amr.fayz (Post 1276332)
My Friend helloct

About your problem with meecolay try the Following


HTML Code:

apt-get purge meecolay
apt-get -f remove meecolay
apt-get -f install
apt-get -f install --reinstall libqtm-12
apt-get -f install --reinstall meecolay*
apt-get -f install --reinstall qt-components-10*
apt-get -f install libqtcore4 maemo-meegotouch-interfaces


after that go to terminal

HTML Code:

cd /opt/meecolay/lib
ls libqmsys*


you should have

libqmsys2.so.1
libqmsys2.so.1.0
libqmsys2.so.1.0.0

if not Tell us

It's an overkill. This is enough
Code:

sudo gainroot
apt-get update
apt-get install --reinstall meecolay meecolay-librarypack*


Quote:

Originally Posted by amr.fayz (Post 1276337)
First i thank you for your efforts and your advice

i think as you its from qtm12 but i try Another way and It gave me

source: "image://theme/meegotouch-applicationwindow-corner-top-left"
source: "image://theme/meegotouch-applicationwindow-corner-top-right"
source: "image://theme/meegotouch-applicationwindow-corner-bottom-left"
source: "image://theme/meegotouch-applicationwindow-corner-bottom-right"


Then I'm sure It's because of the absence of some of the files in the theme "blanco" i but Some image of loose ends And it working properly without this problem

notify the developer of qt components about this problem. I can't fix it.

And please use the meecolay bugzilla for bug reports!


Quote:

Originally Posted by helloct (Post 1276377)
Yes, I got these file.
...
I did this:

LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /home/opt/quasarmx/bi/quasarmx

that app opens and starts loading then, it close itself

hellyeah, now I know everything!!
please provide a log

helloct 2012-10-04 16:31

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
1 Attachment(s)
Quote:

Originally Posted by amr.fayz (Post 1276332)
my friend helloct

about your problem with meecolay try the following


HTML Code:

apt-get purge meecolay
apt-get -f remove meecolay
apt-get -f install
apt-get -f install --reinstall libqtm-12
apt-get -f install --reinstall meecolay*
apt-get -f install --reinstall qt-components-10*
apt-get -f install libqtcore4 maemo-meegotouch-interfaces


after that go to terminal

HTML Code:

cd /opt/meecolay/lib
ls libqmsys*


you should have

libqmsys2.so.1
libqmsys2.so.1.0
libqmsys2.so.1.0.0

if not tell us


well what about this?

int_ua 2012-10-04 16:42

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

$ LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/camdrive_qml/bin/camdrive_qml
Running non-meego graphics system enabled MeeGo touch, forcing native graphicssystem

Segmentation fault (core dumped)

marmistrz 2012-10-04 16:43

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

Originally Posted by int_ua (Post 1276411)
Camdrive segfaults:

Code:

meecolay gdb /path/to/camdrive
run

show me the log of this

int_ua 2012-10-04 18:43

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

Originally Posted by marmistrz (Post 1276413)
Code:

meecolay gdb /path/to/camdrive
run

show me the log of this

Code:

$ LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 mecolay gdb /opt/camdrive_qml/bin/camdrive_qml
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...

(no debugging symbols found)
(gdb)

Camdrive sources: https://gitorious.org/camdrive/camdrive_qml
Camdrive thread: http://talk.maemo.org/showthread.php?t=84606

marmistrz 2012-10-04 19:22

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

Originally Posted by int_ua (Post 1276495)
Code:

$ LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 mecolay gdb /opt/camdrive_qml/bin/camdrive_qml
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...

(no debugging symbols found)
(gdb)

Camdrive sources: https://gitorious.org/camdrive/camdrive_qml
Camdrive thread: http://talk.maemo.org/showthread.php?t=84606

when you enter the gdb shell type 'run' and press enter

int_ua 2012-10-04 20:36

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
>_< thanks)
Are you available at some IRC channel?
Quote:

(gdb) run
Starting program: /opt/camdrive_qml/bin/camdrive_qml
(no debugging symbols found)
Running non-meego graphics system enabled MeeGo touch, forcing native graphicssystem


Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000: (gdb)
Update:
Quote:

backtrace
#0 0x00000000 in ?? ()
#1 0x462e21b0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Quote:

(gdb) return
Make selected stack frame return now? (y or n) y
#0 0x462e21b0 in ?? ()
0x462e21b0: ldr r3, [r11, #-36]
(gdb) backtrace
#0 0x462e21b0 in ?? ()
#1 0x462e21b0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) return
Make selected stack frame return now? (y or n) y
#0 0x462e21b0 in ?? ()
0x462e21b0: ldr r3, [r11, #-36]
(gdb)

int_ua 2012-10-04 21:11

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
arcean said it's easier to port:
Quote:

<arcean> and camera resolutions are hardcoded
...
<arcean> but IIRC there was a bug in fremantle's qt-mobility
<arcean> regarding camera stuff
<arcean> one thing is certain - it would be easier to port camdrive than to launch it through meecolay :)

int_ua 2012-10-05 11:17

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Fennec 15 is missing:
libc6 >= 2.7
libcontentaction0 >= 0.1.64+0m6
libcontentmanager0
libfontconfig1 >= 2.8.0
libfreetype6 >= 2.4.3
libglib2.0-0 >= 2.22.0
libqtsparql0 >= 0.0.30+0m6
libtimed0 >= 2.37


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

vBulletin® Version 3.8.8