More actions
(Created page with "{{Infobox Switch Homebrews |title=SwitchIdent |image=switchidentswitch.png |description=An identity tool for the Nintendo Switch. |author=joel16 |lastupdated=2021/12/27 |type=System Tools |version=0.3 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/switchidentswitch.7z |website=https://gbatemp.net/threads/switchident.504134/ |source=https://github.com/joel16/SwitchIdent |donation= }} {{#seo: |title=Switch Homebrew Apps (System Tools) - GameBrew |titl...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SwitchIdent | |title=SwitchIdent | ||
|image= | |image=switchidentnx.png | ||
|description=An identity tool for the Nintendo Switch. | |description=An identity tool for the Nintendo Switch. | ||
|author=joel16 | |author=joel16 | ||
Line 8: | Line 8: | ||
|version=0.3 | |version=0.3 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/switchidentnx.7z | ||
|website=https://gbatemp.net/threads/switchident.504134/ | |website=https://gbatemp.net/threads/switchident.504134/ | ||
|source=https://github.com/joel16/SwitchIdent | |source=https://github.com/joel16/SwitchIdent | ||
|donation= | |donation=https://www.paypal.me/Joel16IA | ||
}} | }} | ||
This is yet another identity tool that is continuing the series of <device name here>ident (i.e. [[3DSident 3DS|3DSident]]/[[VITAident]]). This tool allows users to get various bits of information from your Nintendo Switch device, hence the name "ident" as in identifying your Nintendo Switch. | |||
==Features== | |||
*Displays system version. | |||
*Displays kernel version (except on 4.X.X). | |||
*Displays hardware type and unit. | |||
*Displays serial number. | |||
*Displays DRAM ID. | |||
*Displays device ID. | |||
*Displays system region. | |||
*Displays CPU and GPU clocks based on the performance configuration returned by the APM service. | |||
*Displays whether the switch is in docked/handheld state. | |||
*Displays IP Address. | |||
*Displays storage sizes for SD, NAND (user) and NAND (system). | |||
*Displays various system statuses. (Bluetooth, WLAN, NFC, etc.) | |||
*Displays battery percentage and charging status. | |||
*Displays battery charger type. | |||
*Displays if battery charging is enabled. | |||
*Displays if ample power is supplied. | |||
*Displays WIreless RSSI signals and quality. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/switchhomebrews/switchidentnx.png | |||
'''White GUI (old version)'''<br> | |||
< | https://dlhb.gamebrew.org/switchhomebrews/switchidentnx2.png | ||
'''Console UI (discontinued)'''<br> | |||
https://dlhb.gamebrew.org/switchhomebrews/switchidentnx3.png | |||
== | ==Compatibility== | ||
Does not work on 15.0.0 and [https://github.com/joel16/SwitchIdent/issues/17 possible fix]. | |||
https:// | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.3 2021/11/06''' | ||
* | *Console version is no longer supported and the GUI has been somewhat rewritten and slightly redesigned (uses a dark UI rather than the old white). | ||
*Properly display CPU & GPU clocks and also EMC clock using PCV. | |||
*Display SD and game-card slot status. | |||
*Properly display voltage state. | |||
*Applied PSM changes to fix builds with latest libnx changes. (d3m3vilurr) | |||
*Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+ (shchmue) | |||
*Display missing regions (Randname666) | |||
*Fixed EMC speed display (ZachyCatGames) | |||
*Display WiFi/bluetooth MAC address. | |||
*Display battery lot number. | |||
'''v0.2 2018/11/03''' | |||
*Built using the latest version of DKA64 toolchain and libnx. | |||
*Properly display system region. | |||
*Displays battery percentage and charging status. | |||
*Displays battery charger type. | |||
*Displays if battery charging is enabled. | |||
*Displays if ample power is supplied. | |||
*Displays Wireless RSSI signals and quality in percentage. | |||
GUI: | |||
*Now uses SDL2 with GPU hardware acceleration. | |||
*Now uses shared font. | |||
*Minor UI changes. (Displays versions and icons for each field) | |||
Console: | |||
*Values that change in real time are now properly refreshed. (Battery percentage, charging state, dock state, etc). | |||
'''v0.1 2018/06/12''' | |||
*Initial Release. | |||
==Credits== | |||
*shchmue: Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+. | |||
*Eve/Hikari/Junko, Klodeckel and hopperplaysmc: Beta testing. | |||
*preetisketch: Banner. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/joel16/SwitchIdent | ||
* | * GBAtemp - https://gbatemp.net/threads/switchident.504134/ | ||
Revision as of 09:37, 25 April 2023
SwitchIdent | |
---|---|
General | |
Author | joel16 |
Type | System Tools |
Version | 0.3 |
License | GPL-3.0 |
Last Updated | 2021/12/27 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is yet another identity tool that is continuing the series of <device name here>ident (i.e. 3DSident/VITAident). This tool allows users to get various bits of information from your Nintendo Switch device, hence the name "ident" as in identifying your Nintendo Switch.
Features
- Displays system version.
- Displays kernel version (except on 4.X.X).
- Displays hardware type and unit.
- Displays serial number.
- Displays DRAM ID.
- Displays device ID.
- Displays system region.
- Displays CPU and GPU clocks based on the performance configuration returned by the APM service.
- Displays whether the switch is in docked/handheld state.
- Displays IP Address.
- Displays storage sizes for SD, NAND (user) and NAND (system).
- Displays various system statuses. (Bluetooth, WLAN, NFC, etc.)
- Displays battery percentage and charging status.
- Displays battery charger type.
- Displays if battery charging is enabled.
- Displays if ample power is supplied.
- Displays WIreless RSSI signals and quality.
Screenshots
White GUI (old version)
Console UI (discontinued)
Compatibility
Does not work on 15.0.0 and possible fix.
Changelog
v0.3 2021/11/06
- Console version is no longer supported and the GUI has been somewhat rewritten and slightly redesigned (uses a dark UI rather than the old white).
- Properly display CPU & GPU clocks and also EMC clock using PCV.
- Display SD and game-card slot status.
- Properly display voltage state.
- Applied PSM changes to fix builds with latest libnx changes. (d3m3vilurr)
- Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+ (shchmue)
- Display missing regions (Randname666)
- Fixed EMC speed display (ZachyCatGames)
- Display WiFi/bluetooth MAC address.
- Display battery lot number.
v0.2 2018/11/03
- Built using the latest version of DKA64 toolchain and libnx.
- Properly display system region.
- Displays battery percentage and charging status.
- Displays battery charger type.
- Displays if battery charging is enabled.
- Displays if ample power is supplied.
- Displays Wireless RSSI signals and quality in percentage.
GUI:
- Now uses SDL2 with GPU hardware acceleration.
- Now uses shared font.
- Minor UI changes. (Displays versions and icons for each field)
Console:
- Values that change in real time are now properly refreshed. (Battery percentage, charging state, dock state, etc).
v0.1 2018/06/12
- Initial Release.
Credits
- shchmue: Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+.
- Eve/Hikari/Junko, Klodeckel and hopperplaysmc: Beta testing.
- preetisketch: Banner.