In this tutorial i'll explain how to use the all the ps3 tools around the network
(i will write better descriptions soon)
To follow this tutorial you will need:
- linux or/and windows*
- fail0verflow's tools
- geohot's tools
- ps3 keys
- psn/force_package_npdrm (for windows users) or sony's make_package_npdrm (for linux users)
- PSP/PS3 PKG Decrypter_Extractor (just for windows users)
- Notepad++ (on windows) or gedit (already installed on linux)
- cygwin and winrar (JUST IF YOU ARE ON Windows)
- NOR dumper (if you want to work with the NOR)
- rms's norunkg (if you want to work with the NOR)
- rms's eEID splitter (if you want to work with the NOR)
- graf_chokolo tools and kernel
EVERYTHING MUST BE ALREADY COMPILED BY YOU OR SOMEONE ELSE (DON'T ASK ME TO DO THAT)
ALL LINKS ARE IN Before You Start
MADE BY DEROAD - Please do not Copy
Tell me if something is not so clear or if i made some grammatical mistake and tell me
if i forget something, i will add it
This tutorial is also posted on NextGenUpdate and PS3Hax
- Before You Start -
- Download PS Tools -
Almost all the tools you need are here --> All Activities - git-hacks.com
Download Tools Keys rar
Tools-Keys.rar - Download - ShareMole.Com----online file hosting distribution service.
MEGAUPLOAD - The leading online storage and file delivery service
RapidShare AG, Cham, Switzerland
More mirrors: #1667382 - Pastie
Thank's to manster (From NGU and PS3Hax) for all other links
Before you start to use these guide you have to place the ps3 keys in the right folder.
- PS3 Keys Folder -
You need to extract all ps3 keys in the following folder:
/home/username/.ps3
change username with the name of your user.
for example:
/home/deroad/.ps3
On Windows the HOME folder is inside the cygwin directory.
- Packages -
Packages are like zip or rar files, in this page i'll explain how to decompress and
recompress them.
first thing that you must know is that there are 3 main types of PKGs:
Retail --> Signed by Sony
Debug --> Not Signed
Pseudo-Retail --> Signed but just for Custom Firmware
All the pseudo-retail apps will work just on CFW. If you update from a CFW to OFW and try
to start any homebrew, you will get an error.
Geohot relase a PKG called Test.pkg; this pkg is signed as retail, that's why you are still
able to use in a OFW!
- How to decompress a PKG -
If you have a RETAIL or PSEUDO-RETAIL pkg
On Windows
oropen PSP/PS3 PKG Decrypter_Extractor drop the pkg inside the new window and click on EXTRACT
you will have it extracted.
LinuxCode:make a new folder and drop inside it psn_package_npdrm or force_package_npdrm now copy the folder address (c:\bla\bla\bla\) Open CMD and digit: cd now press SPACE and PASTE the address, then press ENTER now digit: psn_package_npdrm -x package.pkg or force_package_npdrm -x package.pkg change "package" with the name of your pkg.
If you have a DEBUG pkgCode:Make a new directory and drop inside it make_package_npdrm and your pkg. then open your terminal and write: cd press SPACE and drop the folder inside the terminal, then press enter now digit: ./make_package_npdrm -x press SPACE, drop your pkg inside the terminal and press ENTER
On Windows
LinuxCode:make a new folder and drop inside it psn_package_npdrm or force_package_npdrm now copy the folder address (c:\bla\bla\bla\) Open CMD and digit: cd now press SPACE and PASTE the address, then press ENTER now digit: psn_package_npdrm -x package.pkg or force_package_npdrm -x package.pkg change "package" with the name of your pkg.
- How to Compress a PKG -Make a new directory and drop inside it make_package_npdrm and your pkg.
then open your terminal and write:
cd
press SPACE and drop the folder inside the terminal, then press enter
now digit:
./make_package_npdrm -x
press SPACE, drop your pkg inside the terminal and press ENTER
you need to make a file called package.conf (make it with gedit or notepad++)
this file will contain these infos:
now as you can see on Content_Type there's nothing written..Code:Content_ID=ID0002-ABCD12345_00-SAMPLE0000000001 K_Licensee = 00000000000000000000000000000000 DRMType = Free Content_Type = Package_Version = 00.01
you need to say which type of PKG:
GameExec --> Hdd Game pkg
GameData --> Game Update pkg
you can change DRMType with Free or Paid
the K_Licensee is a random alphanumeric code.. you can use without problems
00000000000000000000000000000000
for example:
i need a game update pkg, so i'll write:
you need to change the ABCD12345 with your BLES or BLUS or with what you wantCode:Content_ID=ID0002-ABCD12345_00-SAMPLE0000000001 K_Licensee = 00000000000000000000000000000000 DRMType = Free Content_Type = GameData Package_Version = 00.01
now we need to put this file inside a new folder.
drop inside the same folder all the files we want in the pkg and OUTSIDE the
psn_package_npdrm or force_package_npdrm (on windows) or sony's make_package_npdrm (if you
are on linux)
On Windows
On LinuxOpen your folder and copy the folder address (c:\bla\bla\bla\)
Open CMD and write:
cd
Press SPACE and PASTE the address, then press ENTER
now digit:
cd ..
and then digit
psn_package_npdrm NameOfFolder
change "NameOfFolder" with your folder name end press ENTER
it will compress a DEBUG pkgOpen CMD and write:
cd
Press SPACE and drop your folder (with inside your files), then press ENTER
now digit:
cd ..
and write
./make_package_npdrm NameOfFolder
change "NameOfFolder" with your folder name end press ENTER
- How to make Game Update pkg -
First thing you have to use Update instead of GameData for one reason: we are going to use
a command that require Update as Content_Type.
so we have something like this for package.conf:
save package.conf inside a new folder and drop inside the same folder all the files we wantCode:Content_ID=ID0002-ABCD12345_00-SAMPLE0000000001 K_Licensee = 00000000000000000000000000000000 DRMType = Free Content_Type = Update Package_Version = 00.01
in the pkg and also the psn_package_npdrm or force_package_npdrm (on windows) or sony's
make_package_npdrm (if you are on linux)
On Windows
On LinuxCode:Open your folder and copy the folder address (c:\bla\bla\bla\) Open CMD and write: cd Press SPACE and PASTE the address, then press ENTER now digit: psn_package_npdrm --patch-for-discgame press ENTER
it will compress a DEBUG game update pkgCode:Open CMD and write: cd Press SPACE and drop your folder (with inside your files), then press ENTER now digit: ./make_package_npdrm --patch-for-discgame press ENTER
- How to make a Pseudo-Retail PKG -
you need a debug PKG (follow the tutorial above)
in the same CMD or Terminal that you used to make a debug PKG do:
On Windows
LinuxCode:copy package_finalize.exe in C:\ Open CMD and go in the same folder where you keep the PKG that you want to sign. then write: \package_finalize YOUR.PKG change YOUR with the name of your PKG (you also need to wait 5 seconds and you will have your PKG signed.
Code:copy in the same folder where you keep the PKG that you want to sign. open Terminal and write: .\package_finalize YOUR.PKG wait 5 sec and you will have your PKG signed.


45Likes
LinkBack URL
About LinkBacks










