
Code: Select all
infobarlinesnumpatch -d -n exeDSP
Code: Select all
infobarlinesnumpatch -d -n exeDSP
Code: Select all
./infobarlinesnumpatch -d -n exeDSP
pc=428234dc lr=428234c8 sp=bee2def8 fp=72bc50c
r0=fffffe00 r1=80
r2=1 r3=0
symbol: adbg_CheckSystem -> @0x03658ac4
Patched adbg_CheckSystem at @0x03658ac4
SHM, created: 1
symbol: _ZN10CMMInfoBar6CreateEP8CCObject -> @0x024521d0
Create Info Bar patch location found at: 0x024523f8
symbol: _ZN10CMMInfoBar11SetTextInfoEiSbItN16string_helpers__14PTWChar_traitsESaItEEb -> @0x02452794
First Update Info Bar patch location found at: 0x02452a64
Second Update Info Bar patch location found at: 0x02452adc
symbol: _ZN10CMMInfoBar11SetTextInfoEiSbItN16string_helpers__14PTWChar_traitsESaItEEb -> @0x02452794
Update Info Bar patch location found at: 0x02452d28
Update Info Bar patch location found at: 0x02452e38
Contents and PVR Brwoser Info Bar Lines Number Patch applied successfully.
Patching completed!
Yeah my words exactly. In theory I could add some customization to the patch to select how many lines you want (I was thinking of options from 2-5). However this would require partial rewriting of the patch and I think 4 is enough. However I may quite easily change the number of lines to 8 (basically using multiples of 2 is much easier than any other number). Nevertheless for me 4 was enoughzoelechat wrote:Works perfectly! Good idea, I was bored of incomplete/unreadable titles with many empty remaining room just below![]()
Code: Select all
./infobarlinesnumpatch -d -n exeDSP pc=428234dc lr=428234c8 sp=bee2def8 fp=72bc50c r0=fffffe00 r1=80 r2=1 r3=0 symbol: adbg_CheckSystem -> @0x03658ac4 Patched adbg_CheckSystem at @0x03658ac4 SHM, created: 1 symbol: _ZN10CMMInfoBar6CreateEP8CCObject -> @0x024521d0 Create Info Bar patch location found at: 0x024523f8 symbol: _ZN10CMMInfoBar11SetTextInfoEiSbItN16string_helpers__14PTWChar_traitsESaItEEb -> @0x02452794 First Update Info Bar patch location found at: 0x02452a64 Second Update Info Bar patch location found at: 0x02452adc symbol: _ZN10CMMInfoBar11SetTextInfoEiSbItN16string_helpers__14PTWChar_traitsESaItEEb -> @0x02452794 Update Info Bar patch location found at: 0x02452d28 Update Info Bar patch location found at: 0x02452e38 Contents and PVR Brwoser Info Bar Lines Number Patch applied successfully. Patching completed!
Code: Select all
2014.01.18_21h33_RMC DECOUVERTE - alien theory empereurs, rois et pharaons.ts
10 is not multiple of 2 :p I can either switch to 8 (a multiple of two) or rewrite the patch to support "any" number... I am also afraid that not in all situations there will so much free spacezoelechat wrote: However, seeing that informations below title ((channel)/date/(resolution)/size) are moving up and down according to title length and that there's still empty room below, maybe you could fix more than 4 lines if all room is really available (roughly 8 or even 10)
10 is not a multiple of 2 ???sectroyer wrote:10 is not multiple of 2 :p I can either switch to 8 (a multiple of two) or rewrite the patch to support "any" number... I am also afraid that not in all situations there will so much free spaceAnyway for now it is as it is. For me 4 is also enough and I don't se a point in changing it. Let's wait for feedback
Yeah, sorry for confusionzoelechat wrote: 10 is not a multiple of 2 ???You probably meant a power of 2...
Allowing custom number would be overkill in my opinion
I totally agree, just suggesting because you were open to suggestionssectroyer wrote:I decide it to leave it as it is