We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33518d commit acde507Copy full SHA for acde507
README.md
@@ -101,6 +101,7 @@ The documentation of all possible parameters
101
--upgrade Only for install: Uses the '-r' param on 'adb install' for trying to
102
reinstall the app and keeping its data.
103
-v,--version Prints current version.
104
+ --waitForDevice If set, will wait until a device is connected and debug mode is enabled.
105
106
### General
107
@@ -119,6 +120,10 @@ Skip user prompt:
119
120
Provide your own adb executables:
121
122
java -jar uber-adb-tools.jar --bugreport --adbPath "C:\pathToAdb\adb.exe"
123
+
124
+Wait until device is connected:
125
126
+ java -jar uber-adb-tools.jar --uninstall com.your.packa* --waitForDevice
127
128
### Install
129
0 commit comments