Re: CAPABILITIES issue...
Hi,
Networkcontrol and TCB needs manufacturer approval.
Hope this helps...
Winfoware
Re: CAPABILITIES issue...
It is almost impossible that you ever get the TCB capability.
Re: CAPABILITIES issue...
there is also new document available on how to get manufacturer approved capabilities. You can download it from documents section.
yucca
Re: CAPABILITIES issue...
I think the problem is actually unrelated to capabilities (Due to dynamic loading rules), rather, I think there is a problem loading the DLL (missing import, or not built correctly). However saying that, if your dll requiring TCB is not a system DLL that is already signed, you are out of luck.
I would you check how you are loading the DLL's
I would also recommend you check the error code and/or panic codes to see why you are getting a crash.
Re: CAPABILITIES issue...
I think the problem is the DLL structure, I can load it with error 0 as response, but now when I check the 2nd UID is missmatch. now I'm sure is not from capabilities, despite the fact that in a previous version of my app. I received an -46 error code(system security restriction) when loading that DLL.
Thanks for your replays
Re: CAPABILITIES issue...
Hi,
Networkcontrol and TCB needs manufacturer approval.
Hope this helps...
Winfoware
Re: CAPABILITIES issue...
I have developer certificate for all capabilities except DRM.
the problem I think it was the UIDs weren't from protected range. now I replace the UIDs in all projects the DLL is loading fine.