bought used galaxy s7. did factory reset. gear vr service was draining battery like crazy. i uninstalled it like this in 5 minutes:
1. Factory wipe; this may not be necessary for you, but I was having trouble with step 2 until I went back and did this factory wipe. Try skipping this step first and see if you have better luck.
( for me this was not necessary )
2. On a computer, install ADB (Android Debug Bridge) and connect your phone via USB cable; I believe you have to enable "USB debugging" on your phone; google this since I'm not sure the same instructions work for every phone.
3. After opening ADB, type each of the following lines into the terminal window:
a) adb shell
b) pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
c) pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
d) pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
My Apps list now shows Gear VR as "not installed", and hopefully that will prevent future issues from this particular bug
(source: https://us.community.samsung.com/t5/Galaxy-S-Phones/How-to-disable-Gear-vr-services-on-Sansung-Galaxy-S7/m-p/337119#M55655
1. Factory wipe; this may not be necessary for you, but I was having trouble with step 2 until I went back and did this factory wipe. Try skipping this step first and see if you have better luck.
( for me this was not necessary )
2. On a computer, install ADB (Android Debug Bridge) and connect your phone via USB cable; I believe you have to enable "USB debugging" on your phone; google this since I'm not sure the same instructions work for every phone.
3. After opening ADB, type each of the following lines into the terminal window:
a) adb shell
b) pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
c) pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
d) pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
My Apps list now shows Gear VR as "not installed", and hopefully that will prevent future issues from this particular bug
(source: https://us.community.samsung.com/t5/Galaxy-S-Phones/How-to-disable-Gear-vr-services-on-Sansung-Galaxy-S7/m-p/337119#M55655