Search found 11 matches
- Wed Feb 20, 2008 7:54 am
- Forum: PSP Development
- Topic: Note, Volup,Voldown, WlanUp and Home...how to capture them?!
- Replies: 2
- Views: 1223
Note, Volup,Voldown, WlanUp and Home...how to capture them?!
Hi guys, I have a little problem: i made a program to configure another one, and its aim is to set the key combination of the second program... when you press a key program saves the key combination in a txt file. The problem is this: I use this code: while(1) { sceCtrlReadBufferPositive(&pad,1)...
- Thu Jan 17, 2008 5:59 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
- Thu Jan 17, 2008 5:34 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
- Thu Jan 17, 2008 4:43 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
- Thu Jan 17, 2008 3:37 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
Re: How to write a Hex value in a file...
I want to write a Hex value in a file. I already made a function to hex modify a file, and I use this code to write in a precious offset: int pos = sceIoLseek(fd, 0x46A8, SEEK_SET); sceIoWrite(fd, i1, sizeof(i1)); But it writes an ASCII value (i1 is a...
- Thu Jan 17, 2008 3:11 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
- Thu Jan 17, 2008 1:32 am
- Forum: PSP Development
- Topic: How to write a Hex value in a file...
- Replies: 11
- Views: 3782
How to write a Hex value in a file...
Sorry for my bad english, I'm italian ^^' I want to write a Hex value in a file. I already made a function to hex modify a file, and I use this code to write in a precious offset: int pos = sceIoLseek(fd, 0x46A8, SEEK_SET); sceIoWrite(fd, i1, sizeof(i1)...
- Tue Jan 15, 2008 12:05 am
- Forum: PSP Development
- Topic: 3.71M33-4 and Flash0 access refused...
- Replies: 9
- Views: 4552
- Mon Jan 14, 2008 11:47 pm
- Forum: PSP Development
- Topic: 3.71M33-4 and Flash0 access refused...
- Replies: 9
- Views: 4552
Well that's how I've been doing it and it works on Fat / Slim, I have been putting it in GAME on the Fat PSP, If I put the eboot in GAME (on my PSP Fat) I obtain the error: 80020148... It works only in GAME150 (I'm using 3.71 Kernel from recovery). This is my Makefile: TARGET = hello OBJS = main.o ...
- Mon Jan 14, 2008 11:38 pm
- Forum: PSP Development
- Topic: 3.71M33-4 and Flash0 access refused...
- Replies: 9
- Views: 4552
- Mon Jan 14, 2008 10:41 pm
- Forum: PSP Development
- Topic: 3.71M33-4 and Flash0 access refused...
- Replies: 9
- Views: 4552
3.71M33-4 and Flash0 access refused...
Hi, I'm an Italian developer (so sorry for my bad english :P). I have a problem with a my PSP program. I can't access to Flash0 to write or delete files... For example: #include <pspkernel.h> #include <pspiofilemgr.h> PSP_MODULE_INFO("TEST", 0, 1, 1); int main(&...