When I try restoring from a helium backup, it says restoring forever and does not complete, therefore I want to restore the backup manually by moving apk to their folders. The zip however only contains a backup.json
file and a bunch of com.identifier.name.ab
files with PNG for their icons. What is this ab extension? Can I restore manually? I did not encrypt the backup. I have root, if it is required.
Also note that I am using an unofficial build of cyanogenmod. My phone is an SM-G800F kminilte
.ab
indeed is the default extension used byadb backup
. And yes,adb restore
always restores the complete backup, no picking – but withadb backup
you can choose what should be inside. Take e.g. a look at my tool Adebar which makes use of that fact, a.o. creating scripts to backup all your apps each in its own backup file. – Izzy Dec 09 '20 at 16:33