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

[Release] ShellSecBat - "ShellBat" and "LastSeconds" fusion

HENkaku is a native Homebrew Enabler for the PS Vita and PS TV. It lets you run homebrews on the PS Vita
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by OperationNT »

New release: Drive display
https://github.com/OperationNT414C/Shel ... ses/tag/V2

Maintain SELECT+R or SELECT+L at least 1 second to swith the display between different drives and time.
Advertising
Attachments
ShellSecBat_V2.zip
(50.85 KiB) Downloaded 308 times
marek256
Posts: 14
Joined: Tue Mar 01, 2016 5:34 am
Location: Slovakia

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by marek256 »

Wow,
even better. Big thanks to you!
I told about you on reddit and also twitter.
Thanks again!
Advertising
My devices:
PSP 2004, TA-088v3, 2x 32 GB, CFW 6.20 (L)ME v2.3
PS Vita, 2004, 32 GB,32 GB SD2Vita, FW 3.60, HENkaku Ensō
PS3, CECHK04, 320GB + 1TB USB 3.0 EXT, CFW Rebug 4.81.2
PS4, CUH-1104A, 500GB, OFW 4.07
XBOX360, Corona, 250GB, RGH 2.0, FSD 2.0
dmaskell92
Moderator
Posts: 1221
Joined: Tue Mar 12, 2013 5:07 pm
Location: New York

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by dmaskell92 »

What happens when you hit l+r at the same time? Vita explodes?
Does it quit? If not, then it's legit... Too legit.

Nvidia Shield Portable 48gb
Dreamcast: SEGA Sports - 80gb IDE HDD
4k PS3 Super Slim OFW 4.82
1k PSP: 6.60 ME-2.3
1K PSVita: Ensō 32GB - 64GB SD2VITA - 128GB PSVSD
Image
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by OperationNT »

Yes, it self-destructs after 1 minute, "Mission: Impossible" style :D .

Code: Select all

if ((pad.buttons & (SCE_CTRL_SELECT|SCE_CTRL_RTRIGGER)) == (SCE_CTRL_SELECT|SCE_CTRL_RTRIGGER))
  displayed_disk = (displayed_disk+1)%(N_DEVICES+1);
if ((pad.buttons & (SCE_CTRL_SELECT|SCE_CTRL_LTRIGGER)) == (SCE_CTRL_SELECT|SCE_CTRL_LTRIGGER))
  displayed_disk = (displayed_disk+N_DEVICES)%(N_DEVICES+1);
In fact, it increment then decrement "displayed_disk" value so nothing will happen (no drive state switch).
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by OperationNT »

I just got back the PS TV I lent to a friend 6 month ago. When I tested this plugin, something bothered me so I decided to make this new release. :)

New release: Battery percent hidden on PS TV
https://github.com/OperationNT414C/Shel ... ses/tag/V3
marek256
Posts: 14
Joined: Tue Mar 01, 2016 5:34 am
Location: Slovakia

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by marek256 »

Thanks, will install this plugin to my PSTV as well!
Good job again :)
My devices:
PSP 2004, TA-088v3, 2x 32 GB, CFW 6.20 (L)ME v2.3
PS Vita, 2004, 32 GB,32 GB SD2Vita, FW 3.60, HENkaku Ensō
PS3, CECHK04, 320GB + 1TB USB 3.0 EXT, CFW Rebug 4.81.2
PS4, CUH-1104A, 500GB, OFW 4.07
XBOX360, Corona, 250GB, RGH 2.0, FSD 2.0
octopus
Posts: 7
Joined: Sun Nov 24, 2013 9:32 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by octopus »

Is it possible to remove the display of seconds? Feels kinda abundant to me. ShellDateBat would be the name.
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by OperationNT »

I am on holidays so I don't have my computer to compile it. You should get the code from Githut and comment lines from 253 to 269 (included) in main.c then recompile it yourself to get what you wish: date without seconds.
Ch3ck3r
Posts: 17
Joined: Sat Mar 28, 2015 11:04 pm
Location: Germany

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by Ch3ck3r »

OperationNT wrote:I am on holidays so I don't have my computer to compile it. You should get the code from Githut and comment lines from 253 to 269 (included) in main.c then recompile it yourself to get what you wish: date without seconds.
And is it possible to make some .ini file to change the displayed info by itself? On PSP with the dayviewer plugin this was great.
Blue PSP 3004: 6.61 LME-2.3 ∞
White PSP go N1004: 6.61 LME-2.3 ∞
Black PS Vita 1004: 3.60 変革-10 Ensō
Black PS TV 1016: 3.60 変革-10 Ensō
OperationNT
Posts: 161
Joined: Sun Jul 12, 2015 1:15 pm

Re: [Release] ShellSecBat - "ShellBat" and "LastSeconds" fus

Post by OperationNT »

The main problem with configuration files is that they could require some additional rights (which could involve a kernel plugin) in order to be read when the application they target doesn't have enoigh rights.
I will take a look when I have time for a SceShell plugin.
Locked

Return to “HENkaku”