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)

amr.fayz 2012-09-18 14:49

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

Originally Posted by marmistrz (Post 1268473)
Can you send it to me/upload it somewhere? (maybe extras-devel). We may test it.

Your lib is rejected as it contains libs already present in librarypacks. libtimed or libcontext* for example.
It's banned until you remove the libs already uploaded (librarypacks/meecolay repo).



Did you mean without yours libs you mean libs That i have added it ??



and About MeegoMiro its her

http://www.mobile4arab.com/vb/showthread.php?t=856328


can u make it as deb

http://www.mediafire.com/download.php?2aov0p6c7y2pxph


i put the file her

/home/user/meego

and copy icon to her

/usr/share/icons/hicolor/64×64/

and her

/usr/share/applications/hildon/

and put the img in Mydocs

This only

marmistrz 2012-09-18 14:51

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

Originally Posted by amr.fayz (Post 1268480)
Did you mean without yours libs you mean libs That i have added it ??



and About MeegoMiro its her

http://www.mobile4arab.com/vb/showthread.php?t=856328


can u make it as deb

http://www.mediafire.com/download.php?2aov0p6c7y2pxph


i put the file her

/home/user/meego

and copy icon to her

/usr/share/icons/hicolor/64×64/

and her

/usr/share/applications/hildon/

and put the img in Mydocs

This only

Yes, your lib mustn't contain the libs that I've added.

amr.fayz 2012-09-18 15:44

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

Originally Posted by marmistrz (Post 1268481)
Yes, your lib mustn't contain the libs that I've added.


this is my libs Without meego qt4 Which i add it in qt4-maemo5 directory for no mistakes


http://www.mediafire.com/?zaoshact95el0pd

marmistrz 2012-09-18 16:20

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

Originally Posted by amr.fayz (Post 1268516)
this is my libs Without meego qt4 Which i add it in qt4-maemo5 directory for no mistakes


http://www.mediafire.com/?zaoshact95el0pd

Rejected, your lib still contains duplicates. For example libmdatauri or maemo-meegotouch-interfaces. libaegis-crypto1 is in devel. and so on.

Search for which libs are in extras-devel, which in librarypacks and which in the repo. If you don't do it solidly, your lib will be banned until the end of September. If you miss something, it's no problem, but there are libraries which are of course available in meecolay librarypacks. as libmdatauri

laith.m.y 2012-09-19 00:06

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

Originally Posted by marmistrz (Post 1267260)
For XIQueryVersion: vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12668

for segmentation fault:
Code:

# apt-get install gdb
$ meecolay gdb /path/to/faulting/app
> run

the last command is issued in gdb's interactive shell.

- I voted for the bug

- I installed gdb and run the command as you told me, the game run and when I touch the screen the game freeze and this the output in terminal :

Code:

~ $ meecolay gdb /opt/peakgold/bin/peakgold
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/>...
(gdb) run
Starting program: /opt/peakgold/bin/peakgold
start QtGame
install at id: 2
application event: 68
game init
application event: 68
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
          Some video features have been disabled."
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack
openglInit
openglINit finish
load file: 140
saveExist a

YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
 -----------> UPGRADE <--------------
 UPGRADE_GENERATOR_MACHINE = 0
 UPGRADE_GOLD_DETECTOR = 0
 UPGRADE_GOLD_COLECTION = 0
 UPGRADE_HOOK_MINIUM = 0
 UPGRADE_HOOK_BACK = 0
 UPGRADE_HOOK_THROW = 0
 rateCount = 0
 0 -> 0
 1 -> 0
 2 -> 0
 3 -> 0
 4 -> 0
 5 -> 0
 6 -> 0
 7 -> 0
 8 -> 0
application event: 121
application event: 68

Program received signal SIGSEGV, Segmentation fault.
0x406b53c0 in QTouchEvent::TouchPoint::pos() const () from /usr/lib/libQtGui.so.4
0x406b53c0 <_ZNK11QTouchEvent10TouchPoint3posEv+0>:        ldr        r3, [r1]
(gdb)

thanks for your reply

-----------------------------------------

Edit :

i voted for it also :)

marmistrz 2012-09-20 17:46

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

Originally Posted by laith.m.y (Post 1268777)
- I voted for the bug

- I installed gdb and run the command as you told me, the game run and when I touch the screen the game freeze and this the output in terminal :

Code:

~ $ meecolay gdb /opt/peakgold/bin/peakgold
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/>...
(gdb) run
Starting program: /opt/peakgold/bin/peakgold
start QtGame
install at id: 2
application event: 68
game init
application event: 68
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
          Some video features have been disabled."
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack
openglInit
openglINit finish
load file: 140
saveExist a

YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
 -----------> UPGRADE <--------------
 UPGRADE_GENERATOR_MACHINE = 0
 UPGRADE_GOLD_DETECTOR = 0
 UPGRADE_GOLD_COLECTION = 0
 UPGRADE_HOOK_MINIUM = 0
 UPGRADE_HOOK_BACK = 0
 UPGRADE_HOOK_THROW = 0
 rateCount = 0
 0 -> 0
 1 -> 0
 2 -> 0
 3 -> 0
 4 -> 0
 5 -> 0
 6 -> 0
 7 -> 0
 8 -> 0
application event: 121
application event: 68

Program received signal SIGSEGV, Segmentation fault.
0x406b53c0 in QTouchEvent::TouchPoint::pos() const () from /usr/lib/libQtGui.so.4
0x406b53c0 <_ZNK11QTouchEvent10TouchPoint3posEv+0>:        ldr        r3, [r1]
(gdb)

thanks for your reply

-----------------------------------------

Edit :



i voted for it also :)

please report the segfault to cssu bugzilla.

int_ua 2012-09-25 08:17

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Can you please add instructions on where to download Harmattan apps to the wiki and the first post?

Brian_7 2012-09-25 09:50

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
You have to look for the deb file on google.

don_falcone 2012-09-25 10:33

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
@marmisterz, amr: Why do you guys full-quote your (sometimes very long) posts almost every time? There's no need to repeatedly include that many screenshots etc. so often. /netiquette

AapoRantalainen 2012-09-25 10:36

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

Originally Posted by int_ua (Post 1271882)
Can you please add instructions on where to download Harmattan apps to the wiki and the first post?

For applications with price=0:

1) register and login to ovi store: https://store.ovi.com/
2) select phone=N9
3) go to application page. e.g:
http://store.ovi.com/content/261294 or if you come from search:
http://store.ovi.com/content/261294?...e=search&pos=1
Change last part to "/download". e.g:
http://store.ovi.com/content/261294/download
-> Download deb


All times are GMT. The time now is 03:40.

vBulletin® Version 3.8.8