Re: Required application access not granted error while installing sis file
I have no idea about Python, I simply searched for [b]pyd[/b] in the Wiki (part of Community panel, top-right corner). Whatever the name should be, it may easily happen that the file names of the .pyd and .py files should match.
Re: Required application access not granted error while installing sis file
Nothing seems to work out - same error over and over again...
Here may be some guidance [url]http://www.symbianconsulting.net/DevStick/files/python/PythonForS60/module-repo/standard-modules/site.py[/url]
Nevertheless: my aim is to scan bluetooth devices nearby WITHOUT the annoying popup to chose devices to connect to. Is this posible at all?...
Re: Required application access not granted error while installing sis file
Scanning is surely possible, [B]RHostResolver[/B] (Symbian C++) can do that for you. If you search for it in the SDK Help, the article "How to inquire about remote devices" covers the topic. It may also work with the on-line library ([url]http://library.forum.nokia.com[/url])
Since I do not know Python, I do not know what its BT module is capable of.
Re: Required application access not granted error while installing sis file
Hi Petrib,
Is there a way to convert compiled exe to emulator compatible version? From where can I get some sample apps source code or compiled for emulator versions?
[QUOTE=petrib;761331]Once more: The emulator *CANNOT* install and run SIS or SISX files built/compiled/intended for actual devices.
The emulator will *ONLY* run applications built/compiled/intended for the emulator.
If you do *NOT* have the application source code, or an emulator version of the application, there is no chance whatsoever for you run the application in the emulator.[/QUOTE]
Re: Required application access not granted error while installing sis file
[QUOTE=mmnsiw;903491]Hi Petrib,
Is there a way to convert compiled exe to emulator compatible version? From where can I get some sample apps source code or compiled for emulator versions?[/QUOTE]
As far as I know, there is no such converters available. I would have old wins versions for my file manager at: [url]http://dev.drjukka.com/Symbian/index.html[/url] , anyway, no souce codes available, incase you want to build something to emulator, just get the SDK and do so..
Re: Required application access not granted error while installing sis file
[QUOTE=mmnsiw;903491]Hi Petrib,
Is there a way to convert compiled exe to emulator compatible version? From where can I get some sample apps source code or compiled for emulator versions?[/QUOTE]
The SDKs have plenty of examples, there are more to be found here on this site, under Resources -> Example code. Compile them and then run them in the emulator if you want to start learning programming.
As for converting the already compiled binaries, no, you cannot do that.