Intended for HDD and ATA express users.
Check the model number (e.g. DESR-XXXX) against the sections below.
Need help? Join the Phenom Mod discord linked at https://store.phenommod.com/
Intended for HDD and ATA express users.
Check the model number (e.g. DESR-XXXX) against the sections below.
Need help? Join the Phenom Mod discord linked at https://store.phenommod.com/
| #!/usr/bin/env python3 | |
| # SPDX-License-Identifier: MIT | |
| import sys | |
| from Crypto.Cipher import AES | |
| import os | |
| # Referenced by ver_up_decrypt | |
| xkey = b"" # Key here |
| [ 1006.3458] Loading BIOS... | |
| [ 1006.3461] BIOS Found: Japan v01.80(28/10/2003) PSX 20031028-053521 | |
| [ 1006.3478] BIOS rom1 module not found, skipping... | |
| [ 1006.3480] BIOS rom2 module not found, skipping... | |
| [ 1006.3481] Opening CDVD... | |
| [ 1006.3482] Disc changed to . | |
| [ 1006.3483] Name: PS2 BIOS (Japan) | |
| [ 1006.3485] Serial: 20031028-053521 | |
| [ 1006.3486] Version: | |
| [ 1006.3488] CRC: 00000000 |
From NazYura Krasnodar's web (archived): https://web.archive.org/web/20140213173048/http://nazyura.hardw.net/000006.htm
These Small Utilities, Basically, Are Intended For Studying Service Area Of HDDs
afua_wd - Advance Format User Area for WD drivers
(Format Calibrator)
Advanced Format User Area for WD drivers
(Not For Marvell CPU)
| #!/usr/bin/env python3 | |
| # SPDX-License-Identifier: MIT | |
| # This program fixes file header in place for BDJ.czf (referenced by libcvm.so/modified phoneME) | |
| # such that it can be extracted by standard tools. | |
| import sys | |
| import zipfile | |
| with zipfile.ZipFile(sys.argv[1], "a") as myzip: | |
| myzip.comment = b"Fixed CZF" |
Thesse commands are handled within function _scrn_svr_iom_nfy_fct
Each button needs to be pressed within 3 seconds of each other
The commands can also be entered with the drv.ir.rx.sq MTK CLI command e.g.:
CLI(CLI_drv.ir.rx.sq 0x9F002)
| Category | Model/Module | |
|---|---|---|
| Audio>Audio | (Archived 20030804201828) | |
| Home Theater System | NAV-E900/E600 | |
| TV>TV | (Archived 20031216131304) | |
| Digital TV | KDE-P50HZ1/KDE-P42HZ1 | |
| Digital TV | KDE-P61HX2N/KDE-P50HX2N/KDE-P42HX2N | |
| Digital TV | KDE-P61HX2/KDE-P50HX2/KDE-P42HX2 | |
| Digital TV | KDE-P42HV2/KDE-P37HV2/KDE-P32HV2 | |
| Digital TV | KDL-L42HX2/KDL-L32HX2/KDL-L28HX2 | |
| Digital TV | KD-36HR500/KD-32HR500/KD-28HR500 |
| #!/bin/bash | |
| # Setting up a MCE (Media Center Edition)/eHome/RC6 remote | |
| # receiver/tranceiver/IR blaster on Linux for PS2 power/reset control | |
| # Instructions tested on Ubuntu 24.04.3 LTS | |
| # Known working devices: | |
| # Sony PCVA-IR6U | |
| # Sony PCVA-IR8U | |
| # Other devices (untested): | |
| # HP 5188-1667 | |
| # HP 5187-4593 |
| List info based on https://web.archive.org/web/20120717055235/https://products.sel.sony.com/opensource/source_tv.shtml | |
| --- | |
| https://www.sony.com/electronics/support/res/manuals/W000/W0005789M.pdf | |
| KDP-51WS550 2003 | |
| KDP-57WS550 2003 | |
| KDP-65WS550 2003 |
| ps2-0100j-20000117.bin.extracted/KERNEL | |
| ps2-0110a-20000727.bin.extracted/KERNEL | |
| ps2-0120a-20000902.bin.extracted/KERNEL | |
| ps2-0150a-20001228.bin.extracted/KERNEL | |
| ps2-0160a-20010427.bin.extracted/KERNEL | |
| ps2-0160a-20011004.bin.extracted/KERNEL | |
| ps2-0160a-20020207.bin.extracted/KERNEL | |
| ps2-0160e-20020319.bin.extracted/KERNEL | |
| ps2-0160h-20020426.bin.extracted/KERNEL |