From 8f72d36e63eca3d6cc013d8b79854f15cec7e2ec Mon Sep 17 00:00:00 2001 From: Benji Date: Fri, 1 Sep 2017 22:02:00 +0200 Subject: [PATCH] Where to find token on iOS devices themselves. (#3276) Useful if jailbroken and you don't want to make a backup to retrieve tokens. --- source/_components/xiaomi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/xiaomi.markdown b/source/_components/xiaomi.markdown index 131a10f797d..c162283ed2d 100644 --- a/source/_components/xiaomi.markdown +++ b/source/_components/xiaomi.markdown @@ -208,4 +208,4 @@ $ java.exe -jar ../android-backup-extractor/abe.jar unpack backup.ab backup.tar 3. Install [iBackup Viewer](http://www.imactools.com/iphonebackupviewer/). 4. Extract this file: **`/raw data/com.xiami.mihome/1234567_mihome.sqlite`** to your computer, where `_1234567_` is any string of numbers. 5. Open the SQLite database with a tool like SQLite Manager extension for FireFox or DB Browser. You will then see the list of all the devices in your account with their token. The token you need is in the column **`ZToken`** and looks like **`123a1234567b12345c1d123456789e12`**. - +(Location of SQLite files directly on iOS devices **/private/var/mobile/Containers/Data/Application/A80CE9E4-AD2E-4649-8C28-801C96B16BD7/Documents/**)