2
Good morning, you guys, One day I managed to find the database of an android application I am doing in the 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 an SGBD. I have tried with cp but it does not recognize this command, is there any way or the bank can not be copied ?
You can’t use ADB?
adb pull /data/data/com.embarcadero.Meuapk/files/Meuapk.db3
? Logical, assuming you have the Android SDK on the machine.– g.carvalho97
Thanks @g.carvalho97 with the help of your question !!
– Gian Eric