0

I have oneplus 6, it stuck on QUALCOMM CRASHDUMP MODE. I'm able to load into fastboot and recovery mode. The device is not rooted (locked).

I tried to change slot using fastboot cli, but it say that I need to unlock it.

I don't want to loose that data. How can I recover the data without wiping it?

7
  • Regular Fastboot implementation only have commands for writing data and stock recovery also misses functions for reading data. The only way would be to reflash the original system firmware via recover if it provides the function adb sideload. Commented Apr 17, 2023 at 9:02
  • won't it erase the data on my phone? how can I know what is the original system firmware? Commented Apr 18, 2023 at 15:47
  • If the firmware to be installed has the same signature as the installed firmware this should be possible without factory reset. The procedure is the same as if you would receive an OTA update. Note that this is only possible via adb sideload (or a different manufacturer specific installation system) but not via fastboot. Commented Apr 18, 2023 at 17:13
  • ok, how can I get the installation file (image) with the same signature? Commented Apr 18, 2023 at 19:23
  • That depends on the manufacturer and the concrete phone model. Commented Apr 18, 2023 at 20:16

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.