Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

InspectMii Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=inspectmiiwii.jpg |image_alt=InspectMii }} {{Infobox Wii Homebrews |title=InspectMii |image=i...")
 
m (Text replacement - "↵Category:Support the author" to "")
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=inspectmiiwii.jpg
|image_alt=InspectMii
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=InspectMii
|title=InspectMii
|image=inspectmiiwii.jpg
|image=inspectmiiwii2.png
|description=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.
|description=Shows dozens of your Wii settings.
|author=JoostinOnline
|author=JoostinOnline
|lastupdated=2014/06/03
|lastupdated=2014/06/03
|type=Utilities
|type=Diagnostic Tools
|version=v1.2
|version=1.2
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/wiihomebrews/inspectmiiwii.7z
|download=https://oscwii.org/library/app/InspectMii
|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/
|donation=https://code.google.com/archive/p/inspectmii/
}}
}}
https://oscwii.org/library/app/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.
 
==User guide==
{| class="wikitable" style="width:700px"
!colspan="2"|Page 1
|-
!style="width:100px"|Area
|Wii region.
|-
!Model
|Console model, e.g. RVL-001(EUR).
|-
!DVD
|Unknown, possibly if DVD functionality was enabled.
|-
!MPCH
|Unknown.
|-
!Code
|Unknown.
|-
!Serno
|Serial number.
|-
!Video
|What video signal the Wii is producing (NTSC is 60Hz and PAL is 50Hz).
|-
!Game
|Unknown, possibly what game country is inserted.
|}
 
{| class="wikitable" style="width:700px"
!colspan="2"|Page 2
|-
!style="width:100px"|IDL
|If the Wii is in shutdown state (0 is Shutdown and 1 is Idle).
|-
!PGS
|Progressive Scan.
|-
!E60
|PAL 576i is available.
|-
!SENS
|Sensor Bar Sensitivity.
|-
!BAR
|The position of the Sensor Bar (0 is below, 1 is above).
|-
!SPKV
|Wii Remote Speaker Volume.
|-
!MOT
|If the Wii Remote can rumble.
|-
!SND
|Sound Mode.
|-
!LNG
|What language the Wii is in.
|-
!CB
|Counter Bias.
|-
!SSV
|Burn-in Reduction.
|-
!DH
|Display Offset (0 is centered).
|-
!AR
|Aspect Ratio (0 is 4x3 and 1 is 16x9).
|-
!PGS
|Progressive Scan.
|-
!EULA
|If the EULA has been read and accepted.
|-
!WCFG
|If WiiConnect24 (and maybe RiiConnect24) is enabled.
|-
!SADR
|The Wii Shop Channel account region ID.
|-
!CD
|If initial setup was completed.
|-
!CD2
|If the network setup was completed.
|-
!INC
|Amount of installed channels (Disc Channel counts but EULA and rgnsel don't).
|-
!MOVIE
|If the Wii Motion Plus video was watched.
|}
 
{| class="wikitable" style="width:700px"
!colspan="2"|Page 3
|-
!style="width:100px"|NIK
|Console nickname.
|-
!1st PC
|Parental Controls PIN.
|-
!2nd PC
|Parental Controls question (if none set, defaults to "What is your mother's maiden name?).
|-
!3rd PC
|The answer to the Parental Controls question.
|}
 
{| class="wikitable" style="width:700px"
!colspan="2"|Page 4
|-
!style="width:100px"|BTM
|Unknown Boot Mode.
|-
!VIM
|Unknown.
|-
!CTC
|Unknown.
|-
!DSM
|Drive Saving Mode.
|-
!RST
|Internet Restriction.
|-
!CTPC
|Internet Content Restriction.
|}
 
{| class="wikitable" style="width:700px"
!colspan="2"|Page 6
|-
!style="width:100px"|Remotes Registered
|How many Wii Remotes are/were registered.
|-
!Remote 1-Remotes Registered
|What model the Wii Remote was.
|}
 
{| class="wikitable" style="width:700px"
!colspan="2"|Page 7-9
|-
!style="width:100px"|Connection Type
|If the connection was wired or wireless.
|-
!SSID (Wireless Only)
|The connection SSID (the name).
|-
!MTU
|The MTU value. Default is 0.
|-
!Static IP
|Possibly special IP Address, possibly used by str2hax.
|}


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/inspectmiiwii3.png
https://dlhb.gamebrew.org/wiihomebrews/inspectmiiwii4.png
==Media==
==Media==
<youtube></youtube>
'''InspectMii ([https://www.youtube.com/watch?v=nuvfjd2Itj0 JoostinOnline])'''<br>
<youtube>nuvfjd2Itj0</youtube>
 
==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.
 
==External Links==
* Google Code - https://code.google.com/archive/p/inspectmii/
* GBAtemp - https://gbatemp.net/threads/inspectmii-see-dozens-of-your-wiis-settings.356782/
* WiiBrew - https://wiibrew.org/wiki/InspectMii
* Open Shop Channel - https://oscwii.org/library/app/InspectMii

Latest revision as of 04:30, 17 May 2024

InspectMii
Inspectmiiwii2.png
General
AuthorJoostinOnline
TypeDiagnostic Tools
Version1.2
LicenseGPL-3.0
Last Updated2014/06/03
Links
Download
Website
Source
Support Author

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.

User guide

Page 1
Area Wii region.
Model Console model, e.g. RVL-001(EUR).
DVD Unknown, possibly if DVD functionality was enabled.
MPCH Unknown.
Code Unknown.
Serno Serial number.
Video What video signal the Wii is producing (NTSC is 60Hz and PAL is 50Hz).
Game Unknown, possibly what game country is inserted.
Page 2
IDL If the Wii is in shutdown state (0 is Shutdown and 1 is Idle).
PGS Progressive Scan.
E60 PAL 576i is available.
SENS Sensor Bar Sensitivity.
BAR The position of the Sensor Bar (0 is below, 1 is above).
SPKV Wii Remote Speaker Volume.
MOT If the Wii Remote can rumble.
SND Sound Mode.
LNG What language the Wii is in.
CB Counter Bias.
SSV Burn-in Reduction.
DH Display Offset (0 is centered).
AR Aspect Ratio (0 is 4x3 and 1 is 16x9).
PGS Progressive Scan.
EULA If the EULA has been read and accepted.
WCFG If WiiConnect24 (and maybe RiiConnect24) is enabled.
SADR The Wii Shop Channel account region ID.
CD If initial setup was completed.
CD2 If the network setup was completed.
INC Amount of installed channels (Disc Channel counts but EULA and rgnsel don't).
MOVIE If the Wii Motion Plus video was watched.
Page 3
NIK Console nickname.
1st PC Parental Controls PIN.
2nd PC Parental Controls question (if none set, defaults to "What is your mother's maiden name?).
3rd PC The answer to the Parental Controls question.
Page 4
BTM Unknown Boot Mode.
VIM Unknown.
CTC Unknown.
DSM Drive Saving Mode.
RST Internet Restriction.
CTPC Internet Content Restriction.
Page 6
Remotes Registered How many Wii Remotes are/were registered.
Remote 1-Remotes Registered What model the Wii Remote was.
Page 7-9
Connection Type If the connection was wired or wireless.
SSID (Wireless Only) The connection SSID (the name).
MTU The MTU value. Default is 0.
Static IP Possibly special IP Address, possibly used by str2hax.

Screenshots

inspectmiiwii3.png inspectmiiwii4.png

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.

External Links

Advertising: