PS3HEN Change "★ Enable HEN" text to other

oppala

Forum Noob
Hi, I'm having trouble trying to change the ★ Enable Hen text under Games on XMB to another thing.

I need to change it to something else so my little sister who don't speak english can understand..

I looked for it in category_games.xml and didn't found.

I found it under enable_hen.xml, but changing the string doesn't have any effect.

Can someone help me to solve it out?

Thanks in advance
 
Open the FTP Client (FileZilla) on the PC and download /dev_hdd0/hen/xml/hen_enable.xml from the PS3.

Edit the file with Notepad, change ★ Enable HEN to any text that you prefer and save the file as UTF-8.

Upload the file back to /dev_hdd0/hen/xml and replace the existing file.
 
Thank you very much @aldostools.
I have edited the one from /dev_rewrite, so that's why probably it's not taking effect.
I'm doing some Uber right now, as soon as I arrive home I'll edit the one from /dev_hdd0 and bring you a definitively answer. thanks in advance
 
@aldostools I've tried downloading and editing the /dev_hdd0/hen/xml/hen_enable.xml but it's impossible in my console.
from FTP it give's an error, from webman it don't load the file and from irisman it says the operation can't be done.
i think its related to the permissions of the file. in filezilla it shows as 0666, and even if I set it to 0777 it doesn't change.
am I missing some step?
 
Last edited:
It looks like that path is being redirected after HEN is enabled. Restoring the remapping should let you access the file. As I'm on CFW I cannot confirm the exact web command to do it.

It should be something like:
http://0/remao.ps3/dev_hdd0/hen/xml/hen_enable.xml&to=///dev_hdd0/hen/xml/hen_enable.xml

Or maybe this (but I think this will not work due the mapped path should be protected)
http://0/unmap.ps3/dev_hdd0/hen/xml/hen_enable.xml


both options don't work, it says on webman "file not found"

the provisory solution that I found is to edit the category_game.xml to use the hen_enable.xml located on flash:

<!-- HEN Enabler Default HDD -->
<Query
class="type:x-xmb/folder-pixmap"
key="hen_xmb"
attr="hen_xmb"
src="xmb://localhost/dev_flash/vsh/resource/explore/xmb/hen_enable.xml#hen_xmb"
/>


then, editing the file there make the text change take effect

thanks
 
It looks like that path is being redirected after HEN is enabled. Restoring the remapping should let you access the file. As I'm on CFW I cannot confirm the exact web command to do it.

It should be something like:
http://0/remao.ps3/dev_hdd0/hen/xml/hen_enable.xml&to=///dev_hdd0/hen/xml/hen_enable.xml

Or maybe this (but I think this will not work due the mapped path should be protected)
http://0/unmap.ps3/dev_hdd0/hen/xml/hen_enable.xml
I think you made typo remao instead of remap
 
Back
Top