-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't make it work on Ausust V2 #1
Comments
How do display AUGUST_LOG maybe it would be easier to identify the problem |
Now I have this but still can't control: August: "Advertised Device found: Name: Aug, Address: , manufacturer data: d10101, serviceUUID: bd4ac610-0b45-11e3-8ffd-0800200c9a66" |
Hi, I haven't tested on V2 as I don't have access to it. It looks like you don't have the correct session key. You can try my app to pull the session key from the August/Yale app but you need a rooted phone. The repo is here: https://github.com/JamesSmartCell/AugustLockCredentials Or alternatively you can go into the data/data folder and pull the credentials yourself. You need a rooted Android phone. |
The key is good and handshake is passing but alwais stuck on "Notification listener setup, awaiting instruction" |
Did you manage to fix this? I have checked and the crypto should not have been changed between V2 and V3 -> V4 (which I know it works with). Can you post the code that you're using to call the August library with? Hopefully there's an easy fix we can add into the library. |
Couldn't get it working alwais stucks on "August: "Notification listener setup, awaiting instruction"" |
when you have some time let me know and we can troubleshot it. |
Ok, let me try adding a bit more debug info. Could you also test against an Android app I can send to you, which uses the C# library I used for reference? I will link it |
I got the key directly from PeripheralInfoCache.xml |
Everything compiles and runs but can't get it working on Couldn't make it work on Ausust V2.
The text was updated successfully, but these errors were encountered: