Search found 2 matches

by ideabcn
Tue Nov 17, 2020 1:53 pm
Forum: Android Deployment
Topic: Call logs
Replies: 2
Views: 3996

Re: Call logs

The call log is stored at: URI /data/data/com,android,providers,contacts/databases/contacts2,db (I had to change dots (.) by commas (,) in order to sow the path. It seems a root access is needed in oder to write/edit records, but, so far I've readed, the database can be handled by SQLlite3 and can b...
by ideabcn
Mon Nov 09, 2020 9:25 am
Forum: Android Deployment
Topic: Call logs
Replies: 2
Views: 3996

Call logs

Hi! I'm lokking a way to get the last calls received in an android phone. The aim is to copy the last call (phone number) received and use it in the app to resend an SMS. I've already running the SMS service by API, but have no clue about how to get the phone number from the calls received. Your hel...