You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the quest headset run alvr client app automatically when powering on.
I have tried to use this adb command:
adb shell am startservice --user 0 -n alvr.client.stable
and received the error info:
Bad component name: alvr.client.stable at android.content.Intent.parseCommandArgs(Intent.java:7886) at com.android.server.am.ActivityManagerShellCommand.makeIntent(ActivityManagerShellCommand.java:370)
Is this way available?
It is appreciated to give me some help.
Best regards,
Wallace
The text was updated successfully, but these errors were encountered:
I can use adb shell am start alvr.client.stable/android.app.NativeActivity to start alvr client app.
But fail to run this command:
adb shell am startservice --user 0 -n alvr.client.stable/android.app.NativeActivity
The error info is:
Error: Command failed: "C:\Users\Administrator\AppData\Roaming\SideQuest\platform-tools\adb.exe" -s 1WMHHB687W1381 shell am startservice --user 0 -n alvr.client.stable/android.app.NativeActivity Error: Not found; no service started.
I want the quest headset run alvr client app automatically when powering on.
I have tried to use this adb command:
adb shell am startservice --user 0 -n alvr.client.stable
and received the error info:
Bad component name: alvr.client.stable at android.content.Intent.parseCommandArgs(Intent.java:7886) at com.android.server.am.ActivityManagerShellCommand.makeIntent(ActivityManagerShellCommand.java:370)
Is this way available?
It is appreciated to give me some help.
Best regards,
Wallace
The text was updated successfully, but these errors were encountered: