forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sceUtilitySetNetParam Problem.[solved]

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
0xAVGP



Joined: 05 Feb 2006
Posts: 11
Location: Burgwedel

PostPosted: Sun Dec 02, 2007 8:22 am    Post subject: sceUtilitySetNetParam Problem.[solved] Reply with quote

Hey!

I've got the following problem:

I'm aiming at reconfiguring the first network configuration settings.
For example change its name. As simple as that, I thought.

I tried this:
Code:

if(sceUtilitySetNetParam(PSP_NETPARAM_NAME,(const void*)"TeSt") == 0) printf("SET Option..\n");
sceUtilityNetconfUpdate(1);


And a version without the sceUtilityNetconfUpdate. (The parameter of this function has to be 1, following the docs.)

After quitting the EBOOT, the name of the config is still the same.
Does anyone have any idea?

Thx in advance,
greetZ AVGP
[EDIT]
Thanks to TyRANID!
He told me, that the config No. 0 is not the first config, but a special one. So I only had to copy the config 1 (which is the first "real" one) to 0 - change it and copy it back. Uff.
_________________
Theory is, when nothing works and everybody knows that it should...

Pactic is, when everything works and nobody knows why...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group