I would update the Installation instructions as follows :
It could be that some commands will return an error because the directory or file is not found (depending on the previous installation), just ignore those.
Edit : People with apps2sd and dalvik-cache on SD will have to update the above commands to fit their installation ofcourse...
Code:
adb remount
adb shell rm -r /system/app/Contacts.*
adb shell rm -r /data/dalvik-cache/[email protected]@[email protected]
adb shell rm -r /data/data/com.android.contacts/shared_prefs
adb shell rm -r /data/data/com.android.providers.contacts/shared_prefs
adb push Contacts.apk /system/app/Contacts.apk
Edit : People with apps2sd and dalvik-cache on SD will have to update the above commands to fit their installation ofcourse...
Last edited: