HAN Toolbox

PS3 HAN Toolbox - The Xploit 3.0 Companion v0.7.1

lolno
in version 3, you can activate the demos (activate them full) installing from step 2 inject custom RCO for titles, but in version 5, that option is not available, and go directly to the file injector, I go to the RCO option , I follow the steps but when trying to copy the RCO files to the flash, I get error

Enviado desde mi Moto G mediante Tapatalk
 
Hey, how can u have so much game, like in this picture? Is it something like 3DS's freeshop, where u can choose to download from a list with lots of game?
9.jpg
 
I am trying to put an english patch onto my japanese copy of tales of vesperia but i need the get the game files is there any way to do this using han toolbox? i am unfortunatly on a super slim
 
I think this great but am stuck on how to install games and mode menus can i get helped ?
There's no clear ttrials on YouTube so I assume that I will be answered here

And if Han is an ofw how comes we cannot change to cfw coz already your ps3 is jbroken do I just need to remove Han and put rebug

btw do we use the modded game files or we use the ofw games ?
 
Hello!

Quick question, how do you create all the menu entries in the XML files, do you use a program that do create each entry, or do you have to write them down?

I am asking because I have a list of things that I want to add to a modded HAN toolbox, but I believe that there should be a faster way to add several things (like the demos download list) to a XML, instead of me writing them down.
 
Hello!

Quick question, how do you create all the menu entries in the XML files, do you use a program that do create each entry, or do you have to write them down?

I am asking because I have a list of things that I want to add to a modded HAN toolbox, but I believe that there should be a faster way to add several things (like the demos download list) to a XML, instead of me writing them down.
Notepad++ and copy and paste / macros / find and replace, is how I do it. :)
 
And two plugins for notepad++

With "compare plugin" you can see the differences in between official xml and custom made by other people (or original vs your custom experiments)

And with "xml tools" you can make a xml integrity check... this is going to tell you if all "tags" are opened and closed correctly, and checks the xml structure... is like a "xml code corrector" of what you typed in the custom xml

*the sony ps3 xml uses some characters that breaks the xml standards... e.g. & and xml tools triggers an error when this is used... but is not an error... is just sony xml are not following strictly the xml standards
So to make a xml structure verification with the "xml tools" plugin of notepad++ (or any other) you need to remove that characters

Edit:
The removal of the "weird" characers can be automatized in notepad++ in a monkeyproof way by using the "find and replace"
Code:
Find ---> &
Replace by ---> heylookathereanddontforgettoreplaceitback
After that you can run the xml check with the "xml tools" plugin
And later:
Code:
Find ---> heylookathereanddontforgettoreplaceitback
Replace by ---> &

Is a pita, but if i remember right this was working for me
 
Last edited:
Notepad++ and copy and paste / macros / find and replace, is how I do it. :)

And two plugins for notepad++

With "compare plugin" you can see the differences in between official xml and custom made by other people (or original vs your custom experiments)

And with "xml tools" you can make a xml integrity check... this is going to tell you if all "tags" are opened and closed correctly, and checks the xml structure... is like a "xml code corrector" of what you typed in the custom xml

*the sony ps3 xml uses some characters that breaks the xml standards... e.g. & and xml tools triggers an error when this is used... but is not an error... is just sony xml are not following strictly the xml standards
So to make a xml structure verification with the "xml tools" plugin of notepad++ (or any other) you need to remove that characters

Edit:
The removal of the "weird" characers can be automatized in notepad++ in a monkeyproof way by using the "find and replace"
Code:
Find ---> &
Replace by ---> heylookathereanddontforgettoreplaceitback
After that you can run the xml check with the "xml tools" plugin
And later:
Code:
Find ---> heylookathereanddontforgettoreplaceitback
Replace by ---> &

Is a pita, but if i remember right this was working for me

Well, it wasn't the answer I was expecting, but hey, a lot of work has to be done! Hahahaha.

Thanks!
 
Well, it wasn't the answer I was expecting, but hey, a lot of work has to be done! Hahahaha.

Thanks!
The secret is to do fine copypasting :D

Usually you start by copypasting either... some chunk from an official xml or from a custom xml made by others
And after the copypaste you modify it adding or removing stuff

For more creative experiments you need to take a read at wiki to see how it works, but dont expect a full tutorial, is mostly an introduction and a then a lot of info spreaded in other pages, this ones are a good start point:
http://www.psdevwiki.com/ps3/XMB#XMBML_Configuration_Files
http://www.psdevwiki.com/ps3/XMBML_Coding
http://www.psdevwiki.com/ps3/XMBML_Functions

And take a random look at the other pages that appears in the "navigation table" at bottom of that pages, some others are related
 
Hi, I've got an Error when Trying to Download the HAN Toolbox resources, the code is 429 if i'm not mistaken. Can't see the install package from web server options, maybe is because I don't have the resources?
 
Hi, I've got an Error when Trying to Download the HAN Toolbox resources, the code is 429 if i'm not mistaken. Can't see the install package from web server options, maybe is because I don't have the resources?
You can get the resources pkg on brewology.
 
Is there any way to "download in background", using "HAN Toolbox" and "PKGLinker"? And, is there any way to backup a ps3 game on OFW? (I don't have a bd reader/writer on pc).
 

Similar threads

Back
Top