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)

szopin 2012-12-29 22:30

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

Originally Posted by marmistrz (Post 1308894)
NokiaPt works (at least starts up and looks for location)

you need to run it with
Code:

LD_PRELOAD=/opt/qtm12/lib/libQtLocation.so meecolay /opt/NokiaPt/bin/NokiaPt

Yeah, I managed to get that far but except checking availability and sending feedback nothing else works (in main menu first option segfaults nicely, the second hangs/reboots the phone). If someone managed to make it work pls post your setup, thanks.

szopin 2012-12-29 22:31

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

Originally Posted by sunyakram (Post 1308903)
--- 2012-12-28 23:40:04 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install meecolay
--- 2012-12-28 23:40:08 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
meecolay: Depends: libqtcore4 but it is not going to be installed
Depends: libqtgui4 but it is not going to be installed
Depends: libqtwebkit4 but it is not going to be installed
Depends: maemo-meegotouch-interfaces but it is not going to be installed
Depends: libqt4 but it is not going to be installed
E: Broken packages

?

Do you have CSSU installed?

marmistrz 2012-12-30 09:14

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

Originally Posted by szopin (Post 1308963)
Do you have CSSU installed?

He probably hasn't but didn't search the thread nor read the opening post. The same problem has been reported 3 pages ago!

n900d-i-y 2012-12-31 13:16

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Just tried Air Attack. Segmentation fault. Using Meecolay 0.95-2.
I tried to update the Compatibility list but there is an error and won't let me.

marmistrz 2012-12-31 13:18

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

Originally Posted by n900d-i-y (Post 1309425)
Just tried Air Attack. Segmentation fault. Using Meecolay 0.95-2.
I tried to update the Compatibility list but there is an error and won't let me.

please show the output
Code:

meecolay ldd /path/to/airattack/executable
wiki is temporarily read only, until migration is done

n900d-i-y 2012-12-31 13:29

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
No such file or directory. I tried as user and as root.

marmistrz 2012-12-31 13:30

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

Originally Posted by n900d-i-y (Post 1309429)
No such file or directory. I tried as user and as root.

(you should insert the appropriate path in place of the /path/to...)

n900d-i-y 2012-12-31 13:36

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

Originally Posted by marmistrz (Post 1309430)
(you should insert the appropriate path in place of the /path/to...)

I'm a noob and don't understand exactly what you mean.

This is what I did to try and run the game.
meecolay /opt/airattack/bin/airattack

marmistrz 2012-12-31 13:51

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

Originally Posted by n900d-i-y (Post 1309433)
I'm a noob and don't understand exactly what you mean.

This is what I did to try and run the game.
meecolay /opt/airattack/bin/airattack

So post output of
Code:

meecolay ldd /opt/airattack/bin/airattack

n900d-i-y 2012-12-31 14:01

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
3 Attachment(s)
Quote:

Originally Posted by marmistrz (Post 1309436)
So post output of
Code:

meecolay ldd /opt/airattack/bin/airattack

Okay, I understand now. File attached for airattack output and I also tried istunt2, Frisbee-forever. Outputs also attached.

marmistrz 2012-12-31 15:02

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

Originally Posted by n900d-i-y (Post 1309439)
Okay, I understand now. File attached for airattack output and I also tried istunt2, Frisbee-forever. Outputs also attached.

Code:

# apt-get install gdb
$ meecolay gdb /opt/airattack/bin/airattack
> run

# - as root
$ - as user
> - in gdb shell

please post everything that is printed after "run"

istunt won't be fixed for the time being as it's very hard to port libc6

n900d-i-y 2012-12-31 19:02

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

Originally Posted by marmistrz (Post 1309449)
Code:

# apt-get install gdb
$ meecolay gdb /opt/airattack/bin/airattack
> run

# - as root
$ - as user
> - in gdb shell

please post everything that is printed after "run"

istunt won't be fixed for the time being as it's very hard to port libc6

Ok before I install anything what is gdb? what does it do and where do I find it?

szopin 2012-12-31 20:58

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
One of first results when googling 'gdb' is GNU Debugger. It does a lot of things. You can download it from repos. You can 'man gdb' (if you have manual pages installed, googling for 'man xyz' usually returns same file though) to get more info on usage, though following written steps is preferred as simple google causes problems it seems

n900d-i-y 2012-12-31 23:01

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
@marmistrz
as requested
Starting program: /opt/airattack/bin/airattack
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00c00e50 in ?? ()
0x00c00e50: svcvs 0x00644100
(gdb)

n900d-i-y 2012-12-31 23:08

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
@marmistrz
this is for frisbee forever
Starting program: /opt/frisbee-forever/bin/frisbee-forever
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00c01050 in ?? ()
0x00c01050: svcvs 0x00644100
(gdb)

szopin 2012-12-31 23:29

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

(no debugging symbols found)
(no debugging symbols found)

developments could be quite useful. Like one line like
(no debugging symbols found)
then something like
x148
and then again
(no debugging symbols found)
We'd be at the useful bottom.

n900d-i-y 2013-01-01 00:21

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

Originally Posted by szopin (Post 1309587)
Summary of latest:

(no debugging symbols found)
(no debugging symbols found)

developments could be quite useful. Like one line like
(no debugging symbols found)
then something like
x148
and then again
(no debugging symbols found)
We'd be at the useful bottom.

Sorry about that, still learning. When marmistrz said print everything after run, I took it literially. I should have applied some commonsense. Thanks though , I now know for next time.

marmistrz 2013-01-01 07:54

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

Originally Posted by n900d-i-y (Post 1309584)
@marmistrz
as requested
Starting program: /opt/airattack/bin/airattack
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00c00e50 in ?? ()
0x00c00e50: svcvs 0x00644100
(gdb)

Here and in frisbee is probably not working due to that buggy libmeegotouch.

n900d-i-y 2013-01-01 08:06

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

Originally Posted by marmistrz (Post 1309635)
:D

Here and in frisbee is probably not working due to that buggy libmeegotouch.

Thanks for your reply. Dam that libmeegotouch.

marmistrz 2013-01-05 17:32

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
If you had some problems with QtComponents apps, please test this out: http://talk.maemo.org/showthread.php?p=1310875 and let me know how it works

helloct 2013-02-04 19:03

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I got this problem :

lib/libc.so.6: version 'GLIB_2.6'

EDIT:

solved with this libc6_2.10-0maemo18.1+0m6_armel.deb
from here http://adf.ly/9W8IF

marmistrz 2013-02-04 19:17

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

Originally Posted by helloct (Post 1320795)
I got this problem :

lib/libc.so.6: version 'GLIB_2.6'

If you use amr.fayz's lib pack, then you have to fix stuff yourself. He gives broken stuff sometimes.You'd better stick with the official meecolay release. To make sure you have it installed fully, do
Code:

sudo gainroot
rm -r /opt/meecolay
apt-get install --reinstall meecolay


dzano 2013-02-05 11:17

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Is there any app free for this Harmattan thing?

amr.fayz 2013-02-10 10:26

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

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

http://my-meego.com/grafika/dfilebrowser.jpg

marmistrz 2013-02-10 16:56

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I've just pushed an update to meecolay-core. It's in the meecolay repo. You should install meecolay-repo package as the repository thing has been moved to a separate package. It will provide the pubkey which was missing

pierrem 2013-02-11 12:58

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
when apt-get install meecolay or meecolay-librarypack*, I have a Hash Sum Mismatch.
Did I miss something ?

n900d-i-y 2013-02-11 13:02

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

Originally Posted by marmistrz (Post 1322283)
I've just pushed an update to meecolay-core. It's in the meecolay repo. You should install meecolay-repo package as the repository thing has been moved to a separate package. It will provide the pubkey which was missing

I cant find this update. Meecolay repo?

marmistrz 2013-02-11 15:28

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

Originally Posted by n900d-i-y (Post 1322443)
I cant find this update. Meecolay repo?

yes

10 chars

n900d-i-y 2013-02-12 06:55

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

Originally Posted by marmistrz (Post 1322475)
yes

10 chars

Ok, i need help to install this update please. Is it in the extras-devel repo or the meecolay repo?

marmistrz 2013-02-12 11:25

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

Originally Posted by n900d-i-y (Post 1322567)
Ok, i need help to install this update please. Is it in the extras-devel repo or the meecolay repo?

It's in the meecolay repo (extras-devel import not working yet)

Code:

sudo gainroot
apt-get update
apt-get install meecolay-core meecolay-repo


marmistrz 2013-02-12 15:09

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
The meecolay repository has gotten corrupted. Apt doesn't detect any packages now. It'll be fixed ASAP, but is difficult (my whole repository has to be regenerated)

EDIT: This doesn't affect the meecolay-gui repository

UPDATE1: 12 Feb 2013, 18:12 CET: the stable, toolchain and unstable branches are back. Only meecolay branch waiting

marmistrz 2013-02-13 17:24

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
The meecolay repo has been repaired

n900d-i-y 2013-02-13 22:32

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

Originally Posted by marmistrz (Post 1322872)
The meecolay repo has been repaired

What are the catalogue details for this repo please.

marmistrz 2013-02-14 14:24

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

Originally Posted by n900d-i-y (Post 1322924)
What are the catalogue details for this repo please.

It's built into MeeCoLay. It's in either package meecolay-core (0.9.5-1) or meecolay-repo (0.9.5-2). If you use meecolay-repo, you need to install meecolay-core 0.9.5-2.

marmistrz 2013-02-19 19:22

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Please vote for the icon concept here: http://talk.maemo.org/showthread.php...39#post1323639

pierrem 2013-02-19 22:03

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Is there a known issue with portrait orientation ?
Whether ttrss or forum-qml, both are fine in landscape mode, but when I turn my device in portrait mode, then the window appearance is the one expected: portrait width and, I guess, height, but since it is 90° rotated, it is cropped

marmistrz 2013-02-20 08:51

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

Originally Posted by pierrem (Post 1323932)
Is there a known issue with portrait orientation ?
Whether ttrss or forum-qml, both are fine in landscape mode, but when I turn my device in portrait mode, then the window appearance is the one expected: portrait width and, I guess, height, but since it is 90° rotated, it is cropped

So,

I found a way to fix portrait orientation. I implemented it into the MeeCoLay GUI. And then I found out that X-CSSU-Force-Landscape changed its behavior entirely. Because the MeeGo apps almost always tell that portrait orientation is supported, Hildon Desktop (the window manager on N900) refuses to keep the orientation landscape only. Even though it's clearly stated in the menu entry that the app should be kept in landscape only. Up to Hildon desktop 146 revision for sure, the workaround was 100% OK. This has been changed as the CSSU team policy is not to blacklist apps which declare portrait supported. (which leads to such problems)

Because of the policy change, you cannot now even blacklist games like BounceBounce by this way (it was the only way working)

I asked the hildon-desktop developer, arcean, he promised to talk about the policy with the CSSU devs. But you are welcome write to the CSSU team - for example freemangordon, merlin1991, pali or MohammadAG.

seanmcken 2013-03-01 02:35

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
why not port N9's media player to N900?

panjgoori 2013-03-01 02:56

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

Originally Posted by seanmcken (Post 1326091)
why not port N9's media player to N900?

i already created a thread for that more than 6 months ago but go only one reply that N9's media player is closed source.

seanmcken 2013-03-01 15:01

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Important Things Never Get On Time or When Its Needed


All times are GMT. The time now is 10:05.

vBulletin® Version 3.8.8