![]() |
2012-10-04
, 15:47
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#542
|
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
sudo gainroot apt-get update apt-get install --reinstall meecolay meecolay-librarypack*
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
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
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-10-04
, 16:31
|
Posts: 112 |
Thanked: 34 times |
Joined on Dec 2010
|
#543
|
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
![]() |
2012-10-04
, 16:42
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#544
|
$ 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)
![]() |
2012-10-04
, 16:43
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#545
|
meecolay gdb /path/to/camdrive run
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-10-04
, 18:43
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#546
|
$ 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)
![]() |
2012-10-04
, 19:22
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#547
|
Camdrive sources: https://gitorious.org/camdrive/camdrive_qmlCode:$ 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 thread: http://talk.maemo.org/showthread.php?t=84606
![]() |
2012-10-04
, 20:36
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#548
|
(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)
backtrace
#0 0x00000000 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) 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)
![]() |
2012-10-04
, 21:11
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#549
|
<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
![]() |
2012-10-05
, 11:17
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#550
|
![]() |
Tags |
compatibility, harmattan, meecolay, meego, mee_env |
Thread Tools | |
|
...
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