Hi Martin
I found this: https://play.google.com/store/apps/deta ... vibrate250 - Vibrate Call
I think is the most simplest and lightest for this action
Maybe you could inspire to add this function
Thanks
call state
Moderator: Martin
Re: call state
Hi,
Thanks for the link.
Unfortunately this app seems to rely on the system log printing a distinct text when the outgoing call is answered.
This method is too fragile and probably only works on phones of some manufacturers. Additionally reading the system log requires root on Android 4.1+.
Regards,
Martin
Thanks for the link.
Unfortunately this app seems to rely on the system log printing a distinct text when the outgoing call is answered.
This method is too fragile and probably only works on phones of some manufacturers. Additionally reading the system log requires root on Android 4.1+.
Regards,
Martin
Re: call state
Again...
I don't know if this is the proper approach or if is working on other devices
Trigger: Comand Output
Command: logcat -b radio
as root
contain text: ACTIVE
>
Action: vibrate
The phone vibrate when outgoing call is answered
LG P970 stock Android 4.0.4
I don't know if this is the proper approach or if is working on other devices
Trigger: Comand Output
Command: logcat -b radio
as root
contain text: ACTIVE
>
Action: vibrate
The phone vibrate when outgoing call is answered
LG P970 stock Android 4.0.4
Re: call state
works fine on 2.3.6. Tell me how to do even when outgoing call is endedcolabi wrote:Again...
I don't know if this is the proper approach or if is working on other devices
Trigger: Comand Output
Command: logcat -b radio
as root
contain text: ACTIVE
>
Action: vibrate
The phone vibrate when outgoing call is answered
LG P970 stock Android 4.0.4
Re: call state
try to change ACTIVE with DISCONNECTING
Re: call state
thank you very much, everything workscolabi wrote:try to change ACTIVE with DISCONNECTING