Active Topics

 

Showing results 1 to 25 of 61 @ 0.03 seconds. Search: Posts Made By: harriva
Forum: Development 2010-07-12, 13:30
Replies: 10
Views: 2,353
Posted By harriva
Re: Application Instance

You can register a D-Bus name for your application and terminate it if that name is already taken.

I'm not sure if the background running instance will pop to front or if you have to add few lines...
Forum: Maemo 5 / Fremantle 2010-07-01, 14:59
Replies: 77
Views: 18,831
Posted By harriva
Re: no drm means no good apps?

https://publish.ovi.com/register/country_and_account_type


But there is still that 50€ registering fee.
Forum: Games 2010-06-30, 19:25
Replies: 265
Views: 118,805
Posted By harriva
Re: Secret Exit's official N900 games thread

Two weeks since Zen Bound appeared to ovi. Dare to share some numbers?
Forum: Development 2010-06-27, 13:43
Replies: 4
Views: 1,304
Posted By harriva
Re: cracklib2 build fails

You are connected to internet and I think autobuilder is only connected directly to some repositories so that one can't use it for spam or DOS.

Add that .dtd to project and fix .xml to point to...
Forum: Development 2010-06-27, 12:44
Replies: 4
Views: 1,304
Posted By harriva
Re: cracklib2 build fails

You have xml document in your source that contains Document Type Definition that links to "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"

Copy that .dtd to where your .xml is (and add it...
Forum: Development 2010-06-23, 22:53
Replies: 20
Views: 5,315
Posted By harriva
Re: Need help in optimizing a drawing code ...

Or you could have used qCeil and qFloor.

void connectingPointsCalculator4( QVector<QPoint>& inputqPoints, int x0, int y0, int x1, int y1)
{
inputqPoints.clear();

float i = qAbs(x0-x1)...
Forum: Development 2010-06-23, 17:50
Replies: 4
Views: 3,856
Posted By harriva
Re: malformed line -error during installation - complete linux noob

Think there should be empty space. Like this:
deb http://repository.maemo.org/ fremantl...************** nokia-binaries

And maybe empty line at end of the file.
Forum: Development 2010-06-20, 17:34
Replies: 20
Views: 11,977
Posted By harriva
Re: Linux Maemo Development Guide

It's 800*480 and application area only 800*424.
Forum: Development 2010-06-19, 11:37
Replies: 5
Views: 3,161
Posted By harriva
Re: Using native Maemo 5 icons in QT app

Haven't tried but I think fromTheme is the thing for this.
http://doc.qt.nokia.com/4.6/qicon.html#fromTheme
Forum: Development 2010-06-17, 18:19
Replies: 20
Views: 5,315
Posted By harriva
Re: Need help in optimizing a drawing code ...

I had my doubts about your connectingPointsCalculator3 and it didn't seem to be giving me correct points when I tested it. Want to try my code?



// Add if needed
//#include <qmath.h>

void...
Forum: Development 2010-06-15, 13:54
Replies: 20
Views: 5,315
Posted By harriva
Re: Need help in optimizing a drawing code ...

ConnectingPointsCalculator3 is interesting... "minX=y-5;"
How did you verify that it gave correct x points out?
Forum: Development 2010-06-15, 11:08
Replies: 20
Views: 5,315
Posted By harriva
Re: Need help in optimizing a drawing code ...

http://stackoverflow.com/questions/3040484/qt-c-need-help-in-optimizing-a-drawing-code



If vertical lines are always ok when doing partial or full update then I don't think it's performance...
Forum: Development 2010-06-15, 09:48
Replies: 20
Views: 5,315
Posted By harriva
Re: Need help in optimizing a drawing code ...

I think you still don't calculate changed area correctly. Try drawing from right to left and see if that works. Or draw a circle to see when updating works.

And I think you don't need to set pen...
Forum: Development 2010-06-08, 10:25
Replies: 2
Views: 3,452
Posted By harriva
Re: How to deveolop open GL ES for N900

This probably isn't the easy way but this is how I planned to go on.

I'm using Windows 7 and I don't have n900.

Downloaded and installed
(LGPL) Qt SDK for Windows* (288 MB)...
Forum: Development 2010-02-06, 14:12
Replies: 25
Views: 12,753
Posted By harriva
Re: How to make a .deb package ..

Packaging, Deploying and Distributing (http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing)

And when time comes to push app to repository.
Maemo...
Forum: Applications 2010-01-05, 07:58
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

You need IR receiver. Laptop with IR port or something.
Then you somehow configure irrecord to work with it.
http://www.lirc.org/html/irrecord.html
Then you record your remote. (Not to raw format....
Forum: Applications 2009-12-30, 06:24
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

It's somewhat fixed now.
Latest Lirc version is running only when Irreco is on unlike the old version which were running all the time.


harriva
Forum: Applications 2009-12-30, 06:12
Replies: 1
Views: 1,008
Posted By harriva
Re: irreco is gone!!

Extras-devel


harriva
Forum: Applications 2009-12-29, 10:17
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

If it's up to me Irreco will never make it out to testing at first place.
Let's just call it a proof of concept.


harriva
Forum: Applications 2009-12-29, 10:02
Replies: 194
Views: 85,103
Posted By harriva
Re: Irreco - Ir Remote Controller

Those are raw codes. I can't recall why but raw codes aren't supported.
One could try converting those with lirc but I predict that that wouldn't probably work out well at all.
Tough luck.

...
Forum: Applications 2009-12-19, 18:56
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

0.8.11 version is out and maybe "cant open socket" is finally fixed.





Very long codes are cut at some point somewhere. I've tried using strace to solve issue but it seemed like everything...
Forum: Applications 2009-12-17, 10:31
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

I just uploaded irreco 0.8.10 to builder and it should find it's way to repository any moment now.

This version should fix socket opening thing.

On a side note I didn't test this version at...
Forum: Applications 2009-12-17, 07:17
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

If that's the case I'd suggest swift transition to QT for everyone and to forget old irreco.




If you succeed consider sending that config also to lirc project. Email to lirc@bartelmus.de with...
Forum: Applications 2009-11-11, 17:24
Replies: 194
Views: 85,103
Posted By harriva
Re: Irreco - Ir Remote Controller

Long story short.
Lirc server isn't probably running.
You can try starting it being sudo and running /etc/init.d/lirc start
(^ I have no device and my memory...)

Long story long.
Lirc server...
Forum: Applications 2009-11-09, 13:54
Replies: 98
Views: 126,760
Posted By harriva
Re: Irreco for N900

All pages and sites and .install files are for n8x0 users.
Irreco that works with n900 (irreco-for-n900) is in fremantle extras-devel repository where it will stay until someone fixes all the little...
Showing results 1 to 25 of 61



 
Forum Jump

All times are GMT. The time now is 06:59.