3DSident 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = 3DSident | image = https://dlhb.gamebrew.org/3dshomebrew/3DSident-01.png|250px | type = System Tools | version = v0.8.0 | licence = Mixed | au...")
 
m (Text replacement - "Category:Support the author" to "")
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = 3DSident
|title=3DSident
| image = https://dlhb.gamebrew.org/3dshomebrew/3DSident-01.png|250px
|image=3dsident2.png
| type = System Tools
|description=Check device info similar to PSPident, hence the name 3DSident.
| version = v0.8.0
|author=joel16
| licence = Mixed
|lastupdated=2018/08/03
| author = joel16
|type=System Tools
| website = https://github.com/joel16/3DSident
|version=0.8.0 Final
| download = https://dlhb.gamebrew.org/3dshomebrew/3DSident.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/3DSident.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/3dsident.7z
|website=https://github.com/joel16/3DSident
|source=https://github.com/joel16/3DSident
|donation=https://www.paypal.me/Joel16IA
}}
}}
<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 [https://github.com/joel16/3DSident/releases/latest [[File:https://img.shields.io/github/downloads/joel16/3DSident/total.svg|Github latest downloads]]] =
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.
[[File:http://i.imgur.com/HPWNgmz.png|frame|none|alt=|caption 3DSident Banner]]
 
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==
= 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 24: Line 26:
* 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 36: Line 38:
* 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 45: Line 47:
* 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--
 
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.
==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==
https://dlhb.gamebrew.org/3dshomebrews/3dsident3.png
https://dlhb.gamebrew.org/3dshomebrews/3dsident4.png
 
==Changelog==
'''v0.8.0 Final'''
 
Both:
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:
* Now displays NAND as well as the original local friend code seed (Useful to know if you've switched your friend code seed before).
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:
* Removed a bunch of unused functions as well as the screenshot feature. (You should be able to use Rosalina now).
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.
* 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.
 
[https://github.com/joel16/3DSident/releases 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==
* GitHub - https://github.com/joel16/3DSident
* GBAtemp - https://gbatemp.net/threads/release-3dsident.435755

Latest revision as of 04:11, 17 May 2024

3DSident
3dsident2.png
General
Authorjoel16
TypeSystem Tools
Version0.8.0 Final
LicenseMixed
Last Updated2018/08/03
Links
Download
Website
Source
Support Author

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: