Questions tagged [calllog]

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

296 questions
0
votes
1 answer

How to enable GPS automatically phone call is received

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.
Ram
  • 1,687
  • 3
  • 18
  • 28
0
votes
3 answers

Call logging with Dual SIM

I'm developing an application for Android 2.3.4. This app gets all calls in call log and sends them to a server. The app works very well but now I have a problem. I have to add the Dual SIM option. I've looked around and it seems that Android mixes…
Andrea
  • 183
  • 2
  • 16
0
votes
1 answer

Android : How to remove duplicate from CallLog?

mCursor = getContentResolver().query( CallLog.Calls.CONTENT_URI, new String []{ "max(date) as max_date", "name", "date","type", "number" }, " 1=1) group by(number ", null, …
0
votes
2 answers

How to Access iPhone Call Log History on iOS5

Possible Duplicate: Accessing the iPhone's Call log with the iPhone SDK I am currently doing an address book application, I want to have a 'Recents' call logs. I am now using Xcode 4.3.3 and developing app in iOS 5.1.0 and 5.1.1.. It seems that…
vofiella
  • 21
  • 1
  • 6
0
votes
1 answer

How to see call log on button press?

I have created a button on my XML file. I want to click on that button so that the Android device's call log will appear. I have checked how-make-call-log-app-in-android but i am still not sure how to make the call log appear upon clicking a…
jason
  • 35
  • 2
  • 7
0
votes
1 answer

Accessing Call Log

Is there a way to access the Dialer/Contacts/Call Log of Android through an application? I essentially want to add features/information, and I know that those databases are unable to be changed past queries and insertions, so I was wondering how to…
Odiefrom
  • 40
  • 5
0
votes
2 answers

delete from callLog - Android 2.3.3

I have this code to delete a Callfrom CallLog.Callsprovider : String strNumber= "myPhoneNumber" String queryString= "NUMBER='" + strNumber + "'"; Log.v("Number", queryString); int…
113408
  • 3,364
  • 6
  • 27
  • 54
0
votes
1 answer

Android Edit Call Log

I was wondering if there was a way to modify the call log? I would like to edit date on the call. If for example I received a call today I would like to edit the log and change the date to yesterday. Anyone have any ideas?
Mark Manickaraj
  • 1,661
  • 5
  • 28
  • 44
0
votes
1 answer

How to find call log(history) information in windows phone 'mango'?

I am unable to find call log in windows phone 'mango'. When I was searching for this i found below link- Windows Phone 7 call history - Mango API Is there any other way to find call log in windows phone 'mango'? Any help would be…
-1
votes
1 answer

Detect better call states on Android with RINGING, OFFHOOK and IDLE

A week ago, for a week I tried to have an app I'm making completely independent detecting call states. I'm on Lollipop 5.1, so I can't use PRECISE_CALL_STATE that exists from Marshmallow upwards. I'm restricted to the usual CALL_STATE_RINGING,…
Edw590
  • 447
  • 1
  • 6
  • 23
-1
votes
2 answers

How to fetch the call-log and sms after Google`s New policy on permission?

How can I fetch call-log and SMS from android device. I read many docs on that and I found we have to request google for our required permission. Can anyone tell me what is a change in code? or work the same code?
-1
votes
1 answer

Is it possible to access call log using mobile website?

I'm working on a progressive website concept and trying to incorporate few concepts. Is it possible to access recent call log using a mobile progressive web application (like flipkart lite). If it is, please share an example if available.
bagaria
  • 123
  • 1
  • 1
  • 4
-1
votes
1 answer

RingCentral Connect and Retrieve Call Log Details from Server via Java Code?

I want to develop a Java Application that will connect to RingCentral and retrieve Call Log details from the RingCentral Server. Can anyone help me make a RingCentral app with right permissions and client-side Java code details? Thanks in advance...
GoutamS
  • 3,535
  • 1
  • 21
  • 25
-1
votes
1 answer

Call list view lag while scrolling

I am working on sample of calls log application. In this application my fragment displays Dialed Type calls in a list. here in each list item it shows photo from contacts, Number, name and time. It is working fine but it lags while scrolling.…
Venkatesh Goud
  • 616
  • 2
  • 6
  • 22
-1
votes
1 answer

Can I override iPhone caller interface with custom interface

I'm trying to build a application in which i want override iPhone caller interface with custom interface,as it's possible? Any idea.Thanx
Farid
  • 44
  • 1
  • 12
1 2 3
19
20