I have followed this post to backup and restore an app from my old to my new phone. I could make the backup and the restoration. My question might be a bit silly, but what is the next step to have your app running in the new phone as it was in the old phone? Should I have to install the same app from PlayStore and do something else? Does it has to be the same version of the app that was in the old one? Thanks, and sorry if the question is too obvious but I am new in this.
Asked
Active
Viewed 557 times
0
-apk
parameter included), the app should be there already. Otherwise of course you'll need to install it. So hard to tell "what's next" if the relevant details are missing :) – Izzy Dec 13 '17 at 19:51-noapk
. Should I install the app before or after doing the restoration? – Bur Nor Dec 13 '17 at 20:12-apk
– you can never tell if a given app is still available in the stores tomorrow. – Izzy Dec 13 '17 at 20:13adb backup -f backup.ab -apk -obb -shared -nosystem com.lbe.parallel.intl
And for being only one app it is taking so long already almost 30 min, and the size is 4GB and increasing. I am not sure if I should used-shared
. – Bur Nor Dec 13 '17 at 20:16-noapk
, and if the version of the app that I install in my new phone is different, will it work anyway? – Bur Nor Dec 13 '17 at 21:51-shared
means to include all contents of the SD card. And if you specify one app at the end, you can skip the-nosystem
as well. And therestore
command takes only one parameter: the file to restore from. No choice of pieces here. – Izzy Dec 13 '17 at 21:59-noapk
, and then restore. then the version of the app that I install in my new phone (using PlayStore) have to be the same as in the old phone? Thanks @Izzy – Bur Nor Dec 13 '17 at 22:43adb
? oradb
is more "powerful" than Helium that I can backup a "disallowed" app? – Bur Nor Dec 14 '17 at 00:55ALLOW_BACKUP:NO
) in the app's Manifest. There's an Xposed module working around that – and there's Titanium Backup of course. But without root, no chance. – Izzy Dec 14 '17 at 07:46adb backup
managed the backup, it can be restored whether rooted or not. With TiBu things are different, as it needs root to run even for the restore. Note for the BackupAllApps module I mentioned you'd also need the Xposed framework. – Izzy Dec 14 '17 at 13:14