Suppressing incoming calls & texts

FFMan

Member
Licensed User
Longtime User
I want to use an app on my phone that uses 3g, but i don't want the phone to ring or receive a text during critical timng periods.

How can i turn these off. I guess i could set a divert all but this wouldn't stop texts would it ?

is there a way to do this ?
 

susu

Well-Known Member
Licensed User
Longtime User
If you don't want your phone to ring, just set ringer volume to 0.
If you don't want to receive txt message, just set your phone to Airplane mode.
You can do that with Phone library.
 
Upvote 0

FFMan

Member
Licensed User
Longtime User
won't airplane mode suppress 3g ?

i don't want the cpu to get distracted, best the phone doesn't ring plus i need my app to stay on top.
 
Upvote 0

susu

Well-Known Member
Licensed User
Longtime User
You want to use 3G but don't want to receive txt message? Sorry, I don't know how to do it :)
 
Upvote 0
Top