This simple ADB wrapper try to makes easy connect to android devices over wifi, without console use, and do other things.
Chinese Guide ็ฎไฝไธญๆๆๅ
You can help with Code or with Energy everthing are welcome ;)
โ ๏ธ ONLY TESTED IN WINDOWS (For while, you need have ADB Interface installed in your system)
- First connect your device trough USB
- Run
ADB:๐ฑ Disconnect from any devices
- And run
ADB:๐ฑ Reset connected devices port to :5555
- And Then
ADB:๐ฑ Connect to device IP
enter your device (settings > status > ip address) IP address and be fine
- Pick apk file with command
ADB:๐ฑ Pick .APK file and install
- Allow ADB install on device screen
- Wait until copy de file and icon appear
- Now you can run the APP
-
๐ฑ Demo GIFs
-
<!--te-->
- ADB:๐ฑ Reset connected devices port to :5555 (Open current device port with (equivalent
adb tcpip 5555
)) - ADB:๐ฑ Connect to device IP (Need type the IP from device (equivalent
adb connect ${your ip}:5555
)) - ADB:๐ฑ Disconnect from any devices (Disconnect ever device attached (equivalent
adb disconnect
)) - ADB:๐ฑ Connect to device from List (Show an list from devices attached to connect (equivalent
adb devices
)) - ADB:๐ฑ Pick .APK file and install (Install on current active device (Will prompt user on Android Screen))
- ADB:๐ฑ Setup custom ADB location (Configure location of ADB)
- ADB:๐ฑ Remove custom ADB location (Clear custom ADB location)
- ADB:๐ฅ Enable Firebase events debug mode (Run firebase events in debug mode)
- ADB:๐ฅ Disable Firebase events debug mode (Run firebase events in debug mode)
- ADB:
โ ๏ธ Kill ADB server (Kill ADB Server runing (equivalentadb kill-server
))
By default the extension is looking for ADB in the following locations:
- Linux -
$HOME/Android/Sdk
- MacOS -
$HOME/Library/Android/sdk/platform-tools
- Windows -
%USERPROFILE%\AppData\Local\Android\Sdk\platform-tools
(if the%USERPROFILE%
environment variable is not defined the path to the profile directory of the current user will be used as the starting point)
The extension will resolve the ADB location each time an ADB command is executed.
The ADB location can be customized using the Setup custom ADB location
command. The custom ADB location can be cleared using the Remove custom ADB location
command.
All done with Jest you can read more about here.
We need help to incrase test coverage report, if you can learn, send a pull request !
How to run tests:
โฅ npm run test
You can also use the project alias that watch file changes while developing:
โฅ npm run test:watch
All commits are done runing the command npm run cm
to ensure some rules used during CHANGELOG.md generation with npm run release-it
โฅ npm run cm
Type your commit info like type, scope, short.
โฅ npm run release
Confirm information to create new release and update CHAGELOG.md
Now we can run npm publish
to publish new version.