Fixing Multiple SMS Bug

LancerV

New Member
Joined
Jul 11, 2011
Messages
20
Reaction score
0
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
 

olblu3

New Member
Joined
Jun 1, 2011
Messages
1
Reaction score
0
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
 
OP
L

LancerV

New Member
Joined
Jul 11, 2011
Messages
20
Reaction score
0
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
 
Top