i was searching around and all i could find was to copy files, may i be pointed in the right direction on how to copy a file from the memorystick to flash because these havent worked for me. when it flashes stuff like .bmp's it doesnt flash :(
woohooooo it works thanks mate, umm... would you happen to know anything about were the 1.50 version is in flash becuase i would like to change it with letters in it. every time i try to decrypt something it comes up corrupt and when i try to hex-edit it, i cant find 1.50. grrrr
e.g. i want to change to something like this, just not these letters 1.50 AB, 1.50 CD
On 3.7x the SceMode isn't 0777.
It is 511 or 0511 . I have reversed a small part of kernel addon but now I don't remember the value of SceMode.
Try with 511 or 0511.
becus25 wrote:On 3.7x the SceMode isn't 0777.
It is 511 or 0511 . I have reversed a small part of kernel addon but now I don't remember the value of SceMode.
Try with 511 or 0511.
And if you want run the app on vsh mode put the eboot on /psp/game/update . If you don't put it on them, the app should run on user mode. Try first run the app from UPDATE folder using vsh mode, if it works try then on user mode.
-=Double post=-
On 3.7x you can perfectly do dumps of files using the SceMode 0777 but with this mode won't work write files on the flash {folders (kd, module, etc..)}.
Hum very cool for me (for a 3.71 file manager that is in my next homebrew). I was unable to write to flash0 with all (lot of) the test i have tried. I will try this tomorow.
even with the scemode set to 0511, i'm still unable to write to flash0 in my usermode homebrew (flash0 reassigned rw in kernel mode) while it's possible in the background via psplink :x
becus25 wrote:On 3.7x the SceMode isn't 0777.
It is 511 or 0511 . I have reversed a small part of kernel addon but now I don't remember the value of SceMode.
Try with 511 or 0511.
im actually using the 1.50 kernel btw if that changes anything lolz
becus25 wrote:
-=Double post=-
On 3.7x you can perfectly do dumps of files using the SceMode 0777 but with this mode won't work write files on the flash {folders (kd, module, etc..)}.
i had a look in Dark_AleX's / moonlight's 1.50 poc src and he had 0777 useing it to write stuff, and it works??
becus25 wrote:
-=Double post=-
On 3.7x you can perfectly do dumps of files using the SceMode 0777 but with this mode won't work write files on the flash {folders (kd, module, etc..)}.
i had a look in Dark_AleX's / moonlight's 1.50 poc src and he had 0777 useing it to write stuff, and it works??
That's for 1.50 kernel. 3.7X kernel the sceMode's different.