Search found 34 matches
- Sun Mar 09, 2008 7:17 pm
- Forum: PSP Development
- Topic: USBhosts on 1.50??
- Replies: 0
- Views: 1030
USBhosts on 1.50??
Im again using the 1.50 Kernel, i dont think you can load a .prx, please tell me if you can, but i've tred and failed miserably. So if anyone has the functions / src of the usbhosts.prx, can i please use it. Or if you know were to find it can you point me in that direction. and yes i've searched goo...
- Fri Mar 07, 2008 8:41 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 13691
- Fri Mar 07, 2008 3:57 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 13691
Yea i have,Gh0st-UPMS wrote: @PSPfreak!
Do you have the library file jas0nuk posted.
Code: Select all
LIBS = -lpspgu -lpng -lz -lm -lpspumd -lpspusb -lpspusbstor -lpspctrl libpspident.A
p.s. i dont really need all of those libs, so ill remove some crap i dont need
- Fri Mar 07, 2008 6:44 am
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 13691
Are these kernel-level functions? If so, you either need to compile as kernel-mode 1.50-based homebrew, or move them into an external kernel-level prx for 3.xx user-level homebrew. I can't see these functions as user-level... users don't need to know the version of the hardware. Thanks for the resp...
- Thu Mar 06, 2008 6:13 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 13691
mine now is crashing, even after i started again!. but, i think i figured out my problem, It may be because im getting them in the wrong place, i've tried them everywhere, just exept the correct place. This is main() {, (commented the stuff out, it works, got more stuff in it though) /*int tachyon; ...
- Wed Mar 05, 2008 5:56 pm
- Forum: PSP Development
- Topic: Pommel, Tachyon, Baryon
- Replies: 21
- Views: 13691
- Wed Feb 13, 2008 5:42 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Tue Feb 12, 2008 4:13 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Wed Feb 06, 2008 6:07 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Tue Feb 05, 2008 8:37 pm
- Forum: PSP Development
- Topic: my prx doesn't printf
- Replies: 3
- Views: 2104
Re: my prx doesn't printf
I currently don't know how the standard C "printf" is defined on the PSP, but you need to call pspDebugScreenPrintf() to output anything. Don't forget to init the debug screen first! isnt it #define printf pspDebugScreenPrintf printf("blah blah blah"); /*prints b...
- Tue Feb 05, 2008 4:45 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
You are missing also sceKernelSleepThread(); . Write it above of return 0 of the main function and try again. i just tried that, still ended with 800200D9, then i used the one were it prints just text, i get a error 80020001 (i believe its a kernel error i think though but im not sure) Remember tha...
- Mon Feb 04, 2008 5:56 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Mon Feb 04, 2008 5:21 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Mon Feb 04, 2008 5:01 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Mon Feb 04, 2008 4:50 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
- Sun Feb 03, 2008 8:38 pm
- Forum: PSP Development
- Topic: run app under PSP/GAME/UPDATE
- Replies: 14
- Views: 6360
run app under PSP/GAME/UPDATE
hey all, me again lol everytime i use a kernel or user eboot under UPDATE it doesnt work (shows currupt), i know im going wrong somewere, just dunno (im using 1.50 kernel btw) all im doing is reading from flash0, not flashing or anything. the other things im doing is like putting a eboot on the ms &...
- Thu Jan 10, 2008 1:12 pm
- Forum: PSP Development
- Topic: Copy PNG / image to flash0 [SOLVED]
- Replies: 4
- Views: 1909
This is odd... doing a quick search for copying files to the flash, YOU started this thread quite some time back: http://forums.ps2dev.org/viewtopic.php?t=9337 So why are you now acting like you have no idea how to write files to the flash? Or are you simply trying to start a new thread because you...
- Thu Jan 10, 2008 8:48 am
- Forum: PSP Development
- Topic: Copy PNG / image to flash0 [SOLVED]
- Replies: 4
- Views: 1909
- Thu Jan 10, 2008 12:18 am
- Forum: PSP Development
- Topic: Copy PNG / image to flash0 [SOLVED]
- Replies: 4
- Views: 1909
Copy PNG / image to flash0 [SOLVED]
hey once again, i would like some help on flashing a .png image to flash0 from the memory stick, i've tried sceGuCopyImage (not sure if i got the code correct) & i've tried write_file. im using the 1.50 kernel & i've searched the forum & google tonnes of times looking for and answer to h...
- Thu Dec 20, 2007 9:55 am
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
- Mon Dec 17, 2007 9:28 pm
- Forum: PSP Development
- Topic: -lz Missing???
- Replies: 6
- Views: 5243
- Mon Dec 17, 2007 9:16 pm
- Forum: PSP Development
- Topic: -lz Missing???
- Replies: 6
- Views: 5243
soWally4000 wrote:Try installing zlib, this should fix your problem
Code: Select all
svn co svn://svn.ps2dev.org/psp/trunk/zlib
cd zlib
make
make install
cd ..
- Mon Dec 17, 2007 8:51 pm
- Forum: PSP Development
- Topic: -lz Missing???
- Replies: 6
- Views: 5243
-lz Missing???
whenever i try to compile a EBOOT.PBP from a makefile which has the lib -lz included in it, it comes up with, /usr/local/pspdev/lib/gcc/psp/4.1.0/../../../psp/bin/ld: cannot find -lz collect2: ld returned 1 exit status Makefile has this in it: LIBS = -lz -lpsppower CFLAGS = -O2 -G0 -...
- Sun Dec 16, 2007 3:49 pm
- Forum: PSP Development
- Topic: Switching on/off the LEDs? How?
- Replies: 11
- Views: 7139
- Fri Dec 14, 2007 12:13 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
- Thu Dec 13, 2007 7:00 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
Mashphealh wrote: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..)}.
- Wed Dec 05, 2007 5:15 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
- Thu Nov 22, 2007 5:29 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
You want to change your version number I'm guessing... That should be in... flash0:\vsh\etc\version.txt For 1.50 atleast... Later on they started to encrypt there Version number in: flash0:\kn\vshctrl.prx ok it works.........but GRRRR when i try to flash the files they dont write/copy, i tried the ...
- Wed Nov 21, 2007 4:01 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422
- Mon Nov 19, 2007 5:12 pm
- Forum: PSP Development
- Topic: copy file to Flash0
- Replies: 20
- Views: 8422