Hacking [Release] ARK-4 CFW port for PSP.

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,180
Country
United States
I suggest not to talk about other off-topic topics, I don't know how Acid Snake feels about it but as a reader I would be annoyed to come across things out of place.
then they should stay annoyed. there are some people who need to be called out for bullshit. that's why I'm quitting for future scenes, and unfortunately, these people are likely to be a part of the ps5 scene.
 

Acid_Snake

Developer
OP
Developer
Joined
Aug 20, 2019
Messages
694
Trophies
0
Age
30
XP
1,987
Country
Spain
I have tried that pre-release and it works in the games, using the overclock or powersave option, but being in the XMB and changing the frequency using the HUD plugin and then changing it back to off, the frequency goes back to 222.
Isn't that the same behaviour as in PRO/ME? I mean I took a look at the code from those and they don't patch the CPU functions in VSH.
 

JaegerFox

Well-Known Member
Newcomer
Joined
Jan 23, 2022
Messages
69
Trophies
0
XP
194
Country
Mexico
then they should stay annoyed. there are some people who need to be called out for bullshit. that's why I'm quitting for future scenes, and unfortunately, these people are likely to be a part of the ps5 scene.
I know but there are threads dedicated to this, this is talking about ARK-4 specifically, I am subscribed to this thread and I expect to see news about this and not other scenes.
 

Acid_Snake

Developer
OP
Developer
Joined
Aug 20, 2019
Messages
694
Trophies
0
Age
30
XP
1,987
Country
Spain
then they should stay annoyed. there are some people who need to be called out for bullshit. that's why I'm quitting for future scenes, and unfortunately, these people are likely to be a part of the ps5 scene.
There won't be a PS5 scene anyways. But I agree, let's stay on topic here. Come over to discord and we can discuss whatever overthere.
 
  • Like
Reactions: JaegerFox

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,180
Country
United States
I know but there are threads dedicated to this, this is talking about ARK-4 specifically, I am subscribed to this thread and I expect to see news about this and not other scenes.
I'm just telling acid snake to watch himself with place. sure, they treated me well, up to a point, then not. something is seriously wrong with the admin.
 

Acid_Snake

Developer
OP
Developer
Joined
Aug 20, 2019
Messages
694
Trophies
0
Age
30
XP
1,987
Country
Spain
it's true.... I thought the behavior in XMB should be the same as in GAME.
Actually it's not, from PRO source code:

Code:
    if (sceKernelApplicationType() == PSP_INIT_KEYCONFIG_VSH) {
        hook_import_bynid(sctrlKernelFindModuleByName("vsh_module"), "scePower", 0x469989AD, NULL, 1);
        return;
    }

    for(i=0; i<NELEMS(g_power_func_redir); ++i) {
        fp = find_power_function(g_power_func_redir[i].nid);

        if(fp != 0) {
            REDIRECT_FUNCTION(g_power_func_redir[i].fp, fp);
        } else {
            printk("%s: scePower_%08X not found\n", __func__, (uint)g_power_func_redir[i].nid);
        }
    }
And ME does the same:

Code:
        int intr = sceKernelInitKeyConfig();
        if(intr != PSP_INIT_KEYCONFIG_VSH)
        {
            MAKE_DUMMY_FUNCTION0((u32)scePowerSetClockFrequency_k);

            int i;
            for(i=0;i<sizeof(cpu_nid_list)/sizeof(u32);i++)
            {
                u32 patch_addr = (u32)FindPowerFunction(cpu_nid_list[i]);
                MAKE_DUMMY_FUNCTION0( patch_addr );
            }

            ClearCaches();
        }
They both only patch out CPU functions when not in VSH.
 
  • Like
Reactions: JaegerFox

Happy1337

Active Member
Newcomer
Joined
Mar 2, 2021
Messages
28
Trophies
0
XP
581
Country
Germany
Hey, thanks for the new CFW

Just installed it for the first time on one of my PSPs
I have on issue with a Snes emulator (Snes9xTYL_Mod_PSP)
Trying to lauch a rom just crashes (screen freeze - shutdown) on both versions (me and cm)

It's a Psp2000 (4.18.11 + Infinity)
I have another 2000 with 6.61pro and i have no issues with this emulator (same version, same roms)

Any hope ?
(Well if there is a better, working solution for snes emulation I dont really care)

Best regards
 

Acid_Snake

Developer
OP
Developer
Joined
Aug 20, 2019
Messages
694
Trophies
0
Age
30
XP
1,987
Country
Spain
Hey, thanks for the new CFW

Just installed it for the first time on one of my PSPs
I have on issue with a Snes emulator (Snes9xTYL_Mod_PSP)
Trying to lauch a rom just crashes (screen freeze - shutdown) on both versions (me and cm)

It's a Psp2000 (4.18.11 + Infinity)
I have another 2000 with 6.61pro and i have no issues with this emulator (same version, same roms)

Any hope ?
(Well if there is a better, working solution for snes emulation I dont really care)

Best regards
Strange, I just tested that emulator yesterday, but I did hear that it gets fixed if you use "Unlock Extra Memory".

Edit: I just checked and those versions of the emulator don't have the "MEMSIZE" flag to tell the CFW to use extra memory so you have to manually enable it in the recovery menu.
 
  • Like
Reactions: Happy1337

Happy1337

Active Member
Newcomer
Joined
Mar 2, 2021
Messages
28
Trophies
0
XP
581
Country
Germany
Thanks,

btw. I noticed that enabling "Unlock Extra Memory - Always" totally kills the option to launch Infinity (black screen,shutdown)
Dont know if thats a bug or expected. Just wanted to let you know

best regards
 

Acid_Snake

Developer
OP
Developer
Joined
Aug 20, 2019
Messages
694
Trophies
0
Age
30
XP
1,987
Country
Spain
Thanks,

btw. I noticed that enabling "Unlock Extra Memory - Always" totally kills the option to launch Infinity (black screen,shutdown)
Dont know if thats a bug or expected. Just wanted to let you know

best regards
Well I do know that the XMB will crash with high memory enabled, but I also know I added checks on the code to prevent that from happening, so even if it's set to VSH or set to Always, it should not actually activate on the XMB to prevent these crashes, the same happens with PS1 games.
I will check it out cause it does seem to have a bug there.

Edit: ah you mean it crashes when launching the Infinity Installer? That might be expected behaviour, I'm not sure.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    I just want a Pokemon Hell Raiser fan game 😭
  • K3Nv2 @ K3Nv2:
    Anyone wanna play with my joydock
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
    BigOnYa @ BigOnYa: I had to find and get him an old style flip phone even without text, cause thats what he wanted...