I am building a VFP application which will see whether an ADB(Android Debug Bridge) connection has been established or not. If an ADB connection is established then the thisform.label3.caption will be "Connected" else "Not Connected". Now the application can catch the connection and...
@Mike Yes, the USB device is a Samsung Mobile. If you can provide me some codes for that then that will be really helpful. I looked at the sample application suggested by @Olaf which is closer to what i want to achieve, only problem is that i want my app to detect if the Samsung mobile is...
I want to create a VFP app that will check if a specific USB device is connected or not. I have one form and two labels. If that specific USB device is connected then it will change the label caption to "Connected" else "Not Connected". I know this can be done by using C# language but i want to...
@Mike i have figured out the problem, the problem was actually in the textboxes. I did not set the maximum length of those textboxes as a result those variables were carrying values with too much white spaces. Due to those white spaces adb was not responding correctly. So now i decided to use...
@Mike this is a very basic mobile recharge application. When user inputs customers mobile number, recharge amount and pin and hits the command button then the command button should shell execute this command
adb shell am start -a android.intent.action.CALL -d tel:*999*12345678901*50*2568#...
I'm developing a simple vfp application which has 3 textboxes(mobile_number, amount, pin) and 1 command button. Command button is to execute a Shell execute command which requires the value of those three textboxes.
As an example, if the user inputs 12345678901 in mobile_number textbox, 50 in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.