There are certain Android properties that either require ADB access every time the phone is rebooted or require root to set permanently. One example is service.adb.tcp.port. Normally, to set that property, you either need a rooted phone and to run "setprop service.adb.tcp.port 5555" or plug in the phone and run "adb tcpip on" each time.
Can Headwind push that a system level property like that to the phone via the APK? If so, how would I configure that?