Search found 23 matches

by Sleepy566
Thu Apr 12, 2007 7:52 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

Not yet, the driver functions from MPHL's firmware launcher code are a bit confusing.

Don't worry, I'm still working it on it.
by Sleepy566
Tue Mar 20, 2007 5:38 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

pspwill wrote:To assign flash0:/ to usb you need to create a new driver for it using the sceIoDrv functions. Theres an example of this in the mph fw launcher source.
Thanks a bunch, I'll check it out asap!
by Sleepy566
Sun Mar 18, 2007 5:09 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

ai3gtmc30 wrote:how do u activate it with buttons?
LOL. Looks like a newcomer is trying to take my idea.
by Sleepy566
Fri Mar 16, 2007 11:00 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

ooohhhh... so shouldn't this work? It didn't work when I tried to compile it in the complete program. Well, it compiled but when I ran it on the PSP it connected to the ms0 instead of the flash0. Should I remove sceIoUnassign() or the "fatms0:" part? (I have a gut feeling it's one of those...
by Sleepy566
Thu Mar 15, 2007 6:36 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

not exactly copy it, but use it in a different program.
by Sleepy566
Wed Mar 14, 2007 6:43 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

=(

I do. I wanted to be able to access my flash drives through an eboot program so I could modify the files.
by Sleepy566
Wed Mar 14, 2007 4:47 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 9724

flash USB connection

How can I make the USB connect to the flash0 or flash1 instead of the ms0? I have tried this: sceIoUnassign("ms0:"); sceIoAssign("flash0:", "lflash0:0,0", "flashfat0:", IOASSIGN_RDWR, NULL, 0); bu...
by Sleepy566
Tue Feb 13, 2007 8:47 am
Forum: PSP Development
Topic: Get flash1 from Eboot
Replies: 9
Views: 4083

Really? Because if I remember correctly, a few of the old versions of PSAR Dumper used to generate the flash1. How was that possible?
by Sleepy566
Mon Feb 12, 2007 5:23 am
Forum: PSP Development
Topic: Get flash1 from Eboot
Replies: 9
Views: 4083

OK, so how would I extract it from the data in the flash0?
by Sleepy566
Sat Feb 10, 2007 7:58 am
Forum: PSP Development
Topic: Get flash1 from Eboot
Replies: 9
Views: 4083

I know that, I'm wondering how to dump the flash1 from an Eboot (more specifically a data.psar)
by Sleepy566
Sat Feb 10, 2007 6:02 am
Forum: PSP Development
Topic: Get flash1 from Eboot
Replies: 9
Views: 4083

Get flash1 from Eboot

I am trying to do a complete dump of a few firmwares, however PSAR Dumper only dumps the flash0. I have looked through code of other programs and also the PSPSDK samples, but I haven't found a way to dump the flash1. Can anybody help me figure this out?
by Sleepy566
Wed Jan 10, 2007 8:58 am
Forum: PSP Development
Topic: Very Odd Compiling Error...
Replies: 1
Views: 1063

Very Odd Compiling Error...

I'm trying to compile my program, but I get this error: main.c:655: error: syntax error at end of input so I think to myself... that's odd.... and I go look at line 655, which is this: L653: } L654: return 0; L655: } Is there any reas...
by Sleepy566
Tue Jan 09, 2007 5:48 am
Forum: PSP Development
Topic: 'makems' Error
Replies: 4
Views: 1825

Thanks for helping, but I figured out the problem.

These two lines were out of place:

Code: Select all

int makems=0;
char fnbuffer[100];
just as you suggested.
by Sleepy566
Mon Jan 08, 2007 7:05 am
Forum: PSP Development
Topic: 'makems' Error
Replies: 4
Views: 1825

I'm sure it's not a function, so it doesn't need parenthesis. I'm not sure if I declared it though... what does that look like? (I'm working with other people so it's not entirely my project)
by Sleepy566
Mon Jan 08, 2007 6:06 am
Forum: PSP Development
Topic: 'makems' Error
Replies: 4
Views: 1825

'makems' Error

When I try to compile my source which uses the makems command to copy some files to the memory stick, I always get this error: main.c: In function 'main': main.c:63: error: 'makems' undeclared (first use in this function) main.c:63: error: (Each undeclared identifier is reported only once main.c:63:...
by Sleepy566
Sat Jan 06, 2007 5:36 am
Forum: PSP Development
Topic: Compiling Issues...
Replies: 5
Views: 2635

Ok, it was a lib problem... I totally forgot to check the makefile. Well thanks a ton dsn, it compiled and works fine now!
by Sleepy566
Fri Jan 05, 2007 11:39 am
Forum: PSP Development
Topic: Compiling Issues...
Replies: 5
Views: 2635

ok... the error message: main.o: In function 'main': main.c:(.text+0xd8): undefined reference to 'sceWlanDevIsPowerOn' main.c:(.text+0xf4): undefined reference to 'sceUmdCheckMedium' collect2: ld returned 1 exit ...
by Sleepy566
Fri Jan 05, 2007 8:33 am
Forum: PSP Development
Topic: Compiling Issues...
Replies: 5
Views: 2635

Compiling Issues...

Somebody on this forum helped me put together this code, and I was happy, but then it didn't compile.... and the compiler says the issue is that the 'sceWlanDevIsPowerOn' part. Anybody know why? Please and thank you! int main() { pspDebugScreenInit(); SetupCa...
by Sleepy566
Thu Jan 04, 2007 8:15 am
Forum: PSP Development
Topic: Detection Problems
Replies: 3
Views: 1964

ooohhhhh... that's my bad. I thought it would need to be in a loop or something, not just by itself. then I thought it might need to be it's own int function. well, thanks a million jas0nuk! I'll be sure to remember this later. I can't believe I made such a stupid mistake..... ah well... it happens ...
by Sleepy566
Thu Jan 04, 2007 6:38 am
Forum: PSP Development
Topic: Detection Problems
Replies: 3
Views: 1964

Detection Problems

Once again with my n00b questions, can somebody please help me with my source code? I am trying to make a program that (so far) will detect certain things. Here's what I have so far (and I can tell a bunch of it is wrong): // Project 9 - Another of Sleepy's n00b projects... /* This program was begun...
by Sleepy566
Sat Dec 30, 2006 5:24 am
Forum: PSP Development
Topic: Memory Stick Detector
Replies: 1
Views: 1196

Memory Stick Detector

I'm very new at programming, and I want my program to write and read off of the memory stick, so the first thing I need is a way to tell if the memory stick is in. What does the code for this look like? I know I need these three: PSP_MODULE_INFO("name", 0x1000, 1, 1); and P...
by Sleepy566
Thu Dec 28, 2006 7:24 am
Forum: PSP Development
Topic: PSP 1.50 Kernel
Replies: 2
Views: 1571

So if I wanted to change the function of the volume or screen brightness buttons, what would the source look like for that? PSP_MODULE_INFO("Title", 0x1000, 1, 1); PSP_MAIN_THREAD_ATTR(0); int main() { pspDebugScreenInit(&...
by Sleepy566
Thu Dec 28, 2006 2:32 am
Forum: PSP Development
Topic: PSP 1.50 Kernel
Replies: 2
Views: 1571

PSP 1.50 Kernel

I'm interested in the PSP dev scene, and I can make basic programs, but I am wondering how to activate the kernel mode in 1.50 PSP's. In the SDK documents it says some functions are only useable in kernel mode, which is why I am asking. I mainly want to use it to read if the memory stick is in, so d...