Skip to content

Instantly share code, notes, and snippets.

@neon-izm
Last active May 25, 2018 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neon-izm/6028ac42bc98d71c497c668634703f15 to your computer and use it in GitHub Desktop.
Save neon-izm/6028ac42bc98d71c497c668634703f15 to your computer and use it in GitHub Desktop.
Oculus GoでNOLO CV1を使えないかのテスト ref: https://qiita.com/neon-izm/items/b58be51f19d81b0858f9
adb shell dumpsys package com.Company.YourVeryCoolApp
adb shell am start -n com.Company.YourVeryCoolApp/com.unity3d.player.UnityPlayerActivity
adb shell getevent -l
adb shell input keyevent 20
adb shell input keyevent 66
adb shell input keyevent 20
adb shell input keyevent 22
adb shell input keyevent 66
adb shell am start -a android.intent.action.MAIN -n com.android.settings/.bluetooth.BluetoothSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment