cancel
Showing results for 
Search instead for 
Did you mean: 

How to check the battery level of the Oculus quest controller using the adb command

VR2nd
Honored Guest

Hello.

I know how to use adb command to find out the remaining battery life of the HMD itself.

Is there any way to find out how much battery is left in the controller with the adb command?

1 REPLY 1

jcworsley
Honored Guest

This is a very old question but given that I was just googling for it and this is what came up, here you go:

 

adb shell 'dumpsys OVRRemoteService | grep Battery'

 

And for anyone who wants the HMD command:

 

adb shell 'dumpsys CompanionService | grep Battery'