Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Stuck on last command #53

Open
prakash1763 opened this issue Apr 4, 2024 · 3 comments
Open

Stuck on last command #53

prakash1763 opened this issue Apr 4, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@prakash1763
Copy link

I entered this command:
mi-fastboot oem-unlock "UNLOCK_TOKEN"
and stuck, nothing happens

IMG_20240404_074244_791

@prakash1763
Copy link
Author

prakash1763 commented Apr 4, 2024

Previously I had requested to get an unlock token and I had to wait 6 days.

After 6 days I opened Termux again:
cd termux-miunlock
mi-fastboot devices
[my device is detected]
./get_token.sh --region=global --product=PRODUCT --token=TOKEN DATA
I got the unlock token.
Then I used the last command
mi-fastboot oem-unlock "UNLOCK_TOKEN"
and stuck on Sending 'token' (0 KB) like in the screenshot (that's a screenshot from my friend and I having the same problem).

@RohitVerma882
Copy link
Owner

RohitVerma882 commented Apr 4, 2024

Try echo "UNLOCK_TOKEN" | xxd -r -p > token.bin then mi-fastboot stage token.bin && mi-fastboot oem unlock

@prakash1763
Copy link
Author

Try echo "UNLOCK_TOKEN" | xxd -r -p > token.bin then mi-fastboot stage token.bin && mi-fastboot oem unlock

I've tried it and it's still stuck

@RohitVerma882 RohitVerma882 added the bug Something isn't working label Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants