Advertisement
atreyu187

Vita Guides - Modify the Vita Multitasking Menu for HENkaku

Oct 27th, 2016
1,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. By following this guide you will successfully remove all advertisements on the multitasking menu when you press PS button and you can replace with HENkaku apps or your favorite games for a quick change.
  2. Enable HENKaku
  3. Open molecularShell/VitaShell and navigate to ur0:shell/ and there you will see a folder named whats_new. Delete it and restart your PS Vita.
  4. When your Vita restarts you have to press PS button couple of times, this is so that Vita can download new advertisements.
  5. When the advertisements pop-up again navigate to ur0:shell/whats_new/np/ with molecularShell/VitaShell and inside that folder you will see whatsnew.xml file. Delete it and create a folder named "whatsnew.xml" without "".
  6. Restart your PS Vita and enjoy your brand new multitasking menu without those pesky advertisements.
  7. You should know that if you rebuild your database in recovery you will have to do the same thing all over again.
  8. Have fun. :)
  9.  
  10. I actually just found out, to launch an app change this
  11.  
  12. Code:
  13. <target type="u" >psns:browse?category=STORE-MSF73008-VITAGAMES</target>
  14. to this
  15.  
  16. Code:
  17. <target type="u" >psgm:play?titleid=VITASHELL</target>
  18. As an example for new multitasking from the Live Area just replace the VITASHELL with the titleid of whatever game/app you want and you can then launch whatever you like right away.
  19. Also you can use this with any uri calls to open hidden system apps like PKG installer and more. Here is a list of them.
  20.  
  21. Code:
  22. settings_dlg:
  23.  
  24. settings_dlg:updater
  25. settings_dlg:updater::via_downloader
  26. settings_dlg:updater::com
  27. settings_dlg:updater::via_game
  28. settings_dlg:updater::via_mc
  29.  
  30. settings_dlg:wifi::wps
  31. settings_dlg:wifi::manual
  32.  
  33. settings_dlg:signin
  34. settings_dlg:psn::account_information
  35. settings_dlg:psn::profile
  36. settings_dlg:psn::twitter
  37.  
  38. settings_dlg:custom_themes
  39.  
  40. settings_dlg:console_info::psm
  41.  
  42. settings_dlg:reset::format_mc_for_promote !!!!INSTA-FORMAT!!!!!
  43.  
  44. settings_dlg:debug::crash_test ---> Crashes the System
  45. settings_dlg:sandbox::generic_page1 ---> Error
  46.  
  47. settings_dlg:psn::profile::account_panel_selection (dex only?)
  48. photo:delete
  49. photo:browse?category=ALL
  50.  
  51. music:delete
  52. music:browse?category=ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement