Reply
Thread Tools
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#81
How about (e.g. SDL games/) applications with fixed resolution for N9?

Code:
Unable to set video mode: No video mode large enough for 854x480
*Hacked SDL library which uses 800x480 if 854x480 is asked?
 

The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#82
I created a simple script downloading basic libs from my server.
It requires wget.

I didn't test it in any way.

I'll answer the rest of stuff soon.
Attached Files
File Type: txt meelibs.sh.txt (315 Bytes, 189 views)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 8 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#83
Originally Posted by sifo View Post
i tried txpadqml and qtinfo and im getting the same dependencies error


Code:
BusyBox v1.20.0 (Debian 1.20.0power1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user/MyDocs/Downloads # dpkg -i qtinfo_harmattan_2_3_0_armel.deb 
Selecting previously deselected package qtinfo.
(Reading database ... 55136 files and directories currently installed.)
Unpacking qtinfo (from qtinfo_harmattan_2_3_0_armel.deb) ...
dpkg: dependency problems prevent configuration of qtinfo:
 qtinfo depends on libqtcore4 (>= 4.7.3~git20110321); however:
  Package libqtcore4 is not installed.
 qtinfo depends on libqtgui4 (>= 4.7.3~git20110321); however:
  Package libqtgui4 is not installed.
 qtinfo depends on libqtwebkit4; however:
  Package libqtwebkit4 is not installed.
 qtinfo depends on libstdc++6 (>= 4.4.0); however:
  Version of libstdc++6 on system is 4.2.1-4maemo13+0m5.
dpkg: error processing qtinfo (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 qtinfo
/home/user/MyDocs/Downloads #
seens the libstdc++6 that we have is older than what the apps required !
libstdc++6 v4.6 is available on the server
libqtgui4 and libqtcore4 is the same as libqt4-gui and libqt4-core
libqtwebkit4 should be libqt4-webkit
any libmeegotouch*.so.* lacks should be solved by installing libmeegotouch


Originally Posted by michaaa62 View Post
Now try to run
Code:
root
meecolay /allegro/bin/allegro
or search for the path to the allegro bin directory.

BTW: Extracting to rootfs is not desirable!!! Do it to /opt/meecolay or even use a custom directory in /opt.
All MeeGo APPS are in /opt/, AFAIK. But you can extract it anywhere. As michaaa62 said, extracting to /opt/meecolay may be a better approach as then you can easily manage the installed apps.

.desktop files need to be tuned for hildon


Originally Posted by AapoRantalainen View Post
I tried guesscricket, but got only black screen and
Code:
file:///opt/meecolay/opt/guesscricket/qml/guesscricketqml/Mainm.qml:2:1: module "com.nokia.meego" is not installed 
     import com.nokia.meego 1.0
Here are my steps from the start:

With OVI account loaded deb file from:
http://my-meego.com/downloads/search...uess%20CRICKET
"Try it" -button.
( guesscricket_1_479367.0.0_armel.deb )

as root
Code:
apt-get install meecolay-core bzip2
as user:
Code:
wget http://marmistrz.net63.net/meecolay/data/applauncherd-launcher.tar.bz2
wget http://marmistrz.net63.net/meecolay/data/libstdc++6.tar.bz2

bunzip2 applauncherd-launcher.tar.bz2
bunzip2 libstdc++6.tar.bz2

tar xvf applauncherd-launcher.tar -C /opt/meecolay/
tar xvf libstdc\+\+6.tar -C /opt/meecolay/

dpkg -x guesscricket_1_479367.0.0_armel.deb /opt/meecolay/
And starting with:
Code:
meecolay /opt/meecolay/opt/guesscricket/bin/guesscricket
You need qt-components. It conflicts with qt-components-10


Originally Posted by AapoRantalainen View Post
How about (e.g. SDL games/) applications with fixed resolution for N9?

Code:
Unable to set video mode: No video mode large enough for 854x480
*Hacked SDL library which uses 800x480 if 854x480 is asked?
I have no experience in SDL. If you could do sth like that, it'd be great.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#84
[About guesscricket]
Originally Posted by marmistrz View Post
You need qt-components. It conflicts with qt-components-10
I installed qt-components and libmeegotouch-bin. Now I can see application starting, but then it immediately crashes:

Code:
meecolay /opt/meecolay/opt/guesscricket/bin/guesscricket 
RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC) 
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/base/meegotouch" 
file:///usr/lib/qt4/imports/com/nokia/meego/ToolBar.qml:64:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-portrait-background
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:119:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:114:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:109:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:104:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:70:5: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationpage-background
libpng warning: Malformed iTXt chunk
Segmentation fault
What is missing?

[EDIT]
I had only CSSU-stable.

Installed CSSU-testing and guesscricket starts working. There are still very same warnings.
[/EDIT]

Last edited by AapoRantalainen; 2012-06-24 at 21:14.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post:
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#85
Originally Posted by AapoRantalainen View Post
[About guesscricket]


I installed qt-components and libmeegotouch-bin. Now I can see application starting, but then it immediately crashes:

Code:
meecolay /opt/meecolay/opt/guesscricket/bin/guesscricket 
RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC) 
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/base/meegotouch" 
file:///usr/lib/qt4/imports/com/nokia/meego/ToolBar.qml:64:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-portrait-background
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:119:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:114:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:109:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:104:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:70:5: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationpage-background
libpng warning: Malformed iTXt chunk
Segmentation fault
What is missing?
i followed the way u did. got the white screen. then i only installed apt-get install qt-components and it worked.

but how to lock the orientation. plzzz help anyone. and thanks to all for teaching me
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#86
Originally Posted by AapoRantalainen View Post
[About guesscricket]


I installed qt-components and libmeegotouch-bin. Now I can see application starting, but then it immediately crashes:

Code:
meecolay /opt/meecolay/opt/guesscricket/bin/guesscricket 
RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC) 
LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/base/meegotouch" 
file:///usr/lib/qt4/imports/com/nokia/meego/ToolBar.qml:64:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-portrait-background
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:119:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:114:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-bottom-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:109:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-right
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:104:13: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationwindow-corner-top-left
file:///usr/lib/qt4/imports/com/nokia/meego/PageStackWindow.qml:70:5: QML Image: Failed to get image from provider: image://theme/meegotouch-applicationpage-background
libpng warning: Malformed iTXt chunk
Segmentation fault
What is missing?
It's for sure libmeegotouch connected, as I had problems with the maemo 6 ui demostration (widget gallery). Seg fault too.
__________________
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: 372 | Thanked: 61 times | Joined on Jan 2012
#87
how to lock orientation of guess cricket?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#88
Tap the status bar of your hildon-desktop, and lock the orientation from 'auto' to 'landscape'.

Last edited by michaaa62; 2012-05-29 at 17:33.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#89
Originally Posted by Mohammed Muid View Post
how to lock orientation of guess cricket?
And it's what's the problem. transitions.ini blacklisting doesn't work
I'll discuss it furtherly in the dev thread.
You need the orientation applet
__________________
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
#90
Can someone test whether it works on diablo or chinook? If yes, I may build it for these versions
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


All times are GMT. The time now is 01:59.