Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Dardel (talk | contribs)
New page for recovering broken Wii U system apps
 
m Text replacement - "\[\[Get support\|(.*?)\]\]" to "{{ml|Get support|$1}}"
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:


#Find the title ID for the app you want to fix from [[wiiubrew:Title_database|WiiUBrew]] (EUR browser would be 000500301001220A)
#Find the title ID for the app you want to fix from [[wiiubrew:Title_database|WiiUBrew]] (EUR browser would be 000500301001220A)
#Extract JNUSTool to a folder and run `java -jar JNUSTool.jar [titleid] -dlEncrypted`
#Extract JNUSTool to a folder and run <code>java -jar JNUSTool.jar [titleid] -dlEncrypted</code>
#If you get <code>Invalid title ID</code>, remove the <code>-</code> from the title ID
#If you get <code>Invalid title ID</code>, remove the <code>-</code> from the title ID
#Once the download finishes, copy <code>temp_[titleid]</code> to <code>install</code> on the root of your sd card.
#Once the download finishes, copy <code>temp_[titleid]</code> to <code>install</code> on the root of your sd card.
#Open WUP Installer GX2 mod (tiramisu only) from the HBL, or launch [https://github.com/GaryOderNichts/udpih UDPIH]
#Open WUP Installer GX2 mod (tiramisu only) from the HBL, or launch [https://github.com/GaryOderNichts/udpih UDPIH]
#Install the app you need to fix, and you should be good.
#Install the app you need to fix, and you should be good.
*If not, please ask in #wiiu-vwii-assistance at [http://discord.gg/nintendohomebrew Nintendo Homebrew] for help.
*If not, please ask in #wiiu-vwii-assistance at {{ml|Get support|Nintendo Homebrew}} for help.

Latest revision as of 17:15, 30 July 2025

If you ever need to fix a broken system app, such as a broken browser, here's how you can do so.

What you need:

  1. Find the title ID for the app you want to fix from WiiUBrew (EUR browser would be 000500301001220A)
  2. Extract JNUSTool to a folder and run java -jar JNUSTool.jar [titleid] -dlEncrypted
  3. If you get Invalid title ID, remove the - from the title ID
  4. Once the download finishes, copy temp_[titleid] to install on the root of your sd card.
  5. Open WUP Installer GX2 mod (tiramisu only) from the HBL, or launch UDPIH
  6. Install the app you need to fix, and you should be good.