O
O
Oleg M2020-05-17 17:11:23
Delphi
Oleg M, 2020-05-17 17:11:23

How to organize, in the simplest way, voice dialing a phone number from the delphi7 program via a mobile phone?

How to organize, in the simplest way, programmatic phone numbers from the delphi7 program through a mobile phone? Using the Wi-FI connection (or Bluetooth) ... The base of phones is organized as a regular program on delhi 7, An analogue of the MyPhoneExplorer program, so to speak.
Can there be any sources with such an example? Which components to dig, which side to enter. ps the program is not for commercial use...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
Hemul GM, 2021-05-09
@olmal

Write a simple android service application in Delphi in RAD 10.3.3, receive signals in any way (bluetooth, http..), make a call

X
xmoonlight, 2020-05-17
@xmoonlight

Serial port, dig modem commands.

A
Alexander, 2020-05-17
@NeiroNx

through ADB you can

adb -s <serialno> shell am start -a android.intent.action.CALL -d tel:555-5555

and then how do you set up the driver itself - via network or via USB, start the ADB server in usb mode: adb tcpip 5555and then disconnect USB and connect to it via the network: In adb connect 192.168.x.x
principle, you can run anything on your phone, dig up the documentation for internal software or climb through the logs debugger.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question