Add new way to obtain the key to Yale Access Bluetooth (#31250)

This commit is contained in:
Daniel Mont Ferrandiz 2024-02-05 16:25:21 +01:00 committed by GitHub
parent 8cfa233c5b
commit fd690cca38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,3 +95,9 @@ The iOS app will only save the offline key to your device's filesystem if Auto-U
The Android app will only save the offline key to your device's filesystem if Auto-Unlock has been enabled and used at least once. Auto-Unlock can be disabled once the key has been loaded.
Root access is required to read the `key` and `slot` stored in `/data/data/com.august.luna/shared_prefs/PeripheralInfoCache.xml`
### Android - Yale Home
The Android app will only save the offline key to your device's filesystem if Auto-Unlock has been enabled and used at least once. Auto-Unlock can be disabled once the key has been loaded.
Root access is required to copy the `ModelDatabase.sql` from `/data/data/com.assaabloy.yale/databases`. Once copied, you can use [DB Broser for SQLite](https://sqlitebrowser.org/) to open the `ModelDatabase.sql`, navigate to the table `LockData` and find the column `offlineKeys`.There, you will find a JSON that includes the `key` and `slot` properties.