Hello, I started to use UNEEK+DI recently and ran into a few things. First, I had problems with my wiiware on the drive not showing up and realized it was because my uid.sys got overwritten by a generic one and SNEEK uses uid.sys for reporting titles to the wii. So I got my uid.sys fixed up and noticed that my SNEEK nand ran very slow and realized that the more titles that the wii knows about the more stuff it's going to want to load.
So I made this application called UIDManager. It allows you to modify the contents of uid.sys on an emulated nand so that you can control what titles SNEEK knows about:
The program is written in java so hopefully it'll work on mac and linux/unix platforms but I've only tested in on my windows 7 computer
How to use:
-run the jar in the root of your emulated nand files (So if your nand is on G:\ put the Jar in G:\ and then run it. Sorry about this inconvenience but I couldn't figure out how to get a dialog up for choosing nand location)
-the left list represents the entries in your uid.sys
-the right list represents the available entries to add for various titles on your system.
--the right list is generated by searching your ticket folder for all .tik files and your title folder for all title.tmd files
--the right list might take a bit to load. It's done loading when the buttons below it aren't grayed out anymore
-titles colored red in the left list represent titles that don't exist on your nand
-Pressing clean will delete all the entries for titles that aren't found on your nand
-pressing > removes the currently selected title from your uid.sys
-pressing >> removes all titles from uid.sys but System Menu
-pressing save will save the uid.sys
-pressing reload will reload the contents of uid.sys
-pressing < will add the currently selected title to uid.sys
-pressing
So I made this application called UIDManager. It allows you to modify the contents of uid.sys on an emulated nand so that you can control what titles SNEEK knows about:
The program is written in java so hopefully it'll work on mac and linux/unix platforms but I've only tested in on my windows 7 computer
How to use:
-run the jar in the root of your emulated nand files (So if your nand is on G:\ put the Jar in G:\ and then run it. Sorry about this inconvenience but I couldn't figure out how to get a dialog up for choosing nand location)
-the left list represents the entries in your uid.sys
-the right list represents the available entries to add for various titles on your system.
--the right list is generated by searching your ticket folder for all .tik files and your title folder for all title.tmd files
--the right list might take a bit to load. It's done loading when the buttons below it aren't grayed out anymore
-titles colored red in the left list represent titles that don't exist on your nand
-Pressing clean will delete all the entries for titles that aren't found on your nand
-pressing > removes the currently selected title from your uid.sys
-pressing >> removes all titles from uid.sys but System Menu
-pressing save will save the uid.sys
-pressing reload will reload the contents of uid.sys
-pressing < will add the currently selected title to uid.sys
-pressing













