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

PSP2-batteryFixer Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (System Tools) - GameBrew!
|title=Vita Homebrew Apps (System Tools) - GameBrew
|title_mode=append
|title_mode=append
|image=psp2batteryfixervita.jpg
|image=psp2batteryfixervita2.png
|image_alt=PSP2-batteryFixer
|image_alt=PSP2-batteryFixer
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=PSP2-batteryFixer
|title=PSP2-batteryFixer
|image=psp2batteryfixervita.jpg
|image=psp2batteryfixervita2.png
|description=Battery issues fixer for PSVITA.
|description=A small utility that fixes most of PS Vita battery-related problems.
|author=SKGleba
|author=SKGleba
|lastupdated=2019/07/19
|lastupdated=2023/01/08
|type=System Tools
|type=System Tools
|version=2.1
|version=3.0.1
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/psp2batteryfixervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/psp2batteryfixervita.7z
|website=
|website=https://www.reddit.com/r/vitahacks/comments/bqmodl/release_enso_batteryfixer_a_small_kernel_plugin/
|source=https://github.com/SKGleba/PSP2-batteryFixer
|source=https://github.com/SKGleba/PSP2-batteryFixer
}}
}}
A small application packed with a kernel plugin for enso that fixes most of PSVita's battery-related problems.
A small utility that fixes most of PS Vita's battery-related problems (e.g. Vita dying with half of battery left, showing wrong battery percentage).


Basically the result is the same as hardware-disconnecting the battery or using a syscon keycombo.
It deletes all the temp flags from the battery chip and hard-resets all devices.


As a bonus it deletes all the temp flags from the battery chip.
==User guide==
Install the VPK with [[VitaShell]].


This tool was tested on firmwares 3.52 - 3.70.
Start the batteryFixer app.
 
Follow the instructions displayed on your Vita screen.
*If you don't see any text, and your vita doesn't power off after 5 seconds, press Start.
*batteryFixer also creates a log file in ur0:temp/batteryFixer.log.


==Screenshot==
==Screenshot==
[[image:psp2batteryfixervita.jpg|600px]]
https://dlhb.gamebrew.org/vitahomebrews/psp2batteryfixervita3.png
 
==Usage==
#Install the VPK with VitaShell
#Start the batteryFixer app
#Follow the instructions displayed on your Vita screen.
**If you don't see any text, and your vita doesn't power off after 5 seconds, press START.
**batteryFixer also creates a log file in ur0:temp/batteryFixer.log.


==Media==
==Media==
'''PS Vita BatteryFixer! VPK! Fix Any Battery Errors!''' ([https://www.youtube.com/watch?v=Oodzvp0_JyE Tech James]) <br>
<youtube>Oodzvp0_JyE</youtube>
<youtube>Oodzvp0_JyE</youtube>
==Compatibility==
This tool was tested on firmwares 3.52 - 3.70.


==Changelog==
==Changelog==
'''(v.2.1)'''
'''v3.0.1'''
*Added debug logging to ur0:temp/batteryFixer.log
* The tool now directly calls syscon reset command 0xC1 instead of ScePower's safe proxy, this should result in less freeze/crashes.
 
'''v3.0'''
* Changed and simplified the whole process.
* Should now work on all devices.
* Increased the delay before reset from 5 to 10 seconds, should now be easier to read the whole displayed message.
 
'''v2.1'''
*Added debug logging to ur0:temp/batteryFixer.log.
*Fixed display artifacts (partially).
*Fixed display artifacts (partially).


'''(v.2.0)'''
'''v2.0'''
*Actually launchable app
*Actually launchable app
*Now bicr directly talks to the battery chip in the no-os mode (increased success rate)
*Now bicr directly talks to the battery chip in the no-os mode (increased success rate).
*Clear output including console info & tool compatibility.
*Clear output including console info & tool compatibility.


'''(v.1.0)'''
'''v1.0'''
* First Release.
* First Release.


==Credits==
==Credits==
* Xerpi for plugin loader and baremetal loader/sample
* Xerpi for plugin loader and baremetal loader/sample.
* Dots-tb and the team behind LOLIcon
* Dots-tb and the team behind LOLIcon.
* Team Molecule for enso and taiHen.
* Team Molecule for enso and taiHen.


== External links ==
==External links==
* Github - https://github.com/SKGleba/PSP2-batteryFixer
* GitHub - https://github.com/SKGleba/PSP2-batteryFixer
* Reddit - https://www.reddit.com/r/vitahacks/comments/bqmodl/release_enso_batteryfixer_a_small_kernel_plugin/
* VitaDB - https://vitadb.rinnegatamante.it/#/info/479
* VitaDB - https://vitadb.rinnegatamante.it/#/info/479

Latest revision as of 13:24, 6 July 2024

PSP2-batteryFixer
Psp2batteryfixervita2.png
General
AuthorSKGleba
TypeSystem Tools
Version3.0.1
LicenseMixed
Last Updated2023/01/08
Links
Download
Website
Source

A small utility that fixes most of PS Vita's battery-related problems (e.g. Vita dying with half of battery left, showing wrong battery percentage).

It deletes all the temp flags from the battery chip and hard-resets all devices.

User guide

Install the VPK with VitaShell.

Start the batteryFixer app.

Follow the instructions displayed on your Vita screen.

  • If you don't see any text, and your vita doesn't power off after 5 seconds, press Start.
  • batteryFixer also creates a log file in ur0:temp/batteryFixer.log.

Screenshot

psp2batteryfixervita3.png

Media

PS Vita BatteryFixer! VPK! Fix Any Battery Errors! (Tech James)

Compatibility

This tool was tested on firmwares 3.52 - 3.70.

Changelog

v3.0.1

  • The tool now directly calls syscon reset command 0xC1 instead of ScePower's safe proxy, this should result in less freeze/crashes.

v3.0

  • Changed and simplified the whole process.
  • Should now work on all devices.
  • Increased the delay before reset from 5 to 10 seconds, should now be easier to read the whole displayed message.

v2.1

  • Added debug logging to ur0:temp/batteryFixer.log.
  • Fixed display artifacts (partially).

v2.0

  • Actually launchable app
  • Now bicr directly talks to the battery chip in the no-os mode (increased success rate).
  • Clear output including console info & tool compatibility.

v1.0

  • First Release.

Credits

  • Xerpi for plugin loader and baremetal loader/sample.
  • Dots-tb and the team behind LOLIcon.
  • Team Molecule for enso and taiHen.

External links

Advertising: