More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|title=InspectMii | |title=InspectMii | ||
|image=inspectmiiwii.jpg | |image=inspectmiiwii.jpg | ||
|description= | |description=Shows dozens of your Wii settings. | ||
|author=JoostinOnline | |author=JoostinOnline | ||
|lastupdated=2014/06/03 | |lastupdated=2014/06/03 | ||
Line 17: | Line 17: | ||
|website=https://gbatemp.net/threads/inspectmii-see-dozens-of-your-wiis-settings.356782/ | |website=https://gbatemp.net/threads/inspectmii-see-dozens-of-your-wiis-settings.356782/ | ||
|source=https://code.google.com/archive/p/inspectmii/ | |source=https://code.google.com/archive/p/inspectmii/ | ||
|discussion=https://code.google.com/archive/p/inspectmii/ | |||
}} | }} | ||
Intended as a companion app to SysCheck HDE, InspectMii shows and logs every single significant setting on your Wii. It is especially useful if you are looking for any conflicting or potentially problematic settings. Info is grabbed from SYSCONF, dhcp.dat, and setting.txt. It is compatible with the vWii. | |||
==Media== | ==Media== | ||
'''InspectMii | '''InspectMii ([https://www.youtube.com/watch?v=nuvfjd2Itj0 JoostinOnline])'''<br> | ||
<youtube>nuvfjd2Itj0</youtube> | <youtube>nuvfjd2Itj0</youtube> | ||
==Changelog== | ==Changelog== | ||
'''v1.2''' | '''v1.2''' | ||
* Added new SYSCONF settings, including NDEV ones and the Motion Plus one | * Added new SYSCONF settings, including NDEV ones and the Motion Plus one. | ||
* Changed the order of the network log and printf functions so it will save the latest if InspectMii crashes | * Changed the order of the network log and printf functions so it will save the latest if InspectMii crashes. | ||
* Added ASCII InspectMii art to the title screen | * Added ASCII InspectMii art to the title screen. | ||
* Wrote code for displaying network key (will not be logged) | * Wrote code for displaying network key (will not be logged). | ||
* Fixed incorrect network encryption names | * Fixed incorrect network encryption names. | ||
* Added proxy settings | * Added proxy settings. | ||
* Fixed a few minor typos and unorganized code | * Fixed a few minor typos and unorganized code. | ||
'''v1.1''' | '''v1.1''' | ||
* Counter Bias hours are converted to years-months-days (thanks OverjoY) | * Counter Bias hours are converted to years-months-days (thanks OverjoY). | ||
* Changed the page titles to better convey the purpose of the file being checked | * Changed the page titles to better convey the purpose of the file being checked. | ||
* Added DNS Source to the network page | * Added DNS Source to the network page. | ||
* Greatly improved the file log code so it will save results even if the app crashes | * Greatly improved the file log code so it will save results even if the app crashes. | ||
* Log file is now named "InspectMii.log" | * Log file is now named "InspectMii.log". | ||
* A fair amount of code cleanup | * A fair amount of code cleanup. | ||
'''v1.0''' | '''v1.0''' | ||
* Original release | * Original release. | ||
==Credits== | ==Credits== | ||
Credit goes to Coto for the app title, and Acidflare for testing. | |||
==External Links== | ==External Links== | ||
* Google | * Google Code - https://code.google.com/archive/p/inspectmii/ | ||
* | * GBAtemp - https://gbatemp.net/threads/inspectmii-see-dozens-of-your-wiis-settings.356782/ | ||
* Oscwii - https://oscwii.org/library/app/InspectMii | * Oscwii - https://oscwii.org/library/app/InspectMii | ||
[[Category:Support the author]] |
Revision as of 00:46, 17 February 2023
InspectMii | |
---|---|
File:Inspectmiiwii.jpg | |
General | |
Author | JoostinOnline |
Type | Utilities |
Version | v1.2 |
License | GPL-3.0 |
Last Updated | 2014/06/03 |
Links | |
Download | |
Website | |
Source | |
Intended as a companion app to SysCheck HDE, InspectMii shows and logs every single significant setting on your Wii. It is especially useful if you are looking for any conflicting or potentially problematic settings. Info is grabbed from SYSCONF, dhcp.dat, and setting.txt. It is compatible with the vWii.
Media
InspectMii (JoostinOnline)
Changelog
v1.2
- Added new SYSCONF settings, including NDEV ones and the Motion Plus one.
- Changed the order of the network log and printf functions so it will save the latest if InspectMii crashes.
- Added ASCII InspectMii art to the title screen.
- Wrote code for displaying network key (will not be logged).
- Fixed incorrect network encryption names.
- Added proxy settings.
- Fixed a few minor typos and unorganized code.
v1.1
- Counter Bias hours are converted to years-months-days (thanks OverjoY).
- Changed the page titles to better convey the purpose of the file being checked.
- Added DNS Source to the network page.
- Greatly improved the file log code so it will save results even if the app crashes.
- Log file is now named "InspectMii.log".
- A fair amount of code cleanup.
v1.0
- Original release.
Credits
Credit goes to Coto for the app title, and Acidflare for testing.