Android :: API For Intercepting And Blocking A Call?
Oct 6, 2009
Is there a API for intercepting and blocking a call? What I want to do is to create app that autometically detect incoming call and based on the caller it either alert the user or don's alert the user. Like, if the number is stored in the phone book then alert the user other wise just send a message to the caller that the person is busy.
View 3 Replies
Oct 20, 2010
I'd love to prevent hardware buttons from working while user runs my app. Perfectly all of them, but any number would help :) I am not sure it's doable but maybe I miss something, hence my question. For those wondering - "why?" - we got an app that does full screen colorful animation and users often run it and hand the phone to their babies as they can stare at it for hours :) but the problem is, kids accidentally press hardware buttons (usually camera trigger, but also Home or Search - depending on the device model). I'd love to add the option to block all keys beside one which can hardly be pressed accidentally.
View 2 Replies
View Related
Apr 6, 2010
I am developing a call blocking application for android. What I've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the android phone process. Please tell me can i do so. If not, then how can i reject the incoming call.
View 4 Replies
View Related
Mar 18, 2010
I have someone who's calls I wish to block. No I don't want to forward him to voice mail (even though I already have). I want the phone's caller ID to recognize the caller and simply bloc the call (I don't want the phone to ring and I don't want it to accept any voice mails from this guy). I know google voice has this feature, but I don't want to activate the single number version of GV (I'm not ready to have only one number. I read a similar thread that was posted here some time ago, but there were no definitive answers on it: http://androidforums.com/support/6077-caller-id-based-blocking-call-forwarding.html. I was wondering if anyone was aware of any apps that could be used to block a specific incoming number, which could be installed without having to root the phone.
View 20 Replies
View Related
Apr 3, 2010
Have been wondering whether there is an app out on the market that blocks phone calls at certain periods of time throughout the day! Such as at night time, I get obnoxious calls that wake me up! Or while I'm in class... Is there such an app that blocks phone calls from like 12AM to 7AM. I've been googling like crazy and I can only find apps that block certain phone numbers.
View 5 Replies
View Related
Apr 3, 2010
I'm new here and have been wondering whether there is an app out on the market that blocks phone calls at certain periods of time throughout the day! Such as at night time, I get obnoxious calls that wake me up! Or while I'm in class... Is there such an app that blocks phone calls from like 12AM to 7AM. I've been googling like crazy and I can only find apps that block certain phone numbers.
View 7 Replies
View Related
Feb 19, 2013
is there any CALL BLOCKING software for android DUAL DIM PHONES..in which call reject can be set on the basis of SIM...that is if a number is rejected to call on SIM1 but the same number is allowed to call on SIM 2....
View 3 Replies
View Related
Sep 28, 2013
i recently updated from ics to jelly bean 4.1.2 on my Samsung galaxy s2 on 02 uk network, i have noticed a few different issues since the update though regarding blocking calls and i notice the feature isnt as good since the update
previously on ics when blocking a number, once a number called they would be present with "dud a duh sound" which made the phone sound like the number was disconnected it would also not divert the blocked number to the voice mail
since doing a test on jelly bean when blocking a number, it now diverts them to the voice mail, and what's more annoying is once a blocked number calls it seems to one ring on my phone and then divert them to the voice mail, similar to as if i was cancelling there call every time, which is no were near as effective
ive just tried an app called mr number and this is the same, although this does have the option of a "hangup feature" and a send to "voicemail feature" again when the blocked number calls it seems to one ring and then either be disconnected or diverted to the voicemail, which again is like your cancelling there call every time after one ring
on ics when blocking the number they were never presented with the ring tone on there end, they were only presented with the sound of a disconnected line etc. How i can get that feature back???, without using mr number which doesn't do it as well
id like it to be like it was with ics, so basically the blocked number doesn't even get the chance to to be diverted to voice mail or to be not connected at all??? and certainly so it doesnt one ring on my end before the divert/block kicks in, on ics the blocked number never got that far, it was blocked instantly and presented with the disconnected sound, and then i was shown on my phone a log they had attempted to call., i also dont want to give the impression im cancelling the call on my end, as like ics, this was a good feature as certain people would just think your unreachable, know when a blocked contact calls with the new system under jelly bean it looks like your cancelling there call everytime after a one ring.
also is it still not possible to block text messages from certain spam numbers?
View 1 Replies
View Related
Feb 3, 2012
I want an call blocking/black list App which will blocks the selected blacklisted number,and while that number call us...i want a response tone to be like "the user you are calling is unavailable" or a simple n silent call end up with some beeps unlike responding that blocked number as "the user is busy",as bcos this busy tone wil be saying him that we are rejecting his call. I really wrexedup in searching this app.
in earlier i used nokia5230 S60v5,there i had an app named "M-Cleaner" which was also cald as "360 Principle",developed by some china dev's.this app works such like saying the user is unavailable or simply ending up the call without saying anything. It's having an option of call forwarding rejection method.so i use to keep a some real unavailable number in that option n make choose that call forwarding rejection/blocking method.i think due to this option that app was able to do so(as like my requirement).
How to find such an app in our android platform. I thought symbian is itself having such an outstanding app,y not for android?...n jumped to android.
My mobile-Samsung galaxy Y (not rooted).
View 2 Replies
View Related
Nov 19, 2013
Call / SMS blocking app with ability to block message from non-numeric numbers and with whitelist support for those numbers.
I`am using Call Control now. This app can block non-numerical numbers. But no whitelist support.
Answer: information from cellular providers and from banks comes from such numbers. But they trapped in spam and you have always to look blocked log.
View 1 Replies
View Related
Jul 9, 2013
Any way to block my son's phone from calling or texting specific phone numbers? I want him to be able to add phone numbers and contacts, but be unable to call or text a couple of specific phone #s. Is there a way to do this? I have Verizon but their number blocking service only works for incoming calls, not for outgoing.
View 2 Replies
View Related
Jun 29, 2010
You can intercept a call on Android?
View 2 Replies
View Related
Sep 1, 2010
I'm writing an application which will have two Activities, when the user presses the back button on the second activity a dialog should pop up asking the user to confirm the action. So how do I intercept this? I seriously doubt about this coz the backstack is a part of the OS itself. Has anyone found a workaround?
View 2 Replies
View Related
Jun 15, 2010
What's the best way of intercepting screen touches and coords during a game loop? At this point, I don't have a View from my main.xml file, so the normal OnTouchEvent doesn't apply, as far as I can tell. What's the usual procedure for this?
View 2 Replies
View Related
Feb 26, 2010
I just went through the API and found nothing to intercept incoming and outgoing email messages.
View 7 Replies
View Related
Jun 7, 2010
I'd like to create dynamic HTML in my app that will also include referecences to a few images. The images should not be resolved / requested by the internet, but instead I would like to somehow intercept these calls and then respond will classpath resources to those requests.I think this is similar how phonegap or titanium do this, but this is just an assumption.Does anyone know how webkit's resource loading can be intercepted and resources can be served from a local cache/ classpath intead of contacting the internet?
View 2 Replies
View Related
Oct 30, 2011
I am looking for an app that can:
- make a log of all the other apps, including stock ones, that make attempts or actual connections to the internet, and at what time
- be able to intercept those connections
- preferably I would create a white list of apps that are allowed to connect, but others do not have permission.
Purposes include:
- saving on bandwidth in poorer countries where internet is expensive.
- making sure apps or malware doesn't try to send off my data when it shouldn't be.
- prevent annoying background sync/apps from running when I don't want them
I find it strange that we either give all the permissions the app wants, or it doesn't work. Why can't we restrict their internet access?
Does this sound feasible? Does it already exist?
I'm rooted and using an Asus Transformer.
View 3 Replies
View Related
Jan 5, 2010
My application has a custom view which contains other custom views of a different type. The subviews have their own click listeners (which I can't change, as these are in 3rd party libraries). How can I intercept a user's click at the level of my view to do some processing, and then pass the click on to the proper subview?
View 3 Replies
View Related
Jun 26, 2010
There are some programs to make calls via SIP with android. Nice thing is that they work transparently. That is you can use the standard android phone dialer but the call goes via SIP. How can you use the android dialer to do this?
View 5 Replies
View Related
Jan 10, 2010
Even registering the broadcast receiver at the highest priority still fails to receive the Bluetooth media button events on the HTC Hero phone. The Bluetooth media button registration code works fine on the other Android phones that I have tested. Apparently this isn't the first time HTC has done something like this, as I also found a report of a similar problem on one of the HTC Microsoft Mobile Devices reported here
It seems extremely short sighted of HTC to code their media player so that it grabs the Bluetooth AVRCP media button events in such a way that other applications are unable to work with the Bluetooth head phone buttons and Bluetooth in car stereo systems.................
View 2 Replies
View Related
Nov 28, 2009
Is there any way to block an app so that cannot be launched?
View 7 Replies
View Related
Sep 14, 2010
I'm launching an IntentService using startActivity from inside the onClickListener of a button. startActivity returns immediately. No blocking there. But the button stays "pressed" until the IntentService finishes its work. In addition, the screen does not respond to rotation while the IntentService thread is running. I can see that it's a separate thread in the debugger but the UI seems to be coupled to it. As soon as the IntentService thread finishes, the UI is unblocked. Any idea how I can prevent this and let the UI continue?
View 2 Replies
View Related
Jun 8, 2010
Need a program to block calls. Telemarketers, debt collectors, annoying ex's etc. Anything like that for the Android? The send to voice mail feature causes them to just leave me voice mail.
View 4 Replies
View Related
Apr 6, 2010
On the market, there's an application called App Protector, which seems to effectively block the launching of configured activities until a password is correctly provided. By default, it blocks access to itself (not very interesting), Settings, and a few others. I wrote my own app to launch settings (rather than doing so through the home screen) and App Protector continued to do the job it claims to do.
When an activity that is protected is started, App Protector's password input activity is shown instead. Once the correct password is provided, the activity that was started comes to the front.
First -- does anyone know how this app is able to get between the rest of the system and the activities it protects? I would like to do something along these lines in my own application as well. Perhaps this app is receiving a broadcast about other activities coming to the foreground, and when the foreground activity is protected, it forces itself to the foreground?
Second -- does anyone know how well this technique will stand up to attack? Are there other ways to circumvent, where start Activity(...) fails to? It seems that one could use adb to un install it, thus removing its protection easily, but if I pursue my plans here, the app will be a part of a device's firmware (which, I assume, offers some protection against its apps being installed?)
View 2 Replies
View Related
Dec 30, 2009
I'm trying to use the Mail client on my Hero to send emails, but it seems that Three is blocking port 25. I've asked my hosting company if they can allow me to use port 587, but in the meantime, does anybody know of how else I can send email from my Hero?
View 3 Replies
View Related
Nov 23, 2010
I have an Activity that implements a Gesture Detector to catch the user fling input for navigation to other screens. That was working fine - but - I recently updated a class that derives from my BaseActivity to add an onClick function and now that click event seems to block the onFling from being hit. The onClick is tied to a TextView area (in a LinearLayout) I have on my screen. The resultsClick method is wired to the TextView using its onClick property in the XML layout.
I've tried changing the return values in onSingleTapUp and onDown without luck. I've also tried adding log statements to all the functions below as well. None of them fire when I fling in the TextView area but they do on other areas of the screen.
Maybe I am using the wrong search terms, but I couldn't seem to find an example that addressed this - yet I'm sure this problem has been solved before.
CODE:.........................
View 2 Replies
View Related
Jun 22, 2010
I would like not to read the messages from some preselected numbers. Some person is annoying me (as it always happens in life), and I dislike receiving stupid and incongruous messages from that person. How could I achieve this? I found apps for blocking calls, mostly for WM, but I here look a tool for my Android, and, moreover, for messages. (A call blocker would be nice too, though, but I did not find one, even by looking in older posts in this forum.
View 6 Replies
View Related
Sep 19, 2012
I lost my android mobile HTC Wildfire A3333 running CM7.2,I want to block access of my Google account, Facebook account, Whatsapp on the mobile from misusing.
View 3 Replies
View Related
Jan 28, 2010
I have a thread listening on a TCP port. When there's nothing coming in on that port, the thread blocks. This is fine, and the behaviour I want, but how do I kill said thread while it's blocking?
View 5 Replies
View Related
Jul 20, 2010
I have a background thread which queries for 1000 records at a time. After querying , when i call cursor.move To First(), the UI gets blocked until the operation is completed.This is very disturbing experience for user , especially if there are 10000 plus records.I use Thread.sleep in between after each 1000 records, As soon as cursor.move To First is called, UI blocks for 2 3 seconds. Am i missing anything here ?
View 9 Replies
View Related