• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

how to retrieve an image out of a tablet with all the data & apps

Jasmin74

Member
Hello,

is there a tool to retrieve a full image out of the tablet with all the data & applications?
and another tool to flash the tablet again with this image?
 
Last edited:
I believe it's called a nandroid backup. But the device must be rooted and have a custom recovery installed, like TWRP. If that's available or not, all depends on what the tablet is, make and model.
But will it backup system data + apps + regular data??
 
A Nandroid will back up the ROM (system), apps and app data. It doesn't include an image of the user storage, but you can copy that stuff over USB (also since it might be stored on that volume itself things would spiral out of control quickly if it made an image of that volume!).

I don't know about availability of any of this stuff for that device. I'd start by looking for a forum for that device at xda-developers. I'd also recommend making sure you are familiar with what is needed to install it before trying, and backing up first. In particular find out whether it's possible to do this without wiping the device in the process (official bootloader unlocks usually wipe the device, though Samsung don't provide official unlocks anyway).

The other question I'd ask is whether this is really what you need? There are other ways of backing stuff up that are simpler, if less complete, so it really depends on what you require.
 
A Nandroid will back up the ROM (system), apps and app data. It doesn't include an image of the user storage, but you can copy that stuff over USB (also since it might be stored on that volume itself things would spiral out of control quickly if it made an image of that volume!).

I don't know about availability of any of this stuff for that device. I'd start by looking for a forum for that device at xda-developers. I'd also recommend making sure you are familiar with what is needed to install it before trying, and backing up first. In particular find out whether it's possible to do this without wiping the device in the process (official bootloader unlocks usually wipe the device, though Samsung don't provide official unlocks anyway).

The other question I'd ask is whether this is really what you need? There are other ways of backing stuff up that are simpler, if less complete, so it really depends on what you require.

Thank you, the point is that i have to make almost 40 tabs containing the same data & app.
 
Hmm, a Nandroid restore could do that but do you want to modify the system software of 40 tablets to do this? Each and every one will need its recovery module replaced by a custom recovery for this method to work. And none of them will have a warranty after doing this.

(I'm assuming they are all identical models - this method won't work otherwise).
 
Hmm, a Nandroid restore could do that but do you want to modify the system software of 40 tablets to do this? Each and every one will need its recovery module replaced by a custom recovery for this method to work. And none of them will have a warranty after doing this.

(I'm assuming they are all identical models - this method won't work otherwise).
Thanks, yes they are identical.
 
It s not a solution by MDM.

"almost 40 tabs containing the same data & app."

I presume this is for a company or other enterprise?
Quite frankly I think Samsung MDM is what you need, to easily and safely, load, configure and keep all those Galaxy Tabs with all the same apps and data.

....otherwise, good luck you're on your own.
 
Last edited:
"almost 40 tabs containing the same data & app."

Quite frankly I think Samsung MDM is what you need, to easily and safely, load, configure and keep all those Galaxy Tabs with all the same apps and data.

....otherwise, good luck you're on your own.
Thanks ..yes I think so.
 
Here you go the solution, if anyone needs it one day :

The best way is to install TWRP make a backup and restore this backup to ur tablets one by one using a usb key i do 3 to 4 at the same time,

First of all:
I like to use an ssd usb key to put my backups on, because they are pretty fast(for mass production)
When you create your backup, ONLY use /SYSTEM and /DATA partition.

What i do for mass production with twrp is I setup my first tablet with all the settings i want then i backup this tablet.
Then for the next tablet, you note the serialno with this adb shell command: getprop ro.serialno
Then you go in the backup folder you just did -> /TWRP/BACKUPS/SERIALNO and you change the serialno with the one you just noted from your new tablet.
it should look like this(16 alphanumeric serial no):52XXXXXXXXXXX4e1.
I have a small .bat file that does this manipulation for me.

Then boot your new tablet in twrp, go in Restore and select your usb storage or internal depending on where your backup is stored.
Boom it appears!
This method is good only if your flashing on the SAME exact model of tablet, so be careful.
I used this method for more then 500 devices as of now.
 
Back
Top Bottom