Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Automated Process of enabling Facebook Contact Sync on CM10+

$
0
0
Essentially, this script automates the first part of this guide.

It will enable your phone to sync with the official Facebook app, allowing even phone numbers to sync.

Instructions (included in package):
1. Place ContactsProvider.apk (Located in /system/app/) to the root folder.
2. Place framework-res.apk (Located in /system/framework/) to the root folder.
3. Run Setup.bat first, then run "Contact Sync Enable.bat" after.
4. Replace ContactsProvider.apk on device with the one provided in the "Modified ContactsProvider.apk" folder.
5. Reboot device.
6. Clear Contact Storage and Facebook app data.
7. Reboot device again.
8. Use adb or terminal emulator and type this EXACTLY:

Code:

sqlite3 /data/data/com.android.providers.contacts/databases/contacts2.db 'ALTER TABLE raw_contacts ADD COLUMN is_restricted VARCHAR';
AND YOU'RE DONE!

CREDITS:
raziel23x (for ApkMultiTools)
Niranjan Thilak (original guide on restoring FB sync)

Cheers.


Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>