PSPident clone for 3DS
Go to file
2024-11-22 11:30:38 +00:00
include system: Fix NAND local friend code seed 2024-11-21 15:35:09 +00:00
res next: Reimplement 3DSident in C++ 2024-09-20 10:50:21 -04:00
source logs: Don't create logs on non debug builds 2024-11-22 11:30:38 +00:00
.gitignore Makefile: re-introduce .CIA support 2024-11-19 11:29:48 +00:00
LICENSE Added files 2016-07-20 16:42:47 -03:00
Makefile Makefile: Bump version to 0.9.1 2024-11-21 15:40:28 +00:00
README.md README.md: Update readme to reflect new features 2024-11-22 11:02:53 +00:00

3DSident Github latest downloads

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:

  • 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).
  • Displays battery temperature.
  • 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 Wifi slot info (SSID, password, security type).
  • Displays original/NAND local friend code seed.
  • Displays PMIC vendor code and battery vendor code.
  • Incorporates a button tester that checks for home button input, 3d and volume slider levels etc.

Credits:

  • Preetisketch for the logo/banner.
  • devkitPro maintainers and contributors for libctru, citro2d, devkitARM, and other packages used by this project.
  • 3DBrew maintainers and contributors for documenting various 3DS hardware/software API information used by this project.