Recent content by marciolsf

  1. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    New release! Life with PlayStation v1.24 What's new: New release after the service went offline all the way back in 2012!, Live and weather news updated hourly, Brought back the World Heritage and United Village channels, How to get started: Download the client from the link below and...
  2. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    how many of you have been able to run lwp on rpcs3? I can't get to run the dump package, the .90 package or the offline package. On the first two, it'll pretty much crash right away. On the offline package, it'll at least go into the "loading" screen, but then it'll crash anyway. well... looks...
  3. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    Ha! I never would've thought about this, nice discovery :) The old MediaGo app was amazing for copying stuff into the PSP. I don't think I've ever used SensMe though, I'll have to check it out.
  4. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    when we're done, it should be working for everyone :) But we're not there yet.
  5. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    I was thinking along the same lines -- the client isn't truly online yet, so it doesn't enable the refresh. It's surprisingly conservative with online hits (specially on the folding side), so that probably makes sense. Internet speeds weren't quite the same as they are today, so that lines up. I...
  6. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    well, RSS was really super popular at the time... and it was really just a stream of headlines you'd click on to take you to the actual news. There's a "google RSS" icon somewhere in the dashboard, and google was the biggest RSS provider at the time, so I could see Sony tapping a bunch of google...
  7. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    it'll really depend on how we generate the news. I'm a database guy, so I figure we can import all the existing data into a small database of some kind (postgres is easy and free, but we can also use sqlite). Which locations we update would really depend on the source we use.
  8. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    Thanks! I'll have to start playing with NPIA00007. I only recently came across the idea of grabbing logging via... (that external PC tool you can use with ps3 in debug mode to push packages, I forget the name of it). Is that how you're polling the tty? I'll get you my server code in a bit, but...
  9. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    I've seen it referenced in the prx files. I'll post some samples after work tonight.
  10. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    Can you tell me more about your server? Are you handling authentication at all? Mine is sorta of doing authentication, and it seems to be partially working, but I can never get the ps3 to request any more files....
  11. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    %r for resolution! that makes sense. I've seen a few other parameters around (%d and %s, I think), it might be useful to start documenting those too...
  12. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    thats great! yeah, every bit of progress is a step forward, right? The fall back for the image is interesting, maybe lwp can just fall back to the defaults at just the key level, it doesnt have to be “a complete file” or nothing.
  13. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    Documenting any interesting differences that jump at me between the 2010 dump and the offline package: fw_config.xml: contains the following keys. This might be how we can control what songs we play. Maybe songs are channels? <fahEModeMusic>1</fahEModeMusic>...
  14. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    holy moly, Batman! I step away for a day and look at all the amazing stuff! One thing at a time: That totally makes sense -- As I've been digging through Ghidra, I did see lots of zip libraries being imported. It would make sense that it would download a zip file with all the xmls for the...
  15. marciolsf

    PS3 Possibility of a Life With Playstation Revival? (Request) (sans folding@home)

    That's a portion of the lwp.self file after I put it through Ghidra. Once the self/sprx files have been decrypted into elf/prx, then ghidra "converts" those into assembler. It then can covert the assembler into C (which makes it slightly less near impossible to understand what's going on. My...
Back
Top