Use your Smart TV Box to jailbreak the PS4 thru PPPwn using Linux for better performance. This method uses the C++ version of PPPwn, made by xfangfang
Project based on llbranco/PPLGPwn v1.3
I decided to create a different repository instead of a fork of PPLGPwn since I intend to follow slightly different paths at the beginning, but with significant differences in the future, such as installing Linux from the SD card to the internal memory of STBs, something that would definitely end up bricking LG TVs.
livepix - doação via pix, sim sou BR
Changes compared to llbranco/PPLGPwn
- PPPwn_STvBox isn't compatible (or supported even if it runs) with WebOS.
- Different paths.
- STB is compatible with apt.
- STB supports dual boot and/or system to emmc/nand (which is impossible on WebOS).
- In future versions, it may be different to a level that could brick a WebOS system.
-
You need to know which SoC brand you have... on Android you can use
CPU-z
AIDA64
DevCheck
Droid Hardware Info
Android System Info
or any similar -
Download a Linux image to your SoC
any Linux based on
Orange Pi PC
orAny H3 variant
my suggestion is the original Orange-Pi Debian or Ubuntu or Armbian
use ArmBian S9xx Debian-on-amlogic
try armbian I don't have access to a RK STB to test, so it's on you... please lemme know which one worked for you. Debian-on-amlogic
-
Burn the image on any SD card using Balena Etcher, win32diskimager or Rufus
-
Shutdown your STB... insert the SD on your STB and turn it on until it boots on linux (in somemodels you need to insert a NON-METALIC pin on the AV port for that)
copy and run this script
curl -fsSLO https://github.com/llbranco/PPPwn_STvBox/raw/main/PPPwn/install.sh && chmod +x ./install.sh && ./install.sh
(optional)to install the PS4Hen-VTX run this copy and run this script
curl -fsSLO https://github.com/llbranco/PPPwn_STvBox/raw/main/PPPwn/install_vtx.sh && chmod +x ./install_vtx.sh && ./install_vtx.sh
in meanwhile try to create/edit /etc/rc.local
and run script from there (it may or may not work depend on the system you choose)
#!/bin/bash
.~/PPPwn/run.sh
exit 0
then give /etc/rc.local
executable with chmod+x /etc/rc.local
cd /root/
sudo ./install-aml.sh
- Logo
- Ascii logo
- PPPwnpi installer at first boot
- support for all S9xx variants
- support for all Amlogic variants
- support for rockchip and variants
- support for Allwinner and variants
- installer
- dmsg on led display (for STB that have it)
- EDK 2 or edk2 porting, maybe?
- Aquario SV2000, S905w 1G RAM+8ROM
- MXQ Pro 4k, S905w 1G RAM+8ROM
- MXQ Pro 5G 4k, Allwinner H3 1G RAM+8ROM
- Tanix TX3 mini, S905w 1G RAM+8ROM (not the red board, but probably work on the red board too)
- Rockchip variant
This project is based on/inspired by them and all the contributors to their respective projects; they deserve all the credit. TheFlow PPPwn, stooged pi-PPPwn, Armbian, xfangfang PPPwn_cpp, Sistro GoldHen, Thanks to my friend for lending me and allowing me to modify his Allwinner TV box and finally me for putting everything together.