-2

My unrooted phone is stuck on Samsung logo. I have TWRP. I backup now and restore but it still does the same. I have photos in the phone. How can I save them?

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
Jeremy C
  • 26
  • 7
  • 1
    Boot into TWRP, mount the /data or external SD card if the photos are there, then pull them using MTP or ADB. – Firelord Nov 11 '15 at 14:19
  • @Firelord how do I sir? – Jeremy C Nov 11 '15 at 14:28
  • No need to be so formal, Jeremy. You need to find a way to setup ADB in PC and make [tag:ADB] detect the device. Start from Is there a minimal installation of ADB? Then boot the device into TWRP, connect it into PC, launch a shell on PC and do adb pull. Search the web and you would know the complete idea. Otherwise, see if device is getting detected as a portable media player or something when booted into TWRP. – Firelord Nov 11 '15 at 14:33
  • Samsung phones don't come with TWRP , they have a stock recovery.To install TWRP, you need to be rooted. Unless the phone was previously rooted and root removed now? Please check the root status using apps on play store..search for root checker – beeshyams Nov 11 '15 at 14:49
  • @beeshyams Are you sure about the To install TWRP, you need to be rooted. part? Because I as far as I know root is not needed to flash a custom recovery? – SarpSTA Nov 11 '15 at 20:09
  • @SarpSTA. You are right, it is not mandatory . Should have said probably, since one doesn't normally flash TWRP, except to flash ROM, on Samsung for fear of tripping Knox and of course losing updates. Technically, you are correct and thanks for that, but my gut feeling is that it is rooted, and definitely not right to express it as a sure thing – beeshyams Nov 11 '15 at 21:48

1 Answers1

1

If you still have access to your recovery it means you are not bricked. Far as I understand from what your say is that it is a bootloop. I don't know what caused it but if you want to save your photos there are multiple ways of doing it. I will suggest adb (as I was typing this, so did Firelord) Having access to TWRP means you can use adb. Use adb pull to pull DCIM folder in sdcard to have photos your camera took and other folders you need.

SarpSTA
  • 2,682
  • 5
  • 19
  • 36