Showing results 1 to 25 of 60 @ 0.20 seconds. Search: Posts Made By: tmsha
Forum: MeeGo / Harmattan 2011-02-11, 08:45
Replies: 249
Views: 71,643
Posted By tmsha
Re: Goodbye Meego, goodbye Nokia

http://blogs.forum.nokia.com/blog/nokia-developer-news/2011/02/11/letter-to-developers?sf1066337=1
Forum: MeeGo / Harmattan 2011-02-11, 08:23
Replies: 249
Views: 71,643
Posted By tmsha
Re: Goodbye Meego, goodbye Nokia

The most promising thing to happen the mobile industry was just killed. This was a public suicide by Nokia, they will never grow to dominate the market with optimal services now..
Forum: Development 2010-10-29, 00:45
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

I will have a look, thank you for the heads up.
I will report back when I get that far :)
Forum: Development 2010-10-29, 00:10
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

It worked! :D Thank you so much! I have been at this for hours..

I miss a better way to handle this with Qt...

But, really, thank you uvatbc :) You made my day :D
Forum: Development 2010-10-28, 23:54
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

Thank you so much! That is exactly what I was looking for (I think).
I remember using code like that in my pro file when I was working on scratchbox :)
I will try it out now!
Forum: Development 2010-10-28, 23:20
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

Thank you for your replay.

I have found the path of the executable to be: ”/usr/local/bin/” but there is no “ballhit.wav” in that dir.

I can go to that dir and do ./app and it runs like normal,...
Forum: Development 2010-10-28, 21:53
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

I did the following:


QFileInfo info("ballhit.wav");
QString strFullname = info.absoluteFilePath ();
QMediaPlayer *player = new QMediaPlayer;...
Forum: Development 2010-10-28, 21:44
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

thank you :D I will try it
Forum: Development 2010-10-28, 21:36
Replies: 12
Views: 5,247
Posted By tmsha
Re: N900 QMediaPlayer

Thank you, I have tried to add the file to my resource file, and also tried all your suggestions, but it still does not work.
Forum: Development 2010-10-28, 20:48
Replies: 12
Views: 5,247
Posted By tmsha
N900 QMediaPlayer

I got this bit of code that I run on a N900 with PR1.3 Qt4.7 Mobility 1.0.2


QMediaPlayer *player = new QMediaPlayer;
player->setMedia(QUrl::fromLocalFile("ballhit.wav"));...
Forum: Development 2010-10-14, 17:38
Replies: 2
Views: 2,888
Posted By tmsha
Qt Creator + git + gitorious.org ?

Hi, I want to use Qt creator for development and gitorious.org for version control for development with some friends.
But this seems to be a real pain..

Is there any simple guides that explains...
Forum: Development 2010-07-01, 14:24
Replies: 22
Views: 5,013
Posted By tmsha
Segmentation fault when running from device but not over remote.

I have installed my .deb file to my N900 and when I try to run it from the icon or from the terminal command line I get "Segmentation fault".
When I log in to the N900 with MADDE terminal and start...
Forum: Development 2010-06-30, 21:52
Replies: 4
Views: 1,970
Posted By tmsha
Re: showFullScreen and mobility location does not mix

Here is my code, somebody please take a look at this, I really don't get it. It's so simple... yet.. :confused:

Try to run it on your N900 and then select Menu->Location->GPS
It does not work.....
Forum: Development 2010-06-30, 21:18
Replies: 4
Views: 1,970
Posted By tmsha
Re: showFullScreen and mobility location does not mix

I just redid the application from scratch, the problem seems to be from where the locationing service is started, if I do it in the constructor of the code it works, if I connect a button to start...
Forum: Development 2010-06-30, 20:27
Replies: 4
Views: 1,970
Posted By tmsha
Re: showFullScreen and mobility location does not mix

Well, when it does not work I don't get any signal about it being done. And I don't see the location icon blinking in the status bar.

Here is my locationing code, maybe a bit hacky, but it works.....
Forum: Development 2010-06-30, 18:55
Replies: 4
Views: 1,970
Posted By tmsha
Unhappy showFullScreen and mobility location does not mix

This is realy strange.. why wont an application running in fullscreen mode work with locationing?
When I turn off fullscreen it works flawlessly.

Anyone else encountered this?

If an...
Forum: Development 2010-06-30, 17:24
Replies: 3
Views: 4,077
Posted By tmsha
Re: Nokia QT SDK + PR1.2 remote debugging issues

I cannot get remote debuging to work on my N900, what is the problem?
Forum: Development 2010-06-02, 20:26
Replies: 4
Views: 3,412
Posted By tmsha
Re: How to detect maemo5 in QtCreator

Thank you, that helped!

Larswad: No, I did not know that, thank you! :)

Liblocation is still a problem... :(
Maybe I should use the Mobility API for location instead?
Forum: Development 2010-06-02, 20:05
Replies: 4
Views: 3,412
Posted By tmsha
How to detect maemo5 in QtCreator

Hi, when i coded on linux i used this:

exists(/opt/qt4-maemo5/include/QtMaemo5/QtMaemo5) {
DEFINES += maemo5
QT += maemo5 \
dbus
message(maemo5 found)
}

and then did a...
Forum: Development 2010-06-02, 19:21
Replies: 6
Views: 2,264
Posted By tmsha
QtCreator PR 1.2 Debugging helper...

Why does this happend? (See image)
I cannot build debug helpers.
Forum: Development 2010-03-01, 18:51
Replies: 5
Views: 3,444
Posted By tmsha
Re: Network type detection

Thanks for posting that! :)

Can you please post code for how to detect if the current connection is wifi or cellular ?
Forum: Development 2010-02-28, 12:59
Replies: 21
Views: 7,194
Posted By tmsha
Re: Clean way to add/remove LED patterns to mce.ini

Is this what you need ?

http://my-maemo.com/software/applications.php?name=LED_Pattern_Editor&fldAuto=1275&faq=42
Forum: Development 2010-02-27, 23:10
Replies: 7
Views: 4,158
Posted By tmsha
Re: QtCreator & MADDE: Instructions for Windows

Now, we just need Qt 4.6 for MADDE support :) (the "hack" got problems with maemo includes)

What about maemo code completion for qt creator?
Will that ever be integrated into qt creator ?

And...
Forum: Development 2010-02-27, 22:55
Replies: 7
Views: 1,992
Posted By tmsha
Forum: Brainstorm 2010-02-22, 22:12
Replies: 0
Views: 1,330
Posted By tmsha
[Sandbox] Maemo 5 OS: Way of storing current weather information

Hi, there is numerous weather applications out there. And many users use such applications for widgets on desktop etc. But what if there was a way to store and retrieve the current weather...
Showing results 1 to 25 of 60



 
Forum Jump

All times are GMT. The time now is 15:50.