From f3fa6c74a2e93601e8239547921931702df179db Mon Sep 17 00:00:00 2001 From: Pertti Roitto Date: Mon, 21 Oct 2019 11:42:30 +0300 Subject: [PATCH] Add more info about bluestacks token method (#10853) * Add more info about bluestacks token method The bluestacks method didn't really tell enough how to get the token using the Bluestacks tweaker. * Update vacuum.xiaomi_miio.markdown Fix small typos. --- source/_integrations/vacuum.xiaomi_miio.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/vacuum.xiaomi_miio.markdown b/source/_integrations/vacuum.xiaomi_miio.markdown index b00631d5f9d..61eb90f249b 100644 --- a/source/_integrations/vacuum.xiaomi_miio.markdown +++ b/source/_integrations/vacuum.xiaomi_miio.markdown @@ -355,6 +355,11 @@ To fetch the token follow these instructions depending on your mobile phone plat 2. Install [BlueStacks](https://www.bluestacks.com). 3. Set up [Mi Home version 5.0.30](https://www.apkmirror.com/apk/xiaomi-inc/mihome/mihome-5-0-30-release/) in BlueStacks and login to synchronize devices. 4. Use [BlueStacks Tweaker](https://forum.xda-developers.com/general/general/bluestacks-tweaker-2-tool-modifing-t3622681) to access the filesystem and retrieve the token. +5. Copy `/data/data/com.xiaomi.smarthome/databases/miio2.db` file to your computer using the Bluestacks Tweakers filesystem tool. +6. Install [DB Browser for SQLite](https://sqlitebrowser.org/). +7. Open the DB Browser and load the `miio2.db` from your computer. +8. Select `Browse Data` tab from the DB Browser and switch to table called `devicerecord` +9. This will display all the connected devices information with the token. ### Selecting token manually (Windows and Android)