Skip to content

Commit acde507

Browse files
committed
updates readme
1 parent d33518d commit acde507

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The documentation of all possible parameters
101101
--upgrade Only for install: Uses the '-r' param on 'adb install' for trying to
102102
reinstall the app and keeping its data.
103103
-v,--version Prints current version.
104+
--waitForDevice If set, will wait until a device is connected and debug mode is enabled.
104105

105106
### General
106107

@@ -119,6 +120,10 @@ Skip user prompt:
119120
Provide your own adb executables:
120121

121122
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
122127

123128
### Install
124129

0 commit comments

Comments
 (0)