I want to enable USB Tethering from my app on my Android 4.0 Device? The following code works for Android 2.2 but it does not work for 4.0. Can anyone help?
On my rooted device i got it working with this: (xamarin)
suProcess = Runtime.GetRuntime().Exec("su root service call connectivity 30 i32 1");
see https://android.stackexchange.com/questions/29954/can-i-change-some-android-settings-from-the-command-line