It seems that NokSync does not work with Nokia PC Suite 6.83 !
NokSync uses the API documented as "Nokia PC Connectivity SDK 3.0", and uses the get_DeviceStatus method of PhoneInfo_Suite3 in Stngs3AS.dll
In version 6.82 of PC Suite, this method will eventually return DevNotifyOpt=0 (ATTACHED), if PC Suite is already opened.
However, in version 6.83, it continues to return DevNotifyOpt=1 (REMOVED).
Does anyone know what causes this problem?
Or maybe someone even has a fix for it?
I think you should switch from "Nokia PC Connectivity SDK 3.0" to "Nokia PC Suite Connectivity API 1.1" as it seems it is its successor. It is way more up-to-date and probably works well with the last PC Suite version. You'll get more phone support on top of that.
Hopefully it doesn't imply to much change for your code.
I'm working on another project but having the same problems. The Nokia PC Suite Connectivity API 1.1 is for file transfers only. What you need is Nokia PC Suite API v3.0. But you have to pay for this API. Or do somebody know how to get this for free?
Sebastian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
It seems that NokSync does not work with Nokia PC Suite 6.83 !
NokSync uses the API documented as "Nokia PC Connectivity SDK 3.0", and uses the get_DeviceStatus method of PhoneInfo_Suite3 in Stngs3AS.dll
In version 6.82 of PC Suite, this method will eventually return DevNotifyOpt=0 (ATTACHED), if PC Suite is already opened.
However, in version 6.83, it continues to return DevNotifyOpt=1 (REMOVED).
Does anyone know what causes this problem?
Or maybe someone even has a fix for it?
Any help would be much appreciated.
I have also posted this problem here:
http://discussion.forum.nokia.com/forum/showthread.php?p=303658
/Henrik
I cannot help, but please keep on !
I think you should switch from "Nokia PC Connectivity SDK 3.0" to "Nokia PC Suite Connectivity API 1.1" as it seems it is its successor. It is way more up-to-date and probably works well with the last PC Suite version. You'll get more phone support on top of that.
Hopefully it doesn't imply to much change for your code.
Good luck and thanks for your extension!
http://wiki.forum.nokia.com/index.php/Nokia_PC_Suite_Connectivity_API_1.1
http://forum.nokia.com/info/sw.nokia.com/id/bd896b31-92ba-4624-aa9d-ebf732e7cc0d/Nokia_PC_Suite_Connectivity_API_1_1.html
I'm working on another project but having the same problems. The Nokia PC Suite Connectivity API 1.1 is for file transfers only. What you need is Nokia PC Suite API v3.0. But you have to pay for this API. Or do somebody know how to get this for free?
Sebastian