telephony Questions
1
I run a nonprofit organization that creates assistive technologies for people with disabilities. I am working with a client who is quadriplegic - he is unable to use his limbs but can speak fine. H...
Crusted asked 14/6, 2013 at 2:42
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
5
Solved
Mobile number will be entered in an edittext by user on registration page in my Android application. How can I check that user entered his/her mobile number not other's ?
I've tried this :
Telep...
Derrek asked 22/2, 2013 at 8:9
2
Solved
Is it possible to get a device's telephony ID, MAC Address, serial number, and/or Android ID through a mobile website?
That is, not through a downloadable app, but through a link that the user go...
Sanctum asked 19/12, 2012 at 17:56
3
I'm working on a project that requires my app to be able to send DTMF tones on the voice's uplink frequency during an active call.
My 2 conditions are:
We don't use a customized Android platform...
2
I tried to programmatically send DTMF tones in Android. But the emulator shows up a dialog box that says "Do you want to send these tones?" and it sends the tones only if I click OK.
But how can I ...
1
I wanted to disable features related to CALL and SMS in my application based on whether SIM hardware is present or not. Now a beginners approach towards this will be checking the Phone type using :...
3
I noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK and CALL_STATE_RINGING. They seem to be used for incoming calls.
What I actually want to do is to be notified ...
Bulrush asked 20/5, 2010 at 8:51
7
I am trying to access CallManager class object from com.android.internal.telephony package.
Here is my code:
ClassLoader classLoader = TestActivity.class.getClassLoader();
final ClassLoader clas...
3
Solved
I want to disconnect incoming call for a particular time.
How can i do this is it impossible ?
I searched and i find it is impossible. please help me.
public class Telephony3 extends Service
{
...
Dropforge asked 30/1, 2012 at 5:38
5
Solved
I write an application that attempts to modify phone call state. It works well on Android 2.2 or less, but throw an exception on Android 2.3 because of the lack of permission on android.permission....
Breadroot asked 17/1, 2011 at 16:10
1
Solved
Some Huawei 3g modems like mine (E1752) has ability to make and receive calls. I believe onboard there is PCM channel that can be used while making or receiving the calls but I do not have any more...
1
Solved
I am facing a problem when i use proguard for application having used telephonyservice apis using reflection in android.
I have defined a package com.android.internal.telephony and there i have c...
Rahel asked 22/10, 2011 at 12:15
1
Solved
I'm looking for a library or tool to decode FSK in wav files, e.g. caller id.
Currently using the tools bundled with vpb-driver for Voicetronix hardware that is available via debian/ubuntu. ...
Amalbergas asked 15/9, 2010 at 2:43
5
Solved
I have a USB 3g modem, On windows it comes with software with which, I can use it for calling, sending and receiving SMS. Now, I want to write similar open source application in linux ( I also want...
3
Solved
in my app I should do some action when a call comes but not answered by the user.
I have searched in the android.telephony and the NotificationManager, but I haven't found a method to solve this ...
Nall asked 24/9, 2010 at 9:23
1
Solved
I use BroadcastReceiver to intercept incoming call on Android phone as below
tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
Bundle bundle = intent.getExtras();
String...
Transmission asked 10/1, 2011 at 18:50
1
Solved
Standard way of checking camera and telephony hardware availability works only since SDK >= 5:
PackageManager pm = this.getPackageManager();
boolean hasTelephony=pm.hasSystemFeature(PackageManager...
2
Solved
I am trying to provide a "click to dial" solution for someone to a bluetooth device such as a mobile phone. I have been trying to do so using the 32feet.net bluetooth api.
I haven't really done an...
2
Solved
I want to record call from android phone.
I am using android.media.MediaRecorder pckg.
Also used following code:
mrec.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
mrec.setOutputFormat(Me...
Ferrocyanide asked 1/2, 2011 at 12:58
1
Does anyone know how (or if it's possible) to simulate a call to an actual device (i.e. USB debugging) using the DDMS in eclipse? I have no problems simulating calls to the emulator and the app I'm...
2
Solved
When an Android phone receives a call it automatically checks if the call exists in its own contact database. I was wondering if there is a simple way to access that information. I have a PhoneStat...
1
Solved
I would like to create an ermergency call application : if triggered, it calls a given number and play an audio file, giving the information the caller couldn't give himself.
For that I need to en...
5
Solved
How to get the phone number of the device in Symbian?
© 2022 - 2024 — McMap. All rights reserved.