Advertisement
metalx1000

android sqlite ringtones contact

Nov 10th, 2023
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #as root
  2. cd /data/data/com.android.providers.contacts/databases/
  3.  
  4. #list all contacts with custom ringtones
  5. sqlite3 contacts2.db "SELECT custom_ringtone FROM raw_contacts"
  6. sqlite3 contacts2.db "SELECT custom_ringtone FROM raw_contacts"|sort -u
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement