Good morning everyone, One day I was able to find the database of an android application that I'm doing in internal memory via Linux commands, the application is in Delphi XE but the storage location is the same as an application developed in Eclipse. Well the bank is in /data/data/com.embarcadero.Meuapk/files/Meuapk.db3 and my goal is to copy it to the memory card so that I can open it with a DBMS. I have tried with cp but it does not recognize this command, is there any way or can not the database be copied?