Help on TAPI... - Windows Mobile Development and Hacking General

Hi,
I'm trying (i'm a newbie :roll: ) to develop a simple program in c++ to display the signal strength in numbers, but I have some difficulties with the TAPI:
1)I initialize successfully the line with lineinitialize
2) I open the line successfully with lineopen
How do I understand if the device (they are 8, with 6 of them the TAPI can be initialized and the line opened) is the cell phone?
Thanks!

why not just use RIL or some AT commands ?

Related

Data count in COM-port

Can someone help me with the following:
I need to know if there is any API which I can use to get the number of bytes inside COMM port without reading.
The COMM is cellular modem created with TAPI, and I have the port handler.

about Qualcomm diagnose port in Dopod 838 pro

Hi,everyone
I want to handle the Qualcomm diagnose port in Dopod 838 pro.I find the com port name is MSM1:,which is list in Registry->HKLM->Drivers->Active->48.The key is Drivers\BuiltIn\QCT_DIAG.
Now i can write something to this port(such as dial a call use Qualcomm command format,and it dial ok),But the questions is i can not read anything form this port.The C++ code of handle serialport is be used in Xp and PDA base WM5 sucessfully.
Who can tell me the reason?
That is important for me and thanks you very much!!
Same issue
Forzx, were you ever able to resolve this issue. It seems that an DeviceIoControl command must be sent to the phone to allow reading the port. There is an example that sends the command IOCTL_QCT_REGISTER_EVENT but I do not know the proper value for this. Do you know anything more?

APDU Command to SIM card

Hi, I'm using RIL to send APDU commands to SIM. It worked fine for HTCs, versions:
HTC S310
radio 4.1.13.20_02.41.90
HTC QTEK
radio 02.07.10
while I'm not receiving response data when sending an APDU commands on
HTC S730
radio 25.62.30.03H_1.58.17.02. The callback response handler only receives the status word, not the data
I guess this has something to do with the OEM custom implementation of RIL. Is there any way to have back the SIM data from ril, is it possible to intercept this data, override the RIL data receiver, or whatelse?
thx a lot
Antonio
Can you let me know what software you use to send ADPU to the SIM. thanks!
If I have understood your question, I'm developing an application on Windows mobile for pocket pc 5.0, using visual c++,
Hi, Antonio.
Can you give an example of code where you have access to sim card using apdu commands?
Hello, Antonio73. Have you ever solve the problem? I was interested in this problem too. I want to know how to send APDU command to SIM Card, can you help me ?

AT+ Commands with Serial Port, Help Please!

Hello all,
I am trying to write and application that opens a connection to the serial port, GPRS modem, and sends AT commands and receives any response.
I have a few questions;
1- I can open connection to 2 ports, named COM1 (or COM2 depending on the device) and COM9 (or COM3 depending on device). How can I be sure the device I am connected to is the GPRS modem?
2- When I try to write data, I have 2 results - first, device freezes without any response, and second, I get an IOException error.
Can anyone help me please?
I am using C# and Visual Basic .NET
Thanks,

Modification of RILD Library

Hi,
I have two questions.
First: There is someone who modify the rild library and replace the modified for the one that is in the Android (emulator or real phone)? without build a new Android image. For example, I need to turn off the radio interface and is not possible through Java. The only way is using the Unix socket to rild, but this process accept only one connection and only from the Phone application. I tested the rild-debug socket but when I send a turn off command, all telephony services stop and I cant turn on again.
Second: Is some document that specified the commands received by the baseband? For example, on G1.
Best Regards

Categories

Resources