jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
96 stars 33 forks source link

Database import requires application restart #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you use the database import feature to import a database from the SD card, 
you will need to exit and restart the application for the new data to be 
available.  In fact, if you try to find devices the app will force close.  When 
this happens, just open the app again and everything works fine.  I just need 
to figure out how to reinit the database when I replace the file.  

The impact of this is actually very low since importing the database is not 
done often at all.  I only created it because I had a bug when I was adding a 
column to the database for the location capture configuration and lost all my 
data.  

Original issue reported on code.google.com by JimR...@gmail.com on 29 Oct 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Fixed.  Well.  Kinda anyway.  I put a dialog box explaining that the program 
must be exited and restarted after the import was completed.  I don't know of 
any other way around it.

Original comment by JimR...@gmail.com on 31 Oct 2010 at 12:36