Josef Micka

Results 330 comments of Josef Micka

just tested on linux (debian) and it worked as expected ... of course i did use latest version compiled from source, because i have 15.5 on phone (and yes, it's...

do you have installed openssl development package or properly set path to openssl includes and libraries?

i'm spefically asking about development package, not library. make sure, you have only one version of openssl development package installed (either 1.1 or 3.0, but not both).

no idea what linux distribution you are using, but in most distribution, there are 2 packages for standard libraries, one is with binary (for openssl it will be either openssl,...

try ``` idevicebackup2 restore . ``` it automatically appends udid of device to path you can see that in sourcecode ``` info_path = string_build_path(backup_directory, source_udid, "Info.plist", NULL); ```

media synchronization is not supported in libimobile.

applications needs to be downloaded from appstore, they are not part of backup, only placeholder icons, and application list and data are inside backup. to restore application, your phone needs...

if they were not saved in backup, it cannot possibly restore it then. tbh. i never use incremental backup, i always do full backup, so i never run into this...

i would still check, if there is iTunesMetada entry under application key inside info.plist, if there is none, or is empty, it will restore nothing application entry looks like bundleid...

afaik ipod nano is not supported. only ipod touch, because it is running iOS and communicate same way as iPhone.