$document.onready() works fine on S60 3.2 device with Jquery 1.2.6-mini.js. other functions may not work properly
Regards,
Mallik
Type: Posts; User: mail2kul; Keyword(s):
$document.onready() works fine on S60 3.2 device with Jquery 1.2.6-mini.js. other functions may not work properly
Regards,
Mallik
in 3rd Edition devices(WRT1.0), using APIBridge Plugin DLL one can access native symbian APIs. use Etelephone server get IMEI number.
Regards,
Mallik
I resolved the issue: my custom plugin was not getting loaded with the APIBridge.exe. stupid reason behind it is naming convention in the .mmp file.
Name should have DLL UID in TARGET of mmp...
Hi,
I am having issue in loading my custom plugin dll with the APIBridge.exe. When I request for services provided by custom DLL, I get 404 APIBridge returned Error:Not Found from the echoTest...