Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haozekang authored Feb 22, 2022
1 parent 79ac6a4 commit 7880830
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# WSATools
# WSATools

本项目是本人自己在玩安卓子系统时遇见的一些问题,及整理,并仿开发了一款使用应该更舒适的WSA工具

## 已解决的工作
- 国际化
- ADB通信
- WSA设置界面弹出
- Android设置界面弹出
- 安装APK文件
- APP管理界面可以拖拽安装多个APK文件
- App管理:启动/关闭/卸载APP,创建App快捷方式
- 文件传输:刷新/上传/拖拽批量上传/新建目录/单文件下载/单文件删除/重命名
- Shell命令行,直接输入命令,不需要输入adb shell

## 软件界面
![Home](https://user-images.githubusercontent.com/10943139/155113216-f6dd2cab-70f8-4b85-acf0-016de5346302.png)
![InstallApk](https://user-images.githubusercontent.com/10943139/155113248-a1cbc996-5c01-4b9f-9cda-e4dd403ce42a.png)
![AppManager](https://user-images.githubusercontent.com/10943139/155113297-b2754ae6-f04c-4c79-a651-2da51e54c612.png)
![FileTransfer](https://user-images.githubusercontent.com/10943139/155113359-d31cff3b-0870-4c21-9740-83f4915448d7.png)
![Shell](https://user-images.githubusercontent.com/10943139/155113070-56d4b23b-85a7-4ba8-8cb7-4d61a4083e7e.png)

## 待处理工作
- 关联APK文件,双击自动安装
- 批量下载/删除文件
- 软件关闭,自动关闭ADB通信
- 支持多APK的XAPK文件安装

## 致谢
本项目参考了如下多个大神的项目
- [vhanla](https://gist.github.com/vhanla/247ee77dd0cdd5449e02e2d517a13019)
- [yungd1plomat](https://github.com/yungd1plomat/AdvancedSharpAdbClient)
- [makazeu](https://github.com/makazeu/WsaToolbox)

0 comments on commit 7880830

Please sign in to comment.