| View previous topic :: View next topic |
| Author |
Message |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Oct 17, 2009 3:48 am Post subject: Make working recovery thread? |
|
|
I want to make own recovery.prx. I was looking in 3.10 OE sources, and here recovery is just a game (with int main() ) build into PRX. I've tried this on 5.00 M33 but my flashed module doesn't start with R holded. It just take some more time to load XMB. When I put my prx in seplugins, I can see the my test text! But it stays for less than 1 second and XMB is loading. Then I have 2 threads running - I see the XMB but buttons are responding in "recovery"...
How to make a working prx? |
|
| Back to top |
|
 |
whistler
Joined: 04 Mar 2008 Posts: 40
|
Posted: Sat Oct 17, 2009 11:40 am Post subject: Re: Make working recovery thread? |
|
|
| Draan wrote: | I want to make own recovery.prx. I was looking in 3.10 OE sources, and here recovery is just a game (with int main() ) build into PRX. I've tried this on 5.00 M33 but my flashed module doesn't start with R holded. It just take some more time to load XMB. When I put my prx in seplugins, I can see the my test text! But it stays for less than 1 second and XMB is loading. Then I have 2 threads running - I see the XMB but buttons are responding in "recovery"...
How to make a working prx? |
have you tried compiling the one from the leaked sources and trying that on 500m33. Theres may have been changes in how recovery works but that'd be your best bet then you could work through moonlights code and makefile to see how it all works
btw you do know that moonlight now gzips his prxs with a custom header so even if it doesn't work try the packer from the 401sdk. In fact i think he may have been doing this gzipping from around 310, something about 0okm and recovery menus has just popped into my 2am sleep deprived brain, lol
if all else fails post code and a makefile |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sat Oct 17, 2009 1:40 pm Post subject: |
|
|
| Your doing something wrong. Recovery.prx can be replaced with any ordinary user mode/VSH mode PRX. It will not run if its a kernel module. |
|
| Back to top |
|
 |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Oct 17, 2009 9:32 pm Post subject: |
|
|
PSP Packer is outdated I think.
In PRX Decrypter by jas0nuk, m33 modules are compressed with M33 GZ.
My prx compressed by this tool is recognized as sigchecked (~PSP) and with unknown header (0xDADADADA)
YES! My module was kernel mode! Fixed and now working!
Thanks Torch!
My dream is making a OpenSource CFW (maybe 5.00) which anyone can modify...
My idea is putting vsh menu into System Settings, like Bubbletune's Game Categories.
But I'm just a little above the total noob in programming. I think I'll fail, but maybe I can learn something :)
When I use function sceKernelExitVSHVSH(NULL); the recovery doesn't run anymore. It cannot be used in VSH mode? |
|
| Back to top |
|
 |
Ceikor
Joined: 30 Oct 2009 Posts: 1
|
|
| Back to top |
|
 |
Draan
Joined: 17 Oct 2009 Posts: 55
|
Posted: Sat Oct 31, 2009 3:51 am Post subject: |
|
|
| This won't work if you have broken RCO's, keep this in mind! |
|
| Back to top |
|
 |
moonblood
Joined: 16 Oct 2009 Posts: 9 Location: ドイツ
|
Posted: Sun Nov 01, 2009 1:48 am Post subject: |
|
|
| Draan wrote: | | This won't work if you have broken RCO's, keep this in mind! | This Recover-Menu in VLF is already releaset :P _________________ "It was a dark, cold night. The moon shines bright and while admire it fade to blood-red. So the night was fulfilled of the bloody death..." |
|
| Back to top |
|
 |
|