Hold and navigation into the xmb

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspflashsystem
Posts: 31
Joined: Mon Mar 24, 2008 12:31 am

Hold and navigation into the xmb

Post by pspflashsystem »

Hi everyone,
I want to know how I can, when the hold Button is pressed, navigate into the xmb without having the buttons blocked??
PS: I'm very apologize for my bad English because I'm French
I'm apologize for my bad English because I am French :)

.::pspflashsystem::.
Lexar
Posts: 4
Joined: Wed Feb 13, 2008 7:39 pm

Re: Hold and navigation into the xmb

Post by Lexar »

pspflashsystem wrote:Hi everyone,
I want to know how I can, when the hold Button is pressed, navigate into the xmb without having the buttons blocked??
PS: I'm very apologize for my bad English because I'm French
You have to patch kernel controller library to avoid hold state - thats how i see it.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Is it confirmed that its even a software check and not a hardware one???

If its a software check then you don't really need to go as far as patching the library which involves much reverse engineering. You just need to hook the controller function and remove the HOLD bit from the parameter. I believe the VSH uses vshCtrlReadBufferPositive (don't know whether it uses this only to read the Home/Note/Volume buttons or for all the other buttons as well).
Lexar
Posts: 4
Joined: Wed Feb 13, 2008 7:39 pm

Post by Lexar »

<CUT>
whistler
Posts: 39
Joined: Tue Mar 04, 2008 7:08 am

Post by whistler »

http://forums.maxconsole.net/showthread ... ter+syscon

if memory serves i believe this source will help you out
Post Reply