A call log on a mobile phone is a historical list of all made and received phone calls.

learn more… | top users | synonyms

0
votes
1answer
13 views

How to access MISSED_CALL Log in Android

I am developing an app in which i want to access MISSED_CALL log. Using below code.... private Cursor getItemsToSync() { G = "Log method accessing"; ContentResolver r = getContentResolver(); String ...
0
votes
0answers
19 views

Contact picture for the Call Log in android

I am developing an android application, in which I am displaying call Logs and the Details of the calls. I want to display the contact picture in the call Log. I am able to get the contact ID and the ...
0
votes
0answers
15 views

Android finding Call Result of a GSM/WCDMA call

I am developing an app and for that I need to be able to listen to the call status of the call that has just finished. what i mean by call status or result is that when for example, the signal goes ...
0
votes
0answers
45 views

iPhone Call Log/History Access - Existing Appstore App has access…But how?

I am trying to incorporate in my app the ability to count incoming/outgoing voice minutes. I though this was impossible, especially with getting approved in the App Store. However, I noticed that ...
-1
votes
0answers
17 views

difference between CallLog.NEW and CallLog.IS_READ

Hi am total confused what is difference between NEW and IS_READ please any one help me where i can use New And Is_Read this two functionality and how to avoid duplicate call in call log . thanks
0
votes
0answers
35 views

how to avoid duplicate call history details in android

hi am getting call log details from content Provider it's working fine but output show duplicated call details also how to avoid duplicates in call logs. current output like id name number time 1 ...
-1
votes
1answer
42 views

Delete particular log from call log

I want to delete a particular entry from call log only once.. getActivity().getContentResolver().delete(calluri, queryString, null); The above code delete all the entries from call log
2
votes
2answers
64 views

How to refresh call log

I'm trying to refresh the call log once a button is pressed. I have both a Uri and Cursor defined Cursor c; Uri allCalls = Uri.parse("content://call_log/calls"); and then this function is called in ...
0
votes
0answers
54 views

how to calculate date and time in call logs

Does anyone know how to display the call log details for individual calls? When I go into my call history, the only times shown are "1 hour ago, 3 hours ago, yesterday, 2 days ago" etc. Is there any ...
0
votes
0answers
20 views

Incoming call number not placing in the call log

My application intercepts incoming calls from selected numbers that user wants, it intercepts and sends the busy message to the caller, but the problem is that the number is placed in the call log, is ...
0
votes
1answer
101 views

android content observer - onChange method check if last call is missed call or not

I am working on an android app and I need to increment the incoming missed calls. I registered a ContentObserver. How can I check in the onChange method if the call is a missed call or not? I have a ...
0
votes
1answer
100 views

clear missed calls and clear notification from android bar

Using this code I managed to mark all missed calls as read: ContentValues values = new ContentValues(); values.put(Calls.NEW, 0); if (android.os.Build.VERSION.SDK_INT >= 14) { ...
0
votes
1answer
47 views

clear missed calls error in android.database.SQLite

I have the following code for clear missed logs: ContentValues values = new ContentValues(); values.put(Calls.NEW, 0); values.put(Calls.IS_READ, 1); StringBuilder where = new ...
0
votes
1answer
75 views

how to mask missed calls to read in android?

I am working to an android app that displays the missed calls using: String[] projection = new String[]{CallLog.Calls.NUMBER, CallLog.Calls.TYPE, ...
1
vote
1answer
131 views

Hide calling phone number, When call is made through my app

I have button in my android app to call a desired phone number. I want to hide this number from callers call log (yes, i want to hide it from displaying androids call log) is there any possible way ...
0
votes
0answers
22 views

Get number from call log when contact is created

I have created a alternative app for creating a new contact in android. It works fine when we create a contact. But when we create a contact from call log selecting "create contact" in context menu, ...
0
votes
1answer
62 views

Pop up notification when having missed calls

I am working on an android app. I need to popup a message every time I have missed called. I am retrieving missed calls using CallLog.Calls.CONTENT_URI. I need some advices. How to do this?
0
votes
0answers
35 views

how to get contacts image for call logs list

I have a listview and an adapter . This listview contains android call logs. I want to add the picture to each contact from call logs code: cursor_call = ...
0
votes
0answers
92 views

Get the SIM number used on a call through the call log of Android

I know Android SDK is big mess for dual SIM support, but stock dialer shows this information on call log which SIM card ( 1 or 2) was used in a call. I guess it´s stored on call log default database ...
0
votes
1answer
127 views

Storing Calllog details into a SQLite DB

I am having some trouble with my application. What I am trying to do is get the call records from the call Log, pass it into my DB for storage and then retrieve values as and when needed to be ...
0
votes
0answers
180 views

Read call log with exception on Viber calls

I have code with reading call logs String[] strFields = { android.provider.CallLog.Calls.DATE, android.provider.CallLog.Calls.TYPE, ...
0
votes
0answers
54 views

Getting Missed call details in IOS SDK

In my IOS6 app i need to send a message to missed call number .Does IOS SDK provides public API to access the call list .So that we can fetch the call history .
0
votes
2answers
56 views

Open CllLog on Android and pick a number

I've read many posts of people trying to explain ho to open the call-log on Android and allow the user to pick an item but non of them work. Does someone have a good working sample?
0
votes
0answers
36 views

Placing caller number in call log

My application intercepts the incoming calls and also cancels call log notification. I want that when I close the application It should place all numbers that were intercepted should be placed in the ...
0
votes
1answer
120 views

How to get Call Log by date in android?

I am trying to get Call Logs by date. But get stuck with the format of the date to be passed to the cursor to get the values. Call Log Cursor Calendar calendar = Calendar.getInstance(); ...
2
votes
0answers
164 views

How to display local notification when PhoneGap application is minimized

I have a PhoneGap application where I am using Background Service, PhoneListner and CallLog plugins for Android. So when even there is an incoming/outgoing call ends, my application shows the ...
0
votes
1answer
146 views

Android: Get unique contacts called from the call log

Lets say that i have 100 calls in my call log. I want to find the unique contacts (not numbers) that they have been called. The problem is that if a contact has two phone numbers (e.g. for Contact A i ...
1
vote
0answers
496 views

Can't remove SMS logs from call log on Samsung devices

I'm trying to remove all SMS messages from the device via my app, but for some reason SMS logs still appear on the call log on some of the Samsung devices. I've tried a more "radical" approach, and ...
-4
votes
1answer
71 views

recovery of entries from deleted .db file [closed]

Ive been working in the field of forensics for about an year now.Id like to know if there are any python scripts (open source) that will help me recover contents of a db file which have been deleted ...
0
votes
1answer
157 views

Extracting call logs from a particular date to date(eg. 20th to 20th of every month) [closed]

I am creating an android application that fetches call logs from the device, format its date etc, show all calls in a list plus a piece of code to calculate duration into minutes. Its working fine, ...
0
votes
0answers
47 views

Is there any way to get CallLog update event for Android in PhoneGap

I need to get the call details immediate after a call ends. Although for Blackberry we can handle the call end event on end button press but there is nothing such I found in Android. Is there any ...
0
votes
1answer
73 views

how to open call log from broadcastreceiver

how to open call log from broadcastreceiver am using a broadcast receiver to monitor call is coming from which number... and for that i need to open calllog to show to the user how to open call log ...
1
vote
0answers
195 views

List view layout similar to call log of android

i want to create a layout just similar to for this i am creating a layout for the row of ListView. can you please describe me what are the components they are using to create this row's layout. ...
1
vote
2answers
819 views

Access call history in iphone.? [duplicate]

Possible Duplicate: Reading call history in iPhone OS Hi my new requirement is to access calllog (incoming/outgoing/missed calls) from iphone. Is there any framework or API for accessing ...
0
votes
1answer
98 views

Getting call log in android returning index out of bound when splitting result row on “\n”

while retrieving call log in android, I am getting an index out of bound when trying to split the result on "\n" based on the projection for index 1 /* * projection string that will contain ...
3
votes
2answers
326 views

How do I send Call Log history via sms in Android?

I'm trying to send CallLog history via sms. Well the CallLog history is displaying in TextView but SMS is not working. Code: @Override protected void onCreate(Bundle savedInstanceState) { ...
1
vote
1answer
258 views

Android Query Call Log fail to read

I am new to android SDK and I am trying to read from the call log to get info of the last call made with the below code. public class MainActivity extends Activity{ @Override protected void ...
2
votes
1answer
160 views

Fetching Call duration from Calllog after call ends using BroadcastListener

I need to try and get the call duration after a call has ended. I have a broadcast listener which using telephony manager keeps track of the phone states, that is 'offhook', 'idle' and all. Using this ...
0
votes
1answer
102 views

how to open com.android.contacts/.CallDetalActivity

i want to open calldetail activity to see a contact call log info. i take uri with this code Uri lookupUri = Uri.withAppendedPath(CallLog.Calls.CONTENT_FILTER_URI, ...
0
votes
0answers
243 views

How to access the call log through broadcast receiver after it is updated with the latest call?

I was trying to make an application in which I have to detect the type of call (ie.missed call or dialed call or received call) just after the phone is in idol state. problem in the broadcastReceiver ...
0
votes
0answers
197 views

Android “Call Log” cursor query not reading manually read calls

I have run into a very strange problem. Below is the code snippet in a service automatically running periodically, to read call log from android device. String strOrder = Calls.DATE + " ...
2
votes
1answer
831 views

last outgoing call duration android

I have a broadcast listener which looks for any outgoing call and then starts a service upon completion of an outgoing call. The thing is within the service, I need to try and fetch the last call ...
3
votes
1answer
287 views

Calllogs returning all logs calls as well as sms logs, how can i filter only call logs?

I am trying to get all the calls logs excluding sms but i get a merged list. how can i filter it for calls only. I am using following code. String[] strFields = { ...
1
vote
2answers
394 views

Samsung device returns text messages when querying for call-log

Some of my users report that on their Samsung devices (GT-N7000 & SGH-I777) a query I make in my app for the CallLog.Calls displays also text messages. I've created a dump of their CallLog ...
0
votes
1answer
138 views

Android - Sort calls by cached name if exist (use of ifnull in sqlite)

i would like sort the call logs by cached name. The cached name can be null. So in the case of a null cached name, i would like to have the phone number for an alias. in sqlite, there is the ifnull() ...
0
votes
2answers
150 views

Get the missed call notificaiton

I am developing a application which will determine the phone state such as idle , ringing, off_hook. I am able to differentiate when the user ends the call. If the user doesn't end the call on his ...
-2
votes
1answer
186 views

Is it possible to edit CallLog (logs.db) via SQLite queries on Android?

As i mentioned in title, I wonder if it is possible to edit logs.db database which contain Calls and Messages via SQLite queries. I am interested in using collumn which is used by messages (m_content) ...
0
votes
1answer
228 views

Personal favourite and recent call list for android

I been trying out the other tutorials on the call log and favourite . But this method is always using the native android phonebook. Is there any way to make a favourite call list and recent call list ...
0
votes
1answer
224 views

Call a phone with out saving number in call logs

I am using following code to make a call. private void callBack(String phone, Context context) { Intent callIntent = new Intent(Intent.ACTION_CALL) ...
0
votes
1answer
126 views

How to enable GPS automatically phone call is received [duplicate]

Possible Duplicate: Enable GPS programatically like Tasker I have a code for dial and receive phone call from contacts,but how can i enable GPS automatically phone call received.

1 2 3