More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 7: | Line 6: | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=dt2s | |title=dt2s-Vita | ||
|image=dt2svita.jpg | |image=dt2svita.jpg | ||
|description=Double tap screen to put Vita in standby. | |description=Double tap screen to put Vita in standby. | ||
Line 16: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/dt2svita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/dt2svita.7z | ||
|website= | |website=https://www.psx-place.com/threads/dt2s-vita-double-tap-2-sleep-for-ps-vita.31638/#post-265969 | ||
|source=https://github.com/joel16/dt2s-vita | |source=https://github.com/joel16/dt2s-vita | ||
}} | }} | ||
Double tap screen to | '''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. | |||
== 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) | |||
<pre>*main | |||
ur0:tai/dt2s_statusbar.suprx</pre> | |||
2. If you want to use dt2s.suprx available for a specific application: | |||
<pre># titleid for your application | |||
*ALL | |||
ur0:tai/dt2s.suprx</pre> | |||
==Media== | ==Media== | ||
<youtube>GoEogM82Rr0</youtube> | <youtube>GoEogM82Rr0</youtube> | ||
==Screenshot== | |||
[[image:dt2svita.jpg|600px]] | |||
== | ==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)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * PSX-Place - https://www.psx-place.com/threads/dt2s-vita-double-tap-2-sleep-for-ps-vita.31638/#post-265969 | ||
* Github - https://github.com/joel16/dt2s-vita | * Github - https://github.com/joel16/dt2s-vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/590 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/590 | ||
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.
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
Media
Screenshot
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.