Editing Project Database (PDB)
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
'''PDB''' (Project Database) files are used by the PS3 to specify tasks for the XMB to do. They are stored in /dev_hdd0/vsh/task/ in 4 byte hex directories (e.g. 00000001/, 001ABCD0/) | '''PDB''' (Project Database) files are used by the PS3 to specify tasks for the XMB to do. They are stored in /dev_hdd0/vsh/task/ in 4 byte hex directories (e.g. 00000001/, 001ABCD0/) | ||
Each directory represents | Each directory represents a task and each task is defined by a couple of .pdb files. I believe pdb means package database, since the only place where these files appear is in /dev_hdd0/vsh/task and they seem to represent a .pkg download. | ||
There will always be a 00000001/ directory with no .pkg file in it. I suppose it's there to represent another task the PS3 has to do (maybe the 'check for push downloads' for PSN+ users?), and I suggest never to mess with it. | There will always be a 00000001/ directory with no .pkg file in it. I suppose it's there to represent another task the PS3 has to do (maybe the 'check for push downloads' for PSN+ users?), and I suggest never to mess with it. | ||
Line 51: | Line 51: | ||
|- | |- | ||
|0x65 | |0x65 | ||
| | | | ||
|- | |- | ||
|0x66 | |0x66 | ||
| | | | ||
|- | |- | ||
|0x68 | |0x68 | ||
Line 60: | Line 60: | ||
|- | |- | ||
|0x69 | |0x69 | ||
|Package Name | |Package Name | ||
|- | |- | ||
|0x6A | |0x6A | ||
Line 66: | Line 66: | ||
|- | |- | ||
|0x6B | |0x6B | ||
| | |(patch) | ||
|- | |- | ||
|0x6C | |0x6C | ||
Line 72: | Line 72: | ||
|- | |- | ||
|0xC8 | |0xC8 | ||
| | | | ||
|- | |- | ||
|0xC9 | |0xC9 | ||
| | | | ||
|- | |- | ||
|0xCA | |0xCA | ||
|Server URL | |Server URL | ||
|- | |- | ||
|0xCB | |0xCB | ||
Line 84: | Line 84: | ||
|- | |- | ||
|0xCC | |0xCC | ||
|Package | |Package Creation Date | ||
|- | |- | ||
|0xCD | |0xCD | ||
| | | | ||
|- | |- | ||
|0xCE | |0xCE | ||
|Package File Size | |Package File Size | ||
|- | |- | ||
|0xD0 | |0xD0 | ||
|Downloaded Size | |Downloaded Size | ||
|- | |- | ||
|0xD2 | |0xD2 | ||
| | | | ||
|- | |- | ||
|0xD9 | |0xD9 | ||
Line 123: | Line 102: | ||
|- | |- | ||
|0xDA | |0xDA | ||
|Download Completed | |Download Completed | ||
|- | |- | ||
|0xE1 | |0xE1 | ||
| | | | ||
|- | |- | ||
Line 165: | Line 117: | ||
|- | |- | ||
|0xEA | |0xEA | ||
| | | | ||
|- | |- | ||
|0xEB | |0xEB | ||
Line 178: | Line 130: | ||
|0xEE | |0xEE | ||
| | | | ||
|- | |- | ||
|0xF0 | |0xF0 | ||
Line 193: | Line 142: | ||
|0xF3 | |0xF3 | ||
|preordered | |preordered | ||
|- | |- | ||
|0xF5 | |0xF5 | ||
Line 380: | Line 326: | ||
= Tools = | = Tools = | ||
[http://github.com/kakaroto/ps3utils PS3Utils] - by KaKaRoTo (link not working)<br /> | |||
[https://raw.github.com/wargio/ps3utils/master/pdb_gen.c PS3Utils pdb_gen.c] - old fork from KaKaRoTo (Deroad) | |||
= Files = | = Files = |