-
Notifications
You must be signed in to change notification settings - Fork 22
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
FEATURE REQUEST: Vehicle Location #139
Comments
The key to this is to figure out how the app does this. Perhaps running the app in the Android development environment virtual machine and then using something like Fiddler to capture all of the API calls using Fiddler's wildcard SSL certificates to allow decryption of HTTPS traffic. Thinking about this more to accomplish this you have to get Android to trust the Fiddler wildcard certificates. I'm going to follow these instructions to see if I can capture how the native app requests the vehicle location. |
* feat: add support for the location command Resolves #139 * test: add a test for location
Added this and updated the readme. |
Cool. Thanks |
The app can do it, so I am sure it can be reverse engineered into this. :)
thanks
The text was updated successfully, but these errors were encountered: