Groups > Symbian > Symbian EPOC connect > Re: protocolo module




protocolo module

protocolo module
Wed, 26 Jul 2006 16:35:19 +020
Hi I am interested in developing a protocol module to implement a new 
protocol standards. In order  to do this a need to generate a .prt with new 
protocol. My  question is how  to install and to use this module on the 
mobile device.

Thanks in advance

Almudena 

Post Reply
Re: protocolo module
Fri, 28 Jul 2006 04:54:09 -000
Hi

There are limits to what you can do in terms of implementing new protocols -
and this is a partner API. Its worth having a discussion with a Symbian
partner manager before attempting much in this area.

That said, prior to v9, the instructions are in:
     FAQ-1312   How do I register my IPHook with ESOCK?


For Symbian OS v9 the instructions change, due to platform security. You
can't simply include "!:\private\101F7989\Esock\some_example_hook.esk"
in
your pkg file; data caging/the installer will not allow you to copy a file
into a process private directory. If you try this you will get error
messages like "This software is already installed on this device" and
"access denied".
A specific stub SIS file has been added to esock to allow you to create
update packages.

The process is described in the DevKit source tree under
\common\generic\comms-infras\esock\Documentation\HOWTO install an esock
protocol after market.doc. If you don't have a DevKit, but if you are a
Symbian partner, request this document from your partner manager.

Regards
Hamish

"sympa" <almudiaz@lcc.uma.es> wrote in message
news:$njx2DMsGHA.5096@UKCOL01WWEB01.symbian.intra...
> Hi I am interested in developing a protocol module to implement a new
> protocol standards. In order  to do this a need to generate a .prt with
new
> protocol. My  question is how  to install and to use this module on the
> mobile device.
>
> Thanks in advance
>
> Almudena
>
>

Post Reply
Re: protocolo module
Sat, 29 Jul 2006 15:55:26 +020
Thanks for your response, I will try to contact with Symbian.

Regards,
Almudena


"Hamish Willee" <hamish_w@tpg.com.au> escribió en el mensaje 
news:SBPXXIgsGHA.6124@UKCOL01WWEB01.symbian.intra...
> Hi
>
> There are limits to what you can do in terms of implementing new 
> protocols -
> and this is a partner API. Its worth having a discussion with a Symbian
> partner manager before attempting much in this area.
>
> That said, prior to v9, the instructions are in:
>     FAQ-1312   How do I register my IPHook with ESOCK?
>
>
> For Symbian OS v9 the instructions change, due to platform security. You
> can't simply include
"!:\private\101F7989\Esock\some_example_hook.esk" in
> your pkg file; data caging/the installer will not allow you to copy a file
> into a process private directory. If you try this you will get error
> messages like "This software is already installed on this device"
and
> "access denied".
> A specific stub SIS file has been added to esock to allow you to create
> update packages.
>
> The process is described in the DevKit source tree under
> \common\generic\comms-infras\esock\Documentation\HOWTO install an esock
> protocol after market.doc. If you don't have a DevKit, but if you are a
> Symbian partner, request this document from your partner manager.
>
> Regards
> Hamish
>
> "sympa" <almudiaz@lcc.uma.es> wrote in message
> news:$njx2DMsGHA.5096@UKCOL01WWEB01.symbian.intra...
>> Hi I am interested in developing a protocol module to implement a new
>> protocol standards. In order  to do this a need to generate a .prt
with
> new
>> protocol. My  question is how  to install and to use this module on
the
>> mobile device.
>>
>> Thanks in advance
>>
>> Almudena
>>
>>
>
> 

Post Reply
about | contact