VITAident: Difference between revisions

From GameBrew
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (System Tools) - GameBrew! |title_mode=append |image=vitaidentvita.jpg |image_alt=VITAident }} {{Infobox Vi...")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (System Tools) - GameBrew!
|title=Vita Homebrew Apps (System Tools) - GameBrew
|title_mode=append
|title_mode=append
|image=vitaidentvita.jpg
|image=rincheatsevita2.png
|image_alt=VITAident
|image_alt=VITAident
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=VITAident
|title=VITAident
|image=vitaidentvita.jpg
|image=rincheatsevita2.png
|description=Shows info about your PSVITA.
|description=The first system/hardware identity tool for the PS Vita.
|author=joel16
|author=joel16
|lastupdated=2017/10/17
|lastupdated=2017/10/17
Line 16: Line 15:
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita.7z
|website=
|website=https://wololo.net/talk/viewtopic.php?f=116&t=46381
|source=https://github.com/joel16/VITAident
|source=https://github.com/joel16/VITAident
|donation=https://www.paypal.me/Joel16IA
}}
}}
Shows info about your PSVITA.
VITAident 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.


'''Please Improve This Article If You Can.'''
Similarly the VITA version - VITAident aims to display more information about your PS VITA.


https://vitadb.rinnegatamante.it/#/info/25
==Features==
*Displays firmware (spoof/actual) and model info (Vita fat/slim/TV/PTEL/PDEL).
*Displays PS Vita Unit (Cex/Dex).
*Displays Vita motherboard.
*Displays PS VITA CID (Console ID).
*Displays PSID.
*Displays language.
*Displays MAC address.
*Displays IP address.
*Displays PSN username.
*Displays ARM, BUS and GPU clock frequency.
*Displays GPU Xbar clock frequency.
*Displays battery life time.
*Displays battery percentage, and charging status.
*Displays battery capacity.
*Displays battery temperature in both degrees C and F.
*Displays battery voltage and cycle count.
*Displays USB/adapter connection state (UDCD).
*Displays enter button (Cross/Circle).
*Displays current brightness and volume.
*Displays SD free and total capacity (Thanks TheOfficialFloW).
 
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/vitaident3.png
 
https://dlhb.gamebrew.org/vitahomebrews/vitaident4.png


==Media==
==Media==
<youtube>RIaJHh60hQY</youtube>
'''PS Vita VITAident System Info Finder Homebrew App!''' ([https://www.youtube.com/watch?v=zWiXaF6MyQY Tech James]) <br>
<youtube>zWiXaF6MyQY</youtube>
 
==Changelog==
'''v0.7.4'''
 
Original:
*Major code clean-up. Use vita specific typedefs, switched to Cmake, properly check for functions to succeed before returning values, and minor consistency fixes.
*Use _vshSblGetSystemSwVersion to get the actual Sw version.
*Use avconfig to get volume rather than reading from the registry.
 
GUI:
*Major code clean-up. Use vita specific typedefs, switched to Cmake, properly check for functions to succeed before returning values, and minor consistency fixes.
*Fixed firmware version display.
*New storage menu: Now displays uma0:/ and imc0:/ storage info.
*Displays PSP fw version in misc menu.
*Minor changes to UI.
*New WiFi profiles menu. Now displays each wifi profile along with their password. (Use L/R to switch pages if you have more than 5 profiles)
*Use _vshSblGetSystemSwVersion to get the actual Sw version.
*Use avconfig to get volume rather than reading from the registry.
*You can now use the touch screen to switch between menus.
 
'''v0.7.3'''
 
Original:
*Brought back battery temperature. (It was mistakenly deleted in the previous release)
*Fixed PDEL model info (thanks for letting me know about this fate6!)
*Added option to dump CID. (Pressing circle to exit will dump your CID unto ux0:/cid.txt)
 
GUI:
*Fixed some misalignment issues.
*Fixed PDEL model info (thanks for letting me know about this fate6!)
*Added option to dump CID. (Pressing cross while in the PSN menu will dump your CID unto ux0:/cid.txt)
 
My apologies, totally forgot to mention this. Thanks @chronoss09 for suggesting the CID dump option.
 
'''v0.7.2'''
 
Original Version:
*Fixed minor misalignment issues.
*Fixed USB power supply status (Previously it showed as disabled, even when it was enabled).
 
GUI:
*Fixed USB power supply status (Previously it showed as disabled, even when it was enabled).
*Now uses proper enter button to exit. (X or O depending on your region).
*New config menu (GUI exclusive) - Displays various settings info (enabled/disabled) and lock screen code.
*New psn menu (GUI exclusive) - Displays PSN info, username pass. (Thanks some1 for the registry info)
 
'''v0.7.1'''
 
Original Version:
*Removed screenshot function since it can be done natively by holding PS button + start.
*Now displays brightness and volume.
*Slightly re-organized, and fixed some misspelt words.
 
GUI:
*Removed the need for external data. Now uses official PVF font, and you'll no longer need the "VID00016" folder in ux0:data.
*All changes in original version are now also in GUI.
*Removed ID.DAT functionality since you can easily open this with vitashell. No need for extra bulk.
 
'''v0.7'''
 
Original version:
*Minor code cleanup
*Added a few battery functions that I've missed from scepower:
**Battery SOH (State of health) - That is your battery condition in percentage.
**Battery cycle count
**Battery full capacity (Previously only remaining capacity was shown)
*UDCD cable state (Can test if your battery port or cable might be malfunctioning)
*UDCD charging state
 
GUI version:
*All of the above changes.
*New ID.DAT menu (GUI exclusive) - Tbh I couldn't fit this in the original anyway.
*Changes font color during selection, and also includes title. (As always, please update your VID00016 folder).
 
'''v0.6'''
 
Original:
*Detect spoofed system version, and actual firmware version.
*System Version -> System software version (spoofed)
*Firmware Version -> Actual firmware version.
*Remove automatic screenshot upon exit. (Not necessary since the VITA allows us to take screenshots natively.)
*This in turn improves the speed upon exiting the original version.
 
GUI Version:
*All of the above^.
*New Ubuntu like design. (Cleaner, faster and more user friendly).


'''v0.5'''


==Screenshots==
Original:
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-01.jpg
*More accurate model detection for PTEL and PDEL models.
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-02.jpg
*Includes fself compression. (Please switch to Taihen).
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-03.jpg
*Displays values in their respectful colored category (example red star = red values, just like 3DSident).
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-04.jpg
*Detects whether the model supports 3G/WiFi.
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-05.jpg
*Display battery charging status.
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-06.jpg
*Now uses any key to exit the app (just like 3DSident).
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-07.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/vitaidentvita-08.jpg
GUI:
*Includes all of the above except doesn't use any key to exit.
*Added a minimal customization option to change the font color. (please update your ux0:/data/VID000016 folder).
 
'''v0.4'''
*Detects PCH-1000 and PCH-2000 models (VTE-1000 for VITA TV).
*Get VITA mobo info, and re-organize information into respectful categories:
**Kernel, model and ID info.
**System info.
**Battery info.
**Misc info.
*Display enter button:
**X - US/EU.
**O - Japan.
*Display internal storage info.
 
'''v0.3'''
*Now grabs username (PSN user id).
*Displays CEX/DEX/IDU/Debug/Tool info.
*Model identification (PS VITA/ PS TV).
*Hide certain info that isn't relevant to VITA TV.
*Display accurate version under app information.
 
GUI:
*Fixed controls.
*Displays sub section titles.
*L/R trigger can be used to cycle through sub sections.
 
'''v0.2'''
*Displays PSID (Thanks SMOKE)
*Added automatic screenshot upon exit. (Heavily based off of Rinnegatamante's screenshot.c from rinCheat. so, thanks Rinnegatamante.) Note: The screenshot is saved under ux0:/data/VID000016/screenshots/
*Now displays MAC address properly.
*Now displays IP address.
*Minor code clean-up.
 
'''v0.1'''
*Displays ARM, BUS and GPU clock frequency.
*Displays battery life time.
*Displays battery percentage.
*Displays battery remaining capacity.
*Displays language.
*Displays firmware and model info.
*Displays PS VITA CID (Console ID).
*Displays battery temperature in both degrees C and F.
*Displays battery voltage.
*Displays SD free and total capacity. (Thanks TheOfficialFloW)
*Displays GPU Xbar clock frequency.


==Changelogs==
==Credits==
Major_Tom, Smoke, TheOfficialFloW, Rinnegatamante, himanshugoel2797, franci95 and fate6.


== External links ==
== External links ==
* Official Website -
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=46381
* Gbatemp -
* GitHub - https://github.com/joel16/VITAident
* Github -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/25
* Google Source -
 
[[Category:Support the author]]

Latest revision as of 06:36, 29 August 2023

VITAident
Rincheatsevita2.png
General
Authorjoel16
TypeSystem Tools
Version0.7.4
LicenseGPL-3.0
Last Updated2017/10/17
Links
Download
Website
Source
Support Author

VITAident 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 VITA version - VITAident aims to display more information about your PS VITA.

Features

  • Displays firmware (spoof/actual) and model info (Vita fat/slim/TV/PTEL/PDEL).
  • Displays PS Vita Unit (Cex/Dex).
  • Displays Vita motherboard.
  • Displays PS VITA CID (Console ID).
  • Displays PSID.
  • Displays language.
  • Displays MAC address.
  • Displays IP address.
  • Displays PSN username.
  • Displays ARM, BUS and GPU clock frequency.
  • Displays GPU Xbar clock frequency.
  • Displays battery life time.
  • Displays battery percentage, and charging status.
  • Displays battery capacity.
  • Displays battery temperature in both degrees C and F.
  • Displays battery voltage and cycle count.
  • Displays USB/adapter connection state (UDCD).
  • Displays enter button (Cross/Circle).
  • Displays current brightness and volume.
  • Displays SD free and total capacity (Thanks TheOfficialFloW).

Screenshots

vitaident3.png

vitaident4.png

Media

PS Vita VITAident System Info Finder Homebrew App! (Tech James)

Changelog

v0.7.4

Original:

  • Major code clean-up. Use vita specific typedefs, switched to Cmake, properly check for functions to succeed before returning values, and minor consistency fixes.
  • Use _vshSblGetSystemSwVersion to get the actual Sw version.
  • Use avconfig to get volume rather than reading from the registry.

GUI:

  • Major code clean-up. Use vita specific typedefs, switched to Cmake, properly check for functions to succeed before returning values, and minor consistency fixes.
  • Fixed firmware version display.
  • New storage menu: Now displays uma0:/ and imc0:/ storage info.
  • Displays PSP fw version in misc menu.
  • Minor changes to UI.
  • New WiFi profiles menu. Now displays each wifi profile along with their password. (Use L/R to switch pages if you have more than 5 profiles)
  • Use _vshSblGetSystemSwVersion to get the actual Sw version.
  • Use avconfig to get volume rather than reading from the registry.
  • You can now use the touch screen to switch between menus.

v0.7.3

Original:

  • Brought back battery temperature. (It was mistakenly deleted in the previous release)
  • Fixed PDEL model info (thanks for letting me know about this fate6!)
  • Added option to dump CID. (Pressing circle to exit will dump your CID unto ux0:/cid.txt)

GUI:

  • Fixed some misalignment issues.
  • Fixed PDEL model info (thanks for letting me know about this fate6!)
  • Added option to dump CID. (Pressing cross while in the PSN menu will dump your CID unto ux0:/cid.txt)

My apologies, totally forgot to mention this. Thanks @chronoss09 for suggesting the CID dump option.

v0.7.2

Original Version:

  • Fixed minor misalignment issues.
  • Fixed USB power supply status (Previously it showed as disabled, even when it was enabled).

GUI:

  • Fixed USB power supply status (Previously it showed as disabled, even when it was enabled).
  • Now uses proper enter button to exit. (X or O depending on your region).
  • New config menu (GUI exclusive) - Displays various settings info (enabled/disabled) and lock screen code.
  • New psn menu (GUI exclusive) - Displays PSN info, username pass. (Thanks some1 for the registry info)

v0.7.1

Original Version:

  • Removed screenshot function since it can be done natively by holding PS button + start.
  • Now displays brightness and volume.
  • Slightly re-organized, and fixed some misspelt words.

GUI:

  • Removed the need for external data. Now uses official PVF font, and you'll no longer need the "VID00016" folder in ux0:data.
  • All changes in original version are now also in GUI.
  • Removed ID.DAT functionality since you can easily open this with vitashell. No need for extra bulk.

v0.7

Original version:

  • Minor code cleanup
  • Added a few battery functions that I've missed from scepower:
    • Battery SOH (State of health) - That is your battery condition in percentage.
    • Battery cycle count
    • Battery full capacity (Previously only remaining capacity was shown)
  • UDCD cable state (Can test if your battery port or cable might be malfunctioning)
  • UDCD charging state

GUI version:

  • All of the above changes.
  • New ID.DAT menu (GUI exclusive) - Tbh I couldn't fit this in the original anyway.
  • Changes font color during selection, and also includes title. (As always, please update your VID00016 folder).

v0.6

Original:

  • Detect spoofed system version, and actual firmware version.
  • System Version -> System software version (spoofed)
  • Firmware Version -> Actual firmware version.
  • Remove automatic screenshot upon exit. (Not necessary since the VITA allows us to take screenshots natively.)
  • This in turn improves the speed upon exiting the original version.

GUI Version:

  • All of the above^.
  • New Ubuntu like design. (Cleaner, faster and more user friendly).

v0.5

Original:

  • More accurate model detection for PTEL and PDEL models.
  • Includes fself compression. (Please switch to Taihen).
  • Displays values in their respectful colored category (example red star = red values, just like 3DSident).
  • Detects whether the model supports 3G/WiFi.
  • Display battery charging status.
  • Now uses any key to exit the app (just like 3DSident).

GUI:

  • Includes all of the above except doesn't use any key to exit.
  • Added a minimal customization option to change the font color. (please update your ux0:/data/VID000016 folder).

v0.4

  • Detects PCH-1000 and PCH-2000 models (VTE-1000 for VITA TV).
  • Get VITA mobo info, and re-organize information into respectful categories:
    • Kernel, model and ID info.
    • System info.
    • Battery info.
    • Misc info.
  • Display enter button:
    • X - US/EU.
    • O - Japan.
  • Display internal storage info.

v0.3

  • Now grabs username (PSN user id).
  • Displays CEX/DEX/IDU/Debug/Tool info.
  • Model identification (PS VITA/ PS TV).
  • Hide certain info that isn't relevant to VITA TV.
  • Display accurate version under app information.

GUI:

  • Fixed controls.
  • Displays sub section titles.
  • L/R trigger can be used to cycle through sub sections.

v0.2

  • Displays PSID (Thanks SMOKE)
  • Added automatic screenshot upon exit. (Heavily based off of Rinnegatamante's screenshot.c from rinCheat. so, thanks Rinnegatamante.) Note: The screenshot is saved under ux0:/data/VID000016/screenshots/
  • Now displays MAC address properly.
  • Now displays IP address.
  • Minor code clean-up.

v0.1

  • Displays ARM, BUS and GPU clock frequency.
  • Displays battery life time.
  • Displays battery percentage.
  • Displays battery remaining capacity.
  • Displays language.
  • Displays firmware and model info.
  • Displays PS VITA CID (Console ID).
  • Displays battery temperature in both degrees C and F.
  • Displays battery voltage.
  • Displays SD free and total capacity. (Thanks TheOfficialFloW)
  • Displays GPU Xbar clock frequency.

Credits

Major_Tom, Smoke, TheOfficialFloW, Rinnegatamante, himanshugoel2797, franci95 and fate6.

External links

Advertising: