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 have a line in post-login automation, but isntead of sending the proper line, it randomly adds garbage to the end of it. The garbage changes. Roughly every fourth attempt at logging in successfuly executes my command.
Example: I want to execute this after logging in:
exec su -c ". /sdcard/login.sh"
It does this:
exec su -c ". /sdcard/login.sh" 4;89R
The text was updated successfully, but these errors were encountered:
morckx
pushed a commit
to morckx/vxconnectbot
that referenced
this issue
Sep 13, 2016
I have a line in post-login automation, but isntead of sending the proper line, it randomly adds garbage to the end of it. The garbage changes. Roughly every fourth attempt at logging in successfuly executes my command.
Example: I want to execute this after logging in:
exec su -c ". /sdcard/login.sh"
It does this:
exec su -c ". /sdcard/login.sh" 4;89R
The text was updated successfully, but these errors were encountered: