Sorry to ask another question, but how and when do I export the database within the shell? Do i need to have a breakpoint after the data is entered and then start the shell?
I've tried using the '.dump' command, but it only shows:
- Code: Select all
sqlite> .dump
BEGIN TRANSACTION;
COMMIT;
sqlite>
EDIT:
Actually I found out from
here that you need to use /data/data/package/databases/data as the file, so nevermind