How to access the sqlite DB of my application in the emulator

Hi,
i need to access the SQLIte database of my developed application on the Sailfish Virtualbox Emulator. How can i copy the SQLIte database from the emulator to my local dev environment (LInux) to i can analyze the SQLite database? I need to check the content of if with some DB Tool for debugging.

Thanks in advance,
Andreas

Can’t you just scp it out like one would from the phone?
See sshing to emulator in the FAQ.

1 Like

Most likely yes - but in which directory do i find the SQLite file (assuming the name of my app is harbour-testapp) ?

Either ~/.local/share/harbour-testapp/harbour-testapp/QML/OfflineStorage/Databases/ (yes duplicate flevels)
or ~/.local/share/org.test/testapp/QML/OfflineStorage/Databases/ if you are hip with the jailing.

1 Like