Search found 21 matches

by septem
Wed Oct 24, 2007 10:08 pm
Forum: PSP Development
Topic: Pandora on slim battery and even with moded charger
Replies: 12
Views: 3921

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...
by septem
Wed Oct 24, 2007 7:12 am
Forum: PSP Development
Topic: Pandora on slim battery and even with moded charger
Replies: 12
Views: 3921

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...
by septem
Fri Sep 28, 2007 4:42 am
Forum: PSP Development
Topic: Activating USB in a kernel mode prx (CF 3.52)?
Replies: 1
Views: 1257

I had the same problem, you need to remove one of the libs that are used in makefile, I guess that was one of -lpspusb... you must try for yourself- delete any that's not necessary to compile.
by septem
Thu Sep 20, 2007 2:39 am
Forum: PSP Development
Topic: change psp's music folder
Replies: 2
Views: 1109

Use IRShell.
by septem
Tue Sep 18, 2007 4:46 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

For some reason it doesn't work. It's not even detected by pc. I guess i should do something before starting streaming like starting hostfs driver, but I'm not sure what...
by septem
Mon Sep 17, 2007 7:44 pm
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

I want to make my own app. I'm trying to stream video buffer, so that pc user sees, what psp user does. I got a question: if I use usbhostfs I have to use my app with psplink or can I just throw it in seplugins and it will work.
by septem
Mon Sep 17, 2007 3:29 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

Oh man... you won. I'm trying to make video streamer.
by septem
Mon Sep 17, 2007 2:51 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

I won't tell you cause you'll stop taking whole this thing for real (if you ever have :] )
by septem
Mon Sep 17, 2007 1:15 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

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...
by septem
Sun Sep 16, 2007 1:15 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

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...
by septem
Sat Sep 15, 2007 10:24 pm
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

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...
by septem
Sat Sep 15, 2007 6:57 pm
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

Yeah, I guess you're right ;P
by septem
Sat Sep 15, 2007 2:43 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

How am I supposed to learn it if you tell me to don't touch it? :>
by septem
Fri Sep 14, 2007 10:02 pm
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

Yep, I did, but it's pretty hard to get the code I needed and it didn't work... Take a look: /* Main USB event flags */ enum UsbEvents { USB_EVENT_ATTACH = 1, USB_EVENT_DETACH = 2, USB_EVENT_ASYNC = 4, USB_EVENT_CONNECT = 8, USB_EVENT_ALL = 0xFFFFFFFF }; /* USB transfer event flags...
by septem
Fri Sep 14, 2007 9:09 pm
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

*bump*

Anybody? I really need this... :(
by septem
Thu Sep 13, 2007 5:40 am
Forum: PSP Development
Topic: USB bulk write sample
Replies: 23
Views: 5574

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.
by septem
Tue Sep 04, 2007 2:49 am
Forum: PSP Development
Topic: Usb- change the way pc detects psp
Replies: 3
Views: 1989

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, ...
by septem
Sun Sep 02, 2007 10:10 pm
Forum: PSP Development
Topic: Problem with loading prx
Replies: 2
Views: 1295

Lol, it works... Thx man :)

I got another problem: my prx is not working when I add -lpspusb to LIBS in makefile. I checked it couple times and I'm 99% sure it's causing my prx to not load. Anybody knows this problem and knows how to fix it?
by septem
Sun Sep 02, 2007 12:10 am
Forum: PSP Development
Topic: Problem with loading prx
Replies: 2
Views: 1295

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...
by septem
Sat Sep 01, 2007 7:07 am
Forum: PSP Development
Topic: Usb- change the way pc detects psp
Replies: 3
Views: 1989

*sry for double post* I found a way, this is code if someone wants to know how: if &#40;oldButtons != pad.Buttons&#41; &#123; if &#40;pad.Buttons & PSP_CTRL_CROSS&#41; &#123; if &#40;state & PSP_USB_ACTIVATED&#41; retVal = sceUsbDeactivate&#40;0x1c8&#4...
by septem
Sat Sep 01, 2007 3:26 am
Forum: PSP Development
Topic: Usb- change the way pc detects psp
Replies: 3
Views: 1989

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 ...