Skip to content

Commit 386ba85

Browse files
committed
updates readme
1 parent 410618e commit 386ba85

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ A simple tool that makes it more convenient to **install, uninstall and creating
33

44
Main features:
55

6-
* Wildcard support for package names when uninstalling at the end or middle of the filter string: `com.android.*` or `com.android.*e`
7-
* Possible to provide multiple packages to uninstall: `com.android.* com.google.* org.wiki*`
8-
* Installing multiple apks with one command
9-
* Installing/Uninstalling on all connected devices
10-
* Creating a bug report in zip format including screenshot and logcats
6+
* Process multiple apps with wildcard support for package matching (e.g. `com.android.*` or `com.android.*e`) for features like: uninstalling, stopping, starting, clearing and showing app info
7+
* Installing multiple apks from different locations with one command
8+
* All commands can be executed on all connected devices simultaneously
9+
* Fast and easy bug report features with screenshot, logcats, customizable dumpsys logs, pm and more
1110
* Starting custom activities to log additional information with bug report
12-
* Force stop process, show app info and clear data of given (multiple) packages on all devices
1311

1412
Basic usage:
1513

1614
java -jar uber-adb-tools.jar --install /folder/apks/
1715
java -jar uber-adb-tools.jar --uninstall com.your.packa*
18-
java -jar uber-adb-tools.jar --bugreport ~/adb-logs/
16+
java -jar uber-adb-tools.jar --bugreport
1917

2018
More features:
2119

@@ -180,7 +178,7 @@ A full bugreport will contain the following data:
180178
* a screenshot (downscaled if bigger than 2MB)
181179
* logcats (normal, radio and event)
182180
* some dumpsys services logs (either a default list is used or the ones provided with `--dumpsysServices`)
183-
* infos from packagemanger (`adb shell pm ...`)
181+
* info from packagemanger (`adb shell pm ...`)
184182
* misc data like running processes
185183

186184
#### Examples

0 commit comments

Comments
 (0)