I tried several things, and it
seems that /vsh/resource/explore/xmb is not redirected to HDD at the moment.
What I tried :
1. First test :
category_game.xml for dev_flash :
Code:
<Query
class="type:x-xmb/folder-pixmap"
key="han_toolbox_xmb"
src="xmb://localhost/dev_hdd0/game/HANTOOLBX/USRDIR/han_toolbox_xmb.xml#han_toolbox_xmb_main"
/>
category_game.xml for dev_hdd0 :
Code:
<Query
class="type:x-xmb/folder-pixmap"
key="hen_toolbox_xmb"
src="xmb://localhost/dev_hdd0/game/HANTOOLBX/USRDIR/han_toolbox_xmb.xml#hen_toolbox_xmb_main"
/>
In HANTOOLBX/USRDIR/han_toolbox_xmb.xml, I have
Code:
<View id="han_toolbox_xmb_main">
<Attributes>
<Table key="han_main">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ HAN Toolbox</String></Pair>
<Pair key="info"><String>The Xploit 3.0 Companion</String></Pair>
<Pair key="ingame"><String>disable</String></Pair>
</Table>
Code:
<View id="hen_toolbox_xmb_main">
<Attributes>
<Table key="hen_main">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title"><String>★ HEN Toolbox</String></Pair>
<Pair key="info"><String></String></Pair>
<Pair key="ingame"><String>disable</String></Pair>
</Table>
This would allow me to have HAN & HEN Toolbox in a single PKG - HEN Toolbox being a HAN Toolbox clone, with HEN features displayed or hidden depending if HEN is enabled or not.
Unfortunately, only "★ HAN Toolbox" shows up, even if I refresh the XMB existing user session.
2. Second test :
I tried to adapt CFW Power Options for HEN users (an user reported that it does not work with HEN).
Currently, here are where CFW Power Options files will be copied :
dev_blind\vsh\module\videodownloader_plugin.sprx
dev_blind\vsh\resource\videodownloader_plugin.rco
dev_blind\vsh\resource\explore\icon\power.png
dev_blind\vsh\resource\explore\icon\restart.png
dev_blind\vsh\resource\explore\icon\restart_warning.png
dev_blind\vsh\resource\explore\icon\shutdown.png
dev_blind\vsh\resource\explore\xmb\category_psn.xml
dev_blind\vsh\resource\explore\xmb\category_user.xml
dev_blind\vsh\resource\explore\xmb\category_user_login.xml
I tried that - thinking that the whole dev_flash is redirected to dev_hdd0 :
dev_hdd0\plugins\CFW\vsh\module\videodownloader_plugin.sprx
dev_hdd0\plugins\CFW\vsh\resource\videodownloader_plugin.rco
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\power.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\restart.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\restart_warning.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\shutdown.png
dev_hdd0\plugins\CFW\vsh\resource\explore\xmb\category_psn.xml
dev_hdd0\plugins\CFW\vsh\resource\explore\xmb\category_user.xml
dev_hdd0\plugins\CFW\vsh\resource\explore\xmb\category_user_login.xml
but the Power Options does not show up on XMB.
So, if the doesn't show up, I guess xml files are not currently redirected from hdd, they are loaded from dev_flash.
(Offtopic :
My guess (I will try later) to get the Power Options showing up on XMB & working is this :
dev_blind\vsh\resource\explore\xmb\category_psn.xml
dev_blind\vsh\resource\explore\xmb\category_user.xml
dev_blind\vsh\resource\explore\xmb\category_user_login.xml
dev_hdd0\plugins\CFW\vsh\module\videodownloader_plugin.sprx
dev_hdd0\plugins\CFW\vsh\resource\videodownloader_plugin.rco
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\power.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\restart.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\restart_warning.png
dev_hdd0\plugins\CFW\vsh\resource\explore\icon\shutdown.png )