NV CPH1823 4/64 BUILTIN UFI+Modem meta Combination eMCP Repacement Wang F9 CPH1823 6/64. NV F7 CPH1819 eMCP RMX1821 MT6771 Vivo PD1901 oem dump_pllk_log on MTK - PNM - MMC ID - MFID - gpt - try firmware - RAM_CONSOLE - MAX_SIZE - TOTAL - WELCOME TO LK fb qc vivo fb mtk vivo fb mtk transion DUMP ext_csd tested on X657C-MTK Meta Utility Protected-part case on cph1823: - reserve1,reserve2,reserve3,reserve4,reserve_exp1, oppo_custom,nvcfg,protect1,protect2,persist,proinfo - Red part: oppo_custom,nvdata,persist,proinfo,nvram TKV and TRANFS TRANSION DEVICES HMD sdm 460 drs_sprout (bengal) via Oppo master clear
Tuesday, January 17, 2023
STAND IN LINE
Wednesday, December 28, 2022
eMMC Replace Infinix Smart 5 X657B 3GB/64GB
- Read All Exclude super,cache,Userdata
- Buka file tkv dengan HxD
- Search ro.vendor.build.display.id
- Value-nya = Versi firmware perangkat
- Download firmware sesuai dengan ro.vendor.build.display.id
- Kalau tidak ketemu, download yang cocok berdasar ro.vendor.build.display.id
- Versi firmware perangkat untuk kasus hp ini: X657B-H6117EI-QGo-OP-S2-210816V163
- RAM 3GB (Eksternal)
- Built-in eMMC: FORESEE FEMDNN064G-58K72 (64 GB)
- The Device RPMB's isn't programmed
- eMMC Pengganti:KLMCG2UCTA-B041 CUTA42 64GB. Usahakan sama ukuran dengan Built-in eMMC
EMMC Device Information : EMMC CID: 15010043555441343200818D5A5C66BB EMMC CSD: D02701320F5903FFF6DBFFEF8E40400D EMMC Manufacture : SAMSUNG , EMMC NAME: CUTA42 EMMC Manufacture ID: 0x15 , OEM ID: 0x00 , EMMC ROM 1 (Main User Data) Capacity: 59640 MB (000E8F800000) EMMC ROM 2/3 (Boot Partition 1/2) Capacity: 4096 KB (000000400000) EMMC RPMB Capacity: 16384 KB (000001000000) EMMC Permanent Write Protection: No EMMC Temporary Write Protection: No Extended CSD Information : Extended CSD rev: 1.8 (MMC 5.1) Boot configuration [PARTITION_CONFIG]: 0x48 , Boot from: ROM2 (Boot partition 1) Boot Bus Config: 0x01 , width 4bit H/W Reset Function [RST_N_FUNCTION]: 0x01, RST_n signal is permanently enabled Supported partition features [PARTITIONING_SUPPORT]: 0x07 Device supports partitioning features Device can have enhanced technological features in partitions and user data area Device can have extended partitions attribute Partition Settings [PARTITION_SETTING_COMPLETED]: 0x00 Backup saved: CUTA42_818D5A5C_20210804_172209.extcsd EMMC Init completed. Operation: Reading S.M.A.R.T Report ... Device Life Time Estimation (MLC) [269]: 0x01 0% - 10% device life time used Device Life Time Estimation (SLC) [268]: 0x01 0% - 10% device life time used Pre EOL information [267]: 0x01 Normal Optimal Read Size [266]: 0x00 Not defined Optimal Write Size [265]: 0x30 192 KB Optimal Trim Unit Size [264]: 0x01 4 KB
Insya Allah Tulisan ini akan diperbaiki di kemudian hari
Thursday, November 24, 2022
Thursday, November 17, 2022
Repair Imei Redmi 5A a.k.a Riva RPMB eMCP Replacement *
eMMC QE13MB 2_16 replace + Repair imei Riva > flash miui10_android_8.x (what are flashed?) | miflash - bootloop with dots animation logo - patch boot oem sig then sig overflow not succeess - Tool:: UFI - Not Reaach Home Scrren. > part size st1,st2,fsg @4 MB > History sequence: 1. Eng - Qfil (Erase Entire b4) - what are flashed? - BB Unknown - Tidak betah dicas (Plugin - charghing - then not charghing till replugin) - Diag connection to pc not stable - not repair imei on this session 2. miui10_7.1_Cooked - flash via fastboot mode after Eng what are flashed? - patched boot image file - BB Unknown | Imei...? - Write QCN (version...?) - input 2 imei into QCN b4 - remain BB Unknown | imei1&2 "000000000000000" - See and pay attention to Some infos in *#*#6484#*#* and "About telephone" on Settings menu - Version info, VERSION, MANUFACTURE, HARDWARE - Baseband, SW Version, EFS, Others 4. Repair Imei with modem (version...?), dummy4 MB, and fsg. - I get all files from "ssm" member of martview-forum.com - Write the same QCN with same way - BB Shows certain version and imei still same with above - See and pay attention to Some infos in *#*#6484#*#* and "About telephone" on Settings menu - Version info, VERSION, MANUFACTURE, HARDWARE - Baseband, SW Version, EFS, Others 5. Just Rewrite modem file from current firmware. - BB Shows certain version and imei still same with above - See and pay attention to Some infos in *#*#6484#*#* and "About telephone" on Settings menu - Version info, VERSION, MANUFACTURE, HARDWARE - Baseband, SW Version, EFS, OthersThis Work need to be completed
Sunday, November 13, 2022
eMCP Replacement Redmi S2 a.k.a YSL
Short Notes:
- New eMCP with cleaned rmpb
- Engineering Firmware
- Writing device identity and Qualcomm Calibration Network
- Official Firmware
- Don't download file which causes looping at boot to flash
- The exact thing is device configuration
- Check Call, WA Call, Data.
- if problem, Please Do Workaround
- if not wrong, the Parts affects is usually modem and persist
Thanks to mediacareid, ahmad nur habib, and all smartphone repair technicians.
TAR.GZ TGZ Extractor Command Line
7z x "somename.tar.gz" -so | 7z x -aoa -si -ttar -o"somename"
Explain:
Saya telah menguji dan menerapkannya kedalam skrip batch seperti di bawah:
@echo off :main mode con:cols=63 lines=120 cls title TGZ EXTRACTOR echo ************************************************************* echo It's for extract a file with "TGZ" file-type extension. echo If yours is "gz", rename first before doing this operation. echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ echo. set /p tgz=" Input a tgz file here: " set /p out="Input destination directory: " 7z x "%tgz%" -so | 7z x -aoa -si -ttar -o"%out%" echo ------------------------------------------------------------- paue > %temp%\nul | echo Yen pengen ngekstrag maleh, Tekan sembarang tombol keyboard goto main
Source: How can i unzip a tar gz in one step using 7-zip
Subscribe to:
Posts (Atom)