More actions
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
== What is dt2s-vita? (Double Tap 2 Sleep for PS VITA) == | == What is dt2s-vita? (Double Tap 2 Sleep for PS VITA) == | ||
This is a usermode plugin inspired by the famous Android feature "Double tap to sleep". It does precisely what the name suggests, puts your PS VITA to sleep if you double tap the touch screen. | This is a usermode plugin inspired by the famous Android feature "Double tap to sleep". It does precisely what the name suggests, puts your PS VITA to sleep if you double tap the touch screen. | ||
==Media== | |||
<youtube>GoEogM82Rr0</youtube> | |||
==Screenshot== | |||
[[image:dt2svita.jpg|600px]] | |||
== Notes == | == Notes == | ||
Line 46: | Line 52: | ||
*ALL | *ALL | ||
ur0:tai/dt2s.suprx</pre> | ur0:tai/dt2s.suprx</pre> | ||
==Changelog== | ==Changelog== |
Revision as of 00:10, 9 November 2022
dt2s-Vita | |
---|---|
File:Dt2svita.jpg | |
General | |
Author | Joel16 |
Type | Plugins |
Version | 1.1 |
License | MIT License |
Last Updated | 2020/11/14 |
Links | |
Download | |
Website | |
Source | |
Dt2s-Vita is an usermode plugin that allows to put your Vita in standby by double tapping the screen.
What is dt2s-vita? (Double Tap 2 Sleep for PS VITA)
This is a usermode plugin inspired by the famous Android feature "Double tap to sleep". It does precisely what the name suggests, puts your PS VITA to sleep if you double tap the touch screen.
Media
Screenshot
Notes
There are two versions.
- dt2s_statusbar.suprx (Recommended)
- This version only works if you touch the very top part of your touchscreen. In SceShell (homescreen) this would be the status bar. This works more similarly to Android's double tap to sleep feature which is used on the status bar.
- dt2s.suprx
- This version works if you tap anywhere on the screen twice. The only reason this version is not recommended because ocassionally you may tap the touch screen twice when you didn't want to.
How To Install dt2s-vita
Place the preferred plugin (dt2s_statusbar.suprx or dt2s.suprx) file into your tai folder in your PS Vita.
Open your tai config and add the following:
1. If you want to use the dt2s_statusbar.suprx only on the homescreen (Recommended)
*main ur0:tai/dt2s_statusbar.suprx
2. If you want to use dt2s.suprx available for a specific application:
# titleid for your application *ALL ur0:tai/dt2s.suprx
Changelog
(v.1.1)
- Reduce thread priority and stack size. (This update should fix the lag issues on SceShell after using it for a couple days without reboot).
(v.1.0)
- First Release.