Not working in HENDon't forget delete option in package manager.
Nice one. I was thinking of making something like this, then i was like why, who would want to remove such a cool mod!!![]()
Not working in HENDon't forget delete option in package manager.
Nice one. I was thinking of making something like this, then i was like why, who would want to remove such a cool mod!!![]()
Thanks for confirming. It is made for CFW, I would not have expected it to work with HEN tbh.Not working in HEN
I know but i just tested in HEN and It not working so i thinking removing is bestThanks for confirming. It is made for CFW, I would not have expected it to work with HEN tbh.
I think devil will test itIt probably would work on HEN if you just resigned the SPRX files properly. I'm too lazy to test it myself.
In a few weeks I might, I already tried resigning the xai_plugin.sprx, it didn't work. Not sure if its meant to.I think devil will test it
CFW Power Option v1.06
New features:
Current XMB items are laid out like this:
- Have the added NAND recovery mode option from v1.05 as official feature now, delete strviewer_plugin.rco to enable that feature.
- This adds Turn off (without confirmation) and Soft reboot to the user login screen.
- The installer is now a package that installs files directly to dev_flash so dev_blind must be mounted prior to install.
- Its now only 330kb which is 60% reduction approx. It could even be included on dev_flash in rebug/packages/ if you so wished.
Power Options:
- Reload XMB (Optional package built in, install to add)
- Shut Down (no confirmation)
- Soft Reboot
- Hard Reboot
- Advanced Options
- >> Reboot into a Database Rebuild
- >> Reboot into a Filesystem Check
- >> Reboot into Recovery Mode (NOR)
- >> Reboot into Recovery Mode (NAND)
- >> Boot into OtherOS (Optional package built in, install to add)
Thanks to @aldostools and @lmn7 for research on the "force install to" packages. I think I am going to be using them a lot from now on.
The only reason it is nice to use an installer, is to have the warnings, and to not have to worry about the user mounting dev_flash.
![]()
![]()
![]()
Maybe someday, I want to see how HEN progress's and wait for new tools etc. Or if any users of HEN want to do it in the mean time, Nice one, work away. I have no idea if xai is meant to work on HEN, or what would be required to get it to work.
Param.sfo can be multi language too. You can use the category SF if you don't want them to show In network.@DeViL303 i succesfully integrated the title, info and icon into the rco to have it translatted for all languages
but i'm wondering how to make the Reboot XMB and Reboot to OtherOS that are Pkgs
like this? (i'm thinking using a custom command in webman using webbrowser_plugin, but i dont know if webman mod supports a custom command to open an eboot) or any xai_plugin command
and this way it doesnt have to be in db and show under network
Param.sfo can be multi language too. You can use the category SF if you don't want them to show In network.
Or use category HM and remove the HM query from category_psn.xml.
FYI This is now packed like this so it adds itself to the database while also modifying dev_flash:Oh it worked, thanks
Param.sfo can be multi language too. You can use the category SF if you don't want them to show In network.
Or use category HM and remove the HM query from category_psn.xml.
How to set Param.sfo multi langual? param sfo editor does not suport it i think
do u know how the photo gallery shortcut is lanched? i'm thinking in the same way, just a normal entry that launches an eboot.
Cuz i'm trying to make xml icon categories that launches an eboot
<Query class="type:x-xmb/folder-pixmap" key="contentid" attr="contentid" src="xcb://localhost/query?sort=+Game:Common.titleForSort&cond=Oe+Game:Game.titleId CONTENTID"/>
I'm not sure how to do that, I just know that webman mod updater is multilanguage in the param.sfo, so maybe look at that one. Maybe @aldostools can help here with some tips on the param.sfo?
I do not think an eboot can be launched unless the app is installed and in the database. When it is in the database you can just use this type of entry to boot it:
Code:<Query class="type:x-xmb/folder-pixmap" key="contentid" attr="contentid" src="xcb://localhost/query?sort=+Game:Common.titleForSort&cond=Oe+Game:Game.titleId CONTENTID"/>