maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   PSN - Display friends status? (https://talk.maemo.org/showthread.php?t=62630)

afaq 2010-09-20 21:47

PSN - Display friends status?
 
For the PS3/Xbox fanboys out there.

Can anyone think of a widget (Queen Bee?) that can pull the status of your respective friends from sony/Microsoft servers and display it on one of the desktops? Almost like their status on Gtalk/Skype but for their console?

I know you can view this information via a browser by going to:
http://uk.playstation.com/psn/ and signing on.

This would be beneficial as it allows one to know when to log on for multiplayer games. Saves turning on the console just to check

mr_xzibit 2010-09-20 22:06

Re: PSN - Display friends status?
 
good idea i for one second your motion!

xtian 2010-09-20 22:18

Re: PSN - Display friends status?
 
Sounds like a great idea

benexus 2010-09-21 18:37

Re: PSN - Display friends status?
 
Hi, my name is Nicolas, I'm from Argentina

I developed an API to access PSN information

I'm not here to sell you anything, I can contribute with anything you need.

Here is some of my work

(some URL might not work properly as PSN is under maintenance today Sept 21st)

My API Project
Code:

http://www.psnapi.com.ar
Online API (1 call every 30 seconds)
Code:

http://www.psnapi.com.ar/ps3/api/psn.asmx
Trophy Site
Code:

http://www.nextgengamers.com.ar/ps3/trophies
I also have a ocuple of applications and widgets on ANDROID

My Blog
Code:

http://indiesoftware.wordpress.com/
You can contact me if you need anything

Nicolas

mr_xzibit 2010-09-21 18:54

Re: PSN - Display friends status?
 
wow would be amazing to see something like that on the n900
if only i wasnt an idiot! yeah that would rock

mr_xzibit 2010-09-21 18:57

Re: PSN - Display friends status?
 
a port of PS3 Trophies & PSN Friends PRO v1.0 on the n900 would be great! possible?

benexus 2010-09-21 19:01

Re: PSN - Display friends status?
 
I dont know which language does the N900.
I use JAVA for Android and C# for Desktop and Web APP

mr_xzibit 2010-09-21 19:20

Re: PSN - Display friends status?
 
i dont know ether?

thp 2010-09-21 21:41

Re: PSN - Display friends status?
 
Quote:

Originally Posted by benexus (Post 822651)
I dont know which language does the N900.

You can develop using plain C (GTK+), C++ (GTKmm or Qt) and Python (GTK+ and Qt). There's also the option of using WRT (HTML+JavaScript).

rfa 2010-12-17 19:33

Re: PSN - Display friends status?
 
or this: http://blog.eu.playstation.com/2010/...roid-handsets/

thp 2010-12-18 10:47

Re: PSN - Display friends status?
 
Quote:

Originally Posted by rfa (Post 898942)

Great :) That one probably uses an "official" API from the Sony servers (even if undocumented / not public). Post again here when the app is released, so I can tcpdump me some details on how it works :)

s4br0s0 2011-01-11 16:41

Re: PSN - Display friends status?
 
Quote:

Originally Posted by thp (Post 899300)
Great :) That one probably uses an "official" API from the Sony servers (even if undocumented / not public). Post again here when the app is released, so I can tcpdump me some details on how it works :)

The PlayStation Official App Now Available For Download.

I hope this help.

I would like to see this app for the N900, but realistic speaking is more easy to see this app on symbian and then someone could ported to maemo 5.

Grettings.

elie-7 2011-01-11 17:13

Re: PSN - Display friends status?
 
why not a fb widget like that, not the default one, but something that shows the latest status update for each contact ..... kind of like on motoblur...

s4br0s0 2011-01-11 17:29

Re: PSN - Display friends status?
 
Well is there a remote control for xbox360 and (i guess i saw it before) an app for gamertags, for ps3 just have a jailbreaker.

Anyway, i write a comment in the article is this app would be on others plataforms, and people is asking if is being ported to symbian, i hope they answer.

Grettings.

festivalnut 2011-01-11 17:35

Re: PSN - Display friends status?
 
theres a remote control for pretty much everything via irreco, the xbox one is jus an individually tailored example. as for ps3 we can hack it, use its control pads, use our n900 as a hid (havent quite managed it myself) and view our trophy collection. pretty good going for a phone i reckon, lets see symbian do that then complain they have it better.

elie-7 2011-01-11 17:37

Re: PSN - Display friends status?
 
http://hege.1g.fi/uiemo/uiemo-hires.jpg

afaq 2011-10-28 13:20

Re: PSN - Display friends status?
 
Anyone interested in taking this idea further on the N9?

shallimus 2011-10-28 15:30

Re: PSN - Display friends status?
 
Potentially me. I have a serious shortage of freetime, but I've been looking for a dev project to get into phone app development, and now I have an N9...

I have no Qt experience, but I've been coding for most of my life and have some sort of design sense. I'll see what I can do.

afaq 2011-10-28 16:52

Re: PSN - Display friends status?
 
Top man. Let me know if you need help with the UI Design/Grapics.

shallimus 2011-10-28 19:15

Re: PSN - Display friends status?
 
Quote:

Originally Posted by afaq (Post 1115215)
Top man. Let me know if you need help with the UI Design/Grapics.

I'll try to get a Qt hello world done this evening, then start looking at the API and so forth.

When I get to that stage: feedback and a second pair of eyes is always useful!

shallimus 2011-10-29 01:56

Re: PSN - Display friends status?
 
Hmm. This isn't as straightforward as I thought. It's been 30 minutes and I'm finding that the Hello World tutorial built into Qt Creator is itself broken.

Almost immediately I encountered an issue: I'm not able to access the Design window due to a missing dependency:
Code:

import com.nokia.meego 1.0
That's quite frustrating, because I was looking forward to following a couple of tutorials and then just start placing objects and writing logic.

I did find a thread on forums.meego.com which discusses the issue described above, with a useful link from ossipena. I'm fine with writing objects in config (rather than an IDE) once I know what I'm doing with the language, but for getting started it would be a real boost to productivity if I could just draw some stuff and see auto-generated Qml come out of the back.

Spent a long time googling to try to fix this and dropped by one or two IRC channels, where people were polite but didn't have specific information to help me (not a complaint, just a report of how it went).

I think I'll leave this until next week when channels might be better-populated. I am still interested though. I've also started looking at PSN API stuff, but it's starting to look a little harder then I'd hoped. Stil think I can do it though.

Need to get enough Qt together to put together something which can authenticate with PSN, perhaps using psnapi.org's stuff.

Once that's in place, depending how easy it is to get data from the API into Qt (far from impossible I hope) it shouldn't be too hard to start getting stuff like my trophies, my friends, my friend's trophies... we'll see.

...and this all depends on how busy I am at work. Some days I can't come home and look at a computer any more :p

thp 2011-10-29 08:21

Re: PSN - Display friends status?
 
Quote:

Originally Posted by shallimus (Post 1115392)
Almost immediately I encountered an issue: I'm not able to access the Design window due to a missing dependency:

Try using the Qt Simulator target or Harmattan target directly (i.e. Simulator if you want to test on your Desktop, Harmattan to directly deploy to a device). The com.nokia.meego import is for the Qt Quick Components, and this isn't (yet?) available in the Desktop Qt target.

For specific questions, it's probably better to open a new thread over at Qt DevNet or the MeeGo Forums (or even Nokia Developer) instead of reusing existing threads.

As for the PSN app, you should be able to reuse the backend code of my app and just put a QML UI on top of it :)

afaq 2012-03-05 16:23

Re: PSN - Display friends status?
 
Anyone interested in taking this project up for the N9 :D ?

Muzimak 2012-03-05 18:35

Re: PSN - Display friends status?
 
I asked so many times for this too :)

I wonder why is Sony not realising the official one for us!


All times are GMT. The time now is 02:07.

vBulletin® Version 3.8.8