Telephony class for Android devices

learn more… | top users | synonyms

0
votes
1answer
38 views

Properly Using Android Listeners

I'm new to Android programming and while I have successfully logged the output of a listener for a state change in the Telephony API, I'm having trouble accessing the value and writing it to a ...
0
votes
2answers
54 views

Get mobile Number on GSM Mobile using android code

I am using following android code to get mobile number and it's working on android emulators only: TelephonyManager tm =(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); String number = ...
0
votes
0answers
11 views

eclipse telephonymanager equivalent in oracle

im trying to develop application (android scanner) using java oracle. there is a function in eclipse name telephony manager to access phone's number and IMEI number and also GPS. so right now i want ...
1
vote
2answers
64 views

How can I send a pre-recorded(wav) file during a voice call?

I want to develop an application through which if the caller calls you, the call should be answered automatically without user's involvement and the caller could hear a pre-recorded voice which is ...
2
votes
2answers
77 views

Get mobile network frequency band Android

I'm building an app for Android witch logs some data about phone mobile network, Access Type: (GPRS, 3G, HSPA, LTE) Frequency: (WCDMA 2100 Band 1) LAC: Location Area Code SAC: Serving Area CellID ...
1
vote
3answers
88 views

How to start Direct Call in Samsung?

Samsung's smartphones has one nice feature called direct call - i.e. while messaging one can just lift telephone to ears and it starts calling. This kind of function implemented in SGS-3, SGS-4 ...
0
votes
1answer
71 views

Phone number is not getting displayed

I have written a simple android application to fetch the phone number... this application is working in Android emulator.... but it is not working in Android mobile phones(both in samsung galaxy s3 ...
3
votes
1answer
74 views

android telephony (api 17/ android 4.2) issues

I'm trying to use the new telephony API. I make a call to TelephonyManager's getAllCellInfo() but all I ever get back is a null object (meaning its unavailable). Currently using a nexus 4 with the ...
-1
votes
1answer
93 views

Auto Call reject Android

In my app I want to reject a call if the phone is in charging state. Please can anyone review my code and point out what I'm doing wrong? Especially the reject function. I'm trying to implement this ...
2
votes
1answer
33 views

Counting number of times the remote phone rings

In my Android app, while calling a remote phone I need to keep track of the number of times the remote phone rings before it (i.e. remote phone) goes to off-hook or idle state. Googling for this topic ...
4
votes
2answers
209 views

How to modify incoming and outgoing call screen view in android

I want modify below screen according to my option. I don't know how to access this screen. and i need to modify this screen also Please help me to do this.
0
votes
1answer
50 views

Android: Use TelephonyManager or AudioManager for checking phone state before executing code

My question is, what is the best way to get the phone state (is it in call mode), to decide the further way. I would like to check for phone state before deciding whether execute sound notification or ...
1
vote
1answer
57 views

Android TelephonyManager 'answer' event

I've been exploring Android's Telephony Manager a bit and fount out there is a way to listen to such events as ringing, off hook and idle. However, it's not enough for me... When the call is actually ...
0
votes
0answers
63 views

google geolocation api 404

I have the following json, created based on google geolocation api documentation: curl -d @5112681.json -H "Content-Type: application/json" -i ...
0
votes
1answer
70 views

Inconsistency when invoke getNeighboringCellInfos()

I write simple program to get various information: signal strength, cell info etc... To test I use two phones with the same Android version 2.1 - Sony Ericsson and Samsung Galaxy Spice. To extract ...
0
votes
1answer
37 views

Background Audio for a Call in Progress - Possible?

I am writing a android app which is supposed to play back a audio file when a call is in progress coming from a specific number .. I tried many approaches.. but all went in vein Separate Thread ...
1
vote
1answer
296 views

Android: get CellID and RSS for Base Station and Neigboring Cells

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 like ...
0
votes
1answer
340 views

Getting Tower GSM location lat lng

I would like to know a method or a way to find the location of the cell the mobile is connected to (GSM one) This is my class: package com.example.signal; import java.io.File; import ...
0
votes
0answers
50 views

Activity starts each time call is received even after App is closed?

In my application , there is an activity which is launched if a call is recieved using this code: PhoneStateListener phoneStateListener = new PhoneStateListener() { @Override ...
1
vote
0answers
53 views

Want to initiate and manage a voice call from an android application

I want to initiate and manage a call from android, without any interaction with the default dialer. The call should automatically be initiated from the application, and the application should be able ...
0
votes
0answers
49 views

How to trigger a broadcast to read an incoming text on button click event?

In my app, I have two Broadcast Receivers registered with android.provider.Telephony.SMS_RECEIVED I want one of them to be always running in the background(Decrypt) and one of them to be active only ...
0
votes
1answer
91 views

Not able to get the SIM number when I use Airtel provider SIM card in Android?

I am working in my application and fetching phone number using the method: TelephonyManager phoneManager = (TelephonyManager)appContext.getSystemService(Context.TELEPHONY_SERVICE); number = ...
1
vote
0answers
71 views

How to detect “call accepted” before “call died”?

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 status ...
0
votes
0answers
105 views

How to Detect the ringback tone of an outgoing Calls in Android

I would like to know how to detect the ringback tone of an outgoing call, in order to compute the period between the detection of an outgoing call and the ringback tone. Now, I can detect the outgoing ...
0
votes
1answer
299 views

java.lang.RuntimeException: Unable to instantiate receiver

I'm developing an application that go through into user's messages, phonebook lookup and call state. Application running perfectly where as when i'm getting a call my application crashes. This is ...
0
votes
2answers
244 views

How to get the call status for outgoing calls?

I am beginner in android and developing an android application to monitor the network status when the user is on call(for both incoming and outgoing calls)... i can monitor the network status .for ...
0
votes
1answer
161 views

OFF_HOOK STATE is never invoked for outgoing and incoming calls

I have written a BroadcastReceiver to detect outgoing and incoming calls. I am monitoring the network status when the user is on call (i.e when the phone state is off_hook). unfortunately off_hook ...
1
vote
0answers
44 views

How to determine a call made is local or STD OR ISD

I am developing an application which requires to keep track of the outgoing calls made by user which i am able to track by Using Broadcast Receiver, also i want to detect that is that call is Local ...
0
votes
1answer
104 views

Setting the speaker on doesn't always work

I'm making an app that the user can call his favorite contacts through my app. When the call starts the speaker turns on. In order to make a call im using this Intent. Intent ...
0
votes
1answer
88 views

Listening to signalStrength when phone sleeps

i've developed a broadcastreceiver that listen to the phone signal strength declared in the manifest in this way <receiver android:name="it.cazzeggio.android.PhoneStateListener" > ...
0
votes
0answers
111 views

TelephonyManager.getLine1Number dont return nothing

I have a app made for android, this uses the TelephonyManager for get the Line number ((TelephonyManager)getSystemService(TELEPHONY_SERVICE)).getLine1Number() I have the correct permissions ...
0
votes
0answers
55 views

how to find the service provider in android for list of each contacts number using Contact Manager?

I have sim contacts in my android mobile.How to find the service provider of each number using Contact provider Manager and telephone manager.I want to display the contact name ,mobile number and ...
1
vote
1answer
176 views

How to detect answered or rejected state in outgoing call

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 status ...
1
vote
1answer
184 views

Unable to schedule sms message sending Android

I'm working on an android app that needs to set a schedule of sms messages to be sent at some frequency. For whatever reason I can't seem to get the messages to start sending. This is the Schedule ...
0
votes
1answer
45 views

Transmit extra digit to called party when making a call?

I'd like to trasmit data (in the form of a single extra digit) to the called party when making a call. Both users naturally need to have my app installed. For example: Person A makes a call to ...
0
votes
0answers
66 views

Android redial Android

I'm trying to implement Redial functionality in one of my applications. I want my application to redial if receiver is "busy". So far I've tried some things like following; try to check in call log ...
1
vote
0answers
135 views

Replacing standard Android Dialer - dog chasing its tail

The issue seems simple enough - provide your own app that intercepts dial commands, and then dials them itself (imagine a VoIP application that if connected places a VoIP call, and if not connected, ...
2
votes
1answer
216 views

Some GSM devices crashing with CDMA SignalStrength error on Android

My Android app monitors cellular signal strengths. On CDMA devices, it works without any problems. On many GSM devices, it works without any problems. However, on some GSM devices, I am getting ...
2
votes
1answer
78 views

Is it possible to detect if the cellular network is available in Android?

I have created an app that can send text message on a click of a button but strange problem is that when there no coverage the app force closes or sends in no information. so I would like check if ...
0
votes
2answers
264 views

Android - How to immediately endCall with telephonyService?

In my application, there's a feature that ends outgoing call (and starts other activities) while dialing a certain number (e.g. *123*) It's currently working, but requires a 200ms delay. Without the ...
1
vote
0answers
82 views

Disable own lockscreen when device on call

I am making my own LockScreen using Intent.ACTION_SCREEN_OFF and Intent.ACTION_SCREEN_ON. But when i have a call it still works. I referred this code but it did not work. StateListener ...
2
votes
2answers
243 views

PhoneStateListener is never called in broadcast android

my broadcast is getting called but PhoneStateListener is not called my code works fine when I run it in emulator but when I try it on actual device PhoneStateListener never gets a call, I am going ...
0
votes
0answers
26 views

Determine active caller without monitoring state change events

I have an application that needs to determine the phone number of an ongoing call. I have seen examples of using the ACTION_PHONE_STATE_CHANGED broadcast intent to get the calling phone number at the ...
0
votes
0answers
129 views

Android. Close ussd dialer window

I have a service that run ussd code and get the result of ussd. From Service I run this code Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:" + phone)); ...
3
votes
0answers
391 views

ending call in android using telephonyserivce.endcall()

I am working on app where i want to end outgoing call. this is the main class import android.app.Activity; import android.content.ActivityNotFoundException; import android.content.Intent; import ...
0
votes
2answers
215 views

How to abort an outgoing call after fixed seconds?

I am working on android app which can make missed call on other phone of particular duration like 5, 10 seconds, I am struck once call is made through a program to a particular number my program loose ...
4
votes
5answers
2k views

get Current simcard number in android

I want to know user mobile number in android. I used this code but I'm not getting number. TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); String n = ...
0
votes
2answers
135 views

Decline call in android

How to automatically decline the incoming call from app in android after letting the call to ring for 5 secs ?
-1
votes
1answer
30 views

I want to know if there is a ANDROID API which allow caller to listen a different tone while before another person picks up phone [closed]

I want to know if there is a ANDROID API which allow caller to listen a different tone while before another person picks up phone? An ANdroid API or a code to replace tone by another one? Thanks.
0
votes
1answer
151 views

How to prevent CALL_STATE_IDLE detection on app starts?

The app listens for incoming call and then stops playing music. Then, I want music to restart after the call ends. But I am having a problem with CALL_STATE_IDLE as it gets detected on app starts so ...

1 2 3 4