Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotImplementedError: Can't find 0x989 hw_code in config #100

Open
Yatorime opened this issue Jan 26, 2023 · 1 comment
Open

NotImplementedError: Can't find 0x989 hw_code in config #100

Yatorime opened this issue Jan 26, 2023 · 1 comment

Comments

@Yatorime
Copy link

Yatorime commented Jan 26, 2023

I have Samsung Galaxy A22 5G SM-A226B with mt-6833
Story short. my friend formated
emmc Start_addr: 0x1E000000
Format Length: 0x80000

and phone now is dead.
My laptop recognize it but restarts to different mode usb com port and Mediatek Vcom modes.
SP Flashtool can flash few things but i got error about verfied boot.
So i tried mtk client and bupass tool and got this as outout..
I wish i could revive the phone.
Symptoms: no screen, no charge, no charging lights, no sound.

So i followed a guide and end result is pretty bad. here is log..

C:\bypass_utility-v.1.4.2>python main.py
[2023-01-26 17:28:18.119721] Waiting for device
[2023-01-26 17:28:24.192838] Found port = COM3
Traceback (most recent call last):
File "C:\bypass_utility-v.1.4.2\main.py", line 213, in
main()
File "C:\bypass_utility-v.1.4.2\main.py", line 44, in main
config, serial_link_authorization, download_agent_authorization, hw_code = get_device_info(device, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\bypass_utility-v.1.4.2\main.py", line 153, in get_device_info
raise e
File "C:\bypass_utility-v.1.4.2\main.py", line 146, in get_device_info
config = Config().default(hw_code)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\bypass_utility-v.1.4.2\src\config.py", line 15, in default
self.from_file(config, hw_code)
File "C:\bypass_utility-v.1.4.2\src\config.py", line 28, in from_file
raise NotImplementedError("Can't find {} hw_code in config".format(hw_code))
NotImplementedError: Can't find 0x989 hw_code in config

C:\bypass_utility-v.1.4.2>

@sherlongqu
Copy link

This maybe give you help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants