The MediaWiki bold tags escaped me in iOS Support. Kill it with fire.

This commit is contained in:
Joshua Strobl 2017-01-05 05:03:08 +02:00
parent e9d4d31315
commit 8d194aedd2
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@ You can further check by:
1. Installing `libideviceactivation` via the Software Center or running `sudo eopkg install libideviceactivation`
2. Rebooting.
3. Running the following command: `sudo ideviceinfo -q com.apple.mobile.iTunes -k DBVersion` '''while your iOS device is plugged in'''.
3. Running the following command: `sudo ideviceinfo -q com.apple.mobile.iTunes -k DBVersion` **while your iOS device is plugged in**.
What this command does is queries the device to obtain the version of its database. If the version is '''greater than 4''', your device is not capable of synchronizing music and video. You may notice it appear in Files / Nautilus as
What this command does is queries the device to obtain the version of its database. If the version is **greater than 4**, your device is not capable of synchronizing music and video. You may notice it appear in Files / Nautilus as
"Documents of DeviceName", however this typically only provides a limited set of data from applications.
### Mounting in Nautilus
You can attempt mounting in Nautilus by first running `systemctl start usbmuxd` then `imount` (without sudo). If it's successful, it will show up as "DeviceName" and you'll have access to content such as music, photos, etc.
'''Note:''' You may need to restart after installing libideviceactivation before imount works.
**Note:** You may need to restart after installing libideviceactivation before imount works.