Answer the question
In order to leave comments, you need to log in
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
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.
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question