The abilities for PS3xploit (v3) HAN continues to progress, this time around a simple XMB Mod that adds a new function into the XMB's "User" Category. As seen in the image included a new entry of "Restart System" has been added and when you select the icon it will restart the PS3 without a Conformation. Making a Restart that much faster and easier from the XMB. A long-time XMB MOD from CFW is now brought to PS3 HAN user's,
-STLcardsWS
-
User Category Mod - Reboot and Instant Shutdown
(For use with PS3 HAN 4.81/4.82 OFW)
Here is a small XMB mod that changes how the "Turn Off System" icon in the user category works and adds a "Restart System" icon to the top of the User category. This is a full multi language mod with icons and text added to the rco.
In this mod, when you select "Turn Off System" you do not get asked for confirmation, its much nicer imo, in all my years using PS3 I do not think I have ever hit that by mistake
Also added a link to HAN reboot auto running Xploit page.
Thanks to @esc0rtd3w for discovering the way to call the power off plugin instantly, and thanks to Team Ps3Xploit for the Reboot Xploit and all the rest. -
Installation:
There are a few steps to this and it involves writing files to flash using Team Xploits file injector webpages, if you do not know how to use them do not continue with installing this mod. I am not going to explain every little thing about those, you are expected to have a basic understanding of the tools if you are doing mods like this to flash, if not do some research into the latest PS3Xploit releases first.
There are 3 files, put them on USB and copy them to flash, you will need to select the correct file names from the dropdown lists, and choose the USB port etc.
Visit this page on your PS3 for loading the explore_plugin_full.rco = ** http://www.**ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) >Domain no Longer owned by team** (ps3xploit.me =new)/flash_rco_replacer/flash_rco_replacer.html
Visit this page on your PS3 for loading the 2 category_user xmls = ** http://www.**ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) >Domain no Longer owned by team** (ps3xploit.me =new)/flash_xml_replacer/flash_xml_replacer.html
You can of course use HAN Toolbox file injector section too, same thing.
Note: There is a bug, these items do not work from the ingame XMB, and will have spinning icons, I will not be trying to fix this, so take it or leave it. Use at your own risk, only tested on slim.
Code:<XMBML version="1.0"> <View id="root"> <Items> <Query class="type:x-xmb/folder-pixmap" key="restart" src="#restart"/> <Query class="type:x-xmb/folder-pixmap" key="seg_poweroff2" src="#seg_poweroff2"/> <Query class="type:x-xmb/folder-pixmap" key="user_provider_0" src="user://localhost/create"/> <Query class="type:x-xmb/folder-pixmap" key="user_provider_1" src="user://localhost/users"/> </Items> </View> <View id="restart"> <Attributes> <Table key="soft"> <Pair key="icon_rsc"><String>tex_restart</String></Pair> <Pair key="title_rsc"><String>msg_restart</String></Pair> <Pair key="module_name"><String>webrender_plugin</String></Pair> <Pair key="module_action"><String>** http://www.**ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) >Domain no Longer owned by team** (ps3xploit.me =new)/autoxml/pett/syscalls/power/soft_reboot.html</String></Pair> </Table> </Attributes> <Items> <Query class="type:x-xmb/module-action" key="soft" attr="soft"/> </Items> </View> <View id="seg_poweroff2"> <Attributes> <Table key="off"> <Pair key="icon_rsc"><String>tex_power_off2</String></Pair> <Pair key="title_rsc"><String>msg_power_off_console2</String></Pair> <Pair key="module_name"><String>poweroff_plugin</String></Pair> <Pair key="module_action"><String></String></Pair> </Table> </Attributes> <Items> <Item class="type:x-xmb/module-action" key="off" attr="off" /> </Items> </View> </XMBML>
Last edited: