Reply
Thread Tools
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#211
Originally Posted by marmistrz View Post
I updated library pack 2 with libdbus-qeventloop1 and now I'm uploading meecolay-librarypack3 containing libqmsystem2 and libqtsparql0


Thank you very much for the great Efforts


i use the non-bold font
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#212
Have you seen this post related to an updated version of GLib?, might be useful for you.

Last edited by ivgalvez; 2012-07-15 at 11:01.
 

The Following User Says Thank You to ivgalvez For This Useful Post:
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#213
hi marmistrz I tried this games in

http://competition.meetmeego.org/categories/2

Working games

Demine
Wordsler
Nine Men's Morris / Mühle
Nanoparticles


And i i try the Other but When i try MNonograms The result is


~ $ meecolay

/home/opt/meecolay/data/JapCross
qrc:/qml/JapCross/main.qml:5:1: Type

AppWindow unavailable
qrc:/qml/JapCross/AppWindow.qml:2:1: module

"com.meego" is not installed
Found SGX/MBX driver, enabling

FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack



can u solve com.meego" is not installed like this

http://talk.maemo.org/showthread.php?t=76291&page=2
http://forum.meego.com/showthread.php?t=4266&page=2

Adding this PPA to your system
https://launchpad.net/~forumnokia/+a...s_filter=natty
https://launchpad.net/~forumnokia/+a...fn-ppa/+index#


and when i try I must run The result is


/home/opt/meecolay/data/imr06/bin/imr06
/home/opt/meecolay/data/imr06/bin/imr06: symbol lookup error:

/home/opt/meecolay/data/imr06/bin/imr06: undefined symbol: XIQueryVersion


can u solve it too in your great Work MeeCoLay
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#214
Originally Posted by amr.fayz View Post
hi marmistrz I tried this games in

http://competition.meetmeego.org/categories/2

Working games

Demine
Wordsler
Nine Men's Morris / Mühle
Nanoparticles


And i i try the Other but When i try MNonograms The result is


~ $ meecolay

/home/opt/meecolay/data/JapCross
qrc:/qml/JapCross/main.qml:5:1: Type

AppWindow unavailable
qrc:/qml/JapCross/AppWindow.qml:2:1: module

"com.meego" is not installed
Found SGX/MBX driver, enabling

FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack



can u solve com.meego" is not installed like this

http://talk.maemo.org/showthread.php?t=76291&page=2
http://forum.meego.com/showthread.php?t=4266&page=2

Adding this PPA to your system
https://launchpad.net/~forumnokia/+a...s_filter=natty
https://launchpad.net/~forumnokia/+a...fn-ppa/+index#


and when i try I must run The result is


/home/opt/meecolay/data/imr06/bin/imr06
/home/opt/meecolay/data/imr06/bin/imr06: symbol lookup error:

/home/opt/meecolay/data/imr06/bin/imr06: undefined symbol: XIQueryVersion


can u solve it too in your great Work MeeCoLay
So,

If you want to have some-kinda support of com.meego namespace you should
Code:
sudo gainroot
cd /usr/lib/qt4/imports/com
ln -s nokia/meego meego
Or install the package qt-components, which contains com.meego namespace.

Note, the apps with com.meego namespace are likely to crash, run incorrectly or even crash the system. I tried 2 such apps and none worked. But good luck!

With XIQueryVersion: please ask CSSU team to port libx11 and dependencies so that everything works alright!
I uploaded libxau6 some time ago and it bricked non-kp systems.

Putting the libs somewhere else doesn't work. (maybe some more tuning would be required but I'm 99% sure these are the hardcoded paths in the library)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#215
Originally Posted by amr.fayz View Post
hi marmistrz I tried this games in

http://competition.meetmeego.org/categories/2

Working games

Demine
Wordsler
Nine Men's Morris / Mühle
Nanoparticles


And i i try the Other but When i try MNonograms The result is


~ $ meecolay

/home/opt/meecolay/data/JapCross
qrc:/qml/JapCross/main.qml:5:1: Type

AppWindow unavailable
qrc:/qml/JapCross/AppWindow.qml:2:1: module

"com.meego" is not installed
Found SGX/MBX driver, enabling

FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack



can u solve com.meego" is not installed like this

http://talk.maemo.org/showthread.php?t=76291&page=2
http://forum.meego.com/showthread.php?t=4266&page=2

Adding this PPA to your system
https://launchpad.net/~forumnokia/+a...s_filter=natty
https://launchpad.net/~forumnokia/+a...fn-ppa/+index#


and when i try I must run The result is


/home/opt/meecolay/data/imr06/bin/imr06
/home/opt/meecolay/data/imr06/bin/imr06: symbol lookup error:

/home/opt/meecolay/data/imr06/bin/imr06: undefined symbol: XIQueryVersion


can u solve it too in your great Work MeeCoLay
So,

If you want to have some-kinda support of com.meego namespace you should
Code:
sudo gainroot
cd /usr/lib/qt4/imports/com
ln -s nokia/meego meego
Or install the package qt-components, which contains com.meego namespace.

Note, the apps with com.meego namespace are likely to crash, run incorrectly or even crash the system. I tried 2 such apps and none worked. But good luck!

With XIQueryVersion: please ask CSSU team to port libx11 and dependencies so that everything works alright!
I uploaded libxau6 some time ago and it bricked non-kp systems.

Putting the libs somewhere else doesn't work. (maybe some more tuning would be required but I'm 99% sure these are the hardcoded paths in the library)

PS. If you want to see forum-tmo in maemo and have a R&D device, please test this: http://talk.maemo.org/showpost.php?p...&postcount=127

EDIT: I wouldn't use this ppa. It's from x86/x64. Not for armel.
__________________
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-16 at 10:26.
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#216
Originally Posted by marmistrz View Post
So,

If you want to have some-kinda support of com.meego namespace you should
Code:
sudo gainroot
cd /usr/lib/qt4/imports/com
ln -s nokia/meego meego
Or install the package qt-components, which contains com.meego namespace.

Note, the apps with com.meego namespace are likely to crash, run incorrectly or even crash the system. I tried 2 such apps and none worked. But good luck!

With XIQueryVersion: please ask CSSU team to port libx11 and dependencies so that everything works alright!
I uploaded libxau6 some time ago and it bricked non-kp systems.

Putting the libs somewhere else doesn't work. (maybe some more tuning would be required but I'm 99% sure these are the hardcoded paths in the library)

PS. If you want to see forum-tmo in maemo and have a R&D device, please test this: http://talk.maemo.org/showpost.php?p...&postcount=127

EDIT: I wouldn't use this ppa. It's from x86/x64. Not for armel.


Thank you very much for your response
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#217
hi marmistrz I tried 2 games and The result is

1- Talking Tiger




its like talking cat It works but Without sound it say


~ $ meecolay /home/opt/meecolay/data/HuaNanTiger
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
deviceinput don't supported audioFormatInput
deviceOutput don't supported audioFormatOutput

using null input device, none available
QObject::connect: Cannot connect (null)::readyRead() to AudioFF::dataReady()
using null input device, none available
QObject::connect: Cannot connect (null)::readyRead() to AudioFF::dataReady()
file:///home/usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:165:13: QML QDeclarativeImage_QML_13: Failed to get image from provider: image://theme/icon-s-status-unknown
file:///home/usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:165:13: QML QDeclarativeImage_QML_13: Failed to get image from provider: image://theme/icon-s-status-unknown



2- istunt2



it say

~ $ meecolay /home/opt/meecolay/data/istunt2/istunt2
using null output device, none available
loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
available accelerometer rates:
100Hz
setting accelerometer data rate to 100
window restored
current path: /opt/usr/bin/istunt2/data/Contents/Resources//up
internal error, unable to locate NSUserDefaults.plist, path=/home/user/.istunt2/NSUserDefaults.plist, bundle at /home/opt/meecolay/Contents/Resources
2001-01-01 02:00:7200.7200000 [16061:41a476e0] initialize: /opt/usr/bin/istunt2/data/Contents/

*** Uncaught exception <NSInternalInconsistencyException> *** Argument must be non-nil
displayLinkWithTarget
setFrameInterval: 1
addToRunLoop
using null output device, none available
Segmentation fault




And when i use other way like this

applauncherd /opt/usr/bin/istunt2/istunt2

it say

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



And when i use other way like this

./istunt2

./istunt2: relocation error: ./istunt2: symbol __isoc99_sscanf, version GLIBC_2.7 not defined in file libc.so.6 with link time reference


I hope u Can Solved it


u can add libcontactswidgets.so.0 to lib

and solve the Problem

1- version GLIBC_2.7 not defined in file libc.so.6

2 -Failed to get image from provider: image://theme/icon-s-status-unknown

3- using null input device, none available

4- using null output device, none available

Last edited by amr.fayz; 2012-07-22 at 09:52.
 

The Following 5 Users Say Thank You to amr.fayz For This Useful Post:
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#218
hi marmistrz I hope you are well

can u see this i hope it Help you


http://lists.meego.com/pipermail/mee...ne/247673.html



and this too


http://k1.dyndns.org/Develop/QT-SDK-...m/usr/lib/qt4/


http://k1.dyndns.org/Develop/QT-SDK-.../share/themes/


I take from it the files I need

Last edited by amr.fayz; 2012-07-24 at 11:29.
 

The Following User Says Thank You to amr.fayz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#219
Originally Posted by amr.fayz View Post
hi marmistrz I tried 2 games and The result is

1- Talking Tiger




its like talking cat It works but Without sound it say


~ $ meecolay /home/opt/meecolay/data/HuaNanTiger
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
deviceinput don't supported audioFormatInput
deviceOutput don't supported audioFormatOutput

using null input device, none available
QObject::connect: Cannot connect (null)::readyRead() to AudioFF::dataReady()
using null input device, none available
QObject::connect: Cannot connect (null)::readyRead() to AudioFF::dataReady()
file:///home/usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:165:13: QML QDeclarativeImage_QML_13: Failed to get image from provider: image://theme/icon-s-status-unknown
file:///home/usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:165:13: QML QDeclarativeImage_QML_13: Failed to get image from provider: image://theme/icon-s-status-unknown



2- istunt2



it say

~ $ meecolay /home/opt/meecolay/data/istunt2/istunt2
using null output device, none available
loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
available accelerometer rates:
100Hz
setting accelerometer data rate to 100
window restored
current path: /opt/usr/bin/istunt2/data/Contents/Resources//up
internal error, unable to locate NSUserDefaults.plist, path=/home/user/.istunt2/NSUserDefaults.plist, bundle at /home/opt/meecolay/Contents/Resources
2001-01-01 02:00:7200.7200000 [16061:41a476e0] initialize: /opt/usr/bin/istunt2/data/Contents/

*** Uncaught exception <NSInternalInconsistencyException> *** Argument must be non-nil
displayLinkWithTarget
setFrameInterval: 1
addToRunLoop
using null output device, none available
Segmentation fault




And when i use other way like this

applauncherd /opt/usr/bin/istunt2/istunt2

it say

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



And when i use other way like this

./istunt2

./istunt2: relocation error: ./istunt2: symbol __isoc99_sscanf, version GLIBC_2.7 not defined in file libc.so.6 with link time reference


I hope u Can Solved it


u can add libcontactswidgets.so.0 to lib

and solve the Problem

1- version GLIBC_2.7 not defined in file libc.so.6

2 -Failed to get image from provider: image://theme/icon-s-status-unknown

3- using null input device, none available

4- using null output device, none available
1) newer libc6 - I uploaded sources & etc. to my server, look at this: http://talk.maemo.org/showpost.php?p...&postcount=105
2) Please vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12635.
3, 4) Sorry, I don't know what responsible for this, any ideas? Please try installing with dpkg.

If you tried some apps requiring newer com.nokia.meego or com.nokia.extras and want them run, please vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12636

If orientation lock pisses you off, vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12643

If you want to access updates of core components when they are stable but not in CSSU yet (or can't be built with autobuilder), look at this: http://forums.internettablettalk.com...8&postcount=13

I'll be uploading newer glib as it seems to be stable, after I test it on device. Then the next step will be libaccounts.
__________________
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-24 at 12:08.
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post:
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#220
Originally Posted by marmistrz View Post
1) newer libc6 - I uploaded sources & etc. to my server, look at this: http://talk.maemo.org/showpost.php?p...&postcount=105
2) Please vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12635.
3, 4) Sorry, I don't know what responsible for this, any ideas?
.

I think Because of So-called NSUserDefaults

unable to locate NSUserDefaults.plist


http://stackoverflow.com/questions/1...nsuserdefaults

http://stackoverflow.com/questions/1...nsuserdefaults

Last edited by amr.fayz; 2012-07-24 at 12:35.
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


All times are GMT. The time now is 15:58.