maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Steam Community app for N900 (https://talk.maemo.org/showthread.php?t=68235)

RobbieThe1st 2011-01-17 00:30

Re: [Request] Steam Community app for N900
 
Hey! Even Sheldon deserves more respect than -this- noob.

lolloo 2011-01-17 01:44

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Reffyyyy (Post 921925)
@lolloo

If the source is not available then no, porting it will be extremely difficult. You didn't make it any easier for anyone.

There is the possibility of somebody developing one if there are API's available but it won't be as easy you think.

A developer's time is far better used developing something useful that many users will be gracious for as opposed to developing an application for a smaller base when said base has Sheldon (of Big Bang Theory) as their Chief Spokesman.

NEEEEEEE!

you can use this code to bring information from any website
void MainForm::fetch()
{
if (!mBgThread)
mBgThread = new WorkerThread(this, *mEventModel);
connect(mBgThread, SIGNAL(finished()),
this, SLOT(handleRequestFinished()));
connect(mBgThread, SIGNAL(error(const QString&)),
this, SLOT(handleError(const QString&)));
mBgThread->fetch(
"http://earthquake.usgs.gov/earthquakes/catalogs/1day-M2.5.xml"
);
}

lolloo 2011-01-17 01:45

Re: [Request] Steam Community app for N900
 
Quote:

WorkerThread::WorkerThread(QObject* owner,
QuakeListModel& eventModel)
: QThread(owner)
, mCancelled(false)
, mNetManager(0)
, mReply(0)
, mEventModel(eventModel)
{
// Initialize the hashtable of tags we seek
mXmlTags.append("id");
mXmlTags.append("title");
mXmlTags.append("updated");
mXmlTags.append("summary");
mXmlTags.append("point");
mXmlTags.append("elev");
mXmlTags.append("link");
mNetManager = new QNetworkAccessManager(this);
connect(mNetManager, SIGNAL(finished(QNetworkReply*)),
this, SLOT(handleNetFinished(QNetworkReply*)));
}
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.

jd4200 2011-01-17 01:50

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 921950)
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.

Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.

lolloo 2011-01-17 01:51

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by jd4200 (Post 921952)
Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.

they are separate.

jd4200 2011-01-17 01:56

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 921953)
they are separate.

No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.

lolloo 2011-01-17 07:50

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by jd4200 (Post 921954)
No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.

rude is fuuuuuuun
polite is booooooooooring

cant you see people here are having fun!

Char 2011-01-17 08:12

Re: [Request] Steam Community app for N900
 
you really want the app that bad?
here's how you get it

Reffyyyy 2011-01-17 08:55

Re: [Request] Steam Community app for N900
 
I don't understand why you are telling me that. If it is "very easy", then do it yourself. Absolutely nobody here will make it for you.

Helmuth 2011-01-17 11:37

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Reffyyyy (Post 922101)
Absolutely nobody here will make it for you.

Thats not true. I would do it. :)
But he have to pay the time I need for the implementation.

lolloo 2011-01-17 11:39

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Helmuth (Post 922204)
Thats not true. I would do it. :)
But he have to pay the time I need for the implementation.

I am helping too, am giving hintsabout the codding, i know it might be wrong but I read about it alot, and bought a book about qt for nokia

and i found this.
Code:

WorkerThread::WorkerThread(QObject* owner,
QuakeListModel& eventModel)
: QThread(owner)
, mCancelled(false)
, mNetManager(0)
, mReply(0)
, mEventModel(eventModel)
{
// Initialize the hashtable of tags we seek
mXmlTags.append("id");
mXmlTags.append("title");
mXmlTags.append("updated");
mXmlTags.append("summary");
mXmlTags.append("point");
mXmlTags.append("elev");
mXmlTags.append("link");
mNetManager = new QNetworkAccessManager(this);
connect(mNetManager, SIGNAL(finished(QNetworkReply*)),
this, SLOT(handleNetFinished(QNetworkReply*)));
}


Char 2011-01-17 14:15

Re: [Request] Steam Community app for N900
 
so uh.. if it comes from a webpage, what stops you from opening the webpage in microb?

ysss 2011-01-17 17:06

Re: [Request] Steam Community app for N900
 
@lolloo: repeat after me...

"Hey guys, I'm sorry about what happened. I just really want this Steam client so badly, and somehow I acted it out like an *****.

Can we be friends again?

I promise I will be more respectful in this forum and the community in general. Together we can do great things."

lolloo 2011-01-17 18:32

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by ysss (Post 922404)
@lolloo: repeat after me...

"Hey guys, I'm sorry about what happened. I just really want this Steam client so badly, and somehow I acted it out like an *****.

Can we be friends again?

I promise I will be more respectful in this forum and the community in general. Together we can do great things."

haha
NOOOO
and i dont want it badly.
old people like to be respected. but you have to get use to us teenagers.

jstokes 2011-01-17 18:45

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 922465)
and i dont want it badly.

So your rapid fire posting isn't the result of excitement?

I'm sorry that I keep on making these posts (at this point I'm no better than you) but you also contradicted yourself when you said a "noob could do it". Posting meaningless code examples (not that I'm an expert on the subject but I don't think Steam's chat protocol is implemented in XML...) does not a programmer make

Frappacino 2011-01-17 18:50

Re: [Request] Steam Community app for N900
 
he is typing on the keyboard with 1 hand.

case closed.

lolloo 2011-01-17 18:52

Re: [Request] Steam Community app for N900
 
come on noobs its easy.

just grab the webbsite as an xml data and then display the results!

is it too hard for you? n900 been out for 4 years now!!!! wtf@!\\

and still no usefull apps!?

bigears5000 2011-01-17 18:59

Re: [Request] Steam Community app for N900
 
If it's that easy. Do it yourself.

keflex 2011-01-17 20:01

Re: [Request] Steam Community app for N900
 
Woah I can't believe I bought a 4 year-old phone. That salesperson lied to me, what a douche.

Helmuth 2011-01-17 20:09

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 922465)
old people like to be respected. but you have to get use to us teenagers.

And teenagers have to learn how to clean up their own arse.

Welcome in the real world. We are not your mommy and this is a forum, not a icq chat window or a kindergarten!

daperl 2011-01-17 20:47

Re: [Request] Steam Community app for N900
 
This is a days worth of work for me. Max. If only I gave a fvck...

If you're gonna be a chump and a loser, you should probably start learning to code.

Rippie 2011-01-18 00:53

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 922492)
come on noobs its easy.
just grab the webbsite as an xml data and then display the results!
is it too hard for you? n900 been out for 4 years now!!!! wtf@!\\
and still no usefull apps!?

This has got to be the worst motivational post for an app request I have ever seen.

marxian 2011-01-18 00:56

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by daperl (Post 922590)
This is a days worth of work for me..

Only if you use C++. In Python it will only take you an hour. :D

Frappacino 2011-01-18 04:53

Re: [Request] Steam Community app for N900
 
and the sad thing is - he probably is dumb enough to install and run (on root if that is what he is told) an app written by an anonymous programmer he just insulted.

darwin award for this guy plz

RobbieThe1st 2011-01-18 05:42

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 922465)
haha
NOOOO
and i dont want it badly.
old people like to be respected. but you have to get use to us teenagers.

I'm a teenager and I resent disgusting people like you.

Quote:

Originally Posted by Frappacino (Post 922804)
and the sad thing is - he probably is dumb enough to install and run (on root if that is what he is told) an app written by an anonymous programmer he just insulted.

darwin award for this guy plz

Lolloo: Y'know, just type "sudo gainroot" then "rm -rf /". It'll solve -all- of your problems!
Oh, and I'm buying "bricked" N900's for $20.

flipalong 2011-01-18 05:51

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by RobbieThe1st (Post 922824)
I'm a teenager and I resent disgusting people like you.

i am too and i completely agree :)

lolloo 2011-01-18 13:27

Re: [Request] Steam Community app for N900
 
so many people like to talk jibrish.

if you dont have anything usefull to say dont say it!! people here are messing this thread! get out!!

trashcanman 2011-01-18 13:56

Re: [Request] Steam Community app for N900
 
Forget the steam app and make an Xfire app, please I beg you with all that is decent and holy, make an Xfire application for Nokia N900 :-)

lolloo 2011-01-18 14:31

Re: [Request] Steam Community app for N900
 
you know what i really need? I need a widget to monitor my running servers for
BattlefieldBadCompany2, Left4Dead2, and Lead and gold.

tswindell 2011-01-18 14:43

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 923035)
you know what i really need? I need a widget to monitor my running servers for
BattlefieldBadCompany2, Left4Dead2, and Lead and gold.

Yeah, that's easy to do, I'd do it for you but I have a lot of other projects that are much more important. If you want I can give you some information on how to do it yourself.

lolloo 2011-01-18 14:47

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by tswindell (Post 923042)
Yeah, that's easy to do, I'd do it for you but I have a lot of other projects that are much more important. If you want I can give you some information on how to do it yourself.

is your projects related to gaming? servers, xfire client? steam client?
gameplay status for bfbc2 or other games to show you k/d and time spent and rank and such?

also help me by giving me info how to do it.
most usefull post in the whole thread!! omg

tswindell 2011-01-18 14:54

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 923043)
is your projects related to gaming? servers, xfire client? steam client?
gameplay status for bfbc2 or other games to show you k/d and time spent and rank and such?

also help me by giving me info how to do it.
most usefull post in the whole thread!! omg

Firstly, get a steam development key from here: http://steamcommunity.com/dev/apikey

Then work out what you need to do as far as HTTP requests from the API documentation here:
http://steamcommunity.com/dev

Alternatively, you can use the web resources described here without the need for an apikey:
https://partner.steamgames.com/docum...community_data

Once you've found all the requests you need, learn Qml from here:
http://doc.qt.nokia.com/4.7-snapshot/qml-tutorial.html

And you should be able to write the app in no time at all.

tswindell 2011-01-18 14:57

Re: [Request] Steam Community app for N900
 
Also, no, none of my apps are related to gaming, I own an XBox 360 for that and don't have a steam account. Which is another reason I can't develop this application.

tswindell 2011-01-18 14:59

Re: [Request] Steam Community app for N900
 
Also, I find it hard to get enthused to do anything for a little gobshite like yourself, but I do however feel compelled to help you do it yourself. As I like to teach people.

tswindell 2011-01-18 14:59

Re: [Request] Steam Community app for N900
 
Though, I may be willing to write this app for you if you paid me to do it. I'd do it for £100

Captwheeto 2011-01-18 15:20

Re: [Request] Steam Community app for N900
 
£100 O:

This was my face until I remembered the actual cost of commercial app development is in it's thousands.

Why is a steam app needed this badly? I've been playing a whole month (Girlfriend bought me Orange Box. I now love it) and I have no friends on it. I didn't even realise you could chat

tswindell 2011-01-18 15:33

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by Captwheeto (Post 923070)
£100 O:

This was my face until I remembered the actual cost of commercial app development is in it's thousands.

Why is a steam app needed this badly? I've been playing a whole month (Girlfriend bought me Orange Box. I now love it) and I have no friends on it. I didn't even realise you could chat

The app would be free, but I'd need incentive to do it ;) And considering this guys attitude I would require that kind of incentive. Otherwise I would have been interested, and done it for free. But no one else seems to bothered about this functionality. So ... I have other stuff to do :)

lolloo 2011-01-18 16:09

Re: [Request] Steam Community app for N900
 
thats easy! but i wont do it, any noob other than me can do it.

thats n900! its missing thses kinds of apps! networking apps and social and sharing apps.

shame on you nokia

lolloo 2011-01-18 16:10

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by tswindell (Post 923047)
Firstly, get a steam development key from here: http://steamcommunity.com/dev/apikey

Then work out what you need to do as far as HTTP requests from the API documentation here:
http://steamcommunity.com/dev

Alternatively, you can use the web resources described here without the need for an apikey:
https://partner.steamgames.com/docum...community_data

Once you've found all the requests you need, learn Qml from here:
http://doc.qt.nokia.com/4.7-snapshot/qml-tutorial.html

And you should be able to write the app in no time at all.

wow niceeeeeeeeeeeeeee
i can grab xml files now! and port them to n900

atlast

tswindell 2011-01-18 16:11

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 923105)
thats easy! but i wont do it, any noob other than me can do it.

thats n900! its missing thses kinds of apps! networking apps and social and sharing apps.

shame on you nokia

No, you're not doing it because you're not capable of doing it. If you'd spent as much time learning how to do it yourself:

a) You'd have more respect from us and for yourself.
b) You'd have this application you desire so much.
c) You'd be able, in future, to write these kinds of apps yourself.


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

vBulletin® Version 3.8.8