O
O
OrkhanMD2015-10-19 12:30:29
Android
OrkhanMD, 2015-10-19 12:30:29

How to get into the data folder without root and bootloader?

So a program has been created. It encountered an error while running. This error is written to the db file. Now I need this file .
To get root , you need to unlock the bootloader - which leads to data loss .
Tried to get the file in different ways. One such option was the Helium program . Having made a backup of the data of this application in it, saved them on the disk. But when I opened it, I realized that it wasn't.
Smartphone Motorola Moto G xt1039, Android 5.1 lollipop

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2015-10-19
@NeiroNx

Turn on USB debugging - and pull it out with a debugger. The debugger can run as root. In general, all program errors are written to logcat, which is available without root rights. Perhaps internal errors are also duplicated in logcat.

C
Chvalov, 2015-10-23
@Chvalov

We turn on debugging (Many where it is enabled by default)
from the PC, open ADB,
see if the device has determined the command adb devices
if there is then this:
and to get the file we writeadb pull /полная_путь/имя_файла.db D:/hawk798

F
Frontend1, 2019-11-23
@Frontend1

Excuse me, but this must be done from the command line, right?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question