Advertising (This ad goes away for registered users. You can Login or Register)

[RELEASE] ShellBat - Battery percent in statusbar

HENkaku is a native Homebrew Enabler for the PS Vita and PS TV. It lets you run homebrews on the PS Vita
andutrache
Posts: 11
Joined: Sun May 21, 2017 1:37 pm

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by andutrache »

r5 works with testkit shell perfectly.
Good job :) .
Advertising
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by OperationNT »

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):

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
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!
Advertising
bosshunter
Posts: 9
Joined: Fri Sep 02, 2011 8:04 am

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by bosshunter »

OperationNT 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):

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
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!
Make sure the shellbat.suprx file is in the directory you specify in config.txt

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.
Image
Agent-K57
Posts: 81
Joined: Sun Aug 24, 2014 4:56 pm
Location: Czechia
Contact:

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by Agent-K57 »

OperationNT wrote:

Code: Select all

*main
ur0:plugins/shellbat.skprx
That's because the original is called shellbat.suprx not shellbat with .skprx like you have.
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
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by OperationNT »

Sorry, stupid copy/paste mistake :( .
With suprx instead of skprx, now it works (after a reboot and Henkaku reinstallation).
Thank you for your help!
Hamlock
Posts: 5
Joined: Sun Jul 31, 2016 12:12 am

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by Hamlock »

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
# 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
I reloaded config.txt from henkaku settings and restarted my Vita and it's still not working. Any help would be appreciated.
Agent-K57
Posts: 81
Joined: Sun Aug 24, 2014 4:56 pm
Location: Czechia
Contact:

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by Agent-K57 »

It's because of the hault point-ed *main, so anything below input *!mine will be ignored.
To fix this, put
*main
ux0:tai/shellbat.suprx
BEFORE *!VITASHELL in your config file.
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
Hamlock
Posts: 5
Joined: Sun Jul 31, 2016 12:12 am

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by Hamlock »

Agent-K57 wrote:It's because of the hault point-ed *main, so anything below input *!mine will be ignored.
To fix this, put
*main
ux0:tai/shellbat.suprx
BEFORE *!VITASHELL in your config file.
Thank you so much! It worked!
AizenSousuke
Posts: 1
Joined: Mon Jan 15, 2018 1:21 am

Re: [RELEASE] ShellBat - Battery percent in statusbar

Post by AizenSousuke »

It works but when I leave my vita till it sleeps, the % disappears.. what gives ._.
Locked

Return to “HENkaku”