Good job
[RELEASE] ShellBat - Battery percent in statusbar
-
andutrache
- Posts: 11
- Joined: Sun May 21, 2017 1:37 pm
Re: [RELEASE] ShellBat - Battery percent in statusbar
r5 works with testkit shell perfectly.
Good job
.
Good job
Advertising
-
OperationNT
- Posts: 161
- Joined: Sun Jul 12, 2015 1:15 pm
Re: [RELEASE] ShellBat - Battery percent in statusbar
I don't get it, I cannot get this plugin work with the following configuration ("shellbat.skprx" R5 is put under "ur0:plugins" on a regular PS Vita Fat):
With this configuration is set on internal memory (ur0) and there is no "tai" folder on my memory card. Adrenaline works fine with it.
Any idea for the source of this problem?
Thank you for your help!
Code: Select all
# For users plugins, you must refresh taiHEN from molecularShell for
# changes to take place.
# For kernel plugins, you must reboot for changes to take place.
*KERNEL
# henkaku.skprx is hard-coded to load and is not listed here
ur0:plugins/adrenaline.skprx
*main
# main is a special titleid for SceShell
ur0:tai/henkaku.suprx
ur0:plugins/shellbat.skprx
*NPXS10015
# this is for modifying the version string
ur0:tai/henkaku.suprx
*NPXS10016
# this is for modifying the version string in settings widget
ur0:tai/henkaku.suprx
*NPEZ00115
ur0:plugins/adrenaline.suprx
Any idea for the source of this problem?
Thank you for your help!
Advertising
- bosshunter
- Posts: 9
- Joined: Fri Sep 02, 2011 8:04 am
Re: [RELEASE] ShellBat - Battery percent in statusbar
Make sure the shellbat.suprx file is in the directory you specify in config.txtOperationNT wrote:I don't get it, I cannot get this plugin work with the following configuration ("shellbat.skprx" R5 is put under "ur0:plugins" on a regular PS Vita Fat):With this configuration is set on internal memory (ur0) and there is no "tai" folder on my memory card. Adrenaline works fine with it.Code: Select all
# For users plugins, you must refresh taiHEN from molecularShell for # changes to take place. # For kernel plugins, you must reboot for changes to take place. *KERNEL # henkaku.skprx is hard-coded to load and is not listed here ur0:plugins/adrenaline.skprx *main # main is a special titleid for SceShell ur0:tai/henkaku.suprx ur0:plugins/shellbat.skprx *NPXS10015 # this is for modifying the version string ur0:tai/henkaku.suprx *NPXS10016 # this is for modifying the version string in settings widget ur0:tai/henkaku.suprx *NPEZ00115 ur0:plugins/adrenaline.suprx
Any idea for the source of this problem?
Thank you for your help!
Only use ur0:tai/config.txt if you don't use a memory card. Otherwise you should use ux0:tai/config.txt instead.
Last edited by bosshunter on Fri Jun 02, 2017 10:21 pm, edited 1 time in total.

Re: [RELEASE] ShellBat - Battery percent in statusbar
That's because the original is called shellbat.suprx not shellbat with .skprx like you have.OperationNT wrote:Code: Select all
*main ur0:plugins/shellbat.skprx
My devices:
Black PSV Fat-1004 8GB ~ OFW 3.60 変革◯
Black PSV Slim-2004 200GB + 8GB ~ CFW 3.60 変革◯
Silver PSP-3004 8GB ~ CFW 6.20 LME-2.3
X004 collection^^
Feel free to add me on PSN! - kRay57CZ
Black PSV Fat-1004 8GB ~ OFW 3.60 変革◯
Black PSV Slim-2004 200GB + 8GB ~ CFW 3.60 変革◯
Silver PSP-3004 8GB ~ CFW 6.20 LME-2.3
X004 collection^^
Feel free to add me on PSN! - kRay57CZ
-
OperationNT
- Posts: 161
- Joined: Sun Jul 12, 2015 1:15 pm
Re: [RELEASE] ShellBat - Battery percent in statusbar
Sorry, stupid copy/paste mistake
.
With suprx instead of skprx, now it works (after a reboot and Henkaku reinstallation).
Thank you for your help!
With suprx instead of skprx, now it works (after a reboot and Henkaku reinstallation).
Thank you for your help!
Re: [RELEASE] ShellBat - Battery percent in statusbar
Sorry for bumping, but I had to ask. I'm using Enso and this is not working for me.
I have the latest version of it and shellbat.suprx is in ux0:tai, and I wrote in config.txt
I have the latest version of it and shellbat.suprx is in ux0:tai, and I wrote in config.txt
I reloaded config.txt from henkaku settings and restarted my Vita and it's still not working. Any help would be appreciated.# For users plugins, you must refresh taiHEN from HENkaku Settings for
# changes to take place.
# For kernel plugins, you must reboot for changes to take place.
*KERNEL
ux0:adrenaline/adrenaline.skprx
# henkaku.skprx is hard-coded to load and is not listed here
*main
# main is a special titleid for SceShell
ur0:tai/henkaku.suprx
*NPXS10015
# this is for modifying the version string
ur0:tai/henkaku.suprx
*NPXS10016
# this is for modifying the version string in settings widget
ur0:tai/henkaku.suprx
*NPEG00024
ux0:adrenaline/adrenaline.suprx
*!VITASHELL
*!main
*!MLCL00001
*!SAVEMGR00
*!NPEZ00104
ux0:tai/oclockvita.suprx
*ALL
ux0:tai/oclockvita.suprx
*main
ux0:tai/shellbat.suprx
Re: [RELEASE] ShellBat - Battery percent in statusbar
It's because of the hault point-ed *main, so anything below input *!mine will be ignored.
To fix this, put
To fix this, put
BEFORE *!VITASHELL in your config file.*main
ux0:tai/shellbat.suprx
My devices:
Black PSV Fat-1004 8GB ~ OFW 3.60 変革◯
Black PSV Slim-2004 200GB + 8GB ~ CFW 3.60 変革◯
Silver PSP-3004 8GB ~ CFW 6.20 LME-2.3
X004 collection^^
Feel free to add me on PSN! - kRay57CZ
Black PSV Fat-1004 8GB ~ OFW 3.60 変革◯
Black PSV Slim-2004 200GB + 8GB ~ CFW 3.60 変革◯
Silver PSP-3004 8GB ~ CFW 6.20 LME-2.3
X004 collection^^
Feel free to add me on PSN! - kRay57CZ
Re: [RELEASE] ShellBat - Battery percent in statusbar
Thank you so much! It worked!Agent-K57 wrote:It's because of the hault point-ed *main, so anything below input *!mine will be ignored.
To fix this, putBEFORE *!VITASHELL in your config file.*main
ux0:tai/shellbat.suprx
-
AizenSousuke
- Posts: 1
- Joined: Mon Jan 15, 2018 1:21 am
Re: [RELEASE] ShellBat - Battery percent in statusbar
It works but when I leave my vita till it sleeps, the % disappears.. what gives ._.

