-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove atx-agent check - use new dumpHierarchy - add FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY - fix ToastActivity not check permissions bug
- Loading branch information
1 parent
fa828af
commit 917ab72
Showing
11 changed files
with
62 additions
and
944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,9 @@ | ||
## minitouch | ||
|
||
测试数据 | ||
|
||
|
||
``` | ||
d 0 800 1000 50 | ||
c | ||
u 0 | ||
c | ||
``` | ||
|
||
d 0 600 800 50 | ||
c | ||
u 0 | ||
c | ||
|
||
## Use APK as commandline | ||
|
||
运行 | ||
|
||
```bash | ||
APK=$(adb shell pm path com.github.uiautomator | cut -d: -f2) | ||
adb shell export CLASSPATH="$APK"\; \ | ||
exec app_process /system/bin com.github.uiautomator.MinitouchAgent | ||
``` | ||
|
||
测试 | ||
|
||
```bash | ||
adb forward tcp:7788 localabstract:minitouchagent | ||
nc localhost 7788 | ||
``` | ||
exec app_process /system/bin com.github.uiautomator.Console --version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.