Hi,
When the * is pressed, the dial crash.Code:import telephone import keypress from key_codes import * from time import sleep import appuifw numero=appuifw.query(u'','text') telephone.dial(numero) sleep(5) keypress.simulate_key(EKeyStar, EKeyStar) sleep(0.1)
There is another solution?

Reply With Quote

