Search found 12 matches
- Mon May 18, 2009 6:04 pm
- Forum: PSP Development
- Topic: 5.50 Uncrackable?
- Replies: 8
- Views: 3914
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...
- Sat Jan 31, 2009 9:26 am
- Forum: PSP Development
- Topic: dc v6 graphics
- Replies: 241
- Views: 347641
- Sat Jan 31, 2009 9:20 am
- Forum: PSP Development
- Topic: dc v6 graphics
- Replies: 241
- Views: 347641
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...
- Thu Jan 15, 2009 9:51 am
- Forum: PSP Development
- Topic: dc v6 graphics
- Replies: 241
- Views: 347641
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...
- Tue Jan 13, 2009 10:05 am
- Forum: PSP Development
- Topic: dc v6 graphics
- Replies: 241
- Views: 347641
- Sat Jan 10, 2009 12:26 pm
- Forum: PSP Development
- Topic: dc v6 graphics
- Replies: 241
- Views: 347641
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 ...
- Tue Dec 09, 2008 10:13 am
- Forum: PSP Development
- Topic: [HELP] Error Extracting 360.PSAR
- Replies: 0
- Views: 1648
[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...
- Mon Nov 24, 2008 9:27 pm
- Forum: PSP Development
- Topic: Load ELF From IPL?
- Replies: 5
- Views: 2431
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 ...
- Fri Nov 21, 2008 3:43 pm
- Forum: PSP Development
- Topic: Load ELF From IPL?
- Replies: 5
- Views: 2431
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?
- Mon Nov 17, 2008 12:24 pm
- Forum: PSP Development
- Topic: Detect IPL Available Space?
- Replies: 4
- Views: 2076
- Thu Nov 13, 2008 1:08 pm
- Forum: PSP Development
- Topic: Detect IPL Available Space?
- Replies: 4
- Views: 2076
- Tue Nov 11, 2008 11:28 am
- Forum: PSP Development
- Topic: Detect IPL Available Space?
- Replies: 4
- Views: 2076
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 ...