I've try to access to the flash 2 & 3 in my hb, but the flash2 will be opened in readonly mode and if I try to open flash3 I've a error!
Here is the code:
Code: Select all
sceIoUnassign("flash2");
sceIoAssign("flash2", "lflash2:0,0", "flashfat2:", IOASSIGN_RDWR, NULL, 0);
cd("flash2:/");
Code: Select all
sceIoUnassign("flash3");
sceIoAssign("flash3", "lflash3:0,0", "flashfat3:", IOASSIGN_RDWR, NULL,0);
cd("flash3:/");
I've searched but I've found nothing!
I've try to search in the string reference in the DAX recovery.prx, but I've found only the assign of the flash 1 and of the flash0!