1 (edited by chumbinista 2007-11-28 19:46:28)

Topic: profile.xml auto deleted from /mnt/usb

I'm using an ipod shuffle as my usb dongle.

If I include a debugchumby file it mounts as /mnt/usb/.  If I remove the file, it mounts as /mnt/ipod.  This is great behavior.  I was hoping it would work like that, and it did.

I having a weird problem when I include a profile.xml file(configured to use a custom local widget).  When I start up the chumby the profile.xml file is deleted from the dongle.  What might cause this?

<profile>
  <widget_instances>
    <widget_instance id="1">
      <widget>
        <name>insert name</name>
        <description>insert desc</description>
        <version>1.0</version>
        <mode time="30" mode="timeout"/>
        <access sendable="false" deleteable="false" access="private" virtualable="false"/>
        <user username="bsellertson"/>
        <thumbnail href="file:////mnt/usb/myimage.gif" contenttype="image/gif"/>
        <movie href="file:////mnt/usb/myswf.swf" contenttype="application/x-shockwave-flash"/>
      </widget>
      <access access="private"/>
      <mode time="30" mode="timeout"/>
    </widget_instance>
  </widget_instances>
</profile>