Hello,
I am using NDK_3_61_01_01 and the configuration editor (XGCONF). Everything at this point is working.
What I do see is that it takes a while for the network to become viable. In other words, if I try to perform a connect on the network before it is completely ready (initialized) it throws a system error and the application terminates. If I wait several seconds, and then try to connect everything is fine.
Is there a mechanism in the NDK that tells me when I can proceed with such network activity?
Thanks for the help.