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
Copy file name to clipboardExpand all lines: ToggleTether.cmd
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
@echooff
2
2
Rem This script toggles tether on Android device via Android Debug Bridge, make sure USB debugging is on and platform-tools is installed on your computer before running.
3
3
Rem This script needs to be edited before use. (replace Your-Device-Name with your Android device name or IP)
4
-
title [ImAyx.Pro] Toggling Tether...
4
+
title [ImAyx.top] Toggling Tether...
5
5
echo This script needs to be edited before use. (replace Your-Device-Name with your Android device name or IP)
6
6
Rem It's recommended that you remove the line above after you have done the edit.
7
7
Rem You can also remove the "-s" parameter if you're sure there'll be no more than one device connected to your computer at a time.
@@ -11,7 +11,7 @@ Rem These two operations are for compatibility of wireless debugging (so the set
11
11
echo.
12
12
adb -s Your-Device-Name shell svc wifi enable
13
13
if%errorlevel%neq0 (
14
-
title [ImAyx.Pro] Awaiting Response...
14
+
title [ImAyx.top] Awaiting Response...
15
15
color6
16
16
echo.
17
17
echo Failed to enable Wi-Fi on the device.
@@ -41,7 +41,7 @@ echo Opening up Tether Settings...
41
41
echo.
42
42
adb -s Your-Device-Name shell am start -n com.android.settings/.TetherSettings
0 commit comments