Questions tagged [callblocking]
43 questions
0
votes
0 answers
Blocking a number through my app
Currently i am working on a call block app. And after completion of app i found a bug :- Suppose i am blocking contact of Person A having number "9806584545" but when Person A calls me,his number shows with ISD code and because of which number is…

Rahul Shaw
- 29
- 1
- 11
0
votes
1 answer
block call recording in android
I want to create application in android which will block call recording.if someone has secretly install call recording app in my phone like virus or something then this app will restrict/prevent all call recording.
so my question is
Is there any…

archish
- 142
- 1
- 13
0
votes
1 answer
Android call blocking from web
I made a service to monitor all the incoming and outgoing calls of android device on my website but now I want to block the calls from specific number from the same webpage.
Is their is anyway to do call blocking on android device by php or…

android_coder
- 1
- 1
0
votes
1 answer
Can many concurrent calls to the same overused function cause blocking in Lua?
Lets say you have a complex Lua application, and there is some base function that different parts of your code call repeatedly. It's a stateless function with little to no side effects, and fairly simple.
How does the virtual machine handle this? …

Igorio
- 918
- 1
- 7
- 17
0
votes
0 answers
I'm wondering if there's any way to disable the calling features
I want to write an app so that I can hand my phone to my 18 month old son and not worry that he'll make phone calls to my contact list.
Simply putting the phone in airplane mode is not effective because when he attempts to dial a number he gets the…

Yevgeny Simkin
- 27,946
- 39
- 137
- 236
0
votes
1 answer
control calling mode activity in android
i want to make an android app that when device receive a call,my app could reject,answer or minimize call mode and do somethings else in device menu while device is ringing.
for this,i should get handle of default answer app of android.
i know that…

Mohsen.Sharify
- 259
- 4
- 11
0
votes
1 answer
to store phone number in sqlite for call blocking application
i am working on call blocking application for android 2.1, for this i used sqlite database to store the phone number, i am using TEXT to store the phone number.i have some question in my mind.
1: what is the correct data type for column phone…

Abdus Salam
- 55
- 1
- 11
0
votes
2 answers
Call block in android
I am facing problem with android call block option. I am making an app in which i want to provide the user to block the unwanted call . I have googled it but find a solution which is not working in my case. I want to add that i am trying this with…

Developer
- 385
- 1
- 3
- 18
0
votes
1 answer
permission MODIFY_PHONE_STATE doesnot work
i am working on call blocking app for android 2.2
this permission does not work for me
android.permission.MODIFY_PHONE_STATE
and it gives the following error
Permission is only granted to system apps
will my app work without this permission ???
or…

Abdus Salam
- 55
- 1
- 11
0
votes
1 answer
block / unblock Calls. Differencing between incoming / outgoing
I'm trying to control calls from my App.
Thanks to this post Blocking Incoming call - Call Control in Android -Question Stackoverflow And this . I was able cancel incoming/outgoing calls
I register the ITelephony class…

Zartch
- 126
- 1
- 1
- 7
0
votes
1 answer
System Calls to block incoming calls in iphone 4
Is there a way to block/filter the incoming calls in iphone 4.0+
I've found a lot of apps saying that they are for blocking the calls with a price in app store. But the reviews are negative. Is is really possible to block calls ? Can anyone advise…

luckyluke
- 642
- 2
- 7
- 22
-1
votes
1 answer
Create a call block list app for jailbroken iphone
Possible Duplicate:
How can I use private APIs to block incoming calls in an iOS application?
Can anybody help me to create block list of calls for jailbroken ios devices?
Is there any private APIs are available for creating block list?
Thanks

Hitesh
- 1,230
- 1
- 10
- 12
-2
votes
1 answer
How I block incoming call?
I have read How to block calls in android, but IDE doesn't know how to resolve com.android.internal.telephony.ITelephony. The internal API has gone?
How I can access setting->call setting->auto reject call?

tangjie
- 457
- 3
- 8
- 13