I have an old Samsung phone with a broken screen and pass code but before I try to unlock my phone I want to know if there is any possible way to know if it has been factory reset because if it has then I won't need to open it. I would also like to add that I have a different phone that has been factory reset so is there anyway to know if it has a backup?
Asked
Active
Viewed 135 times
adb devices
and authorize connection on phone screen. now you should be able to openadb shell
you will see$
prompt. you can browse files for examplecd /sdcard
andls
. now you understand how successful adb looks like. you can now connect the broken phone and see if adb devices show something (probably not). But you can follow my last comment and flash TWRP. after flashing, boot into recovery and check adb shell is working – alecxs Mar 30 '21 at 15:51