Libimobiledevice: Difference between revisions
imported>Onny Remove unstable notice |
mNo edit summary |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:libimobiledevice}} | |||
The [https://libimobiledevice.org/ libimobiledevice] project provides libraries and tools to connect and transfer data between iOS devices and Linux machines. | |||
== Usage == | == Usage == | ||
| Line 18: | Line 19: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
If you experience issues mounting or pairing your device (for example as described [https://github.com/NixOS/nixpkgs/issues/152592 here]), you can try to switch the <code>usbmuxd</code> daemon package to an alternative more updated implementation, <code>usbmuxd2</code>. | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
| Line 24: | Line 25: | ||
enable = true; | enable = true; | ||
package = pkgs.usbmuxd2; | package = pkgs.usbmuxd2; | ||
} | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||