tomboy-64 / huawei-m3-unlocker

unlock huawei mediapad m3 lite via brute force
GNU General Public License v3.0
0 stars 0 forks source link

Question: #1

Open Lusanta25 opened 2 years ago

Lusanta25 commented 2 years ago

Hi Does this work properly? Or it's just a test? Thanks in advance, Luca.

tomboy-64 commented 2 years ago

Did you read the Readme.md?

Yes, it works quite well. There's corner cases when storing the state will not work. But the basic code reimplementation works quite well. Speed is abysmal as the combinations are checked serially, e.g. you cannot parallelize the checks. So essentially you're trying to brute-force a very long keycode. Which will take ages. I stopped running it after a few months.