Re: sis raising error "required application access not granted" while installation
mobility. I want to upload my text/images rgdless of network
Re: sis raising error "required application access not granted" while installation
Not getting the actual use case, so which API you are using for this ?
And what is the actual use case in details ?
Re: sis raising error "required application access not granted" while installation
I am using the following
<comms-infras/cs_mobility_apiext.h>
Re: sis raising error "required application access not granted" while installation
[QUOTE=preety.saini;899036]I am using the following
<comms-infras/cs_mobility_apiext.h>[/QUOTE]
And can you please answer the quesions:
[QUOTE=symbianyucca;899035]Not getting the actual use case, so which API you are using for this ?
And what is the actual use case in details ?[/QUOTE]
Re: sis raising error "required application access not granted" while installation
Oh sorry. I am using carbide c++ v2.7 withS60v3.2 sdk
Re: sis raising error "required application access not granted" while installation
Lets go this once again.
1. Which API are you using:
- Which actual API in the header, and which function of it
2. What is the use case
- What are you doing with the API excatly
Re: sis raising error "required application access not granted" while installation
Re: sis raising error "required application access not granted" while installation
Basically I'm askign you on what is the thing that you are suing from the header mentioned that is requiring the capability. simply adding a header would not pose any requirements for additional capabilities, the thing that requires capabilities is generally a function call, so just copy paste a code snipped (not whole project, just couple of lines in where you use any API requiring teh capability)
And which part of question [B]What are you doing with the API exactly [/B] you are not understanding ? basically you would use some API, and some function of it to do some specific task, so what is that task you require the API for ?
Re: sis raising error "required application access not granted" while installation
Basically I want to avoid the situation in which I am popped again and again for Access point Selection
Re: sis raising error "required application access not granted" while installation
you could maybe search older discussions & wiki example with keywords like [B]ECommDbDialogPrefDoNotPrompt [/B], I'm rather sure you can get this working without the NetworkControl capability.
Re: sis raising error "required application access not granted" while installation