Page 3 of 3
Re: VitaTester v1.1.1
Posted: Fri Nov 06, 2015 1:37 am
by SMOKE
Camxpspx123 wrote:Please can you explain me what does theses functions do ?
Code: Select all
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_OFF);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING);
It disables auto shutdown and dimming of the homebrew process. It needs to be called every now and then because it seems to reset itself after some time. I just stuck it in the loop and it works fine
Re: VitaTester v1.1.1
Posted: Fri Nov 06, 2015 2:34 pm
by Rinnegatamante
SMOKE wrote:Camxpspx123 wrote:Please can you explain me what does theses functions do ?
Code: Select all
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_OFF);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING);
It disables auto shutdown and dimming of the homebrew process. It needs to be called every now and then because it seems to reset itself after some time. I just stuck it in the loop and it works fine
You can just use a sceKernelPowerTick(0) which does everything in a single call (
https://github.com/Rinnegatamante/vitaQ ... #L371-L372 ).
Re: VitaTester v1.1.1
Posted: Fri Nov 06, 2015 8:35 pm
by SMOKE
Rinnegatamante wrote:SMOKE wrote:Camxpspx123 wrote:Please can you explain me what does theses functions do ?
Code: Select all
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_OFF);
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING);
It disables auto shutdown and dimming of the homebrew process. It needs to be called every now and then because it seems to reset itself after some time. I just stuck it in the loop and it works fine
You can just use a sceKernelPowerTick(0) which does everything in a single call (
https://github.com/Rinnegatamante/vitaQ ... #L371-L372 ).
I had tryed that before. This is the only way I could get it to work for me. When I used sceKernelPowerTick(0); It only delayed the dimming and suspension for some time.
Re: VitaTester v1.1.1
Posted: Sat Jul 30, 2016 8:04 pm
by minilgos
Thanks a lot for your hard work Smoke!
https://github.com/SMOKE5/VitaTester/releases/tag/v1.2
Touch events and thumbsticks work nicely on my new brand vita 2000 thru henkaku
Homebrews using those can now be ported to henkaku. Sweet!