Is it definitive that the encryption is only on on Android 7 and up, like hinted upon on the earlier pages?
Because the device is still running 6.0....
Because the device is still running 6.0....
No, except you do a readback of metadata from SP Flash Tool. Note when login credentials are involved in encryption, you won't be able to decrypt even on rooted device
port TWRP recovery from Cubot X18 Plus and flash on locked bootloader, that's (besides official solutions) your best option to remove screen lock
Because ADB on phone gets activated when phone boots up, you probably can get back into the phone by disabling your screen lock security by means of ADB. You do this by launching Android Settings via ADB as shown next:i need a method to remove the screen lock without loosing the data
adb devices
adb shell am start -a android.settings.SETTINGS
Because ADB on phone gets activated when phone boots up, you probably can get back into the phone by disabling your screen lock security by means of ADB. You do this by launching Android Settings via ADB as shown next:
Code:adb devices adb shell am start -a android.settings.SETTINGS
hello@belvo02 did you check your backup files are plain, or encrypted (with HxD)? did you backup metadata BEFORE??
if yes, open new thread for TWRP for your device. we might help with porting
this is what i get@belvo02 did you check your backup files are plain, or encrypted (with HxD)? did you backup metadata BEFORE??
if yes, open new thread for TWRP for your device. we might help with porting
i found the 1fopen file with HxD hex editor and check there must be either 1F 8B or 53 EF found within first ~ 1600 bytes. backup of metadata partition could have been done from SP Flash Tool readback
you can create your own scatter file with WwR MTK v2.51 from Ilya Aleksandrovich
Thanks for your effort!
Although I can't unpack absolutely 100% data, I run foremost in the extracted 2.ext file and got photos. I'm afraid I didn't recovered all of them and videos as well.
Will keep the backup files until I find a solution. Please shoot if you find any support or update on your script. Many thanks again.
dd if=userdata*.backup of=part0.img bs=512 skip=1
dd if=userdata*.backup1 of=part1.img bs=512 skip=1
dd if=userdata*.backup2 of=part2.img bs=512 skip=1
cat part*.img > backup.img
sudo mount -t ext4 backup.img /mnt
I Backup-ed my Acer tab b1-A71 using android system recovery - Just like CWM.
The file name ends with .Backup, and i wanted to extract some files from it..
How to Extract data from .Backup file ? - Created with android system recovery![]()
same here. dunno how to open and extract the files from a .backup file. hoping you know already![]()