Unable to edit and parse example xml file

I am just getting started with RealDash. I have successfully connected CAN and can see some values changing based on my input. However, I am trying to modify the example animation file to change calculations and when I try to import the animation file into RealDash, it just gives the message “failed to import file”.

I have tried all of the methods below. It must be something fundamental I am missing.

  • Clone the repository to your computer with Git and then copy the file to your device.
  • Download the entire repository as zip file from GitHub, unzip, and then copy the file.
  • Open the XML file in GitHub and use ‘Copy Raw Contents’ button and paste them to a text file.

Is there some additional permissions I need to set on the file or in Android to enable editing of xml files?

I am running RealDash on an Odroid M2 with Android 13 and a 12.3" ultra wide screen.

Regards,

Stephen

You would need to edit XML on PC with something like note++. But for animation files you go to edit → file → import animations

You have to make sure the animation XML is also titled properly:

dashboardname_anim.xml.

If not it won’t work.

Also double check your coding so you’re not missing anything or any typos as that can stop an animation from working properly.

3 Likes

BTW, I thought I’d provide an update… It does appear to be working, even though I am still getting a warning that the anim file could not be parsed.

You sure all coding is right no errors or typos? I’ve been using animations and had no issues uploading or running them. And when I did have a problem it was some small typo type to fix. Just had to carefully check it again.

1 Like