pymobiledevice3 icon indicating copy to clipboard operation
pymobiledevice3 copied to clipboard

backup2 restore app data logic error

Open xuemingyang opened this issue 1 year ago • 4 comments
trafficstars

Test environment

  • 16.7.2
  • iPhonX

Describe the bug 1: when i use the command [pymobiledevice3 backup2 restore "D:\backup\b1"] nothing data restore. 2: when i use the command [pymobiledevice3 backup2 restore --system "D:\backup\b1"] it can restore system info likes the account info, but app data not restore. 3: when i use the command [pymobiledevice3 backup2 restore --system --source xxxxxxxx "D:\backup\b1"] two things found: 1: if already installed app, the app data could be resore. 2: if not installed app, the app data could not be restore

so, whether can fix this problem[2: if not installed app, the app data could not be restore], because iTunes and 爱思助手 could restore app data, need not install the app

xuemingyang avatar Jun 06 '24 03:06 xuemingyang

Please give concise steps to reproduce

doronz88 avatar Jun 09 '24 13:06 doronz88

1: install amazon app and login 2: backup 3: restore 4: noting restored

xuemingyang avatar Jul 29 '24 11:07 xuemingyang

This happens if you restore in update mode with the parameters —setting —system —reboot. To restore fully, include the —remove option so the system triggers a migration and all apps download from the App Store. Without the remove parameter, only data for existing apps will be restored.

Lakr233 avatar Sep 29 '24 17:09 Lakr233

The downside of the parameter —remove is that before the app is downloaded from the App Store via the network, you cannot install it with an IPA file. It’s inconvenient.

Lakr233 avatar Sep 29 '24 17:09 Lakr233