Advertising (This ad goes away for registered users. You can Login or Register)

Search found 23 matches

by West-Li
Tue Jun 26, 2012 8:13 am
Forum: Programming and Security
Topic: USB Connection without kernelmode
Replies: 13
Views: 5785

Re: USB Connection without kernelmode

gdljjrod wrote:Sorry and conecct to UMD ????
not working pspUsbDeviceSetDevice(PSP_USBDEVICE_UMD9660,0,0); :?
This must work... you must use this first before start or stop the USB. Check your code.
by West-Li
Mon May 21, 2012 6:31 am
Forum: Programming and Security
Topic: Again... PRX creation and loading [6.39 TN-A]
Replies: 11
Views: 3526

Re: Again... PRX creation and loading [6.39 TN-A]

Yoti wrote:How about using one slash after ms0:?
Yes :) this is that bug ms0://prxsrcc.prx if you want to load some on root use only one slash (ms0:/prxsrcc.prx) try it. :)
by West-Li
Sat May 19, 2012 5:55 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

[*] SetRegistryValue is designed exclusively for integers, not strings.[/list] Most of these are basic C problems. So can you say me how to remake SetRegistryValue for strings? Or it cant be done? :( It can be done easily: http://psp.jim.sh/pspsdk-doc/group__Reg.html So i put REG_TYPE_STR instead o...
by West-Li
Sat May 19, 2012 5:36 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

Davee wrote: [*] SetRegistryValue is designed exclusively for integers, not strings.[/list]

Most of these are basic C problems.
So can you say me how to remake SetRegistryValue for strings?

Or it cant be done? :(
by West-Li
Sat May 19, 2012 5:34 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

I know C... but i dont understand what do you mean... Im from slovakia... Do you know what a memset does, what a pointer is, and what's the difference between a char and a u32? 1. sets memory of some function to some value. 2. char = size 1 byte (you can manualy set your byte ex: char ex[32];) 3. u...
by West-Li
Sat May 19, 2012 4:51 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

ok what entry are you writing to? I dont undestand... i want to get text from .txt file and write the text to registry. If you ask for name i want write "owner_name" look at spoilers. Perhaps get this: http://amzn.to/JeJgPb I know C... but i dont understand what do you mean... Im from slovakia...
by West-Li
Sat May 19, 2012 4:36 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

Davee wrote:ok what entry are you writing to?
I dont undestand... i want to get text from .txt file and write the text to registry. If you ask for name i want write "owner_name" look at spoilers.
by West-Li
Sat May 19, 2012 3:58 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Re: Problem with SetRegistryValue

can we see the "SetRegistryValue" code...? SetRegistryValue : [spoiler] int SetRegistryValue(const char *dir, const char *name, u32 val) { int ret = 0; struct RegParam reg; REGHANDLE h; memset(®, 0, sizeof(reg)); reg.regtype = 1; reg.namelen = strlen("/system"); reg.unk2 = 1; reg.unk3 = 1; strcp...
by West-Li
Sat May 19, 2012 3:17 pm
Forum: Programming and Security
Topic: Problem with SetRegistryValue
Replies: 16
Views: 3316

Problem with SetRegistryValue

Hi, i making a application for PSP called "PSP Module Checker 3.6". I almost done with the code but i need help with SetRegistryValue. I want to set name from .txt file to PSP registry. But i cant give it to work... I dont know what i do bad. Heres my read code and my name set algorithm. Read .txt c...
by West-Li
Tue May 15, 2012 4:26 pm
Forum: Custom Firmwares (HEN/CFW/LCFW)
Topic: Unofficial Custom Firmware 5.00 M33-8 released !
Replies: 29
Views: 8176

Re: Unofficial Custom Firmware 5.00 M33-8 released !

Frostegater wrote:I'm fail. In recovery uses HellCat's sources of pandora installer and in "m33-8 installer", vshctrl from OI. In credits should be Dridri85, Zer01ne and HellCat. Maybe I can't name it "fake", but and I cant name it "m33" and you can't.
Yes thats true :) so i stop develop this project lock please.

Go to advanced search