Home Forum Blog Private Support Courses
Our courses are now on YouTube! Start Watching
Hovatek Forum OPERATING SYSTEMS Android [Please help] How to Extract my files from (.backup) Android recovery files

[Please help] How to Extract my files from (.backup) Android recovery files

[Please help] How to Extract my files from (.backup) Android recovery files

02-11-2018, 07:23 AM
#1



Good day Tech Geniuses!
please I Need a simple way of extracting some of my files(pictures, videos ) from my Android recovery (.backup) files
I recently backup my phone ROM on my SD card, b4 formating d phone, but d phone fails to restore d files.
please help, the (.backup) files is up to 13gig on my SD card, How can I access my Files, and extract them from it?
Thank You
hovatek
hovatek
hovatek
Administrator
50,982
02-11-2018, 10:13 AM
#2
(02-11-2018, 07:23 AM)Oluwadamilare Emmanuel Thrive Good day Tech Geniuses!
please I Need a simple way of extracting some of my files(pictures, videos ) from my Android recovery (.backup) files
I recently backup my phone ROM on my SD card, b4 formating d phone, but d phone fails to restore d files.
please help, the (.backup) files is up to 13gig on my SD card, How can I access my Files, and extract them from it?
Thank You

did you flash a new rom or your performed a factory reset in recovery mode?

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
02-11-2018, 12:55 PM
#3
(02-11-2018, 10:13 AM)X3non
(02-11-2018, 07:23 AM)Oluwadamilare Emmanuel Thrive Good day Tech Geniuses!
please I Need a simple way of extracting some of my files(pictures, videos ) from my Android recovery (.backup) files
I recently backup my phone ROM on my SD card, b4 formating d phone, but d phone fails to restore d files.
please help, the (.backup) files is up to 13gig on my SD card, How can I access my Files, and extract them from it?
Thank You

did you flash a new rom or your performed a factory reset in recovery mode?

I Performed Factory Reset/Wipe Data, so my phone is back to factory mode.
Yohanan Piadoso
Yohanan Piadoso
Yohanan Piadoso
Senior Member
163
03-11-2018, 07:18 AM
#4
in the backup

rename Data.ext4.win to data.zip
or data.tar to data.zip

now extract it

you will fine ur picture and file there
04-11-2018, 06:52 PM
#5

Mediatek Course Mediatek Course


(03-11-2018, 07:18 AM)Yohanan Piadoso in the backup

rename Data.ext4.win to data.zip
or data.tar to data.zip

now extract it

you will fine ur picture and file there

Thanks Boss,,
My Problem is how to find that Data.ext4.win ? I can't open the .backup file.
The .backup file are up to seven
userdata_20100101_000203.backup (2gig)
userdata_20100101_000203.backup1(2gig)
userdata_20100101_000203. backup2(2gig)
userdata_20100101_000203.backup3 (2gig)
userdata_20100101_000203.backup4(2gig)
userdata_20100101_000203.backup5(2gig)
userdata_20100101_000203.backup6(745mb)
which app should I use to check for the Data.ext4.win?
hovatek
hovatek
hovatek
Administrator
50,982
05-11-2018, 10:26 AM
#6
(04-11-2018, 06:52 PM)Oluwadamilare Emmanuel Thrive Thanks Boss,,
My Problem is how to find that Data.ext4.win ? I can't open the .backup file.
The .backup file are up to seven
userdata_20100101_000203.backup (2gig)
...

here's what you can try
join all the backup files into one file using CAT cmd in linux or cygwin in windows
Code:

cat file1 file2 file3 fileN > newfile e.g cat userdata.backup userdata.backup1 userdata.backup2 userdata.backup3 > userdata.img

use the FILE cmd in linux or cygwin in windows to check if the img is sparse or ext4
Code:

file userdata.img

if its sparse, then you'll have to convert to ext4 using simg2img in windows
Code:

simg2img userdata.img userdata_raw.img

finally mount the ext4 image in linux OR use latest wwr mtk version 2.51 (it has an ext4 viewer that's able to open ext4 images and extract it's contents) @ https://www.hovatek.com/forum/thread-21969.html
Code:

mount -o loop,rw -t ext4 system.img data/
This post was last modified: 25-04-2020, 11:23 AM by X3non.

Learn MediaTek, Unisoc / Spreadtrum (SPD) and Qualcomm Software Repairs @ https://www.hovatek.com/training
Note!
We have a reply schedule for Forum Support. Please try Private Support if you can't wait.
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
WhTlYt