N
N
neizvesten012020-08-16 01:10:12
Android
neizvesten01, 2020-08-16 01:10:12

How to pull out notes, android with a broken screen (works via USB)?

Help to pull out exactly the notes from the android, the phone sees the USB and recognizes everything, does not find the directory and note files.
notes are standard, already built into the phone
device Honor 10

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Lesha, 2020-08-16
@hydrugz

Well, in general, theoretically, you can connect via adb and broadcast the phone's display on a PC. (Although it is broken, but at the system level it still works the same).
Do you have adb debugging enabled for android? If yes, then you are very lucky and you can skip the second step. Otherwise, you will have to tinker with the adb console.
1. Install full adb package on pc. It's easy to google.
2. Enable adb debugging from your PC using this or this instruction. Just carefully and carefully, take your time and do not ruin the system.
After you've done everything, make sure that adb debugging is enabled - connect the phone to the PC and in the adb console type adb shell. If you successfully connected, go to step 3, if not, repeat step 2 carefully.
3. Download the program for broadcasting the screen on the PC - ScrCpy (direct link to the version for windows x64)
4. Unpack and open the scrcpy.exe file - after opening the software will automatically connect to the phone and start broadcasting the screen.
That's it, you have almost full access to the phone. Start rewriting everything important and / or copying to a PC.
There will be questions - do not hesitate to ask.

K
kocherman, 2020-08-16
@kocherman

I would boot the phone into recovery or fastboot and take a full image of all disk partitions with the dd utility .

C
CityCat4, 2020-08-16
@CityCat4

Put mobiledit (if you can answer one request, of course) and copy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question