[Tutorial] How to use MTK Client to back up Mediatek firmware
[Tutorial] How to use MTK Client to back up Mediatek firmware
(31-07-2023, 07:06 AM)mtk6771user Hello guys,
I have an mtk6771 (p60) device that consistently gets
Preloader - [LIB]: Status: Handshake failed, retrying...
Because the battery ui pops up after plugging in the usb to my laptop. I can't use wwr mtk + sp flash tool since I have a UFS device. Any advice? Thanks
(26-08-2023, 11:19 PM)jarnaldomeza I'm trying but I get an error
DeviceClass - [LIB]: Couldn't get device configuration
I found an imei backup.bat file with the following configuration
@echo off
echo Walkthrough:
echo 1. Turn off your device.
echo 2. Hold down the volume down and up buttons and connect the usb.
echo 3. Release when stuff appears.
echo The process will begin in 5 seconds.
timeout /t 5
python mtk r nvcfg,nvdata,persist,protect1,protect2,seccfg,nvram nvcfg.img,nvdata.img,persist.img,protect1.img,protect2.img,seccfg.bin,nvram.bin
mkdir imei_backup
move nvcfg.img imei_backup/
move nvdata.img imei_backup/
move persist.img imei_backup/
move protect1.img imei_backup/
move protect2.img imei_backup/
move seccfg.bin imei_backup/
move nvram.bin imei_backup/
echo "Backup is done, you can now disconnect your device and reboot"
pause
It also gives me the same error, which file should I delete?
tested on a xiaomi redmi note 9 with miui 13 and android 12
sorry my english
(30-11-2023, 05:38 AM)44cK3r I don't know what I'm doing wrong no matter what I try it always ends in the same spot sorry here is what I keep getting in cmd I'm going to attach a (.txt) file that I just copied and pasted into from cmd it's just a cheapish mp3 player from eBay
(24-11-2024, 04:37 PM)ryfoz Setup.py not in my mtk client folder @hovatek
I have python installed using the exe and I added the option "add to path"
The python is running well using mtk bypass tool but giving me errors in mtk client CMD when I press "python setup.py install"