More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=vita-shellbat IRS 1001 | |title=vita-shellbat IRS 1001 | ||
|image=psvita2.png | |image=psvita2.png | ||
|description=taiHEN plugin | |description=taiHEN plugin to show battery percent in statusbar for IRS-1001 motherboard. | ||
|author=leonardputra | |author=leonardputra | ||
|lastupdated=2023/12/28 | |lastupdated=2023/12/28 | ||
Line 19: | Line 19: | ||
|image_alt=vita-shellbat IRS 1001 | |image_alt=vita-shellbat IRS 1001 | ||
}} | }} | ||
If you've modded your Japanese "Sapphire Blue" or "Cosmic Red" PCH-1000 OLED Vita using the default HENkaku Ensō tutorial, you might have noticed a battery cap issue at 83%. This happens because the tutorial installs the shellbat.suprx taiHEN plugin, which is meant for the IRS-002 motherboard found in most OLED PSVitas. | |||
The reason behind this 83% limit is that the charge controller on the IRS-1001 motherboard is set to stop charging at 4.05V, whereas the usual IRS-002 motherboard charges up to 4.2V. So, when the battery voltage hits 4.05V, the taiHEN API returns 83% as the battery life. | |||
To address this, the original [[Shellbat_Vita|shellbat plugin]] was modified to adjust the displayed percentage from 0 to 83 to a full 0 to 100 range. | |||
Note that this tweak only affects what you see on your screen; it doesn't change the actual charging cutoff voltage or your battery life. It's just for cosmetic purposes. | |||
'''Note:''' Before using, make sure you have a brick protection ([[EmergencyMount Vita|EmergencyMount]] or something similar). Use it at your own risk. | |||
==Installation== | ==Installation== | ||
Copy the shellbat.suprx file to ux0:tai/shellbat.suprx. | |||
Open ux0:tai/config.txt and add the plugin under the *main section: | |||
<pre> | <pre> | ||
*main | *main | ||
ux0:tai/shellbat.suprx | ux0:tai/shellbat.suprx | ||
</pre> | </pre> | ||
Save the changes and reboot your Vita. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/vitashellbatirs1001-01.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitashellbatirs1001-01.jpg | ||
==Compatibility== | |||
This plugin was only tested on the author’s own Vita (PCH-1000 Sapphire Blue). | |||
==Changelog== | ==Changelog== | ||
'''v1.0''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
==Credits== | |||
Credits to https://github.com/nowrep/vita-shellbat (nowrep) | |||
== External links == | == External links == | ||
* GitHub - https://github.com/leonardputra/vita-shellbat-irs-1001 | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/18sxwnx/correct_battery_percentage_display_for_sapphire/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/18sxwnx/correct_battery_percentage_display_for_sapphire/ | ||
Latest revision as of 07:52, 17 March 2024
vita-shellbat IRS 1001 | |
---|---|
General | |
Author | leonardputra |
Type | Plugins |
Version | 0.1.0 |
License | MIT License |
Last Updated | 2023/12/28 |
Links | |
Download | |
Website | |
Source | |
If you've modded your Japanese "Sapphire Blue" or "Cosmic Red" PCH-1000 OLED Vita using the default HENkaku Ensō tutorial, you might have noticed a battery cap issue at 83%. This happens because the tutorial installs the shellbat.suprx taiHEN plugin, which is meant for the IRS-002 motherboard found in most OLED PSVitas.
The reason behind this 83% limit is that the charge controller on the IRS-1001 motherboard is set to stop charging at 4.05V, whereas the usual IRS-002 motherboard charges up to 4.2V. So, when the battery voltage hits 4.05V, the taiHEN API returns 83% as the battery life.
To address this, the original shellbat plugin was modified to adjust the displayed percentage from 0 to 83 to a full 0 to 100 range.
Note that this tweak only affects what you see on your screen; it doesn't change the actual charging cutoff voltage or your battery life. It's just for cosmetic purposes.
Note: Before using, make sure you have a brick protection (EmergencyMount or something similar). Use it at your own risk.
Installation
Copy the shellbat.suprx file to ux0:tai/shellbat.suprx.
Open ux0:tai/config.txt and add the plugin under the *main section:
*main ux0:tai/shellbat.suprx
Save the changes and reboot your Vita.
Screenshots
Compatibility
This plugin was only tested on the author’s own Vita (PCH-1000 Sapphire Blue).
Changelog
v1.0
- First Release.
Credits
Credits to https://github.com/nowrep/vita-shellbat (nowrep)