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 15 16 17 18 19 20 Next
hovatek
hovatek
hovatek
Administrator
50,826
20-03-2023, 11:55 AM



(20-03-2023, 05:52 AM)ian813 how to fix this my phone is vivo v11i

Create a thread by clicking Ask Question at the top

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.
kingoooo007
kingoooo007
kingoooo007
Newbie
2
25-03-2023, 08:37 AM
PS C:\Users\ATIF ALI\Desktop\bypass_utility-master> python main.py
[2023-03-25 12:15:36.663764] Waiting for device
[2023-03-25 12:15:38.954421] Found device = 0e8d:2000

[2023-03-25 12:15:51.477661] Device hw code: 0x766
[2023-03-25 12:15:51.477661] Device hw sub code: 0x8a00
[2023-03-25 12:15:51.477661] Device hw version: 0xca00
[2023-03-25 12:15:51.477661] Device sw version: 0x0
[2023-03-25 12:15:51.477661] Device secure boot: True
[2023-03-25 12:15:51.477661] Device serial link authorization: False


i got stuck in here
[2023-03-25 12:15:51.477661] Device download agent authorization: True


[2023-03-25 12:15:51.477661] Found device in preloader mode, trying to crash...

[2023-03-25 12:15:51.493272] status is 7024

[2023-03-25 12:15:52.496748] Waiting for device
[2023-03-25 12:15:52.496748] Found device = 0e8d:2000
Traceback (most recent call last):
  File "C:\Users\ATIF ALI\Desktop\bypass_utility-master\src\device.py", line 84, in find
    self.configuration = self.udev.get_active_configuration()
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 921, in get_active_configuration
    return self._ctx.get_active_configuration(self)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 113, in wrapper
    return f(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 249, in get_active_configuration
    self.managed_open()
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 113, in wrapper
    return f(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 131, in managed_open
    self.handle = self.backend.open_device(self.dev)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
    return _DeviceHandle(dev)
          ^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 652, in __init__
    _check(_lib.libusb_open(self.devid, byref(self.handle)))
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
    raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ATIF ALI\Desktop\bypass_utility-master\main.py", line 237, in <module>
    main()
  File "C:\Users\ATIF ALI\Desktop\bypass_utility-master\main.py", line 45, in main
    device = crash_preloader(device, config)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\Desktop\bypass_utility-master\main.py", line 231, in crash_preloader
    device = Device().find()
            ^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\Desktop\bypass_utility-master\src\device.py", line 93, in find
    self.udev.set_configuration()
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 915, in set_configuration
    self._ctx.managed_set_configuration(self, configuration)
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 113, in wrapper
    return f(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 158, in managed_set_configuration
    self.managed_open()
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 113, in wrapper
    return f(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 131, in managed_open
    self.handle = self.backend.open_device(self.dev)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
    return _DeviceHandle(dev)
          ^^^^^^^^^^^^^^^^^^
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 652, in __init__
    _check(_lib.libusb_open(self.devid, byref(self.handle)))
  File "C:\Users\ATIF ALI\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
    raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error
PS C:\Users\ATIF ALI\Desktop\bypass_utility-master>


how to resolve this issue in powershell
Huh Huh Huh
hovatek
hovatek
hovatek
Administrator
50,826
27-03-2023, 10:06 AM
(25-03-2023, 08:37 AM)kingoooo007 ....
how to resolve this issue in powershell
Huh Huh Huh

Create a thread by clicking Ask Question at the top

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.
marcel°__°
marcel°__°
marcel°__°
Newbie
1
12-04-2023, 02:47 PM
hey, when i try to run the python script, i got this :

C:\Users\marcel\Downloads\bypass_utility-master>python main.py
[2023-04-12 15:41:16.495342] Waiting for device
[2023-04-12 15:41:16.495342] Found device = 0e8d:0003
Traceback (most recent call last):
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 237, in <module>
    main()
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 42, in main
    config, serial_link_authorization, download_agent_authorization, hw_code  = get_device_info(device, arguments)
                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 158, in get_device_info
    device.handshake()
  File "C:\Users\marcel\Downloads\bypass_utility-master\src\device.py", line 167, in handshake
    self.write(sequence[i])
  File "C:\Users\marcel\Downloads\bypass_utility-master\src\device.py", line 226, in write
    self.ep_out.write(data[offset:][:self.ep_out.wMaxPacketSize if len(data) - offset > self.ep_out.wMaxPacketSize else len(data) - offset], self.timeout * 1000)
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 408, in write
    return self.device.write(self, data, timeout)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 989, in write
    return fn(
          ^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 837, in bulk_write
    return self.__write(self.lib.libusb_bulk_transfer,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 938, in __write
    _check(retval)
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 602, in _check
    raise USBTimeoutError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBTimeoutError: [Errno 10060] Operation timed out


Any idéas ?
Attached Files
.png
Capture.PNG
Size: 52.73 KB / Downloads: 57
jexcel
jexcel
jexcel
Newbie
4
05-06-2023, 06:22 AM

Mediatek Course Mediatek Course


(12-04-2023, 02:47 PM)marcel°__° hey, when i try to run the python script, i got this :

C:\Users\marcel\Downloads\bypass_utility-master>python main.py
[2023-04-12 15:41:16.495342] Waiting for device
[2023-04-12 15:41:16.495342] Found device = 0e8d:0003
Traceback (most recent call last):
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 237, in <module>
    main()
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 42, in main
    config, serial_link_authorization, download_agent_authorization, hw_code  = get_device_info(device, arguments)
                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\Downloads\bypass_utility-master\main.py", line 158, in get_device_info
    device.handshake()
  File "C:\Users\marcel\Downloads\bypass_utility-master\src\device.py", line 167, in handshake
    self.write(sequence[i])
  File "C:\Users\marcel\Downloads\bypass_utility-master\src\device.py", line 226, in write
    self.ep_out.write(data[offset:][Confusedelf.ep_out.wMaxPacketSize if len(data) - offset > self.ep_out.wMaxPacketSize else len(data) - offset], self.timeout * 1000)
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 408, in write
    return self.device.write(self, data, timeout)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\core.py", line 989, in write
    return fn(
          ^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 837, in bulk_write
    return self.__write(self.lib.libusb_bulk_transfer,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 938, in __write
    _check(retval)
  File "C:\Users\marcel\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\backend\libusb1.py", line 602, in _check
    raise USBTimeoutError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBTimeoutError: [Errno 10060] Operation timed out


Any idéas ?

I have the same problem did you find a fix?
jexcel
jexcel
jexcel
Newbie
4
05-06-2023, 06:35 AM
This Doesn't work for me please i have this problem
probably caused by my phone restarting every 5s

Attached Files
.png
Screenshot (17).png
Size: 324.68 KB / Downloads: 102
.png
Screenshot (16).png
Size: 315.6 KB / Downloads: 45
.png
Screenshot (14).png
Size: 315.56 KB / Downloads: 79
.png
Screenshot (13).png
Size: 323.59 KB / Downloads: 50
.png
Screenshot (12).png
Size: 323.15 KB / Downloads: 103
hovatek
hovatek
hovatek
Administrator
50,826
20-06-2023, 05:18 PM
(05-06-2023, 06:35 AM)jexcel This Doesn't work for me please i have this problem
probably caused by my phone restarting every 5s


If the MTK client method @ https://www.hovatek.com/forum/thread-40300.html also doesn't work then you'll likely have to force your phone into BROM mode the test point way.

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.
jexcel
jexcel
jexcel
Newbie
4
22-06-2023, 09:21 PM
(20-06-2023, 05:18 PM)hovatek
(05-06-2023, 06:35 AM)jexcel This Doesn't work for me please i have this problem
probably caused by my phone restarting every 5s


If the MTK client method @ https://www.hovatek.com/forum/thread-40300.html also doesn't work then you'll likely have to force your phone into BROM mode the test point way.
Thank you i will try this once i figure out how to charge my phone
Sioluishere
Sioluishere
Sioluishere
Newbie
4
01-08-2023, 06:05 PM
(29-01-2021, 07:22 PM)I get the error, Traceback (most recent call last):   File "C:\bypass_utility-v.1.4.2\main.py", line 3, in <module>
    from src.exploit import exploit
  File "C:\bypass_utility-v.1.4.2\src\exploit.py", line 2, in <module>
    from serial.serialutil import SerialException
ModuleNotFoundError: No module named 'serial`

Have tried re-intalling latest python and setting its path but I have no success
hovatek
hovatek
hovatek
Administrator
50,826
03-08-2023, 09:45 AM
(01-08-2023, 06:05 PM)Sioluishere Have tried re-intalling latest python and setting its path but I have no success

Create a thread by clicking Ask Question at the top

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.
Pages (20): Previous 1 15 16 17 18 19 20 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
WhTlYt