Notices


Reply
Thread Tools
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#21
Originally Posted by towhatend View Post
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.

Last edited by vasvlad; 2011-09-19 at 13:15.
 
arora.rohan's Avatar
Posts: 353 | Thanked: 166 times | Joined on Jun 2010 @ India
#22
so we are using a new version of the qt-components? thats why it wont work?
__________________
http://i.imgur.com/UczgY.png Epic Troll engine comment is Epic.
 
towhatend's Avatar
Posts: 230 | Thanked: 185 times | Joined on Jul 2010 @ Sweden
#23
Originally Posted by vasvlad View Post
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
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#24
Originally Posted by towhatend View Post
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.
 

The Following 2 Users Say Thank You to vasvlad For This Useful Post:
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#25
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.
 

The Following User Says Thank You to MiK546 For This Useful Post:
Posts: 103 | Thanked: 157 times | Joined on Feb 2007 @ Jyväskylä, Finland
#26
Originally Posted by vasvlad View Post
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.
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#27
Originally Posted by mve View Post
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,
 

The Following 4 Users Say Thank You to vasvlad For This Useful Post:
Alfred's Avatar
Posts: 855 | Thanked: 612 times | Joined on Oct 2010 @ Germany
#28
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 
     ^
__________________
Reps are just one click away: Extras | Extras-Testing | Extras-Devel | My-Maemo | CSSU |
Transform your lock screen into a weather forecast Thanks button ================>
 
Posts: 509 | Thanked: 522 times | Joined on Aug 2010 @ indonesia
#29
i saw meecast v 3.2.8 build failed
__________________
Nokia N900
PR 1.3 CSSU
64 GB
Triple Booting : maemo, power kernel 47, nitdroid umay 2,3,4

make ur desktop look awesome use symbian-anna-icons and harmattan icon pack

thanx button if u wanna say thanx dont use reply to save space loo
 
Posts: 1,137 | Thanked: 1,903 times | Joined on Apr 2007 @ Belarus
#30
Originally Posted by cloud596 View Post
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
 
Reply

Tags
forecast, meecast, omweather, weather

Thread Tools

 
Forum Jump


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