Search found 53 matches

by hotter
Tue Jun 09, 2009 7:36 pm
Forum: PSP Development
Topic: compress/encrypt prx
Replies: 12
Views: 3368

With psp-packer from 4.01M33-2 SDK I get ~PSP file and file works fine! :)
Thx for help.
by hotter
Tue Jun 09, 2009 3:58 pm
Forum: PSP Development
Topic: compress/encrypt prx
Replies: 12
Views: 3368

First of all it SHOULD be a .prx file NOT .elf. You must build with BUILD_PRX = 1 Yes, I did that with prx. On Windows, just drag your .prx on top of psp-packer.exe. The file will be compressed. It will have ~PSP as first 4 bytes The file now is smaller, but the first 4 bytes is still ".elf&qu...
by hotter
Tue Jun 09, 2009 3:39 pm
Forum: PSP Development
Topic: compress/encrypt prx
Replies: 12
Views: 3368

Well I tryed to use it. It hidded all string variables but I searched for "~PSP" and didnt find it, so I guess it is only gzipping prx. And a sad thing that when I added to psp it didnt work, I get error that prx is unsupported type.
by hotter
Tue Jun 09, 2009 5:52 am
Forum: PSP Development
Topic: compress/encrypt prx
Replies: 12
Views: 3368

Sry for not very clear question... I mean I want to compress and encode prx like some others do. Now when I open my prx in hex editor I see ".Elf" at the bigining and all strings are editable... so I want to make it to "~PSP". I think its the same as firmwares prx'es are comprese...
by hotter
Tue Jun 09, 2009 1:44 am
Forum: PSP Development
Topic: compress/encrypt prx
Replies: 12
Views: 3368

compress/encrypt prx

I have elf file and I need to compress it to prx. how to do that?
by hotter
Wed Jun 03, 2009 7:47 pm
Forum: PSP Development
Topic: vsh_module functions
Replies: 3
Views: 1505

Could you tell me more about reversing functions? I need something to hook to.
by hotter
Wed Jun 03, 2009 5:12 am
Forum: PSP Development
Topic: vsh_module functions
Replies: 3
Views: 1505

vsh_module functions

Hi, I would like to know how to analize vsh_modele functions? is it possible?
Here is vsh_main functions, but how to know what do they do and what variable do they need?
I would like to cooperate with vsh_module :D
by hotter
Mon Mar 30, 2009 4:39 am
Forum: PSP Development
Topic: Change audio volume
Replies: 4
Views: 2003

I think the main volume is saved in the registry. Try searching in it.
by hotter
Wed Mar 11, 2009 1:43 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

I have one more question, when I change cpu frequency in XMB and go to videos cpu frequency changes back to 222Mhz. why?
by hotter
Mon Mar 09, 2009 6:22 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

Torch wrote:Pretty sure there is NO way to change the UMD mode or anything while the game is running.
I am making a prx plugin on XMB it should make the same as VSH menu... So is there any other ideas how to make "UMD ISO mode" and "USB device" changes work without reboot like in VSH menu?
by hotter
Mon Mar 09, 2009 2:10 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

Original VSHmenu plugin can change settings without restart. It changes cpu, usb driver and umd iso mode. How it do that?
by hotter
Mon Mar 09, 2009 2:01 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

I already using this function but it just write new settings to settings file I quess. It doesnt apply them.
by hotter
Mon Mar 09, 2009 1:14 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

Well VSHmenu writes new settings to config file and somehow applies it (VSH cpu, game cpu, umd iso mode, usb drive). Maybe there is a function?...
by hotter
Sun Mar 08, 2009 9:42 pm
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

It works, now I can change recovery settings, but there is a small problem, when I change them they changes only after restart.
Is there a way to apply the settings without restart?
by hotter
Sun Mar 08, 2009 5:54 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

Thx, I found that file and spotted cpu frequency :)
I wander is there any danger to work with that file? can I brick psp or something?
by hotter
Sun Mar 08, 2009 5:05 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 5950

Recovery settings

How to get/set recovery menu settings to/from my program? where are the settings saved?
I would like to get cpu frequency for XMB and games and be able to change it...
by hotter
Thu Mar 05, 2009 7:48 am
Forum: PSP Development
Topic: Export from kernel import on user
Replies: 4
Views: 1850

Thx very much, this sample helped me.
by hotter
Thu Mar 05, 2009 4:52 am
Forum: PSP Development
Topic: Export from kernel import on user
Replies: 4
Views: 1850

Export from kernel import on user

I am trying to export function from kernel and import it on user mode prx, but make that work. It doesnt work when I am trying to export function from user and import it on kernel mode too. So is it possible to do that at all? I guess it is users and kernels memory issues, because when I export from...
by hotter
Tue Mar 03, 2009 7:01 am
Forum: PSP Development
Topic: [RELEASE] PSPconsole
Replies: 0
Views: 1141

[RELEASE] PSPconsole

Here is what I was working for all the time. It is PSPconsole v1.2. Usefull: Quickly see battery info. Delete, cut, copy, rename, view properties of file/folder, set them hidden/read-only. View text files. Play C snake, Tetris. Sort your games and homebreews. Use calculator. View calendar. And all t...
by hotter
Thu Feb 26, 2009 9:12 pm
Forum: PSP Development
Topic: OSK in XMB prx plugin
Replies: 7
Views: 4358

And how about using the same OSK like XMB uses to change Nickname? I guess it is already loaded... Is it possible?
by hotter
Thu Feb 26, 2009 7:20 pm
Forum: PSP Development
Topic: OSK in XMB prx plugin
Replies: 7
Views: 4358

OSK in XMB prx plugin

I tried to use OSK (on screen keyboard) in my XMB prx but it crashes. So is it possible at all to use osk in XMB prx plugin? if so, what could I be doing wrong? prx sould be in user mode or kernel?
by hotter
Mon Feb 23, 2009 2:58 am
Forum: PSP Development
Topic: module self stop unload
Replies: 4
Views: 2687

sceKernelStopUnloadSelfModule() return the same :(
by hotter
Sat Feb 21, 2009 11:40 pm
Forum: PSP Development
Topic: module self stop unload
Replies: 4
Views: 2687

Yes, I am using 0x1000 in my PSP_MODULE_INFO. I have noticed that if I use USE_KERNEL_LIBC=1 USE_KERNEL_LIBS=1 in my makefile, module stops and unloads, but I dont want to use these, because I need lots of functions from math.h and to convert float to string function for this module :( Is there any ...
by hotter
Sat Feb 21, 2009 10:24 pm
Forum: PSP Development
Topic: module self stop unload
Replies: 4
Views: 2687

module self stop unload

I am trying to stop kernel module it self and unload itself by using sceKernelSelfStopUnloadModule but i get error 0x80020136. I found that it means "SCE_KERNEL_ERROR_CAN_NOT_STOP". How to solve this error?
by hotter
Sun Feb 08, 2009 3:28 am
Forum: PSP Development
Topic: [solved] hidden, read-only file options
Replies: 0
Views: 1156

[solved] hidden, read-only file options

How to set, unset file hidden, read-only options?

solved :P
by hotter
Fri Feb 06, 2009 3:52 am
Forum: PSP Development
Topic: prx bug
Replies: 16
Views: 6457

Thx Torch, I am trying to use sceKernelAllocPartition function :) I allocated memory for some chars..... but how to allocate memory for double array? //short int ar[60][34]; SceUID mem = sceKernelAllocPartitionMemory(2, "mem", 0, sizeof(short...
by hotter
Wed Feb 04, 2009 6:29 am
Forum: PSP Development
Topic: prx bug
Replies: 16
Views: 6457

what if I leave my prx as is in kernel mode and just add PSP_HEAP_SIZE_KB(1024); ? will there be more memory bugs with this?
by hotter
Mon Feb 02, 2009 6:50 pm
Forum: PSP Development
Topic: prx bug
Replies: 16
Views: 6457

I guess user mode would be better for me because my prx is usable in XMB menu, not in games. But how to disable XMB buttons from user mode? maybe there is a way to start prx in kernel mode and after patchsyscall make it user mode something like that?
by hotter
Sun Feb 01, 2009 6:23 am
Forum: PSP Development
Topic: prx bug
Replies: 16
Views: 6457

well everything seems to work better now, I just have problems with float and double type variables, they are = 0; but when I try to print them I get letter "f". why? :( before adding thouse two lines in make file these variables worked fine.... P.S. what are pros and cons of making a prx ...
by hotter
Wed Jan 28, 2009 7:04 am
Forum: PSP Development
Topic: prx bug
Replies: 16
Views: 6457

This is what I get after psp-size: text data bss dec hex filename 109768 2360 28688 140816 22610 PSPconsole.prx I guess it is realy big numbers for prx, yes? well I dont use USE_KERNEL_LIBC=1 and USE_KERNEL_LIBS=1 in my make file because then such functions as time(), clock() and some other are unde...