언어 설정

Menu
Sites
Language
How to call signal generating for RD-PQ device.

Hi all,

Call signal generate in emunlator, that way is using the event injector.
 
However, event injector does not support in real device;RD-PQ.
Because, real device has various hardware chips, so can received to real signal, event.
But my device has problem. Does have not approved SIM Communication.
So I can not test CallManager API.
 
I tried to called 'OnTelephonyCallStatusChangedN()' method.
And another way, I wrote the below source code.
 
__pCallManager = new (std::nothrow) CallManager();
r = __pCallManager->Construct(*this);
 
But did not work.
The solution to this problem if you know, PLEASE to tell me.
 
Thank you.

Responses

2 댓글
Alex Ashirov

Hi,

It seems that it's not possible to test such functionalities on the RD-PQ device. For more information please see related topics:

https://developer.tizen.org/forums/native-application-development/how-demonstrate-recieve-phone-callincoming-sms-tizen-ref-device
https://developer.tizen.org/forums/general-support/sim-card
https://developer.tizen.org/forums/general-support/micro-sim-support-under-rd-pq-device

JS Hong

Oh...

I have understand ..It is impossible.
That had license problem.

Thank you.