maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [MeeGo] [Announce] MeeCast for Harmattan (https://talk.maemo.org/showthread.php?t=76291)

vasvlad 2011-09-19 13:08

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by towhatend (Post 1091723)
Code:

qt-components:
  Installed: 1.0~git20110911-1+0m5.1
  Candidate: 1.0~git20110917-1+0m5.3
  Version table:
    1.0~git20110917-1+0m5.3 0
        500 http://dl.dropbox.com fremantle/oss Packages
 *** 1.0~git20110911-1+0m5.1 0
        100 /var/lib/dpkg/status
    1.0~git20110620-7-1fn 0
        500 http://repository.maemo.org fremantle/free Packages
    1.0~git20101111-1 0
        500 http://repository.maemo.org fremantle/free Packages


Hmm.
This is my output:
Code:

apt-cache policy qt-components
qt-components:
  Installed: 1.0~git20110620-7-1fn
  Candidate: 1.0~git20110620-7-1fn
  Version table:
 *** 1.0~git20110620-7-1fn 0
        500 http://repository.maemo.org fremantle/free Packages
        500 http://repository.maemo.org fremantle/free Packages
        100 /var/lib/dpkg/status
    1.0~git20101111-1 0
        500 http://repository.maemo.org fremantle/free Packages

Vlad.

arora.rohan 2011-09-19 13:30

Re: [Announce] MeeCast for Harmattan
 
so we are using a new version of the qt-components? thats why it wont work?

towhatend 2011-09-19 13:53

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by vasvlad (Post 1091739)
Hmm.
This is my output:
Code:

apt-cache policy qt-components
qt-components:
  Installed: 1.0~git20110620-7-1fn
  Candidate: 1.0~git20110620-7-1fn
  Version table:
 *** 1.0~git20110620-7-1fn 0
        500 http://repository.maemo.org fremantle/free Packages
        500 http://repository.maemo.org fremantle/free Packages
        100 /var/lib/dpkg/status
    1.0~git20101111-1 0
        500 http://repository.maemo.org fremantle/free Packages

Vlad.

Oh, I see. I´m using the components from Alfreds sig : http://talk.maemo.org/member.php?u=46575

vasvlad 2011-09-19 14:01

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by towhatend (Post 1091767)
Oh, I see. I´m using the components from Alfreds sig : http://talk.maemo.org/member.php?u=46575


I'm going to try write a patch for this situation. But it will be not so quickly.

Vlad.

MiK546 2011-09-19 14:08

Re: [Announce] MeeCast for Harmattan
 
As far as I know if you are going to use qt-components the package in extras-devel wont work. You have to use packages from this repository instead:
Code:

name=QtComponents
uri=http://dl.dropbox.com/u/41252806/maemo
dist=fremantle
components=oss non-oss source

You also have to make some small changes to your program to get it working on fremantle. For more information see http://wiki.maemo.org/QtComponents.

mve 2011-09-19 18:58

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by vasvlad (Post 1091671)
Hi.
I just uploaded MeeCast package to extras-testing repository.
http://maemo.org/packages/view/meecast/
Please test it

Vlad.

It works! Can't wait to have N9 :-)

I noticed few problems with N900 MeeCast. I have CSSU installed and if phone is in portrait mode when I start MeeCast, icons for refresh and menu are missing. Icons are shown correctly if I start it in landscape mode. MeeCast crashed also few times but I could not get any clear reason for those crashes.

I have also one suggestion. Change wind icon to show actual wind direction. If it winds from North show arrow from up to down and so on. One solution for this could be using two image elements and getting angle of the arrow from the wind direction property.

vasvlad 2011-09-20 05:20

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by mve (Post 1091935)
It works! Can't wait to have N9 :-)

I noticed few problems with N900 MeeCast. I have CSSU installed and if phone is in portrait mode when I start MeeCast, icons for refresh and menu are missing. Icons are shown correctly if I start it in landscape mode. MeeCast crashed also few times but I could not get any clear reason for those crashes.

I have also one suggestion. Change wind icon to show actual wind direction. If it winds from North show arrow from up to down and so on. One solution for this could be using two image elements and getting angle of the arrow from the wind direction property.

Thanks for report.
I've found source of problem. I'm going to release the version 0.3.28 today.

Vlad,

Alfred 2011-09-20 06:24

Re: [Announce] MeeCast for Harmattan
 
here is what i got running it from the xterm
Code:

Nokia-N900:~# /opt/com.meecast.omweather/bin/omweather-qml
LoadCreate Config class: /opt/com.meecast.omweather/share/xsd/config.xsd
error file open
Error in Config class: Invalid source file
End of creating Config class
QFile::open: File (/root/.config/com.meecast.omweather/config.xml) already open
QFile::open: File (/root/.config/com.meecast.omweather/config.xml) already open
QFile::open: File (/root/.config/com.meecast.omweather/config.xml) already open
make models
QFile::open: File (/opt/com.meecast.omweather/share/sources/weather.com.xml) already open
QFile::open: File (/opt/com.meecast.omweather/share/sources/yr.no.xml) already open
QFile::open: File (/opt/com.meecast.omweather/share/sources/gismeteom.ru.xml) already open
qml path = omweather/qml/main.qml
file:///opt/com.meecast.omweather/share/omweather/qml/main.qml:4:1: module "com.nokia.meego" is not installed
    import com.nokia.meego 1.0
    ^


cloud596 2011-09-20 14:15

Re: [Announce] MeeCast for Harmattan
 
i saw meecast v 3.2.8 build failed

vasvlad 2011-09-20 14:21

Re: [Announce] MeeCast for Harmattan
 
Quote:

Originally Posted by cloud596 (Post 1092544)
i saw meecast v 3.2.8 build failed

Yes. :( This is a problem in builder. X-Fade is trying to resolve this problem.

Vlad


All times are GMT. The time now is 14:14.

vBulletin® Version 3.8.8