Nokia N950 to be the sole 2011 MeeGo device

When Nokia announced it would be partnering with Microsoft on Windows Phone 7, investors and consumers alike were assured that MeeGo was not going to be phased out.

Share

With Windows Phone 7, Verizon joins AT&T with largest smartphone selection

Verizon will soon get a Windows Phone 7 device and when it does it will become only the second US carrier with smartphones running each of the major smartphone platforms, including iOS, WP7, Android, webOS, and BlackBerry.

Share

With Windows Phone 7, Verizon becomes the carrier to rule them all

Verizon will soon get a Windows Phone 7 device and when it does it will become the only US carrier with smartphones running each of the major smartphone platforms, including iOS, WP7, Android,…

Share

Nokia Windows Phone : Nokia Microsoft Alliance Questions, Answered! TechPinas Founder Notes # 1a

Hi TP friends! Welcome to TechPinas Founder Notes (TPFN) # 1a: Alliances ! Me at Nokia Connection 2010 held in Singapore For this issue, I’ll share with you some important information that we got on the recently announced Nokia-Microsoft strategic alliance. I’ll also post Nokia’s answers to some of the hottest questions by our readers regarding this landmark partnership. Overview: This video …

Share

Maemo Weekly News for Monday, 28 Feb 2011

Front Page Valtteri Halla, MeeGo TSG member, resigns from Nokia Valtteri Halla , one of the two members of MeeGo's Technical Steering Group, has resigned from Nokia. In a tweet, he said: “Let's say it in plain english: I have resigned from #nokia today but I still have a heart for #meego” What this does to the make-up of the MeeGo TSG is uncertain, as is his next role.

Share

Qt hotfixes

/ 0 votes – 3 downloads Updated 2011-02-28 00:45 UTC – Stable Quality Free & Open Source license If you don’t know what this is, you don’t need it A package that depends/installs all the hotfixes and updates in Extras that have not (yet) been made part of a firmware update, currently containing .

Share

maemo.org Extras Bug Jar 2011.09

A Quick Look at Extras in Bugzilla 2011-02-21 through 2011-02-27 As of 2011-02-28 Extras contains: total items 2385 ( 24) total open items 854 ( 7) open bugs 491 ( 2) critical/blocker 28 ( 1) “easyfix” 4 “moreinfo” 3 ( 1) “crash” 1 “patch” 4 reopened 7 unconfirmed 292 open enhancements 363 ( 5) “easyfix” 1 “moreinfo” 1 “patch” 5 ( 2) reopened 1 unconfirmed 143 ( 5) Top Tens Ten biggest open bugs by number of votes : (7%) 7334 [FM Radio] audio disappear using other device functions(connecting-disconnecting wi-fi,hspa) (5%) 7351 [Recorder] Recorder app closes automatically after few mins (4%) 6511 [Canola] Unable to type text in Canola on N900 (4%) 7413 [ogg-support] Cover art not shown for Ogg Vorbis files (4%) 11031 [PyMaemo] python-all depending on specific python version breaks updating python modules (3%) 5504 [ogg-support] No seeking for Flac (1.0.5) (3%) 6456 [ogg-support] Register audio/ogg mimetype to support *.oga Vorbis audio files (2%) 8508 [The One Ring] Integration with System Contacts isn’t working (2%) 5673 [eCoach] Implement translation infrastructure (2%) 6847 [gPodder] gPodder does not attempt to connect to internet if no ambient connection Please visit Bugzilla to vote. Registration is easy and free. Ten biggest open enhancements by number of votes (unchanged for 16 weeks): (6%) 8224 [Hermes] Support for getting orkut contact details with Hermes (6%) 5453 [Hermes] Add google as a source for contact information (feature request) (6%) 7738 [FM Radio] Scan and auto-preset feature (5%) 5823 [Personal GPRS Monitor] programmable auto-reset (4%) 5045 [Conboy] Add undo and redo (4%) 5452 [Hermes] Don’t overwrite pre-existing contact info (3%) 6383 [PasswordSafe] Add support for V3 Format (2%) 5018 [StockThis] Create a Desktop widget to display portfolio (2%) 7374 [FM Radio] Record FM radio to file (2%) 5564 [Dialcentral] Include links to the voice mail recordings in DC Please visit Bugzilla to vote.

Share

[SomePlayer] First public release

After about half of year development/testing/usage I have uploaded first public release of my player.

Share

More QML learnings

I was trying to figure out how to connect button click to C++. Here is very short how (sorry for bad formatting due to this html which does not like code): main.cpp: For this I had these includes: #include < QtGui/QApplication > #include < QString > #include < QDeclarativeEngine > #include < QDeclarativeView > #include < QtDeclarative > #include “qmlapplicationviewer.h” #include < QDebug > Then continued with my program specific includes … int main(int argc, char *argv[]) { QApplication app(argc, argv); QmlApplicationViewer viewer; qmlRegisterType < Metar > (“MetarClasses”,1,0,”Metar”); viewer.setOrientation(QmlApplicationViewer::LockPortrait); viewer.setMainQmlFile(QLatin1String(“qml/PilotHelper/main.qml”)); viewer.show(); Metar met; return app.exec(); } metar.h (from my unfinished application): #include < QDeclarativeEngine > #include < qdir.h > class Metar : public QObject { Q_OBJECT public: explicit Metar(QObject *parent = 0); ~Metar(); QString readMetar(QString location); public slots: void replyFinishedSlot(QNetworkReply *reply); void retrieveMetarClickedSlot(); private: QNetworkAccessManager* nam; }; metar.cpp: implements clicked function void Metar::retrieveMetarClickedSlot(){ qDebug ()

Share

NecroPlayer

/ 1 vote – 49 downloads Updated 2011-02-26 16:00 UTC – Stable Quality Free & Open Source license A simple audio player Simple Qt/Phonon player based on uplay code Author CtHx Ъ Links Homepage

Share

Next Page »