Search found 11 matches

by fantomasfr
Mon Jul 18, 2005 10:38 pm
Forum: PSP Development
Topic: audio help
Replies: 29
Views: 11174

//------------ Tableau de merde
hahahaha :)
by fantomasfr
Sun Jul 17, 2005 9:50 pm
Forum: PSP Development
Topic: ftp umd flash...
Replies: 1
Views: 1136

Flash0: is not a good idea too..
Some error with newb may arrived..
++
by fantomasfr
Sun Jul 17, 2005 3:21 am
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 32633

Hi,
i have released FTP UMD ver 1.0

http://gueux-forum.net/index.php?showtopic=67477 ( in french sorry ;) )

Sources are coming soon
+
by fantomasfr
Fri Jul 15, 2005 9:28 pm
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 32633

hi pspkrazy, do u have msn?
pm ur addy please
++

Fantomas
by fantomasfr
Thu Jul 14, 2005 7:54 pm
Forum: PSP Development
Topic: Function sceIoGetstat
Replies: 2
Views: 1449

i m accessing trought FAT ..
i think this is a SDK bug .. :(
++

Fantomas
by fantomasfr
Thu Jul 14, 2005 5:32 am
Forum: PSP Development
Topic: Function sceIoGetstat
Replies: 2
Views: 1449

Function sceIoGetstat

Hi, i found a bug in the sdk, or i am wrong . I have some prob with function sceIoGetstat, if size of file is > 99999, it return an error for exemple if file size is : "143510" octet filename.size return me ">3510" for all file... but only on UMD... i dont know why... There is a ...
by fantomasfr
Wed Jul 13, 2005 5:57 am
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 32633

Hi, im working on UMD access for ur ftpserver. I have full access on all directory, but i have some prob with size of file... i m fixing it now .. I have made full real time status on psp screen.. fixed some copy problem.. but i have to work harder :) ++ Fantomas Ps: CWD movie 250 CWD command succes...
by fantomasfr
Sat Jul 09, 2005 2:34 am
Forum: PSP Development
Topic: UMD init probleme.
Replies: 5
Views: 2335

i will read it :)
tonight ;)
thanks for all mrbrown
++

Fantomas
by fantomasfr
Fri Jul 08, 2005 9:47 pm
Forum: PSP Development
Topic: UMD init probleme.
Replies: 5
Views: 2335

hi again :p sorry
i have linked with -lpspumd and gcc retunr me
"linker input file unused because linking not done" :'(

thx by advance for your answer
by fantomasfr
Fri Jul 08, 2005 9:20 pm
Forum: PSP Development
Topic: UMD init probleme.
Replies: 5
Views: 2335

can u be more precise ?
i m using command make to create my pbp.
i have tu use directly gcc-psp ?
thx
by fantomasfr
Fri Jul 08, 2005 9:06 pm
Forum: PSP Development
Topic: UMD init probleme.
Replies: 5
Views: 2335

UMD init probleme.

HI, i m trying to initialise UMD drive, using command explian in pspsdk x = sceUmdCheckMedium(0); if (!(x)) sceUmdWaitDriveStat(UMD_WAITFORDISC); sceUmdActivate(1,"disc0:"); sceUmdWaitDriveStat(UMD_WAITFORINIT); i use cygwin lastest toolchain & pspsdk 1.0. i have include pspumd.h in my...