Well this XML sounds like it's what we want.
I'm in the process of getting information ready to call sony and ask them for some information and a SCE Dev account.
I just need a DEBUG/TEST model number and SERIAL number from SOMEONE here.
The rest I handled over the phone myself (lol, they're not too "secure" on the phone!).
I don't want to buy a modchip (because I don't have a card and can't!)
So that's out of the question.
I'm going to d/l the "jig" files from the sce dev page.
When you log in, you have access to their sdk and product downloads.
(Let's hope that's the case, I've seen an actual computer logged in on this site, thanks to a dumb employee at a Lake Electronics.)
Anyone can toss me those numbers?
And yes, about the proxy.
I've always used proxomitron, it's extremely more flexible to manage and work with especially editing headers and redirects.
hxxp://feu01.ps3.update.playstation.net/update/ps3/list/eu/ps3-updatelist.txt actually is just the same update file for everyone, just the machine language is what distinguishes the system from country.
The update checks the model and origin for the language.
Anyways - Where it says this:
Code:
# US
Dest=84;CompatibleSystemSoftwareVersion=2.7600-;
Dest=84;ImageVersion=00007f46;SystemSoftwareVersion=2.8000;CDN=http://dus01.ps3.update.playstation.net/update/ps3/image/us/20090624_d69362743142953be7cb44a5fd5cc888/PS3UPDAT.PUP;CDN_Timeout=30;
Here:
Dest=84;CompatibleSystemSoftwareVersion=2.7600-
Compatible meaning the CURRENT firmware they allow to LOGIN.
That was never changed before, now it's different on two lines.
this is what has to be the reason. 2.76? pff, I'm not updating. I'll figure a way to change this xml sent data.
I'm running ssleay under proxomitron but it does the same thing..
-
Oh, who has the 2.76 Firmware list,
I'm thinking about ACTUALLY updating.
Sucks man,
I need the
"# US
Dest=84;CompatibleSystemSoftwareVersion=2.7600-;
" bit from someone, the HEX version is what I'm looking for, if someone saved it.
Using an incorrect *00000000* HEX version will make the PS3 kick the update and fail.
From what I know now the PS3 uses that HEX version to hash the update file itself. It may be part of the decryption key, who knows!?