VitaTester: Difference between revisions

From GameBrew
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew! |title_mode=append |image=vitatestervita.jpg |image_alt=VitaTester }} {{Infobox Vi...")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
|title=Vita Homebrew Apps (Other Apps) - GameBrew!
|title_mode=append
|image=vitatestervita.jpg
|image_alt=VitaTester
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=VitaTester
|title=VitaTester
|image=vitatestervita.jpg
|image=vitatester002.png
|description=Test buttons input of your PSVITA.
|description=Test buttons input of your PS Vita.
|author=NamelessGhoul0
|author=SMOKE
|lastupdated=2016/08/29
|lastupdated=2016/08/29
|type=Other Apps
|type=System Tools
|version=1.3
|version=1.3
|license=MIT
|license=MIT
|format=VPK
|download=https://dlhb.gamebrew.org/vitahomebrews/vitatestervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitatestervita.7z
|website=
|website=https://wololo.net/talk/viewtopic.php?f=114&t=44267
|source=https://github.com/NamelessGhoul0/VitaTester
|source=https://github.com/NamelessGhoul0/VitaTester
}}
}}
Test buttons input of your PSVITA.
{{#seo:
|title=Vita Homebrew Apps (System Tools) - GameBrew
|title_mode=append
|image=vitatester002.png
|image_alt=VitaTester
}}


'''Please Improve This Article If You Can.'''
VitaTester is a simple homebrew for testing the input data on the PS Vita.


A simple homebrew for testing the input data on the PSVita
It was entered into the Revitalize Competition.


==Changes==
==Controls==
Start+Select - Exit


'''VitaTester v1.3'''
==Media==
 
'''Vita Tester''' ([https://www.youtube.com/watch?v=vHdqwQAh8YA Titi Clash]) <br>
* Multi touch support - Thanks! d3m3vilurr & coderobe
<youtube>vHdqwQAh8YA</youtube>
* Fixed rear touch math to display Y axis properly
 
'''VitaTester v1.2'''


* compile for henkaku
==Changelog==
'''v1.3'''
* Multi touch support - Thanks, d3m3vilurr & coderobe.
* Fixed rear touch math to display Y axis properly.


'''v1.2'''
* Compile for henkaku.


'''VitaTester v1.1.1'''
'''v1.1.1'''
* Basic logging.
* Touch is now displayed on top of other button presses.
* Updated rear touch maths. Currently, it displays the same size as the rear touchpad (shorter in height, same width).
* Analog sticks display a little better and move more than they did before.
* It now cleans up everything when the exit combo is pressed.
* Shrunk the homebrew a bit by compressing the splash screen and background images.


* Basic logging
'''v1.1'''
* Touch is now displayed on top of other button presses
* Complete redesign.
* Updated rear touch maths. Currently, it displays the same size as the rear touchpad (shorter in height, same width)
* Added proper analog measurement.
* Analog sticks display a little better and move more than they did before
* Added front and rear touch panel detection.
* It now cleans up everything when the exit combo is pressed
* Shrunk the homebrew a bit by compressing the splash screen and background images
 
'''VitaTester v1.1'''
 
* Complete redesign
* Added proper analog measurement
* Added front and rear touch panel detection
 
'''VitaTester v1.0.2'''
 
* Added left and right analog support
* Entered into the Revitalize homebrew competition
 
'''VitaTester v1.0.1'''
 
* Renamed project to VitaButtonTester since it has nothing to do with Vita private keys
* Fixed exit combo
* Updated coordinates of text on screen
 
'''VitaTester v1.0'''
 
Someone had contacted me a week or two ago asking if there was any key tester homebrew for the Vita yet. Unfortunately, I don't remember who this was, but I did find the time to create it for him.
 
So, to that person, here you go.
 
Press keys one at a time and it should display in the middle of the screen which key it detected ( if any )
 
I may add analog stick testing to this later at some point.
 
https://vitadb.rinnegatamante.it/#/info/121
 
==Media==
<youtube>RIaJHh60hQY</youtube>


'''v1.0.2'''
* Added left and right analog support.
* Entered into the Revitalize homebrew competition.


==Screenshots==
'''v1.0.1'''
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-01.jpg
* Renamed project to VitaButtonTester since it has nothing to do with Vita private keys.
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-02.jpg
* Fixed exit combo.
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-03.jpg
* Updated coordinates of text on screen.
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitatestervita-08.jpg


==Changelogs==
'''v1.0'''
* Someone had contacted me a week or two ago asking if there was any key tester homebrew for the Vita yet. Unfortunately, I don't remember who this was, but I did find the time to create it for him. So, to that person, here you go.
* Press keys one at a time and it should display in the middle of the screen which key it detected (if any). I may add analog stick testing to this later at some point.


== External links ==
== External links ==
* Official Website -
* Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44267
* Gbatemp -
* GitHub - https://github.com/NamelessGhoul0/VitaTester
* Github -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/121
* Google Source -

Latest revision as of 23:28, 11 April 2023

VitaTester
Vitatester002.png
General
AuthorSMOKE
TypeSystem Tools
Version1.3
LicenseMIT License
Last Updated2016/08/29
Links
Download
Website
Source


VitaTester is a simple homebrew for testing the input data on the PS Vita.

It was entered into the Revitalize Competition.

Controls

Start+Select - Exit

Media

Vita Tester (Titi Clash)

Changelog

v1.3

  • Multi touch support - Thanks, d3m3vilurr & coderobe.
  • Fixed rear touch math to display Y axis properly.

v1.2

  • Compile for henkaku.

v1.1.1

  • Basic logging.
  • Touch is now displayed on top of other button presses.
  • Updated rear touch maths. Currently, it displays the same size as the rear touchpad (shorter in height, same width).
  • Analog sticks display a little better and move more than they did before.
  • It now cleans up everything when the exit combo is pressed.
  • Shrunk the homebrew a bit by compressing the splash screen and background images.

v1.1

  • Complete redesign.
  • Added proper analog measurement.
  • Added front and rear touch panel detection.

v1.0.2

  • Added left and right analog support.
  • Entered into the Revitalize homebrew competition.

v1.0.1

  • Renamed project to VitaButtonTester since it has nothing to do with Vita private keys.
  • Fixed exit combo.
  • Updated coordinates of text on screen.

v1.0

  • Someone had contacted me a week or two ago asking if there was any key tester homebrew for the Vita yet. Unfortunately, I don't remember who this was, but I did find the time to create it for him. So, to that person, here you go.
  • Press keys one at a time and it should display in the middle of the screen which key it detected (if any). I may add analog stick testing to this later at some point.

External links

Advertising: