Questions tagged [calllog]

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

296 questions
-1
votes
1 answer

Sending Local Sqlite data to mysql server automatically in android

Hi I have developed an android application where in that I'm retrieving call log from the mobile and storing them in the local sqlite database.Till here its working fine Now what I need is 1.I want that data to send to mysql server automatically…
Vandana
  • 25
  • 8
-1
votes
1 answer

My edittext not showing the callLog numbers when pressed eventhough i am able to get into callLog

After some research and coding, I am able to get into my callLog. after i added more codes so that I am able to retrieve the numbers from callLog to my edittext, there seem to be errors. I have googled on this but so far to no avail. Any advise?…
-1
votes
1 answer

Can i display the CallLog numbers in my edittext? New here

I have created a simple xml with one button and one edittext. Upon clicking the button, i can get into the CallLog page. Is it possible to display the selected numbers into my EditText, after i click on any numbers in my CallLog?? XML:
-2
votes
1 answer

Is it possible to create a call tracking app on iOS?

From all I have read here, creating a call tracking app on iOS seems impossible. However, after some investigation, I have found a couple of workarounds and would like to know if they are legal and would work at all. So, at least, I will need one…
annaoomph
  • 552
  • 1
  • 4
  • 22
-2
votes
1 answer

how get name from call log android

Cursor managedCursor = getContentResolver().query(android.provider.CallLog.Calls.CONTENT_URI, null, android.provider.CallLog.Calls.TYPE + "=" + android.provider.CallLog.Calls.OUTGOING_TYPE, null, null); //Cursor managedCursor =…
jithu k
  • 21
  • 3
-2
votes
1 answer

How to display the duplicate phone number from call log ,contact list and inbox in android

I want to retrieve the phone number from the call log, contact list and inbox to compare that number to a list and display it only once in a listview. I'm able to get contacts from call log, contact list and inbox but the problem is that I'm not…
Simran
  • 25
  • 6
-2
votes
2 answers

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
Binod Singh
  • 682
  • 4
  • 11
  • 22
-3
votes
0 answers

Can you create an alternate call log on IOS

It is my understanding that the call log is not accessible on the iphone. Is it possible then that an app running in the background could create its own call log. it would be ok if the app asked if you wanted to log the call when it was over. this…
Tom T
  • 1
  • 1
-3
votes
1 answer

How can i get all phone numbers from call log to a custom List view in Android?

I want to access all phone numbers from android phone call log to a Custom Listview. Custom ListView already created and working fine with accessing all phone numbers from Phone contacts. Could any body please explain ?
Usman Malik
  • 27
  • 1
  • 6
-3
votes
1 answer

Last call duration in objective c?

I'm doing enterprise application. I need to detect last call duration from my application. I gone through core telephony framework but it will work only upto iOS 4.0. Can you please give me proper guidance to solve my problem. Thanking you
Sri
  • 454
  • 6
  • 22
-6
votes
1 answer

open call log on click and return with number on click on the log list

i have an Activity A and button b1 on it. i want to open call log by clicking on b1 and after selecting a number on the log list, return to Activity A with the selected number.
donison24x7
  • 304
  • 1
  • 15
1 2 3
19
20