After updating the FW on Nokia-C7 phone to Belle Refresh, I am facing following debug messages:-

  1. S60EglEndpointFunctions::getProcAddress eglCreateEndpointNOK not found
  2. Could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled
  3. Could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled
  4. could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled
And my application shows some unwanted behaviour.

I get “S60EglEndpointFunctions::getProcAddress eglCreateEndpointNOK not found” when ever I want to download some file from server.

I am using QDeclarativeView to show some text (either by downloading from server or stored in the device itself).
It displays the Text present on device but do not show the downloaded text.

Again while coming back from the QDeclarativeView, I'm not able to enter text into QTextEdit. The text entering will be enabled only if we get a dialogbox.

The same build runs Superfine on Symbian Anna Devices (Nokia-E7 & Nokia-N8) without fail.

Kindly suggest a solution or work around to run the build successfully on Belle Devices as well.

Thanks in advance,
Satya