Search found 28 matches
- Tue Mar 31, 2009 10:58 pm
- Forum: PSP Development
- Topic: Change audio volume
- Replies: 4
- Views: 2158
Re: Change audio volume
Is is possible to change the audio vollume like when you press one of the vollume buttons? if Yes: How can i do it? PS. I searshed this whole forum but the only solution someone said was by emulating key-presses. If that's possible, can someone say how that works? http://psp.jim.sh/pspsdk-doc/pspau...
- Fri Dec 05, 2008 10:40 pm
- Forum: PSP Development
- Topic: Ping network hosts
- Replies: 1
- Views: 1080
- Thu Dec 04, 2008 9:09 am
- Forum: PSP Development
- Topic: Ping network hosts
- Replies: 1
- Views: 1080
Ping network hosts
Hey, i want to ping an host. I found some codes in the internet ( http://www.google.com/codesearch?hl=de&q=lang:c+ping+show:ENH75Bw0380:GUjtd4QL1fU:hHJyHih4i00&sa=N&cd=2&ct=rc&cs_p=http://gentoo.osuosl.org/distfiles/busybox-0.60.5.tar.bz2&cs_f=busybox-0.60.5/ping.c ) , but al...
- Sat Nov 29, 2008 9:58 pm
- Forum: PSP Development
- Topic: [PROBLEM] File browser and kernel mode prx
- Replies: 2
- Views: 1259
Take a look at this:
http://www.psp-programming.com/forums/i ... pic=1333.0
http://www.psp-programming.com/forums/i ... pic=1333.0
- Wed Nov 26, 2008 6:39 am
- Forum: PSP Development
- Topic: Connect Timeout
- Replies: 7
- Views: 2811
- Tue Nov 25, 2008 9:44 pm
- Forum: PSP Development
- Topic: Connect Timeout
- Replies: 7
- Views: 2811
- Mon Nov 24, 2008 10:04 pm
- Forum: PSP Development
- Topic: Connect Timeout
- Replies: 7
- Views: 2811
- Mon Nov 24, 2008 6:35 am
- Forum: PSP Development
- Topic: Connect Timeout
- Replies: 7
- Views: 2811
- Mon Nov 24, 2008 2:38 am
- Forum: PSP Development
- Topic: Connect Timeout
- Replies: 7
- Views: 2811
Connect Timeout
*next post*
- Sat Sep 13, 2008 7:50 am
- Forum: PSP Development
- Topic: PSP_CTRL_VOLUP
- Replies: 6
- Views: 2203
- Sat Sep 13, 2008 1:30 am
- Forum: PSP Development
- Topic: PSP_CTRL_VOLUP
- Replies: 6
- Views: 2203
- Fri Sep 12, 2008 10:28 pm
- Forum: PSP Development
- Topic: PSP_CTRL_VOLUP
- Replies: 6
- Views: 2203
- Fri Sep 12, 2008 7:20 am
- Forum: PSP Development
- Topic: PSP_CTRL_VOLUP
- Replies: 6
- Views: 2203
PSP_CTRL_VOLUP
Hi, I want to readout the state of the Volume+ Button. I already know that I need a kernel prx and I created one with the following value: #include <pspsdk.h> #include <pspkernel.h> #include <pspdisplay_kernel.h> #include <pspctrl.h> PSP_MODULE_INFO("testlib", 0x1006, 1, 0)...
- Fri Sep 05, 2008 8:02 am
- Forum: PSP Development
- Topic: Write Mutated vowels on the screen
- Replies: 5
- Views: 2285
Write Mutated vowels on the screen
I want to write mutated vowels (ä,ö & ü) on the screen, but it only shows strange things. How can i fix that?
- Tue Aug 26, 2008 8:48 am
- Forum: PSP Development
- Topic: Problem with setting up psptoolchain
- Replies: 4
- Views: 5170
- Tue Aug 26, 2008 8:01 am
- Forum: PSP Development
- Topic: Problem with setting up psptoolchain
- Replies: 4
- Views: 5170
Problem with setting up psptoolchain
I tried to compile the toolchain, but everytime it says: ***@*** ~/psptoolchain $ ./toolchain.sh ls: cannot access /usr/include/gmp.h: No such file or directory ERROR: Install gmp before continuing. ../depends/check-gmp.sh: Failed. I installed wget and Devel. Last tim...
- Mon Jun 16, 2008 3:15 am
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
- Mon Jun 16, 2008 3:07 am
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
- Sun Jun 15, 2008 9:04 pm
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
- Sun Jun 15, 2008 3:36 am
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
- Sat Jun 14, 2008 6:54 am
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
- Sat Jun 14, 2008 12:40 am
- Forum: PSP Development
- Topic: Send broadcast message from a server
- Replies: 9
- Views: 3069
Send broadcast message from a server
I set up a tcp server on my psp.
Now i want to send a broadcast message (192.168.2.255), but how?
It's no problem for me to send messages to registered clients, but i don't know how to send broadcast messages.
Can someone plz help me?
Now i want to send a broadcast message (192.168.2.255), but how?
It's no problem for me to send messages to registered clients, but i don't know how to send broadcast messages.
Can someone plz help me?
- Thu May 29, 2008 6:24 am
- Forum: PSP Development
- Topic: PSP makes faults while rounding?!?
- Replies: 3
- Views: 1863
PSP makes faults while rounding?!?
temp2 = ceil((temp / 34)); printf("%d | %d", temp2, temp); It prints out "0 | 13", "1 | 13" would be right. Another time it prints out "1 | 45", "2 | 45" would be right. Does somebody know where my fau...
- Wed May 28, 2008 5:50 am
- Forum: PSP Development
- Topic: Ceil() Problem
- Replies: 2
- Views: 1895
- Wed May 28, 2008 3:39 am
- Forum: PSP Development
- Topic: Ceil() Problem
- Replies: 2
- Views: 1895
Ceil() Problem
Code: Select all
int temp;
int temp2;
...
temp2 = ceil(temp / 34);
Code: Select all
Undefined reference to ceil
What's my fault? Help me plz
- Tue May 20, 2008 12:50 am
- Forum: PSP Development
- Topic: Send message over wlan on exiting game
- Replies: 4
- Views: 1963
- Tue May 20, 2008 12:28 am
- Forum: PSP Development
- Topic: Send message over wlan on exiting game
- Replies: 4
- Views: 1963
- Mon May 19, 2008 7:46 pm
- Forum: PSP Development
- Topic: Send message over wlan on exiting game
- Replies: 4
- Views: 1963
Send message over wlan on exiting game
I wrote a wifi application which communicates with my pc.
How can i send a message to my pc when the application is left (HOME --> yes)? I know how to send messages but i dont know how i know that the application is left.
How can i send a message to my pc when the application is left (HOME --> yes)? I know how to send messages but i dont know how i know that the application is left.