跟大家請教一下
手上有一台ANDROID 2.2的山寨PAD
ROM因為精簡,GOOGLE的聯絡人及日曆在程式集裡已經被抽離
導致要GOOGLE同步時,無法同步更新,僅更新GMAIL
但是在/system/app裏面有APK
請問要如何恢復可以同步GOOGLE聯絡人
1.已使用Root Explorer 安裝/system/APP裡的contacts.apk
依舊無效
2.也自行修改新增/data/system/sync內accounts.xml 增加com.android.contacts
依舊無效
有辦法解決嗎??
android.content.SyncAdapter.xml
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<services>
<service uid="10021" authority="com.android.contacts" accountType="com.android.exchange" />
<service uid="10036" authority="com.cooliris.picasa.contentprovider" accountType="com.google" />
<service uid="10027" authority="gmail-ls" accountType="com.google" />
<service uid="10021" authority="com.android.calendar" accountType="com.android.exchange" />
<service uid="10007" authority="subscribedfeeds" accountType="com.google" />
</services>
android.accounts.AccountAuthenticator .xml
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<services>
<service uid="10021" type="com.android.exchange" />
<service uid="10007" type="com.google" />
</services>
不知道怎麼繼續
內文搜尋

X