• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root I broke my messaging/contacts, please help!

oops

Lurker
Hi all,

So I was tinkering around with my newly rooted XT860 (Droid 3) and thought I had backed everything up in Titanium, only to learn that it does not truly backup system apps.... I removed a bunch of stuff including social messaging and socialnetworking, and now I get crashes when I try to access my phone book or facebook messager. I knew I should've waited until this phone had better support and fully functional backups, but my curiosity got the best of me.

Specifically, I get the error "The applicants Contacts Storage (process com.Motorola.contacts) has stopped unexpectedly. Please try again."

I tried a full factory reset to no avail.

Please advise,
J
 
Hi there,

I tried a similar approach thanks to help from from someone at XDA (I'm forbidden from including links). I then tried copying over all of the Yahoo files, this also did not work. I then tried copying over files I explicitly remember deleting, this also did not work -- although it was successful in restoring some programs such as Citrix, Maps, and Streetview (none of which I actually want). Oddly, this did NOT revive other files I deleted such as Yahoo, Flickr, Picasa, etc.

I opened up Titanium backup and these files do appear but with a line through them, as if I removed them. I should note that this is new because I reset my phone after removing the files.


The last ADB codes I entered were:
Code:
support_files\adb remount
support_files\adb shell stop
support_files\adb push restore\blur_activesync.apk /system/app/blur_activesync.apk
support_files\adb push restore\blur_activesync.odex /system/app/blur_activesync.odex
support_files\adb push restore\blur_email.apk /system/app/blur_email.apk
support_files\adb push restore\blur_email.odex /system/app/blur_email.odex
support_files\adb push restore\blur_facebook.apk /system/app/blur_facebook.apk
support_files\adb push restore\blur_facebook.odex /system/app/blur_facebook.odex
support_files\adb push restore\blur_flickr.apk /system/app/blur_flickr.apk
support_files\adb push restore\blur_flickr.odex /system/app/blur_flickr.odex
support_files\adb push restore\blur_lastfm.apk /system/app/blur_lastfm.apk
support_files\adb push restore\blur_lastfm.odex /system/app/blur_lastfm.odex
support_files\adb push restore\blur_linkedin.apk /system/app/blur_linkedin.apk
support_files\adb push restore\blur_linkedin.odex /system/app/blur_linkedin.odex
support_files\adb push restore\blur_myspace.apk /system/app/blur_myspace.apk
support_files\adb push restore\blur_myspace.odex /system/app/blur_myspace.odex
support_files\adb push restore\blur_orkut.apk /system/app/blur_orkut.apk
support_files\adb push restore\blur_orkut.odex /system/app/blur_orkut.odex
support_files\adb push restore\blur_photobucket.apk /system/app/blur_photobucket.apk
support_files\adb push restore\blur_photobucket.odex/system/app/blur_photobucket.odex
support_files\adb push restore\blur_picasa.apk /system/app/blur_picasa.apk
support_files\adb push restore\blur_picasa.odex /system/app/blur_picasa.odex
support_files\adb push restore\blur_skyrock.apk /system/app/blur_skyrock.apk
support_files\adb push restore\blur_skyrock.odex /system/app/blur_skyrock.odex
support_files\adb push restore\blur_twitter.apk /system/app/blur_twitter.apk
support_files\adb push restore\blur_twitter.odex /system/app/blur_twitter.odex
support_files\adb push restore\blur_yahoo.apk /system/app/blur_yahoo.apk
support_files\adb push restore\blur_yahoo.odex /system/app/blur_yahoo.odex
support_files\adb push restore\blur_youtube.apk /system/app/blur_youtube.apk
support_files\adb push restore\blur_youtube.odex /system/app/blur_youtube.odex
support_files\adb push restore\YahooContacts.apk /system/app/YahooContacts.apk
support_files\adb push restore\YahooContacts.odex /system/app/YahooContacts.odex
support_files\adb push restore\Street.apk /system/app/Street.apk
support_files\adb push restore\SocialMessaging.apk /system/app/SocialMessaging.apk
support_files\adb push restore\SocialMessaging.odex /system/app/SocialMessaging.odex
support_files\adb push restore\SmartCarDock.apk /system/app/SmartCarDock.apk
support_files\adb push restore\SmartCarDock.odex /system/app/SmartCarDock.odex
support_files\adb push restore\SmartDock.apk /system/app/SmartDock.apk
support_files\adb push restore\SmartDock.odex /system/app/SmartDock.odex
support_files\adb push restore\SocialShare.apk /system/app/SocialShare.apk
support_files\adb push restore\SocialShare.odex /system/app/SocialShare.odex
support_files\adb push restore\Messaging.apk /system/app/Messaging.apk
support_files\adb push restore\Messaging.odex /system/app/Messaging.odex
support_files\adb push restore\Maps.apk /system/app/Maps.apk
support_files\adb push restore\HelpCenter.apk /system/app/HelpCenter.apk
support_files\adb push restore\HelpCenter.odex /system/app/HelpCenter.odex
support_files\adb push restore\DLNA.apk /system/app/DLNA.apk
support_files\adb push restore\DLNA.odex /system/app/DLNA.odex
support_files\adb push restore\DlnaSystemService.apk /system/app/DlnaSystemService.apk
support_files\adb push restore\DlnaSystemService.odex /system/app/DlnaSystemService.odex
support_files\adb push restore\UniversalInbox.apk /system/app/UniversalInbox.apk
support_files\adb push restore\UniversalInbox.odex /system/app/UniversalInbox.odex
support_files\adb push restore\CitrixReceiver.apk /system/app/CitrixReceiver.apk
support_files\adb shell

for file in /system/app/*.* do chmod 644 $file done sync reboot
*I also added tried reinstalling messenger and universal inbox here, neither of which succeeded
 
if you froze any apps, unfreeze them, then reboot your phone. i had the same problem today and fixed it by doing this.
 
Back
Top Bottom