• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[fixed in 1.4.6]Storage Location moved unexpectedly
#8
You can do this if you expose the database file in the storage settings, transfer that file to your PC, use an application such as sqliteadmin to open the database, run a query on the database to update all paths so they reference sdcard1 instead of sdcard0, then drop the database back on the database and reload the application. A command for updating the database would be something like:

UPDATE Files SET Path = replace(Path, '/sdcard0/', '/sdcard1/' ) WHERE Path LIKE '/sdcard0/%'

You'd obviously need to put the exact path in place of /sdcard0 and /sdcard1.

Mike
Reply


Messages In This Thread
RE: [fixed in 1.4.6]Storage Location moved unexpectedly - by Zubersoft - 05-05-2016, 08:52 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.