miunlock icon indicating copy to clipboard operation
miunlock copied to clipboard

Contributing to `miunlock`

Open sskras opened this issue 2 years ago • 11 comments

I have new Poco F2 Pro at my hands. Can I contribute to the project?

At this time I:

  • finished the MIUI setup (without Wi-Fi and without adding any accounts to the phone).

  • enabled the USB debug mode on it.

  • ensured that adb and fastboot commands work:

    $ fastboot oem device-info
    (bootloader) Verity mode: true
    (bootloader) Device unlocked: false
    (bootloader) Device critical unlocked: false
    (bootloader) Charger screen enabled: false
    OKAY [  0.016s]
    Finished. Total time: 0.028s
    
    $ fastboot getvar token
    token: VQEBHQEQ4lsEQmOVGmSJUBnjXyEcJQMDbG1pAgR4g_MU
    Finished. Total time: 0.007s
    
    $ fastboot getvar product
    product: lmi
    Finished. Total time: 0.003s
    

Is the project interested in getting dumps of HTTP or USB communication collected during the unlocking process?

sskras avatar Aug 31 '23 06:08 sskras

And if so, is there any tutorials / configurations known to work best?

sskras avatar Aug 31 '23 06:08 sskras

yes i would love a wireshark dump but only the dump of official miunlock tool. unlock your device via official miunlock while recording all traffic so i can try to fix some of the bugs

Canny1913 avatar Aug 31 '23 15:08 Canny1913

Will try to do.

Any HOWTOs around about setting up Wireshark to enable the TLS decryption? Or does the official tool work via unencrypted, plain HTTP?

sskras avatar Aug 31 '23 16:08 sskras

i actually have no clue since ive never did that i dont think official tool is encrypted tho

Canny1913 avatar Sep 01 '23 08:09 Canny1913

Hi I have a bricked Redmi K60 with locked bootloader and the system says it is destroyed, do this tool help to unlock the bootloader and flash using MiFlash?

cronerstat avatar Sep 02 '23 04:09 cronerstat

error that is the error that I get when trying to verify the account when using the main.py

cronerstat avatar Sep 02 '23 05:09 cronerstat

error that is the error that I get when trying to verify the account when using the main.py

that means the sms verification was successful, re-do what the program tells you to do

Canny1913 avatar Sep 02 '23 10:09 Canny1913

Hi I have a bricked Redmi K60 with locked bootloader and the system says it is destroyed, do this tool help to unlock the bootloader and flash using MiFlash?

if you have already unlocked before and have access to fastboot, you should be able to unlock again and rescue your device

Canny1913 avatar Sep 02 '23 10:09 Canny1913

error that is the error that I get when trying to verify the account when using the main.py

that means the sms verification was successful, re-do what the program tells you to do

But I tried 4 times and still was showing the same error message asking to verify my Xiaomi account since I needed to exe the main.py again

cronerstat avatar Sep 02 '23 21:09 cronerstat

@cronerstat, I think you should rise a new issue.

(New topic in Discussion could be even more appropriate place for analyzing your situation, but the Discussion tab is not enabled for this repo. Hint @Canny1913:)

sskras avatar Sep 03 '23 08:09 sskras

error that is the error that I get when trying to verify the account when using the main.py

that means the sms verification was successful, re-do what the program tells you to do

But I tried 4 times and still was showing the same error message asking to verify my Xiaomi account since I needed to exe the main.py again

im experiencing the same issue with the new update im currently working on, dont really know whats causing it at the moment

Canny1913 avatar Sep 03 '23 16:09 Canny1913