phone-state-listener Questions
3
Solved
I would like to retrieve the incoming call's phonenumber and do something with it like the do
in http://blog.whitepages.com/2009/02/27/caller-id-by-whitepages-a-new-android-app-that-puts-telemarket...
Tibiotarsus asked 5/12, 2009 at 19:42
1
I created a Broadcast Receiver Which is inside the Service Class (Because of the Android Broadcast receiver restrictions Broadcast receiver stops after while, So I created Background Service, with ...
Binoculars asked 11/8, 2020 at 2:58
3
Solved
A few people over the past decade have asked similar questions but none have ANY answers. I need to write an android app that collects and stores RSRP, RSRQ, CINR, and Cell ID. The answers need to ...
Librettist asked 11/9, 2015 at 19:52
3
I was trying to retrieve the phone number from intent extra through onrecieve() method for the following broadcast receiver registered in manifest file.
<intent-filter>
<action android:...
Saran asked 8/8, 2018 at 5:48
1
Solved
I can easily get the sigalStrength in Android via callback
onSignalStrengthsChanged(SignalStrength signalStrength)
and retrieve the signalStrength trough the passed object
int signal_strength...
Bulldog asked 9/2, 2018 at 17:28
1
I am working on an application in which I have to override the INCOMING CALL SCREEN.
When device receives a call, I have to show a popup of my application. I have done a detailed research about th...
Dressmaker asked 17/12, 2014 at 11:29
1
I've got a PhoneStateLister where I get a bunch of data and I send to a server.
If I call the listener in a fragment, it's all good, but when I'm calling it in a service, I get a NullPointerExcept...
Foamflower asked 14/9, 2015 at 15:16
3
Solved
I've very newly gotten into Android development, and decided that my first conquest on this fresh field would be to grasp how the phone reacted to incoming calls.
A little googling later led me to...
Lola asked 26/10, 2015 at 7:35
2
Solved
I'm applying Android 6.0 runtime permissions into an app which listens to carrier data connection state changes. I first tried to just remove the READ_PHONE_STATE from the manifest to check where t...
Theoretician asked 30/10, 2015 at 10:29
4
Solved
I have problem and after some search I have not found any positive solutions.
After research I have idea that there is not implementation for my problem but this question may be is my last chance. ...
Dramatic asked 5/7, 2013 at 7:21
0
I'm having an issue in trying to run a PhoneStateListener on* callback methods in a backround thread. Here's what I did so far:
First, I wrote my PhoneStateListener implementation. Something on th...
Cheque asked 6/10, 2014 at 15:41
1
Solved
I am using the following broadcast receiver to retrieve outgoing phone number.
@Override
public void onReceive(Context context, Intent intent) {
mContext = context;
mIntent = intent;
Telephony...
Fossil asked 18/3, 2013 at 9:34
1
Solved
I'm trying to get the following data:
Base station: CellID and RSS (recognition which one is the base station)
For all neigbouring stations: CellID and RSS
There are various APIs and it looks l...
Vargueno asked 22/3, 2013 at 17:43
1
i try to write a program for android .I want to make a call with my program and after that recognize the call status. With Flowing Function I can recognize the hang out status and for answering sta...
Contrived asked 14/2, 2013 at 16:34
1
Solved
I'm trying to set up PhoneStateListener but I get a PhoneCallListener cannot be resolved to a type.
public class ButtonView extends FrameLayout {
PhoneCallListener phoneListener = new PhoneCallL...
Darksome asked 15/11, 2012 at 10:31
1
© 2022 - 2024 — McMap. All rights reserved.