Brainstormed about the ADX support tonight. It's a bit more of a pain in the ass then I was hoping :P It's similar to ADS but sort of different at the same time. What I'm thinking to do is just use the data that I need from the ADX file to fill the data structure that I'm currently using for ADS. Is there any point to support "monitor" or "listview" or "histogram" ? I mean, I already have those widgets, or will have them at some point anyway and everything get saved to a much more flexible dashboard file. There is also some stuff that doesn't really apply to android like the position of the widget on the dashboard. I can somehow try to convert them but with different screen ratio and stuff, it will probably end up looking like a mess. So I'm thinking about parsing ADX files just for the ECU data length, all the values, bit masks, that kind of stuff (everything that is in the ADS really, that's all I need)... I can probably add support for more stuff as needed... does that make sense ?