You can view the page at http://psgroove.com/content.php?505-...ct-Now-Working
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
You can view the page at http://psgroove.com/content.php?505-...ct-Now-Working
How come this is not working for X3 Max? I thought it was suppose to be able to take ANY hex - but none of the above hexes work at all - I keep receiving a 'File does not contain valid descriptor. Please try another HEX file' error.
Is there something obvious that I'm missing or does a newly compiled version need to be created. I could do it myself if its a case of inputting different MCU and F_CPU values to PSGrade.
can somebody compile this for ti84???? ANYONE PLEEEEEEEEEZ I HAVE NO JB DEVICES
AND YES CAPS IS NECESSARY
Is it now possible to build a upgrade-downgrade-switcher, which allows to choose between
"3.41 modified" (2 play offline without disc) and
"3.5x original" (2 play online on PSN with disc).
I think, an 3.55-downgrader is needed for that?
Alternativly:
As far as I understood, it would be possible 2 start with a jailbreaked 3.41 system and load the "3.5x-orignial" with "USB FIRM LOADER" via an USB-stick and then play online?
I think, the "dev_flash"s of the "3.5x" is needed 2 be decrypted to make that possible,
but i heard of a "3.50 Debug version" which can play on "3.55 PSN" without updating,
so the "dev_flash"s of that version should be enough 2 make online-gaming possible.
will this work on an Emtec 4gb? im kinda a noob with downgrading/JB
Does this do anything other then Downgrade a ps3?
Edit:
All Fixed
Downgrade works =D
Can someone compile this for my board or tell me which one is compatible?
I have a AT90USB162 dev board that I bought off ebay I always contacted the ebay member for new updated hex but he hasn't anwsered back, it came with this note
---------------------------------------------------------------------------------------------------------------------
DEVELOPERS NOTE:
The dev board has no reset button so you must include the following in your
main program to be able to access the bootloader with the tact switch:
DECLARE BEFORE MAIN LOOP:
void (*startbootloader) (void)=(void (*)(void))0x1800;
IN MAIN LOOP:
if((PIND & (1<<7))== 0)
{
TIMSK1=0; //Disable timer interrupt
USB_Shutdown(); //Shutdown USB
_delay_ms(100); //wait
(*start_bootloader) ();
}
| « Previous Thread | Next Thread » |