Advertising (This ad goes away for registered users. You can Login or Register)

[EPIC DISCOVERY] IO Move Sample

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
wth
HBL Developer
Posts: 834
Joined: Wed Aug 31, 2011 4:44 pm
Contact:

Re: [EPIC DISCOVERY] IO Move Sample

Post by wth »

awesome find ! thanks

hm even if the pspemu wrapper for kermit always worked flawlessly for me, I'm probably gonna double check what kermit_msfs_devctl outputs if called directly :mrgreen:
sounds fun
I guess patching pspfiler for psp with instant move will be quite awesome already though :P
Advertising
Total-Noob
Guru
Posts: 536
Joined: Sat Feb 02, 2013 5:08 pm

Re: [EPIC DISCOVERY] IO Move Sample

Post by Total-Noob »

It would be a dream if there's also a move function on PSPEMU :O Anyways I think this discovery is too late for the PSP scene ^^
Advertising
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [EPIC DISCOVERY] IO Move Sample

Post by Acid_Snake »

can't we implement it ourselves? or find out how it works and do our own version?
wth
HBL Developer
Posts: 834
Joined: Wed Aug 31, 2011 4:44 pm
Contact:

Re: [EPIC DISCOVERY] IO Move Sample

Post by wth »

Total-Noob wrote:It would be a dream if there's also a move function on PSPEMU :O Anyways I think this discovery is too late for the PSP scene ^^
indeed lol, hopefully pspemu wrapper is incomplete here and only gives SCE_ERROR_ERRNO_EINVAL due to incomplete wrapper ? xD
yeah but always some more fun ^^
Acid_Snake wrote:can't we implement it ourselves? or find out how it works and do our own version?
on vita if it isn't doable with kermit, we sure could hack a fake filesystem but not move for real



ok, C1-2858-3 (SCE_ERROR_ERRNO_ECASECLASH) vita error if issued to kermit_msfs_devctl (sub_000022C0) directly lol (although my vita error code should be irrelevant due to vita psp feedback patching :p)
Probably not disabled for nothing I guess :roll:

fails right on sceKermit_driver_4F75AA05 command execution, probably because the input has two adresses in psp memory range instead of a valid buffer lol no luck
minimal pretty raw api : http://github.com/yosh778/vita_kermit/c ... 9119256141
NNNRT
Moderator
Posts: 1629
Joined: Fri Jul 27, 2012 1:32 pm
Location: Byblos
Contact:

Re: [EPIC DISCOVERY] IO Move Sample

Post by NNNRT »

PSPcfwDUDE wrote:WOW! Great find man!
Is 6.60 TN-V will be for the PSP, or for the VITA?
Do you really know what project names that look like this usually be for? :roll:
BTW @Total_Noob great find! :)
NoOne
Posts: 281
Joined: Wed Dec 19, 2012 3:03 pm

Re: [EPIC DISCOVERY] IO Move Sample

Post by NoOne »

PSPcfwDUDE wrote:WOW! Great find man!
Is 6.60 TN-V will be for the PSP, or for the VITA?
It's for the PS Vita.
S1NFUL
Moderator
Posts: 971
Joined: Mon Jun 11, 2012 9:45 pm
Location: New York, NY

Re: [EPIC DISCOVERY] IO Move Sample

Post by S1NFUL »

Better late than never :). Keep up the good work, TN.
Current tester of Qwikrazor87's creations & wizardry (3.51 & below)
Former tester of Total-Noob's creations & wizardry (3.01 & below)
Computer Science at Yale University, Class of 2019
wth
HBL Developer
Posts: 834
Joined: Wed Aug 31, 2011 4:44 pm
Contact:

Re: [EPIC DISCOVERY] IO Move Sample

Post by wth »

Further info ..

I happened to successfully use it so in a test (thought it wouldn't work) ..

"Moving ms0:/hbl/ISO -> ms0:/hbl/ISO/ISO...0x00000000"


It can successfully move a folder inside itself ... so then you loose full track of it lol
Just lost all my pspgo dumps x'D

So yeah don't try this silly test ^^


naturally it's all still in memory, so I'd better format it to get back my lost 3-4GB lol
173210
Guru
Posts: 195
Joined: Fri Jul 15, 2011 11:32 pm

Re: [EPIC DISCOVERY] IO Move Sample

Post by 173210 »

I think you don't have to cast from char pointer to u32.

Before:

Code: Select all

u32 data[2];
data[0] = (u32)src;
data[1] = (u32)dest;
After:

Code: Select all

const char *data[2];
data[0] = src;
data[1] = dest;
Donate!
Bitconin: 1Aq3NruiohEvUsGJAmHoXjTq764HDS5zef
Paypal: http://173210.github.io/
Yoti
VIP
Posts: 369
Joined: Sun Oct 17, 2010 4:49 am
Location: Russia

Re: [EPIC DISCOVERY] IO Move Sample

Post by Yoti »

noname120 wrote:dd_helper = download directory helper ?
Or maybe "disc driver helper"?))

Works on 3.11 OFW, lol.
IF SOMEONE HAS AN 07G PSP-3000 PLZ CONTACT ME VIA PM.

Image
Do not forget about adb kill-server. Really.
Locked

Return to “Programming and Security”