All Projects → dengzii → WiFiADB

dengzii / WiFiADB

Licence: MIT license
An IntelliJ platform plugin use for connecting Android device over WiFi

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to WiFiADB

dsl-api-generator
Generates binary compatible and Java interoperable DSL boilerplate code
Stars: ✭ 25 (-80.92%)
Mutual labels:  idea-plugin, androidstudio-plugin
KotlinCodeSorter
🔌A simple plugin for sorting kotlin code. 一个可以对kotlin代码排序的小插件.
Stars: ✭ 25 (-80.92%)
Mutual labels:  idea-plugin, androidstudio-plugin
GenerateModuleFromTemplate
An IntelliJ platform IDEs plugin use for create module from a highly customizable template
Stars: ✭ 29 (-77.86%)
Mutual labels:  idea-plugin, androidstudio-plugin
Adb shell
A Python implementation of ADB with shell and FileSync functionality.
Stars: ✭ 148 (+12.98%)
Mutual labels:  adb
Scrcpy Gui
👻 A simple & beautiful GUI application for scrcpy. QQ群:734330215
Stars: ✭ 2,402 (+1733.59%)
Mutual labels:  adb
Adb Join Wifi
Helper app to allow joining a wifi AP directly from ADB
Stars: ✭ 183 (+39.69%)
Mutual labels:  adb
Cxtouch
View and manage Android devices from PC client based java swing, supporting Windows, Linux and MacOS
Stars: ✭ 229 (+74.81%)
Mutual labels:  adb
Adblib
Java ADB library
Stars: ✭ 145 (+10.69%)
Mutual labels:  adb
Adb Toolkit
ADB-Toolkit V2 for easy ADB tricks with many perks in all one. ENJOY!
Stars: ✭ 217 (+65.65%)
Mutual labels:  adb
Adb For Test
通过adb命令实现简单的点击、滑动、长按等效果,可通过比例定位元素、通过元素定位(需要Android版本高于4.0),用于Android Test,拥有monkeyrunner的绝大部分功能
Stars: ✭ 176 (+34.35%)
Mutual labels:  adb
Fgo Py
全自动FGO脚本.启动脚本,上床睡觉,养肝护发,满加成圣诞了解一下?绝赞持续更新中
Stars: ✭ 167 (+27.48%)
Mutual labels:  adb
Linux Second Screen
Scripts to repurpose old android device as second monitor on linux
Stars: ✭ 160 (+22.14%)
Mutual labels:  adb
Adebar
Android DEvice Backup And Report, using Bash and ADB. Moved to https://codeberg.org/izzy/Adebar -- this is only a mirror now.
Stars: ✭ 192 (+46.56%)
Mutual labels:  adb
Adbsploit
A python based tool for exploiting and managing Android devices via ADB
Stars: ✭ 147 (+12.21%)
Mutual labels:  adb
Wechat jump game
微信《跳一跳》Python 辅助
Stars: ✭ 13,880 (+10495.42%)
Mutual labels:  adb
Android Otp Extractor
Extracts OTP tokens from rooted Android devices
Stars: ✭ 147 (+12.21%)
Mutual labels:  adb
Wechat Jump Game
😊 Nodejs 微信《跳一跳》辅助
Stars: ✭ 216 (+64.89%)
Mutual labels:  adb
Sadb
(safe adb) More convenient to operate adb for multiple connected devices
Stars: ✭ 165 (+25.95%)
Mutual labels:  adb
Mobile Toolkit
📱 Shell scripts for Android and iOS device management
Stars: ✭ 161 (+22.9%)
Mutual labels:  adb
Xiaomiadbfastboottools
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
Stars: ✭ 2,810 (+2045.04%)
Mutual labels:  adb

WiFiADB

JetBrains IntelliJ Plugins JetBrains IntelliJ plugins GitHub GitHub Star

A IntelliJ IDE plugin use for connect Android device wireless.

Installation

1. By release plugin file

Download Plugin

  • In your IntelliJ IDE, Nav > File > Settings > Plugins > click the gear icon > Install plugin from disk.

  • Another way is copy this plugin file into the IDE's installation path /your_ide_installation_dir/plugin/, you should unzip plugin to this path, and restart IDE.

2. By IntelliJ Plugin Repository

In your IntelliJ IDE, Nav > File > Settings > Plugins > Search WiFiADB

Build

Dependencies

IntelliJ IDEA (Community Edition) 19.1+

Import Project

This project is not a gradle or pom project, but a IntelliJ Platform Plugin project, IDEA cannot import this project normally.

In IDEA Community (necessary) File -> New -> Project from Exsiting Sources -> Create project from exsiting sources, then click next until finish import.

Pressing the Ctrl + Alt + Shift + S to open Project Structure dialog, choose ** Project** tab, change ** Project SDK** to ** IntelliJ IDEA Community Edition IC-xxxx** , then apply change.

Then, edit GenerateModuleFromTemplate.iml in the project root directory, change the type attribute of module node to PLUGIN_MODULE, minimize the IDEA and restore it, the plugin project will be detected.

Finally, Run -> Edit Configuretions -> Alt + Insert -> Plugin -> Apply, the project configuration completed.

Generate Plugin Jar

Run -> Prepare Plugin Module xxx For Deployment

Change Log

SEE RELEASES FOR MORE.

  • 2.8: Fix: dialog height anomaly.
  • 2.7: Update: set the main dialog be modal.
  • 2.6: Update: fixed default dialog width.
  • 2.5: Feature: delete device config support.
  • 2.4: Fix: unable to get device ip address.
  • 2.3: Update: compatible with Android 10.
  • 2.2: Feature: support configure adb path.
  • 2.1: Fix bug: 'Cannot run program "adb"' problem on MacOS.
  • 2.0: Update : custom column support, persist ui status, more menu option, more feature.
  • 1.2: Fix bug: ui frozen when loading device and connecting device.
  • 1.1: Fix bug: can't load device configured.
  • 1.0: First release.

Screenshot

WiFiADB

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].