Search found 13 matches

by rzxiao
Fri Oct 19, 2007 6:57 pm
Forum: PSP Development
Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
Replies: 10
Views: 4486

It works now!!!!
Thanks Sakya and Thanks cswindle!!!!
by rzxiao
Fri Oct 19, 2007 2:39 pm
Forum: PSP Development
Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
Replies: 10
Views: 4486

When I use kuKernelLoadModule in 3.60 M33,I got same error described below Hi! :) But anyways the kuKernelLoadModule is working for me, soforget what i just said :) With this code kuKernelLoadModule works for me (the module loads fine), but it fails to start (it happens only with usbstorms.prx and u...
by rzxiao
Fri Oct 19, 2007 2:31 pm
Forum: PSP Development
Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
Replies: 10
Views: 4486

Re: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M

sakya wrote:Hi! :)

Sorry, I've not an answer to your question....just a question for you. :)

Are you sure this code works fine in kernel 3.52 (not 1.50)?
...deleted...
sorry for late,yes,I'm sure, I can open usb in 3.52 M33-4,very well, so I think the code work fine.
by rzxiao
Thu Oct 18, 2007 12:29 am
Forum: PSP Development
Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
Replies: 10
Views: 4486

LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)

Hi ,I fail to load usb relative prx in PSP 2000 (3.60 M33), but it works well in PSP1000 3.52 M33-4 ,the error is SCE_KERNEL_ERROR_UNSUPPORTED_PRX_TYPE ( 0x80020148) here's my code : LoadStartModule("flash0:/kd/semawm.prx"); LoadStartModule("flash0&...
by rzxiao
Tue Apr 03, 2007 12:28 am
Forum: PSP Development
Topic: transplant USBHOST_FS to a embeded System,Does it possible?
Replies: 6
Views: 4996

I'm a firmware developer of such hdd enclosure with OTG, which can copy file between HDD enclosure and PSP. But when I seen the usbhostfs_pc, I feel very interesting. so I think whether I can modify firmware of HDD enclosure and support PSP play game with HDD enclosure directly. It will be great! Th...
by rzxiao
Mon Apr 02, 2007 5:04 pm
Forum: PSP Development
Topic: transplant USBHOST_FS to a embeded System,Does it possible?
Replies: 6
Views: 4996

transplant USBHOST_FS to a embeded System,Does it possible?

hi,All, I have 3 quesitons: 1.There are some USB2.0 OTG harddisk devices which can transfer data between PSP and device without computer. Does it possible transplant USBHOST_FS to device firmware? If so, PSP can play game and watch movie using OTG device. 2.I look through the USBHOST_FS source code,...
by rzxiao
Wed Mar 14, 2007 12:33 pm
Forum: PSP Development
Topic: [Ann] PSP Development Tutorial, modules
Replies: 23
Views: 20868

Great!,That's a great document I'm looking for
by rzxiao
Wed Mar 14, 2007 12:24 pm
Forum: PSP Development
Topic: How to get more callstack info when crash?
Replies: 0
Views: 1265

How to get more callstack info when crash?

I know that use psp-addr2line to view EPC and RA when exception happen, but sometimes the result you get is a malloc_r (on stdlib,for example),I don't know which code in my app result in this。

So, is there a way to get more callstack information ?

Thanks for any tips.
by rzxiao
Thu Sep 14, 2006 12:41 am
Forum: PSP Development
Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
Replies: 1856
Views: 8115166

simple question

hi,all
I wonder whick tool is used to transfer a picture to a byte array (for example:background_8888 in PMP MOD AVC 1.02 source code).

thanks very much!
by rzxiao
Tue Sep 12, 2006 11:20 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 264022

About PSPLink's compile

Hi, I just checkout the source code of PSPLink from SVN, and have my psptoolchain updated to newest version and try to compile the psplink,a error happened: netgdb.c:25:25: error: netinet/tcp.h: No such file or directory I check with my pspdev: F:\cygwin\usr\local\pspdev\psp\include\netinet\ only a ...
by rzxiao
Wed May 24, 2006 11:55 pm
Forum: PSP Development
Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
Replies: 1856
Views: 8115166

hi,jonny, thank for your great work at first.
And I have a question, from a programmer's perspective.why pmpmod can only run at PSP with 1.5? why can't 2.5 or 2.6

thanks
by rzxiao
Fri May 12, 2006 4:58 pm
Forum: PSP Development
Topic: sceIoRmdir can't remove a directory which is not empty?
Replies: 2
Views: 1979

thx very much.
by rzxiao
Wed May 10, 2006 5:04 pm
Forum: PSP Development
Topic: sceIoRmdir can't remove a directory which is not empty?
Replies: 2
Views: 1979

sceIoRmdir can't remove a directory which is not empty?

hi ,I am new here. My question is: Could sceIoRmdir remove a directory whick is not empty. Because it always return <0 when directory is not enpty.

And is there a function to do it ?

Thanks very much!