As you may know, the command for calling via adb is:
.\adb.exe shell am start -a android.intent.action.CALL tel:"656565"
This works well but when I use textbox, it takes garbage value...
.\adb.exe shell am start -a android.intent.action.CALL tel:$textbox1.Text
I have tried this also but failed
$button21_Click={
#TODO: Place custom script here
$textbox1.Clear
.\adb.exe shell am start -a android.intent.action.CALL tel:$textbox1.Text
}
Please help