<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Message: 1<br>
Date: Wed, 5 Jan 2011 17:20:51 +0000<br>
From: javadayaz <<a href="mailto:javadayaz@gmail.com">javadayaz@gmail.com</a>><br>
To: British Ubuntu Talk <<a href="mailto:ubuntu-uk@lists.ubuntu.com">ubuntu-uk@lists.ubuntu.com</a>><br>
Subject: [ubuntu-uk] Editing .db files<br>
Message-ID:<br>
        <<a href="mailto:AANLkTimSk2TyEco2j-ihtAVupVTMg89tx3txDcDmtuzT@mail.gmail.com">AANLkTimSk2TyEco2j-ihtAVupVTMg89tx3txDcDmtuzT@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
<br>
My podcast app on my android phone- Google Listen, saves any user data,<br>
playlists etc as a .db file.<br>
<br>
Is there anything i can use to open this file and edit the contents? Also if<br>
no options are available in the ubuntu universe i will also look at windows<br>
tools for this job.<br>
<br>
--<br>
<br>
Regards<br>
<br>
Javad<br></blockquote><div><br>I wouldn't doubt that it's a sqlite3 database. <br><br>sqlite3  your.db <br><br>once you're at the sqlite> prompt you can use .help (note it's dot help) to find out what else you can do.<br>
<br>Then a little sql magic will get you what you need.<br><br>--<br>Patrick<br></div></div>