A Synology DSM Package to mount iOS devices from usb.
After installation the package must be in the running state, then connect your iOS device into usb. Now you should see your device files mounted in AppleDevice share.
If you only want to install and use this app on your Synology, just follow these instructions.
- Synology DSM 6.2
- Synology x86 64 bits platforms
- Tested using a Synology DS1515+ running DSM 6.2.4-25556 and a iPhone 11 running iOS 14.5.1
- This package will not be compatible with DSM 7 because it needs root privileges to work
- Python3
- Docker (libimobiledevice is built inner a container.)
- Synology Open Source Toolkit (for repacking them into a NAS package)
$ sudo su
$ mkdir /toolkit
$ cd /toolkit && git clone https://github.com/SynologyOpenSource/pkgscripts-ng
$ cd /toolkit/pkgscripts-ng && ./EnvDeploy -v 6.2 -p x64
$ mkdir -p /toolkit/source
$ cd /toolkit/source && git clone https://github.com/braghetto/synoios
$ cd /toolkit/source/synoios && ./build.sh
$ /toolkit/pkgscripts-ng/PkgCreate.py -v 6.2 -p x64 -S synoios
Output Folder: /toolkit/build_env/ds.x64-6.2/image/packages/
$ chroot /toolkit/build_env/ds.x64-6.2 umount /proc
$ rm -rf /toolkit/
- Forked from bxxxjxxg (https://github.com/Synology/libimobiledevice)
- Synology Open Source (https://github.com/SynologyOpenSource)
- libimobiledevice (https://github.com/libimobiledevice)