I have this situation where I had my internal storage encrypted and then by using twrp I formatted only my data
( booted into twrp > advance wipe > selected data and Dalvic cache > swiped to wipe . I didn't checked internal storage) ( dumb right ) now when I am booting into twrp it doesn't ask me for password to decrypt data but i can see my encrypted internal storage in file manager
I tryed to copy encrypted content to my pc ( hoping that i can decrypt it because i know the password by which it was encrypted ) but not able to do so
what I tried is
- using
adb pull
it gives me errorremote open failed: Required key not available
- using MTP it is also giving me error
twrp decrypt <my password>
it fails
can i somehow recover my data ( i know the password )
/sdcard
encrepted but the problem is neither I can copy it in pc nor I am able to decrypt it – Tripurari Shankar Feb 08 '20 at 09:22/sdcard
until it's not decrypted. Your situation is quite vague. More information is needed. – Irfan Latif Feb 08 '20 at 09:26adb pull
error isremote open failed: Required key not available
– Tripurari Shankar Feb 08 '20 at 09:29adb pull /dev/block/bootdevice/by-name/userdata
will work. run extundelete and binwalk or search with hexeditor.. but there is less hope – alecxs Feb 08 '20 at 18:58mount | grep 'on /data'
gives me the output of/dev/block/sda17
is this the block I want to pull ??? forgot to tell earlier I am using oneplus 6T – Tripurari Shankar Feb 09 '20 at 03:52