J'essaie d'être capable d'arrêter le tethering USB.
J'ai essayé :
adb shell am stop com.android.settings/.TetherSettings # Unknown command: stop
adb shell am kill com.android.settings/.TetherSettings # nothing
adb shell service call connectivity 33 i32 0 s16 text # works
La dernière version fonctionne, mais je ne sais pas si elle est très fiable comme am
commandes
Relié, mais à l'opposé, Est-il possible d'activer le paramètre Android "USB Tethering" depuis la ligne de commande ?