Skip to content
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

Closed
glassbase opened this issue Sep 10, 2021 · 3 comments · Fixed by #149
Closed

FEATURE REQUEST: Vehicle Location #139

glassbase opened this issue Sep 10, 2021 · 3 comments · Fixed by #149

Comments

@glassbase
Copy link

The app can do it, so I am sure it can be reverse engineered into this. :)

thanks

@HeatfanJohn
Copy link

HeatfanJohn commented Oct 1, 2021

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.

samrum added a commit that referenced this issue Oct 16, 2021
samrum added a commit that referenced this issue Oct 16, 2021
* feat: add support for the location command

Resolves #139

* test: add a test for location
@samrum
Copy link
Owner

samrum commented Oct 16, 2021

Added this and updated the readme.
Accessing the data returned from a command is a little clunky but there's a bit in there about that as well: result.response.data.commandResponse.body

@glassbase
Copy link
Author

Cool. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants