mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 03:26:53 +00:00
Update README.md
This commit is contained in:
parent
bc9de1b864
commit
e3850855eb
1 changed files with 4 additions and 3 deletions
|
|
@ -63,10 +63,11 @@ Windows:</br>
|
|||
2a. Open folder with adb in it</br>
|
||||
2b. Right click a blank spot within the folder</br>
|
||||
2c. Open in terminal</br>
|
||||
2d. <pre>./adb shell</pre>
|
||||
2e. <pre>grep -E "authKey=[a-z0-9]*," /sdcard/Android/data/com.xiaomi.wearable/files/log/XiaomiFit.device.log |
|
||||
2d. Ensure usb debugging is on on your android and plug it into the pc.</br>
|
||||
2e. <pre>./adb shell</pre>
|
||||
2f. <pre>grep -E "authKey=[a-z0-9]*," /sdcard/Android/data/com.xiaomi.wearable/files/log/XiaomiFit.device.log |
|
||||
awk -F ", " '{print $17}' | grep authKey | tail -1 | awk -F "=" '{print $2}'</pre>
|
||||
2f. Copy/clipboard the output. Disconnect phone, close ADB.</br>
|
||||
2g. Copy/clipboard the output. Disconnect phone, close ADB.</br>
|
||||
Credit: <a href="https://www.reddit.com/r/miband/comments/15j0rfq/comment/kxlyzc6/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button">iamfosscad</a></br>
|
||||
3. Uninstall Mi Fitness</br>
|
||||
4. Download/Install <a href="https://play.google.com/store/apps/details?id=com.mc.miband1&hl=en_US">Notify for Mi Band (up to 7)</a></br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue