Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PSVitaRebootShutdown: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Vita Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=vitarebootshutdownvita.jpg
|image_alt=VitaRebootShutdown
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=VitaRebootShutdown
|title=Reboot or Shutdown
|image=vitarebootshutdownvita.jpg
|image=vitarebootshutdown2.png
|description=Shutdown/Reboot utility.
|description=Shutdown/Reboot utility. It can also update and reset your database. Now featuring touch.
|author=McCallum99
|author=McCallum99
|lastupdated=2019/05/18
|lastupdated=2019/05/18
Line 15: Line 9:
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/vitarebootshutdownvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitarebootshutdownvita.7z
|website=
|website=https://github.com/McCallum99/PSVitaRebootShutdown
|source=https://github.com/McCallum99/PSVitaRebootShutdown
|source=https://github.com/McCallum99/PSVitaRebootShutdown
}}
}}
This is an app that reboots or powers off your PS Vita. Touch the screen to use! It can also refresh or reset your database to fix your livearea icons.
{{#seo:
|title=Vita Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=vitarebootshutdown2.png
|image_alt=Reboot or Shutdown
}}
 
PSVitaRebootShutdown is an app that reboots or turns off your PS Vita depending on what you press.  
 
It can also refresh or reset your database to fix your LiveArea icons.


To compile, run the following from inside the folder with "CMakeLists.txt": cmake . && make
==User guide==
Touch the screen to use.  


==Thanks==
==Controls==
Thank you SilicaAndPina (@SilicaDevs) for the help troubleshooting previous versions. Thank you to SMOKE for making VitaTester open source so I could learn from your code :)
R - Reboot


==Screenshot==
L - Shutdown
[[image:vitarebootshutdownvita.jpg|600px]]


==Changelog==
==Changelog==
'''(v.1.08)'''
'''v1.08'''
*Functionality is intact. The only change is to the placement of the pictures. The logo and start up image have also been changed.
*Functionality is intact. The only change is to the placement of the pictures. The logo and start up image have also been changed.
*Since R trigger was used to reset in the past, it makes sense to have reset on the right and shutdown on the left so that's what I did.
*Since R trigger was used to reset in the past, it makes sense to have reset on the right and shutdown on the left so that's what I did.


'''(v.1.07)'''
'''v1.07'''
*This version introduces touch functionality! Simply touch the option you'd like and it will happen.
*This version introduces touch functionality! Simply touch the option you'd like and it will happen.
*I will release a new version for PSTVs that doesn't feature touch soon.
*I will release a new version for PSTVs that doesn't feature touch soon.
*Thanks everyone for supporting my first homebrew :) this is likely the last version as I feel it is now complete. Here's to more homebrew!
*Thanks everyone for supporting my first homebrew, this is likely the last version as I feel it is now complete. Here's to more homebrew.


'''(v.1.06)'''
'''v1.06'''
*This update changes the way the app looks before being launched. It also now has an "app version" and "parental control level" in the "properties" section when viewed in the livearea.
*This update changes the way the app looks before being launched. It also now has an "app version" and "parental control level" in the "properties" section when viewed in the livearea.
*No major changes for the end user other than looking cooler!
*No major changes for the end user other than looking cooler.
*Big update planned in the future.
*Big update planned in the future.


'''(v.1.05)'''
'''v1.05'''
*This is an app that will reboot or shutdown your console dependent on what trigger you press. R to reboot, L to shutdown.
*This is an app that will reboot or shutdown your console dependent on what trigger you press. R to reboot, L to shutdown.
*Big update here! The text is now much larger. This app can now also remove or update your database file - instructions in the app.
*Big update here! The text is now much larger. This app can now also remove or update your database file - instructions in the app.


'''(v.1.04)'''
'''v1.04'''
*Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
*Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
*No changes at all for end user. All changes are under the hood.
*No changes at all for end user. All changes are under the hood.


'''(v.1.03)'''
'''v1.03'''
*Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
*Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
*The app now has some description if you click "information" in the livearea. Also changed the internal folder structure.
*The app now has some description if you click "information" in the livearea. Also changed the internal folder structure.


'''(v.1.02)'''
'''v1.02'''
*Big update here. The app now displays a message on boot. The background picture has been updated as well as the livearea bubble. Press the right trigger to reboot or the left trigger to shut down.
*Big update here. The app now displays a message on boot. The background picture has been updated as well as the livearea bubble. Press the right trigger to reboot or the left trigger to shut down.


'''(v.1.01)'''
'''v1.01'''
*Drastically reduced the code's size. Removed an unnecessary statement.
*Drastically reduced the code's size. Removed an unnecessary statement.
*Press the left trigger to shutdown, press the right trigger to reboot.
*Press the left trigger to shutdown, press the right trigger to reboot.


'''(v.1.00)'''
'''v1.00'''
* First Release.
* First Release.


== External links ==
==Credits==
* Github - https://github.com/McCallum99/PSVitaRebootShutdown
Thank you SilicaAndPina (@SilicaDevs) for the help troubleshooting previous versions.
 
Thank you to SMOKE for making VitaTester open source so I could learn from your code.
 
==External links==
* GitHub - https://github.com/McCallum99/PSVitaRebootShutdown
* VitaDB - https://vitadb.rinnegatamante.it/#/info/431
* VitaDB - https://vitadb.rinnegatamante.it/#/info/431

Latest revision as of 23:25, 11 April 2023

Reboot or Shutdown
Vitarebootshutdown2.png
General
AuthorMcCallum99
TypeUtilities
Version1.08
LicenseMIT License
Last Updated2019/05/18
Links
Download
Website
Source


PSVitaRebootShutdown is an app that reboots or turns off your PS Vita depending on what you press.

It can also refresh or reset your database to fix your LiveArea icons.

User guide

Touch the screen to use.

Controls

R - Reboot

L - Shutdown

Changelog

v1.08

  • Functionality is intact. The only change is to the placement of the pictures. The logo and start up image have also been changed.
  • Since R trigger was used to reset in the past, it makes sense to have reset on the right and shutdown on the left so that's what I did.

v1.07

  • This version introduces touch functionality! Simply touch the option you'd like and it will happen.
  • I will release a new version for PSTVs that doesn't feature touch soon.
  • Thanks everyone for supporting my first homebrew, this is likely the last version as I feel it is now complete. Here's to more homebrew.

v1.06

  • This update changes the way the app looks before being launched. It also now has an "app version" and "parental control level" in the "properties" section when viewed in the livearea.
  • No major changes for the end user other than looking cooler.
  • Big update planned in the future.

v1.05

  • This is an app that will reboot or shutdown your console dependent on what trigger you press. R to reboot, L to shutdown.
  • Big update here! The text is now much larger. This app can now also remove or update your database file - instructions in the app.

v1.04

  • Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
  • No changes at all for end user. All changes are under the hood.

v1.03

  • Press the right trigger to reboot or the left trigger to shut down. This is currently the newest version. It is smaller than the previous releases because the pictures have been compressed.
  • The app now has some description if you click "information" in the livearea. Also changed the internal folder structure.

v1.02

  • Big update here. The app now displays a message on boot. The background picture has been updated as well as the livearea bubble. Press the right trigger to reboot or the left trigger to shut down.

v1.01

  • Drastically reduced the code's size. Removed an unnecessary statement.
  • Press the left trigger to shutdown, press the right trigger to reboot.

v1.00

  • First Release.

Credits

Thank you SilicaAndPina (@SilicaDevs) for the help troubleshooting previous versions.

Thank you to SMOKE for making VitaTester open source so I could learn from your code.

External links

Advertising: