Hovatek Forum MOBILE Android redmi note 6 pro which firmware to choose AND Redmi note 8t FRP
Try our Online TWRP Builder..its free!
Can't login? Please, reset your password.


redmi note 6 pro which firmware to choose AND Redmi note 8t FRP

redmi note 6 pro which firmware to choose AND Redmi note 8t FRP

Pages (3): 1 2 3 Next
disturbed
disturbed
disturbed
Senior Member
280
17-09-2020, 08:13 AM
#1



i want to downgrade maximum the software but dont know what are :
PEKMIXM
OEKMIXM

thanks

EDIT https://www.google.com/url?sa=t&rct=j&q=...vx6IPYQf2a
This post was last modified: 21-09-2020, 11:56 AM by disturbed.
X3non
X3non
X3non
Recognized Contributor
22,062
17-09-2020, 08:01 PM
#2
(17-09-2020, 08:13 AM)disturbed ...

P****** for Pie android 9
O****** for Oreo android 8.x
disturbed
disturbed
disturbed
Senior Member
280
18-09-2020, 01:49 PM
#3
=====
This post was last modified: 18-09-2020, 01:59 PM by disturbed.
disturbed
disturbed
disturbed
Senior Member
280
18-09-2020, 01:56 PM
#4
JOB: UNLOCK BOOTLOADER

Phone Detected

Start Unlock Bootloader.

Unlock Failed.

Job Done.



JOB: ERASE FRP

Phone Detected

Erase Done.

Job Done.

WITHOUT real success


JOB: REBOOT EDL

Phone Detected

product: willow

serialno: 11a5a07d

Warning, if phone will not reboot in EDL, command not supported.

Job Done.



and after that restart to

this device is locked

activate this device

Open wifi settings

edit Even have tried with EDL cable ... without success
This post was last modified: 21-09-2020, 07:08 AM by disturbed.
X3non
X3non
X3non
Recognized Contributor
22,062
19-09-2020, 11:20 AM
#5



(18-09-2020, 01:56 PM)disturbed ...

what is the phone model? and what exactly is wrong with phone?
if trying to remove frp, you could try the method @ https://youtu.be/JxtfoR015YY
This post was last modified: 19-09-2020, 11:26 AM by X3non.
disturbed
disturbed
disturbed
Senior Member
280
21-09-2020, 07:11 AM
#6
i began the thread for Note 6 pro but after that everything is for Redmi Note 8t frp bypass.

Now am downloading

Device: Redmi Note 8T Global
Codename: willow
Version: V10.3.1.0.PCXMIXM
Branch: Stable
Type: Fastboot
Size: 3.0 GB
Release Date: 2019-11-06
Package Name: willow_global_images_V10.3.1.0.PCXMIXM_20191106.0000.00_9.0_global_b4229c28fb.tgz
MD5: b4229c28fb6c4a25fb445f58e889d1ff

to see if after downgrade nckbox will remove frp.
disturbed
disturbed
disturbed
Senior Member
280
21-09-2020, 07:36 AM
#7
flash_all batch :

Code:

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *willow" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *willow" || exit /B 1

set CURRENT_ANTI_VER=1
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"')  do (set version=%%i)
if [%version%] EQU [] set version=0
if %version% GTR %CURRENT_ANTI_VER% (
echo current device antirollback version is greater than this package
exit /B 1
)




fastboot %* flash xbl %~dp0images\xbl.elf || @echo "Flash xbl error" && exit /B 1
fastboot %* flash xblbak %~dp0images\xbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config %~dp0images\xbl_config.elf || @echo "Flash xbl_config error" && exit /B 1
fastboot %* flash xbl_configbak %~dp0images\xbl_config.elf || @echo "Flash xbl_config error" && exit /B 1
fastboot %* flash imagefv %~dp0images\imagefv.elf || @echo "Flash imagefv error" && exit /B 1
fastboot %* flash imagefvbak %~dp0images\imagefv.elf || @echo "Flash imagefvbak error" && exit /B 1
fastboot %* flash uefisecapp %~dp0images\uefi_sec.mbn || @echo "Flash uefisecapp error" && exit /B 1
fastboot %* flash uefisecappbak %~dp0images\uefi_sec.mbn || @echo "Flash uefisecappbak error" && exit /B 1
fastboot %* flash qupfw %~dp0images\qupv3fw.elf || @echo "Flash qupfw error" && exit /B 1
fastboot %* flash qupfwbak %~dp0images\qupv3fw.elf || @echo "Flash qupfwbak error" && exit /B 1

fastboot %* flash metadata %~dp0images\metadata.img || @echo "Flash xbl error" && exit /B 1
fastboot %* flash tz %~dp0images\tz.mbn || @echo "Flash tz error" && exit /B 1
fastboot %* flash tzbak %~dp0images\tz.mbn || @echo "Flash tzbak error" && exit /B 1
fastboot %* flash rpm %~dp0images\rpm.mbn || @echo "Flash rpm error" && exit /B 1
fastboot %* flash rpmbak %~dp0images\rpm.mbn || @echo "Flash rpmbak error" && exit /B 1
fastboot %* flash hyp %~dp0images\hyp.mbn || @echo "Flash hyp error" && exit /B 1
fastboot %* flash hypbak %~dp0images\hyp.mbn || @echo "Flash hypbak error" && exit /B 1

fastboot %* flash keymaster %~dp0images\km4.mbn || @echo "Flash keymaster error" && exit /B 1
fastboot %* flash keymasterbak %~dp0images\km4.mbn || @echo "Flash keymasterbak error" && exit /B 1
fastboot %* flash cmnlib %~dp0images\cmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
fastboot %* flash cmnlibbak %~dp0images\cmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
fastboot %* flash cmnlib64 %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1
fastboot %* flash cmnlib64bak %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1



fastboot %* flash modem %~dp0images\NON-HLOS.bin || @echo "Flash modem error" && exit /B 1
fastboot %* flash dsp %~dp0images\dspso.bin || @echo "Flash dsp error" && exit /B 1
fastboot %* flash dspbak %~dp0images\dspso.bin || @echo "Flash dspbak error" && exit /B 1

fastboot %* flash bluetooth %~dp0images\BTFM.bin || @echo "Flash bluetooth error" && exit /B 1
fastboot %* flash bluetoothbak %~dp0images\BTFM.bin || @echo "Flash bluetoothbak error" && exit /B 1

fastboot %* flash storsec %~dp0images\storsec.mbn || @echo "Flash storsec error" && exit /B 1

fastboot %* flash devcfg %~dp0images\devcfg.mbn || @echo "Flash devcfg error" && exit /B 1
fastboot %* flash devcfgbak %~dp0images\devcfg.mbn || @echo "Flash devcfgbak error" && exit /B 1
fastboot %* flash abl %~dp0images\abl.elf || @echo "Flash abl error" && exit /B 1
fastboot %* flash ablbak %~dp0images\abl.elf || @echo "Flash ablbak error" && exit /B 1

fastboot %* flash dtbo %~dp0images\dtbo.img || @echo "Flash dtbo error" && exit /B 1

fastboot %* flash vbmeta %~dp0images\vbmeta.img || @echo "Flash vbmeta error" && exit /B 1
fastboot %* flash vbmetabak %~dp0images\vbmeta.img || @echo "Flash vbmetabak error" && exit /B 1

fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && exit /B 1
fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && exit /B 1
fastboot %* flash system %~dp0images\system.img || @echo "Flash system error" && exit /B 1
fastboot %* flash vendor %~dp0images\vendor.img || @echo "Flash vendor error" && exit /B 1
fastboot %* flash userdata %~dp0images\userdata.img || @echo "Flash userdata error" && exit /B 1

fastboot %* flash cache %~dp0images\cache.img || @echo "Flash cache error" && exit /B 1

fastboot %* erase ddr
fastboot %* erase misc
fastboot %* erase apdp

fastboot %* flash cust %~dp0images\cust.img

fastboot %* reboot
pause

https://ibb.co/C5G0gZc
https://ibb.co/28tt1g4
This post was last modified: 21-09-2020, 11:07 AM by X3non.
X3non
X3non
X3non
Recognized Contributor
22,062
21-09-2020, 11:09 AM
#8
(21-09-2020, 07:11 AM)disturbed ...
to see if after downgrade nckbox will remove frp.

why don't you try bypass methods on youtube? e.g https://youtu.be/EZhF6ca5wTc


(21-09-2020, 07:36 AM)disturbed flash_all batch :
...

is the bootloader of this device unlocked? you can only flash using fastboot if bootloader is unlocked
if locked then you must use edl mode
disturbed
disturbed
disturbed
Senior Member
280
21-09-2020, 11:55 AM
#9
the video begins with Language and region selection. After wipe all data the first i see is

device is locked

activate this device

Open wifi settings






Emergency call
X3non
X3non
X3non
Recognized Contributor
22,062
22-09-2020, 09:09 AM
#10



(21-09-2020, 11:55 AM)disturbed ...

if you keep watching then you'll notice the video is blurred only when he types password
Pages (3): 1 2 3 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram