Search found 12 matches

by raing3
Mon May 18, 2009 6:04 pm
Forum: PSP Development
Topic: 5.50 Uncrackable?
Replies: 8
Views: 3420

I'm confused, it there unusual protection on the 5.50 PSAR or is it just the same bullshit Sony makes us go through after every few updates? Also, I tried decrypting the DATA.PSP file with PRX Decrypter (because Dariusc123456 said he couldn't) before posting this and it worked, suprised Sony haven't...
by raing3
Sat Jan 31, 2009 9:26 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306342

Ok thanks.
by raing3
Sat Jan 31, 2009 9:20 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306342

I have just a couple more requests/problems. - Allow PSP_CTRL_HOME to be used with vlfGuiAddEventHandler (or do you know how I can prevent the exit dialog come up and replace it with a vlf message dialog. - I'm having an issue running programs which utilize vlf on a 1.50 PSP. I have tried with and w...
by raing3
Thu Jan 15, 2009 9:51 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306342

Just a few questions about some problems I'm having with this release: - Is it possible to make an array of the various VLF controls (eg. VlfText vlf_texts[10];) to create 10 VlfText items. I'm having trouble doing this and the program is crashing whereas when I erase them. Back in the beta when I w...
by raing3
Tue Jan 13, 2009 10:05 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306342

Thanks for the update
by raing3
Sat Jan 10, 2009 12:26 pm
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306342

Thanks for the awesome library amazingly better than having white text on a black screen and you have already implemented so many of the controls and various other functions. However I was hoping you would be able to add some of the following when you get around to it: - Option to show a VLF dialog ...
by raing3
Tue Dec 09, 2008 10:13 am
Forum: PSP Development
Topic: [HELP] Error Extracting 360.PSAR
Replies: 0
Views: 1533

[HELP] Error Extracting 360.PSAR

I am currently having trouble extracting the full contents of the 3.60 PSAR created by the 360 dumper included with Time Machine. I am using a modified version of the 5.00 3000 PSAR dumper. The application stops extracting once it gets to the point where it needs to buffer more data and displays the...
by raing3
Mon Nov 24, 2008 9:27 pm
Forum: PSP Development
Topic: Load ELF From IPL?
Replies: 5
Views: 2165

Yeah okay I do understand that the IPL can't directly load the ELF but since I am loading the firmware from the NAND (this would be the firmware subset) would I be able to make the IPL pass extra commands to the loaded firmware which tells it to run the ELF. I've looked through Boosters IPL SDK and ...
by raing3
Fri Nov 21, 2008 3:43 pm
Forum: PSP Development
Topic: Load ELF From IPL?
Replies: 5
Views: 2165

Load ELF From IPL?

Does anyone know how I can make an IPL which will load the firmware from the NAND as well as an unsigned ELF/PRX from the Memory Stick?
by raing3
Mon Nov 17, 2008 12:24 pm
Forum: PSP Development
Topic: Detect IPL Available Space?
Replies: 4
Views: 1845

Thanks Torch I've managed to fix the problem the information you provided was extremely helpful in fixing the problem and also helped me in adding a few more functions to my application.
by raing3
Thu Nov 13, 2008 1:08 pm
Forum: PSP Development
Topic: Detect IPL Available Space?
Replies: 4
Views: 1845

I've found all this information and I no where it located but I'm having a bit of trouble trying to get this information and then make it detect how much space that actually is. Sorry for my stupidity.
by raing3
Tue Nov 11, 2008 11:28 am
Forum: PSP Development
Topic: Detect IPL Available Space?
Replies: 4
Views: 1845

Detect IPL Available Space?

Does anyone know how I would go about detecting the available space in which an IPL can be written. I have realised that with my app if the IPL being injected is larger than the available IPL space then the Memory Stick becomes corrupted. Version 0.4 + Source is available at http://ifile.it/25amkt7 ...