Home Forum Blog Private Support Courses
Our courses are now on YouTube! Start Watching
Hovatek Forum OPERATING SYSTEMS Android [Tutorial] How to use MTK Bypass to backup or flash secure boot MTK

[Tutorial] How to use MTK Bypass to backup or flash secure boot MTK

[Tutorial] How to use MTK Bypass to backup or flash secure boot MTK

Pages (20): Previous 1 2 3 4 5 6 20 Next
hovatek
hovatek
hovatek
Administrator
50,826
20-02-2021, 08:29 PM
#31



(20-02-2021, 04:48 PM)NyihuiGamer Hey, do you know how to backup your rom ? When i try to readback, spft says "please use official scatter" and then my phone can't be detected anymore. I had to go to service center to revive my phone again. Maybe it had something to do with python method ?

see https://www.hovatek.com/forum/thread-21970.html ; when using spft for readback, ensure to set UART connection

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
sicariusM5
sicariusM5
sicariusM5
Junior Member
33
23-02-2021, 04:36 AM
#32
PLEASE DISREGARD. .. This Confirms that the method works with MEIZU M5 NOTE, MT6755. SEE the update below.
_____________________________
Testing the method for MT6755, but it wont proceed.
NOTE: **Successfully disabled the Protection using Python.

I suspect that the problem is within the Windows 7 COM Ports.
In SPFlash tool (Tried both v5.1824 and v5.2036) don't have the option to choose COM ports just like shown in the video guide.

Please see the screenshots:
https://ibb.co/k0MWjfB
https://ibb.co/Pgwyx6f


Do you have any way for us to assign in SP Flashtool to manually assign the Ports where the MTK USB port is assigned?

I saw the Video got COM10, but I do not have the option.
The Python is reading COM3, no matter which Flashtool version I use.
_______________________________



IT WORKED!
However, there's a little trick that has to be done. You should not use, UART. Use the USB option, and Download as normal. Although, this will still require the Auth File to be there.

***** Python is very necessary to disable to disable the protection.
- Go to SP flash tool, and set all your scatter files and the Authfile.
- Hit Download.
- Go back to command prompt Run "python main.py" in the designated folder. This is CRUCIAL. Has to run in the back ground as you plug the device to the PC.
- Flash will start with no issues if this steps are followed.
This post was last modified: 23-02-2021, 05:23 AM by sicariusM5. Edit Reason: UPDATE
hovatek
hovatek
hovatek
Administrator
50,826
23-02-2021, 12:14 PM
#33
(23-02-2021, 04:36 AM)sicariusM5 ...

this works good if you have Auth file, though if you have auth file then you must have DA file as well and shouldn't really need to bypass protection, thanks for the info though (more alternatives)
maybe you needed to disable communication port for spft to pick up mtk port, at least on my pc i do not have any other ports under ports & lpt

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
mifanz
mifanz
mifanz
Newbie
4
28-02-2021, 05:34 PM
#34
Thank you, will try
NeWolf1
NeWolf1
NeWolf1
Newbie
4
06-03-2021, 04:20 PM
#35

Mediatek Course Mediatek Course


I enered py -3 main.py in powershell and it says waiting for device, held vol+ and heard usb plug sound but nothing much happened. Trying to unbrick xiaomi redmi note 8 pro
NeWolf1
NeWolf1
NeWolf1
Newbie
4
06-03-2021, 04:30 PM
#36
(06-03-2021, 04:20 PM)NeWolf1 I enered py -3 main.py in powershell and it says waiting for device, held vol+ and heard usb plug sound but nothing much happened. Trying to unbrick xiaomi redmi note 8 pro
Just held the button untill I've got this:
[2021-03-06 17:26:55.764019] Found port = COM4
Traceback (most recent call last):
File "C:\Users\NeWolf\Desktop\bypass_utility-master\main.py", line 213, in <module>
main()
File "C:\Users\NeWolf\Desktop\bypass_utility-master\main.py", line 42, in main
device = Device().find()
File "C:\Users\NeWolf\Desktop\bypass_utility-master\src\device.py", line 45, in find
self.dev = serial.Serial(port.device, BAUD, timeout=TIMEOUT)
File "C:\Users\NeWolf\AppData\Local\Programs\Python\Python39\lib\site-packages\serial\serialwin32.py", line 33, in __init__
super(Serial, self).__init__(*args, **kwargs)
File "C:\Users\NeWolf\AppData\Local\Programs\Python\Python39\lib\site-packages\serial\serialutil.py", line 244, in __init__
self.open()
File "C:\Users\NeWolf\AppData\Local\Programs\Python\Python39\lib\site-packages\serial\serialwin32.py", line 64, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM4': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
NeWolf1
NeWolf1
NeWolf1
Newbie
4
06-03-2021, 05:02 PM
#37
Now powershell just says:
[2021-03-06 17:56:44.325677] Found port = COM4
Nothing else pops up until I disconnect my phone.
whenever I plug in my redmi note 8 pro it doesn't disconnect (I don't have to hold vol+ button).
when I click downloand in SP tool it says "ERROR : STATUS_ERR (0xC0010001)
This post was last modified: 06-03-2021, 05:04 PM by NeWolf1.
hovatek
hovatek
hovatek
Administrator
50,826
08-03-2021, 09:26 AM
#38
(06-03-2021, 04:20 PM)NeWolf1 I enered py -3 main.py in powershell and it says waiting for device, held vol+ and heard usb plug sound but nothing much happened. Trying to unbrick xiaomi redmi note 8 pro

you might be holding the wrong key for getting a detection to mtk usb port, try vol down instead of vol up
also ensure to install device filter before proceeding to launch the py script

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
hovatek
hovatek
hovatek
Administrator
50,826
08-03-2021, 11:35 AM
#39
(06-03-2021, 05:02 PM)NeWolf1 Now powershell just says:
[2021-03-06 17:56:44.325677] Found port = COM4
Nothing else pops up until I disconnect my phone.
whenever I plug in my redmi note 8 pro it doesn't disconnect (I don't have to hold vol+ button).
when I click downloand in SP tool it says "ERROR : STATUS_ERR (0xC0010001)

only use sp flash tool after brom bypass is successful
in spft, either use uart connection with 921600 speed OR use usb connection with high speed

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
NeWolf1
NeWolf1
NeWolf1
Newbie
4
08-03-2021, 03:08 PM
#40
(08-03-2021, 09:26 AM)X3non
(06-03-2021, 04:20 PM)NeWolf1 I enered py -3 main.py in powershell and it says waiting for device, held vol+ and heard usb plug sound but nothing much happened. Trying to unbrick xiaomi redmi note 8 pro

you might be holding the wrong key for getting a detection to mtk usb port, try vol down instead of vol up
also ensure to install device filter before proceeding to launch the py script
for some reason nothing is happening when I hold vol down key. I've already installed device filter, when trying to do this again it just doesn't see my phone.
This post was last modified: 08-03-2021, 03:09 PM by NeWolf1.
Pages (20): Previous 1 2 3 4 5 6 20 Next
Users browsing this thread:
 2 Guest(s)
Users browsing this thread:
 2 Guest(s)
WhTlYt