-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call information #3
Comments
Thanks! The filename should already include the timestamp and phone number. The format currently looks like this:
Eg.
I'll see if I can add |
The name of the caller or the person being called is also very important. I don't think the timezone matters. |
This only works on Android 10+. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
This only works on Android 10+. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
With this change, the timestamps in the filenames will match the timestamps in Android's call log exactly. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
This is based on CNAP only and does not perform lookups against the user's contacts. Note that only the initial CNAP value at the time the call becomes active is used. CNAP changes are ignored. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
…calls This is based on CNAP only and does not perform lookups against the user's contacts. Note that only the initial CNAP value at the time the call becomes active is used. CNAP changes are ignored. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
…calls This is based on CNAP only and does not perform lookups against the user's contacts. Note that only the initial CNAP value at the time the call becomes active is used. CNAP changes are ignored. Issue: #3 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
I implemented some of the suggestions in #11, #12, and #13.
The output formats are now:
(I'm keeping the timezone offset in the filename because it's the only way to distinguish timestamps across DST boundaries when the time jumps backwards.) |
For android 9, may be rearrange the naming sequence for in/out differentiation, for example, for incoming calls name the file using the current scheme and for outgoing calls, bring the number to the front of the filename like;
Anyways, not a big deal if you leave it as is. Also, thank you for adding android 9 support... |
Your program is beautiful. It will be very nice to find the caller information, timestamp, who called and incoming or outgoing call information on the file name where the call is saved.
The text was updated successfully, but these errors were encountered: