Search found 21 matches
- Wed Oct 24, 2007 10:08 pm
- Forum: PSP Development
- Topic: Pandora on slim battery and even with moded charger
- Replies: 12
- Views: 4076
Re: Pandora on slim battery and even with moded charger
Hi there! Got a question for you: http://www.youtube.com/watch?v=76ZnLHfg5co http://www.youtube.com/watch?v=VThk8GsWtw8 In the first video (it's polish, but I think it's pretty clear what he's doing) guy shows us Pandora working on a slim battery. In the second he shows Pandora running with modifie...
- Wed Oct 24, 2007 7:12 am
- Forum: PSP Development
- Topic: Pandora on slim battery and even with moded charger
- Replies: 12
- Views: 4076
Pandora on slim battery and even with moded charger
Hi there! Got a question for you: http://www.youtube.com/watch?v=76ZnLHfg5co http://www.youtube.com/watch?v=VThk8GsWtw8 In the first video (it's polish, but I think it's pretty clear what he's doing) guy shows us Pandora working on a slim battery. In the second he shows Pandora running with modified...
- Fri Sep 28, 2007 4:42 am
- Forum: PSP Development
- Topic: Activating USB in a kernel mode prx (CF 3.52)?
- Replies: 1
- Views: 1293
- Thu Sep 20, 2007 2:39 am
- Forum: PSP Development
- Topic: change psp's music folder
- Replies: 2
- Views: 1146
- Tue Sep 18, 2007 4:46 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Mon Sep 17, 2007 7:44 pm
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Mon Sep 17, 2007 3:29 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Mon Sep 17, 2007 2:51 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Mon Sep 17, 2007 1:15 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
Ok, let's say I use usbhostfs: 1. can usbhostfs guarantee that I get maximum speed? And I don't mean 480 mb/s or nothing like that cause it's almost impossible because of hardware issues. I want to know if it sends any packets other than my prx wants it to e.g some commands packets or something like...
- Sun Sep 16, 2007 1:15 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
Yes, using USB stuff is nothing remotely like sockets. I am impressed you can even use those :) Gimme a break... I know I got whole thing the wrong way and I overestimated myself on that, but you don't need to say that kind of shit to me. You haven't been born as a usb-programming god either (corre...
- Sat Sep 15, 2007 10:24 pm
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
Hehe, I guess making usb send data isn't as easy as using sockets ;P I was wondering if I can make usb send any data using only pspusbbus.h and not loading any modules like in pspsdk usb sample and not using function like sceUsbActivate, sceUsbDeactivate etc.? I guess they are used while setting usb...
- Sat Sep 15, 2007 6:57 pm
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Sat Sep 15, 2007 2:43 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Fri Sep 14, 2007 10:02 pm
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Fri Sep 14, 2007 9:09 pm
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
- Thu Sep 13, 2007 5:40 am
- Forum: PSP Development
- Topic: USB bulk write sample
- Replies: 23
- Views: 5782
USB bulk write sample
Can anybody give an example of bulk writing on psp? I've been searching net for hours and I haven't found anything useful. What I'd like to know is: how to start connection, send some data with bulk mode and close connection.
- Tue Sep 04, 2007 2:49 am
- Forum: PSP Development
- Topic: Usb- change the way pc detects psp
- Replies: 3
- Views: 2082
I needed to use usb in my app to connect psp with pc and to do that i needed to install another driver. So not to lose ability to transfer files (what would happen if I install another driver for psp) I had to change the way psp is detected by pc. I guess psplink does the same (0x1c9 as product id, ...
- Sun Sep 02, 2007 10:10 pm
- Forum: PSP Development
- Topic: Problem with loading prx
- Replies: 2
- Views: 1329
- Sun Sep 02, 2007 12:10 am
- Forum: PSP Development
- Topic: Problem with loading prx
- Replies: 2
- Views: 1329
Problem with loading prx
Hi! I'm newbie to this whole psp programming, so please be patient :) I have a problem with a prx, I'm putting it on ma ms in seplugins folder I set up evrything, but for some reason plugin's not working. This is the code: main.c: #include <pspsdk.h> #include <pspkernel.h> #include <pspctrl.h> PSP_M...
- Sat Sep 01, 2007 7:07 am
- Forum: PSP Development
- Topic: Usb- change the way pc detects psp
- Replies: 3
- Views: 2082
- Sat Sep 01, 2007 3:26 am
- Forum: PSP Development
- Topic: Usb- change the way pc detects psp
- Replies: 3
- Views: 2082
Usb- change the way pc detects psp
Hi! I was wondering if I can change way psp is "introducing" to pc. I want to make to do this so that pc is not recognizing playstation as another drive and I can install new driver for my console on windows. If it's possible I'd like to know how to achieve that. Thx in advance :) ps: sry ...