What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fixing Multiple SMS Bug

LancerV

New Member
Use ti backup and freeze sync service ill post later how to adb and freeze the sync service 1.5.9

or

Do it with your computer you need to be rooted
open up cmd and go to the folder with adb mine is located at C:\ADB

run the following
adb shell
su (Allow the super user response on your phone if you get one)
pm disable com.fusionone.android.sync.service
reboot
 
This service would seem to be important for other device applications. Can you confirm that freezing this service has no impact on other apps (Gmail, etc)?

Use ti backup and freeze sync service ill post later how to adb and freeze the sync service 1.5.9

or

Do it with your computer you need to be rooted
open up cmd and go to the folder with adb mine is located at C:\ADB

run the following
adb shell
su (Allow the super user response on your phone if you get one)
pm disable com.fusionone.android.sync.service
reboot
 
This service would seem to be important for other device applications. Can you confirm that freezing this service has no impact on other apps (Gmail, etc)?

Use ti backup and freeze sync service ill post later how to adb and freeze the sync service 1.5.9

or

Do it with your computer you need to be rooted
open up cmd and go to the folder with adb mine is located at C:\ADB

run the following
adb shell
su (Allow the super user response on your phone if you get one)
pm disable com.fusionone.android.sync.service
reboot

Been using it all day with gmail facebook moto widgets without an issue, infact my phone actually seems faster

Sent from my DROID X2 using Tapatalk
 
Back
Top