r/PS4Mods

▲ 6 r/PS4Mods+1 crossposts

I want some help downloading games in my 9.00 ps4

I wanted to download games on my ps4 but I only have a 128 gb ssd which can't be formatted in PS4 (coz it needs minimum 250gb) so how can I download games . I found a video which suggested to download games via apptousb payload but it always says something about binloader and doesn't open . Any solutions

reddit.com
u/Routine_Night_9753 — 3 days ago
▲ 1 r/PS4Mods+1 crossposts

I needed help i have a ps4 that was jailbreak with ppwn lite and It was turned off for a very long time and now I don't see gold hen

​

reddit.com
u/Ok_Concert_703 — 2 days ago
▲ 3 r/PS4Mods+1 crossposts

COD MW(2019)

Is there any way to play this game without an internet connection I can't even launch campaign

It's saying an internet connection is required

reddit.com
u/RevolutionaryMath496 — 2 days ago

13.50 to 11.00 ?

Bonjour,

Est-ce possible de faire la technique de soudure pour une console en 13.50 qui se connecte au PSN et de pouvoir changer le firmware en hors ligne pour le mettre en 11.00 ?

reddit.com
u/Niko-Bellic_GTAIV — 3 days ago

BO3 PS4 ModMenu Unlock All

Hey everyone,

ive jailbroken my PS4 with the FW 12.00 and ive already managed to get mod menus where i can get Liquid Divinium but didnt manage to get one where i can mod my account to max lvl and get new camos. Does anyone know if there are mod menus for 12.00 out too or only 11.00 and below

reddit.com
u/Secret-Flamingo-4992 — 3 days ago

VUE after Free doesn’t Load

I bought a jailbroken PS4 two months ago. It worked perfectly fine but now I can’t get into VUE it tells me I have Internet problems. It tries to update itself, but it can’t because it’s blocked. What can I do?

u/Gullible-Home-4098 — 4 days ago

Any hope for this DS4 shell?

This was my cousin's earliest try at custom painting his PS4 Controller back when he was around 10 years old. As you can see, he did a horrible paint job, applying multiple thick layers of different spray paint on it. He gave me a couple dead controllers for my newly acquired PS4 that came without controllers and I've been able to fix most of them. I've also developed a hyper fixation on different versions and colors and so on. Now I have one extra motherboard lying about that would work, just without a fitting top shell. And, well, this was the one that is "supposed" to be on it. I'd also really love to have a white Controller and this top shell WAS of a white one.

As you can see, I've tried scraping the top right off with fine grained sand paper which, while cumbersome, did work. This wont work for the inner part tho. I've also tried blasting the thing with pressured water, to no avail. I'm now looking for a chemical solution that won't dissolve the shell itself (so no acetone). Do you guys happen to have any ideas?

I'd really love to rescue this shell in particular and also where I'm from white replacement shells are super hard to come by. I also won't buy a second used controller because first it would be way too expensive and second, I don't need the controller itself because I have everything there apart from this top shell. Hope someone will be able to give me some good ideas

u/xlhans77 — 6 days ago
▲ 31 r/PS4Mods+1 crossposts

Fifa 19 Stuck on loading screen

Im on version 9.00 I tried every pkg cusa version nothing worked any idea how to fix?

FIX: TURN ON AIO PLUGIN FROM THE GOLDHEN SETTINGS

u/Medium_Parfait7575 — 9 days ago
▲ 37 r/PS4Mods+1 crossposts

Help for better ariflow

Hey, I'm looking for a mod to make the airflow more efficient on my ps4 pro CUH-7116B without disrupting completely the original airflow system because I've heard it isn't good on the other components other than cpu in the long term. I'm thinking about making some little holes on the plastic cover of the console, just where the fan is supposed to intake air to make it suck more air in. Is it a good idea or I'm gonna mess something up? I'm looking at the left side of the console and there are already small holes to let air enter but I don't think they're enough. Any recommendations?

u/Quelloesistente — 9 days ago
▲ 546 r/PS4Mods+1 crossposts

PS4 - Xtreme

Introducing the PS4 Xtreme v1

Ps4 Slim 11.00 JB with 4TB SSD & 8TB HDD
CPU cooler with in game temps of 55c-65c
2 high speed controllable fans. One for the heatsink the other keeps the motherboard, hdd, ps vr, and power supply cooled.
All in a lian li case with one power cord

Front panel easy pop off for bluray, VR, power access.
2USB front ports direct to ps4 , 4USB in back for power

Would have put in a ps4 pro if i still had one. Maybe for the ps4 Xtreme Pro Ultra v2.2

u/Born_School_388 — 12 days ago
▲ 158 r/PS4Mods+1 crossposts

Firmware revert/downgrade with Raspberry Pi Pico (partial guide, no teensy)

Got my hands on a 13.02 PS4. For reverting to the previous firmware, you need something to read/write into syscon and NOR chips. Did not want to spend any money to teensy. So i made a research and found out there is a tool made by 15432 (known from x360 scene) for dumping syscon with pi pico. Gave it a try and it worked perfectly. You can use 2 picos like me if you don't want to flash it again and undo the wiring multiple times.

The guide is not written extensively. Better to read it along with a video https://www.youtube.com/watch?v=7E1RGbFGzuw

Hardware requirements:

  • Raspberry Pi Pico
  • 200-500ohm resistor
  • N-Channel MOSFET (With a low Vgs threshold (preferably < 2V) for pico to trigger it)

Software requirements:

  • pico-serprog: SPI flashing firmware for pico to flash NOR
  • ReneSos: (from 15432, u/pryiness) Pico firmware and PC software to read/write syscon
  • Flashrom: PC software for flashing the NOR chip
    • The link above is for the 1v.4 Windows build. It is better to use on linux, arch repo has the latest build
  • PS4 Wee Tools: For patching the syscon and NOR

Steps

1. Unlocking/Dumping the syscon

2. Dumping the NOR

  • Flash the pico_serprog.uf2 file into the pico. Remove the syscon wiring
  • Do the wiring for your motherboard. Mine was SAC-001 in the first picture. SCK, SI, SO, CS, VCC, GND is enough. No need for WP and RESET. You can find the soldering points on nor wiring section of modded warfare's video
  • PS: i had no issues but WP# pin floating may cause problems. you can solder a 10k or high enough resistor to 3v3 to disable write protection the proper way
  • Launch powershell/cmd within the same folder as flashrom and execute this command: (Replace COM5 with your respective pico port name, you can check on device manager)
  • ​./flashrom.exe -p serprog:dev=COM5 -r nordump.bin
  • It may take up around 10-15 minutes. Windows version does not have progress bar. On linux; you can add --progress parameter
  • Do it again with changing nordump.bin into nordump2.bin or sth else and compare them both. If they are the same, you're good.

3. Installing recovery firmware on PS4

  • Disconnect the pico from PC and remove VCC and GND wires from pico side.
  • Go to safe mode and install the SAME OFW recovery firmware from USB.

4. Dump the NOR again

  • Go through the same steps as 2 with different output file name
  • ./flashrom.exe -p serprog:dev=COM5 -r nordump_update.bin

5. Legit CoreOS Patch

  • On wee tools, select file browser(1) and select your first nor dump (nordump.bin).
  • Select Legit CoreOS Patch
  • Press y and select your second nor dump output from 4th step (nordump_update.bin)
  • Press enter and go back. Now you have your patched dump in the same folder as first nor backup (nordump_legit_patch.bin)

6. SYSCON Patch

  • On wee tools, select your syscon dump and select Auto SNVS patch. Choose the recommended method.
  • Now you have your patched syscon file in the folder (syscondump_patch_A.bin).

7. Write the patched NOR

  • Copy the patched NOR into the same folder as flashrom and execute this:
  • ./flashrom.exe -p serprog:dev=COM5 -w nordump_update.bin
  • It takes longer than dumping because of the verification

8. Write the patched syscon

  • Flash the relay.uf2 and do the syscon wiring again.
  • You don't need the mosfet after you have unlocked the syscon chip in the first step. 3V3, GND, TOOL0, RESET wiring is enough. 2nd image for example
  • Press ProgMode->CodeFlash->Write and select your patched syscon file (syscondump_patch_A.bin). Press yes if prompted for force debug in the future

9. Install the lower firmware

  • Turn on the PS4 with safe mode. Select firmware update from usb, and it will ask you to update X.XX or higher; X.XX being the previous one
u/MinatoMuh — 11 days ago

Algún sitio donde descargar juegos de PS4 en .pkg ?

Llevo muchísimo tiempo buscando y siempre lo mismo, muchos anuncios, enlaces de descarga que no funcionan, páginas caídas. Ya no sé dónde buscar. Solo quiero un sitio donde al menos al darle al botón de descarga se me descargué el archivo de una vez.

reddit.com
u/OliveEffective1836 — 9 days ago
▲ 7 r/PS4Mods+1 crossposts

Jailbreak ps4

What does the ps plus mean next to the pkg file I installed the GTA game, but it doesn’t pop up on my xmb it says I need to install something else and then I click on it. It says update later or update now so it’s trying to force my console to update for some reason. This was download from andrew2007 I’m still new to the PS4 scene so like to know what this means or I just can’t use pkg with the ps plus
Symbol

But I can delete the game/left over files if I click on the notification where it wants me to update it

u/SnooDogs8278 — 13 days ago

Tp 4056 Does anyone tried this they said u can fix it some use only tp 4056 some use it with regulator So does anyone tried it and it work

u/ABDENNOURWX — 12 days ago

Realmente funciona hacerle un agujero a la carcasa de la play 4 justamente donde va el abanico?

hola Dios les bendiga

tengo una PS4 fat de primera generacion (1001A) la que se le conoce normalmente por calentarse demasiado, sonar como turbina de avión y por detectar toques fantasmas por los botones táctiles, mi duda es: realmente sirve eso de hacerle un agujero en la carcasa de la consola Justo donde va el abanico? he leído que eso puede dañar el flujo de aire diseñado por Sony para la consola (aunque sinceramente para mi ese flujo de aire no sirve porque clmo quiera sigue sonando como turbina de avión), tambien he leído que al hacerle ese hueco el aire no pasa directamente a la fuente ni a los chips de memoria ram, por lo que no estoy muy seguro de si hacerle eso a la mia, aunque ganas no me faltan porque es estresante el ruido que hace la consola por temperaturas, y la zona donde vivo tambien es muy caliente..

reddit.com
u/Alternative_Bag4172 — 13 days ago