Update README.md

This commit is contained in:
img2tab
2019-01-03 08:19:50 +00:00
committed by GitHub
parent 42a7bc9602
commit d3818c23d9
+1 -1
View File
@@ -8,7 +8,7 @@ Tested on Cygwin, should work on Linux distros.
## iCloud and iMessage connectivity ## iCloud and iMessage connectivity
iCloud and iMessage and other connected Apple services require a valid device serial number. Set it before the installation by replacing `NOTAVALIDSN0` with a valid serial number, or after the installation with `VBoxManage setextradata "``vmname``" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "``serialnumber``"`. An invalid serial number that matches the correct structure for the device name and board ID might work, too. iCloud and iMessage and other connected Apple services require a valid device serial number. Set it before the installation by replacing `NOTAVALIDSN0` with a valid serial number, or after the installation with `VBoxManage setextradata "${vmname}" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "${serialnumber}"`. An invalid serial number that matches the correct structure for the device name and board ID might work, too.
## Dependencies ## Dependencies