When enabling the control toggle I can see this line:
I Kernel Adiutor: Run command: echo 1 > /sys/module/msm_otg/parameters/otg_hack_enable
And by checking the actual value, it seemed to work as expected.
root@:/ # cat /sys/module/msm_otg/parameters/otg_hack_enable
1
As mentioned in the issue title the settings doesn't stick and also it does not appear in the list of startup commands. Maybe there is a common root cause. What do you think?
Refer to; https://github.com/yoinx/kernel_adiutor/commit/4bda06afbcaf8e939e2b7da324e2d5b7a784c8ad
When enabling the control toggle I can see this line: I Kernel Adiutor: Run command: echo 1 > /sys/module/msm_otg/parameters/otg_hack_enable
And by checking the actual value, it seemed to work as expected. root@:/ # cat /sys/module/msm_otg/parameters/otg_hack_enable
1
As mentioned in the issue title the settings doesn't stick and also it does not appear in the list of startup commands. Maybe there is a common root cause. What do you think?
@yoinx