-
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
Remote Start Climate #205
Comments
Check out these comments in gm-onstar-probe: They kind of cover the general process. Decompiling/injecting code into the Android APK and looking through source/logging things at runtime. Frida is very useful for this. It'd probably be easier for someone with a '23 Bolt to look into since they'd be able to use their vehicle/account to poke around. Like calling the |
Thanks, I used axios-curlirize to output OnstarJS commands as cURL commands to make it easier to hit that commands API. I received the following from my '23 Bolt but nothing that looks like a climate setting. Might be a parameter to send though the UI appears after the start. https://gist.github.com/michaelwoods/5d2696d6f2e6e79ad7a6591dfe66e5c5 |
Ok, so yeah, you'll likely need to go the injection/decompilation route then. That first link in my other comment is one way of going about it. Using Frida simplifies it a bit since you won't need to decompile/compile the entire app to inject/watch things. I used to use frida/objection to disable ssl/certificate pinning and mitmproxy to see network traffic from my device. There are lots of ways of doing that part, too, though. |
We just need to add cabinTemperature parameter to the start request:
|
There's a report of new models supporting the change of climate settings after a remote start command.
https://www.reddit.com/r/BoltEV/comments/xvj1as/new_climate_option_in_the_chevrolet_app_only/
Are you able to add this functionality? How do you investigate new commands like the recent location addition?
The text was updated successfully, but these errors were encountered: