Active Topics

 



Notices


Reply
Thread Tools
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#1
UPDATE- available in the repos (extras-devel) now --------for newbies--just enable extras devel in application manager and search for them to install but beware extras devel houses unstable in devlopment software so disable it after you have installed them and ignore updates for other apps when extras devel is enabled
Devloved by m
-----thanx to Freemangodon for porting flappybird and hosting it ----

-----thanx to elros34 for porting doodlejump------
-----thanx to ade for adapting fight 2048 for our devices-------
FLAPPY BIRD
here is the file flappy bird
note - the above linked archieve contains the native n900 deb and the source code used to build it .
also note that that .deb needs libqtm-11 preinstalled on the device
screenshots


DOODLE JUMP
here is the file doodle jump
added pause on hide, prevent blanking feature, fix crash problem (remove meego components). Without deb but it's compiled so you can run it through terminal.
screenshots


FIGHT 2048 adapted by ade
An online version can be tried here: http://gabrielecirulli.github.io/2048/ to get an impression.
Ade did some small adaptions (similar to what elros34 did) to make it work on the N900.
download deb installation file herefight 2048
old instructions - extract the tar.gz in /opt and start "Fight2048" in the bin folder.
update-just click on the downloaded file to install it and If you already untar'ed the initial tar file: remove /opt/Fight2048 and install this package. Highscores will not be lost Please let me know if there are issues.
screenshots

deb installation files soon to hit the repos with bugs fixed i will update the post as it becomes available. thanx to the devlopers for making new exiting games/apps available hope to see more support in coming days

Last edited by nokiabot; 2014-09-13 at 15:47. Reason: New games added/updates
 

The Following 24 Users Say Thank You to nokiabot For This Useful Post:
Alecsandru's Avatar
Posts: 439 | Thanked: 282 times | Joined on Oct 2012
#2
how about running it before create a new thread?
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
file:///opt/flappybird/qml/FlappyBird/main.qml:6:5: Type MainPage unavailable
MainPage {
^
file:///opt/flappybird/qml/FlappyBird/MainPage.qml:4:1: module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack

blackscreen
__________________
N900 Beast featuring :
8GB OPTFS@ext4(*performance mount options)
overclock: cpu[125 - 1,150(*VDD1)+Dsp overclock
CSSU-T latest version
 

The Following User Says Thank You to Alecsandru For This Useful Post:
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#3
Originally Posted by Alecsandru View Post
how about running it before create a new thread?
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
file:///opt/flappybird/qml/FlappyBird/main.qml:6:5: Type MainPage unavailable
MainPage {
^
file:///opt/flappybird/qml/FlappyBird/MainPage.qml:4:1: module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack

blackscreen
it needs meecolay to make it run , because it is a n9 game originaly
 

The Following User Says Thank You to laith.m.y For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#4
[QUOTE=Alecsandru;1418574]how about running it before create a new thread?
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
file:///opt/flappybird/qml/FlappyBird/main.qml:6:5: Type MainPage unavailable
MainPage {
^
file:///opt/flappybird/qml/FlappyBird/MainPage.qml:4:1: module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver -----yet to get my 4th n900 after loosing them so dont blame me on testing in the og thread it was reported to work by freemangodon and several others maybe i didnt make the post right . Care to correct it?
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#5
I am getting the same problem as Alecsandru and I have meecolay installed, it then dies from a segfault.
 
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#6
Alecsandru, you should run it in that way: meecolay ./flappybird
Btw DoodleJump works great too. Maybe there will be good idea to get rid of meego specific qml code and use it without meecolay.
 

The Following User Says Thank You to elros34 For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#7
Elros, that did it, thanks
meecolay /opt/flappybird/bin/flappybird
edited flappybird.desktop adding meecolay and now it works fine

Last edited by biketool; 2014-03-27 at 04:39.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#8
Originally Posted by Alecsandru View Post
how about running it before create a new thread?
Looking for assets in "/opt/share/themes/base"
Looking for assets in "/opt/share/themes/blanco"
file:///opt/flappybird/qml/FlappyBird/main.qml:6:5: Type MainPage unavailable
MainPage {
^
file:///opt/flappybird/qml/FlappyBird/MainPage.qml:4:1: module "QtMultimediaKit" is not installed
import QtMultimediaKit 1.1
^
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack

blackscreen
you need libqtm-11 installed
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 6 Users Say Thank You to freemangordon For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#9
Originally Posted by laith.m.y View Post
it needs meecolay to make it run , because it is a n9 game originaly
no, it needs libqtm-11 installed, it is native n900 .deb, not n9 one
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 7 Users Say Thank You to freemangordon For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#10
Freemango you can delete post #9 now I will update post with screenshots when i am on pc. Thanx
 
Reply

Tags
new n900 games

Thread Tools

 
Forum Jump


All times are GMT. The time now is 04:12.