DayViewer PSP: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP homebrew | title = DayViewer | image = https://dlhb.gamebrew.org/psphomebrew/DayViewer.jpg|250px | type = Plugins | version = v7 | licence = Mixed | author = Tot..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = DayViewer | | title = DayViewer | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/dayviewer.jpg|250px | ||
| type = Plugins | | type = Plugins | ||
| version = | | version = 7 (25 Jan 2010) | ||
| licence = Mixed | | licence = Mixed | ||
| author = Total_Noob | | author = Total_Noob | ||
| website = | | website = http://forums.qj.net/psp-development-forum/163861-release-dayviewer-v7.html | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/dayviewer.7z | ||
| source = | | source = | ||
}} | }} | ||
DayViewer is a plugin that allows you to edit the clock string and add more features like weekday, monthname, year, battery percent, battery lifetimer. | DayViewer is a plugin that allows you to edit the clock string and add more features like weekday, monthname, year, battery percent, battery lifetimer. | ||
| Line 16: | Line 15: | ||
It is featured at the Neo Summer Coding Compo 2009 (PSP Applications, 3rd place). | It is featured at the Neo Summer Coding Compo 2009 (PSP Applications, 3rd place). | ||
Installation | ==Installation== | ||
Copy dayviewer.prx and dayviewer_config.txt to the seplugins folder to your Memory Stick. | Copy dayviewer.prx and dayviewer_config.txt to the seplugins folder to your Memory Stick. | ||
Open vsh.txt within the same seplugins directory and append this line | Open vsh.txt within the same seplugins directory and append this line | ||
ms0:/seplugins/dayviewer.prx 1 | ms0:/seplugins/dayviewer.prx 1 | ||
Take a look in dayviewer_config.txt then reboot your PSP. | Take a look in dayviewer_config.txt then reboot your PSP. | ||
User guide | ==User guide== | ||
Translation and edit clock string | ===Translation and edit clock string=== | ||
* The config file for the translation and the clock string is dayviewer_config.txt. | |||
* To show the percentage symbol, write "%%". | |||
* To make a new line, write "/". | |||
* If you make a new line, the clock string will slide up. Write "/" at the beginning of the string to fix that. | |||
* You can write a maximun of 100 characters for the clock string. | |||
===Clock string and examples=== | |||
For the clock string, you can use any of the following. | For the clock string, you can use any of the following. | ||
%weekday | %weekday | ||
%day | %day | ||
%monthname | %monthname | ||
%month | %month | ||
%year | %year | ||
%hour12 (time format 12) | %hour12 (time format 12) | ||
%hour | %hour | ||
%min | %min | ||
%sec | %sec | ||
%ampm | %ampm | ||
%batpercent | %batpercent | ||
%batlifehour (battery life hour) | %batlifehour (battery life hour) | ||
%batlifemin (battery life minutes) | %batlifemin (battery life minutes) | ||
Example 1 | '''Example 1:''' | ||
[SuperHero, %month-%day-%year %hour:%min:%sec %batpercent%%] | [SuperHero, %month-%day-%year %hour:%min:%sec %batpercent%%] | ||
Will be displayed as | |||
[SuperHero, 02-14-1999 08:21:33 62%] | |||
'''Example 2:''' | |||
/%weekday, %day. %monthname %year %hour12:%min:%sec %ampm/CFW 5.50GEN-D3 | |||
Will be displayed as | Will be displayed as | ||
Monday, 23. June 2011 07:48:51 PM | |||
CFW 5.50GEN-D3 | |||
==Media== | |||
'''How To Install DayViewer V7 On Your 6.60 CFW PSP (PRO-B9/10 And ME/LME)''' ([https://www.youtube.com/watch?v=_W8vrAnPU6w Holmes]) <br> | |||
<youtube>_W8vrAnPU6w</youtube> | |||
==Compatibility== | |||
Tested on: | |||
3.80 M33 (v3 beta) <br> | |||
3.90 M33 (v3 beta) <br> | |||
4.01 M33 (v3 beta) <br> | |||
5.00 M33-4/6 <br> | |||
5.03 HEN-C (v6) <br> | |||
5.50 MHU <br> | |||
5.50 GEN-A/B/D3 <br> | |||
6.20 TN-C (unofficial v7) <br> | |||
6.3x (v7) <br> | |||
6.60 ME (v7) <br> | |||
==Changelog== | |||
'''v7''' | |||
* Now you have the full possibility to edit the clock string to your desire. | |||
* Added battery lifetime. | |||
* Fixed incompatibility with AutoStart PRX. | |||
* Solved bug in unicode encoding: some character didn't show correctly. | |||
==Credits== | |||
* Thanks to mom and dad. | |||
* Thanks to MaGiXieN for all his support and betatesting. | |||
* Thanks to pspflashsystem for the battery percent and battery lifetime idea. | |||
* Thanks to Jado & Malaky & nickxab for betatesting. | |||
==External links== | |||
- | * Author's website - http://total-noob.blogspot.com | ||
- | * QuickJump - http://forums.qj.net/psp-development-forum/163861-release-dayviewer-v7.html | ||
- | * NeoFlash - https://www.neoflash.com/forum/index.php?topic=5708.0 | ||
- | |||
[[Category:PSP homebrew applications]] | |||
[[Category:PSP homebrew plugins]] | |||
