3DSident 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 6: Line 6:
|lastupdated=2018/08/03
|lastupdated=2018/08/03
|type=System Tools
|type=System Tools
|version=0.8.0
|version=0.8.0 Final
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/3dshomebrew/3DSident.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/3dsident.7z
|website=https://github.com/joel16/3DSident
|website=https://github.com/joel16/3DSident
|source=https://github.com/joel16/3DSident
|source=https://github.com/joel16/3DSident
}}
}}
<youtube>faTO9onQvmQ</youtube>
3DSident is a tool inspired by PSPident, which was originally developed by Jas0nuk and later updated by Yoti. The tool was used to obtain more information about your PSP's motherboard, firmware etc.


== 3DSident ==
Similarly the 3DS version 3DSident aims to display more information about your 3DS. 3DSident is a fork of ctr_vercheck which was originally developed by Wolfvak, and was initially intended to be a small application only used to display FIRM info.​


ctr_vercheck was originally created by wolfvak - It was initially intended to be a small application for the Nintendo 3DS to check your current FIRM and OS version only. I decided to fork this project, and added additional device info similar to PSPident, hence the name 3DSident.
==Features==
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrew/UW0ftgg.png
https://dlhb.gamebrew.org/3dshomebrew/MpWZCsy.png
https://dlhb.gamebrew.org/3dshomebrew/hBLux60.png
 
== Features: ==
* Current kernel, FIRM and system version detection.
* Current kernel, FIRM and system version detection.
* Display initial system version.
* Display initial system version.
* Model detection with code name and hardware info (Retail/Devboard/Debugger/Capture unit)
* Model detection with code name and hardware info (Retail/Devboard/Debugger/Capture unit).
* Displays screen type (TN/IPS).
* Displays screen type (TN/IPS).
* Displays region.
* Displays region.
Line 32: Line 25:
* Displays MAC address.
* Displays MAC address.
* Displays serial.
* Displays serial.
* Displays SDMC and NAND CID
* Displays SDMC and NAND CID.
* Displays NNID username, principal ID, persistent ID, transferable base ID, country and timezone.
* Displays NNID username, principal ID, persistent ID, transferable base ID, country and timezone.
* Displays device ID.
* Displays device ID.
Line 44: Line 37:
* Displays SD free and total storage capacity.
* Displays SD free and total storage capacity.
* Displays CTR free and total storage capacity.
* Displays CTR free and total storage capacity.
* Displays TWL free and total storage capacity. (GUI exclusive)
* Displays TWL free and total storage capacity (GUI exclusive).
* Displays TWL photo free and total storage capacity. (GUI exclusive)
* Displays TWL photo free and total storage capacity (GUI exclusive).
* Displays number of titles installed on SD and NAND.
* Displays number of titles installed on SD and NAND.
* Displays number of tickets installed. (GUI exclusive)
* Displays number of tickets installed (GUI exclusive).
* Displays volume slider state and percentage.
* Displays volume slider state and percentage.
* Displays 3D slider state and percentage.
* Displays 3D slider state and percentage.
Line 53: Line 46:
* Displays IP address.
* Displays IP address.
* Displays current brightness.
* Displays current brightness.
* Display auto-brightness status. (GUI exclusive)
* Display auto-brightness status (GUI exclusive).
* Display power saving mode. (GUI exclusive)
* Display power saving mode (GUI exclusive).
* Display sound output mode. (GUI exclusive)
* Display sound output mode (GUI exclusive).
* Displays if the console is a debug unit. (GUI exclusive)
* Displays if the console is a debug unit (GUI exclusive).
* Displays headphone/audio jack status. (GUI exclusive)
* Displays headphone/audio jack status (GUI exclusive).
* Card slot status and inserted card type (CTR/NAND).
* Card slot status and inserted card type (CTR/NAND).
* Displays parental control pin, email address and secret answer. (GUI exclusive)
* Displays parental control pin, email address and secret answer (GUI exclusive).
* Displays home menu ID.
* Displays home menu ID.
* Displays Wifi slot info (SSID, password and MAC address).
* Displays Wifi slot info (SSID, password and MAC address).
* Displays original/NAND local friend code seed.
* Displays original/NAND local friend code seed.


==Change==
==Installation==
I think the time has arrived to close the doors on this project. It's been quite the 2 years and woah, the 405k downloads, that's quite the milestone for me. Thanks to everyone who were a part of this.
3DSident comes with an original and GUI versions. Both are available in 3DSX and CIA formats.
 
'''Note:''' If you are using the 3DSX versions you need to enable Rosalina's SM/FS patches or else most of the information won't be displayed.
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/3dsident3.png
https://dlhb.gamebrew.org/3dshomebrews/3dsident4.png
 
==Changelog==
'''v0.8.0 Final'''
 
Both:
* Now displays NAND as well as the original local friend code seed (Useful to know if you've switched your friend code seed before).
* Removed a bunch of unused functions as well as the screenshot feature. (You should be able to use Rosalina now).
* Based off the latest devkitARM toolchain. Both versions are also under one branch now and can be compiled together.
* CIA versions include the new boot logos by FrozenFire
 
Original Version:
* Added some features from the GUI version - Now displays mac address for all 3 WiFi slots, card slot status and initial firmware version.


===Both:===
GUI Version:
* Integrated 3DSident button tester. (Use start + select to activate/deactivate).
* Now uses Citro2D and up-to-date tool chain functions as well as many under the hood improvements.
* Slight improvements to UI to make it sort of similar to the Switch version.


Now displays NAND as well as the original local friend code seed. (Useful to know if you've switched your friend code seed before) Removed a bunch of unused functions as well as the screenshot feature. (You should be able to use Rosalina now). Based off the latest devkitARM toolchain. Both versions are also under one branch now and can be compiled together. CIA versions include the new boot logos by FrozenFire
[https://github.com/joel16/3DSident/releases Release notes.]


===Original Version:===
==Credits==
* Wolfvak for ctr_verinfo's source.
* MarcusD for MCU::HWC's battery percentage.
* Reisyukaku for cfgs and frd services.
* Preetisketch for the banner.


Added some features from the GUI version - Now displays mac address for all 3 WiFi slots, card slot status and initial firmware version. GUI Version:
==External links==
* GitHub - https://github.com/joel16/3DSident
* GBAtemp - https://gbatemp.net/threads/release-3dsident.435755


Integrated 3DSident button tester. (Use start + select to activate/deactivate) Now uses Citro2D and up-to-date tool chain functions as well as many under the hood improvements. Slight improvements to UI to make it sort of similar to the Switch version.
[[Category:3DS homebrew applications]]
[[Category:3DS homebrew system tools]]

Revision as of 13:53, 18 January 2022

3DSident
File:3DSident-01.png
General
Authorjoel16
TypeSystem Tools
Version0.8.0 Final
LicenseMixed
Last Updated2018/08/03
Links
Download
Website
Source

3DSident is a tool inspired by PSPident, which was originally developed by Jas0nuk and later updated by Yoti. The tool was used to obtain more information about your PSP's motherboard, firmware etc.

Similarly the 3DS version 3DSident aims to display more information about your 3DS. 3DSident is a fork of ctr_vercheck which was originally developed by Wolfvak, and was initially intended to be a small application only used to display FIRM info.​

Features

  • Current kernel, FIRM and system version detection.
  • Display initial system version.
  • Model detection with code name and hardware info (Retail/Devboard/Debugger/Capture unit).
  • Displays screen type (TN/IPS).
  • Displays region.
  • Displays language.
  • Displays MAC address.
  • Displays serial.
  • Displays SDMC and NAND CID.
  • Displays NNID username, principal ID, persistent ID, transferable base ID, country and timezone.
  • Displays device ID.
  • Displays soap ID.
  • Battery charging status.
  • AC Adapter connection status.
  • Battery percentage (actual battery percentage using mcu::HWC).
  • Displays battery voltage (estimated) and unknown format.
  • Displays MCU firmware.
  • SD detection.
  • Displays SD free and total storage capacity.
  • Displays CTR free and total storage capacity.
  • Displays TWL free and total storage capacity (GUI exclusive).
  • Displays TWL photo free and total storage capacity (GUI exclusive).
  • Displays number of titles installed on SD and NAND.
  • Displays number of tickets installed (GUI exclusive).
  • Displays volume slider state and percentage.
  • Displays 3D slider state and percentage.
  • Displays Wifi signal strength.
  • Displays IP address.
  • Displays current brightness.
  • Display auto-brightness status (GUI exclusive).
  • Display power saving mode (GUI exclusive).
  • Display sound output mode (GUI exclusive).
  • Displays if the console is a debug unit (GUI exclusive).
  • Displays headphone/audio jack status (GUI exclusive).
  • Card slot status and inserted card type (CTR/NAND).
  • Displays parental control pin, email address and secret answer (GUI exclusive).
  • Displays home menu ID.
  • Displays Wifi slot info (SSID, password and MAC address).
  • Displays original/NAND local friend code seed.

Installation

3DSident comes with an original and GUI versions. Both are available in 3DSX and CIA formats.

Note: If you are using the 3DSX versions you need to enable Rosalina's SM/FS patches or else most of the information won't be displayed.

Screenshots

3dsident3.png3dsident4.png

Changelog

v0.8.0 Final

Both:

  • Now displays NAND as well as the original local friend code seed (Useful to know if you've switched your friend code seed before).
  • Removed a bunch of unused functions as well as the screenshot feature. (You should be able to use Rosalina now).
  • Based off the latest devkitARM toolchain. Both versions are also under one branch now and can be compiled together.
  • CIA versions include the new boot logos by FrozenFire

Original Version:

  • Added some features from the GUI version - Now displays mac address for all 3 WiFi slots, card slot status and initial firmware version.

GUI Version:

  • Integrated 3DSident button tester. (Use start + select to activate/deactivate).
  • Now uses Citro2D and up-to-date tool chain functions as well as many under the hood improvements.
  • Slight improvements to UI to make it sort of similar to the Switch version.

Release notes.

Credits

  • Wolfvak for ctr_verinfo's source.
  • MarcusD for MCU::HWC's battery percentage.
  • Reisyukaku for cfgs and frd services.
  • Preetisketch for the banner.

External links

Advertising: