Sample Header Ad - 728x90

Difference between adb shell [command] and interactive adb shell

1 vote
1 answer
687 views
I am wondering if the interactive shell adb shell runs in a different context then when invoking a command via adb shell [command]? The background to this question is, that I am running dinit on an Android powered board. dinit is started in user mode just for service management. When I run dinitctl -u list from the interactive shell I get the expected output (enabled services and their current state), but when I run it via adb shell dinitctl -u list I just get an error about the socket not being found (as if dinit itself was not running).
Asked by stylesuxx (131 rep)
Apr 29, 2022, 10:56 PM
Last activity: Apr 30, 2022, 10:57 AM