™AsAs4242 Member Licensed User Longtime User Aug 27, 2015 #1 hi i work with ContactUtils and this is good ! but i copy contact database from patch : data / data / com.android.provider.contacts / databases / contact2.db and add contact (record) in pc with navicat sqllite ... ( in data table ) after copy edited db to phone no contact added !!
hi i work with ContactUtils and this is good ! but i copy contact database from patch : data / data / com.android.provider.contacts / databases / contact2.db and add contact (record) in pc with navicat sqllite ... ( in data table ) after copy edited db to phone no contact added !!
Erel B4X founder Staff member Licensed User Longtime User Aug 27, 2015 #2 You should use ContactsUtils to add contacts. You shouldn't modify the database directly. Upvote 0
™AsAs4242 Member Licensed User Longtime User Aug 27, 2015 #3 Erel said: You should use ContactsUtils to add contacts. You shouldn't modify the database directly. Click to expand... i want add lot of contact at little time ? with Cu after adding 200 contact app fc ... but with pc is fast and without hang ... There is a way ? Upvote 0
Erel said: You should use ContactsUtils to add contacts. You shouldn't modify the database directly. Click to expand... i want add lot of contact at little time ? with Cu after adding 200 contact app fc ... but with pc is fast and without hang ... There is a way ?
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2015 #4 Only the internal contacts provider is allowed to access the database. Upvote 0