MTK-bypass / bypass_utility

MIT License
459 stars 114 forks source link

I don't know what's happening here #106

Open swashy69 opened 1 year ago

swashy69 commented 1 year ago

[2023-06-10 12:54:33.653870] Waiting for device [2023-06-10 12:54:43.175112] Found device = 0e8d:2000 Traceback (most recent call last): File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 237, in main() File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\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\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 177, in get_device_info raise e File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 170, in get_device_info config = Config().default(hw_code) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 17, in default self.from_file(config, hw_code) File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 30, in from_file raise NotImplementedError("Can't find {} hw_code in config".format(hw_code)) NotImplementedError: Can't find 0x959 hw_code in config