Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r6f81407d61aa7d43f316f66f1038807cab5c253b -rdf0329c47627ceb1fe460cda2ae3ff8c9c851106 --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 6f81407d61aa7d43f316f66f1038807cab5c253b) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision df0329c47627ceb1fe460cda2ae3ff8c9c851106) @@ -795,9 +795,9 @@ if ( _deviceInfoUI.isEmpty() ) { _deviceInfoUI = qApp->applicationVersion(); } saveUIHistory(eMessageID_DeviceInfo , { _deviceInfoHD, _deviceInfoDG, _deviceInfoUI } ); saveUIHistory(eMessageID_DeviceRegister , { _deviceInfoHD, _deviceInfoDG, _deviceInfoUI } ); // the device registration request format is the same as Device info with different message id. - sendDeviceInfo(); - testDeviceRegister(); + testDeviceRegister (); // it is expected on the CloudSync App to get the + sendDeviceInfo (); // this one may need to be removed and only will be sent on the request stopDeviceInfoWait();