A few months ago, I've developed a windows application to get my android application sqlite database with this adb command : adb exec-out run-as mypackagename cat /databases/mydbname.db > myPCaddress(D:\mydbname.db)
It was working correctly but after a while when I want to test it again, the command copy a file in the PC, which has 1kb size and not even a database file! I'm so confused and I don't know what is the problem.Please help me.