Recent content by john2k

  1. J

    Looking for a picture of the LX470 climate control screen

    Another (hopefully last question now) Sorry for so many questions :) So, i've figured out all the canBusCommand numbers including the ones missing in Climate 100 that I need from the original app. My question is: So the sending commands have these numbers for example 3 & 2 for tempPlus and...
  2. J

    Looking for a picture of the LX470 climate control screen

    Thanks. I think I figured it out. There is an option in the factory settings under original agreement section to display canbus messages which is used by the techs to diagnose issues. When turning that on and pressing the buttons in the Climate100 app. I've discovered that the codes match up to...
  3. J

    Looking for a picture of the LX470 climate control screen

    Thank you. I'm trying to figure out the command number for the rear defrost button
  4. J

    Looking for a picture of the LX470 climate control screen

    Sorry for so many questions. Learning new things :) Just to clarify. The canBusNotify function is all the code related to the information that comes back from the car and the app listens for this to know what to update? And the bit that says: if (canBusCommand != -1) { That's the bit that...
  5. J

    Looking for a picture of the LX470 climate control screen

    Thanks. i'll have a look at it. I was under the impression that the vehicle would determine all the reuired vent actions when front defrost action is initated. So it seems the front defrost isn't a simple one command but multiple commands? What about the temperature + and - buttons? are the...
  6. J

    Looking for a picture of the LX470 climate control screen

    I've been playing around with the code. Still learning :) Would you be able to tell me which section of the code actions the command when pressing the front defrost button and which section of the code updates the display to listen for notification related to that same button to then update it...
  7. J

    Looking for a picture of the LX470 climate control screen

    Thank you. Will give that a try and play around with it. Just wanted to clarify if i'm understanding how your app works properly. So you have the buttons and then you have the information related to the button. For example the actual temperature value that is set on the car. So when you press...
  8. J

    Looking for a picture of the LX470 climate control screen

    @cryptyk another quick question if you don't mind please. When you decompiled the original canbus.apk, where is the code and stuff related to the climate control and those buttons? I want to try and get the rear defrost button and also want to just play around with the temperature values by...
  9. J

    Looking for a picture of the LX470 climate control screen

    Thank you. I'll have a look at it and play around with it.
  10. J

    Looking for a picture of the LX470 climate control screen

    @cryptyk would you be able to kindly tell me which file to edit to change the temperature ranges definition in android studio ? Like where do you set all the temperature ranges and is this the same place where it can be converted to Celsius ?
  11. J

    Looking for a picture of the LX470 climate control screen

    @cryptyk quick question for you. You can ignore previous messages. I know you probably really busy so will keep this one short :) Your climate 100 app, does it have the coding provision already in it to read canbus data? for example if I knew the CANBUS ID for a piece of data I am looking for...
  12. J

    Looking for a picture of the LX470 climate control screen

    @cryptyk I’ve tested the Climate100 app. It actually works very well. But a few issues which I’ve listed: 1. My Teyes is set in the settings as Celsius and the vsettings app shows it in Celsius but for some reason your app only shows in Fahrenheit. 2. Your app only goes as low as 65 Fahrenheit...
  13. J

    Looking for a picture of the LX470 climate control screen

    Thank you for your reply 🙏. Very much appreciated. I will test it out tomorrow on my car and report back.
  14. J

    Looking for a picture of the LX470 climate control screen

    @cryptyk sorry me again. So from a comment by another use on your YouTube video it appears your Climate100 app will work on my car because that user tried it on a IS350 which is the same platform. So I will try this out. I have a few questions: 1. My car is in celcius and on the teyes climate...
  15. J

    Looking for a picture of the LX470 climate control screen

    Also I noticed in the app there is no rear defroster icon. But on my car there is a rear defroster and the factory AC app has his that works too.
Back
Top Bottom