Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Linux Android Backup | 318 | 22 days ago | 11 | gpl-3.0 | CSS | |||||
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform. | ||||||||||
Pen Andro | 171 | 2 months ago | 1 | gpl-3.0 | Shell | |||||
Script to Automate installtion of Apps ,frida server and moving Burpsuite certificate to root folder | ||||||||||
Install_on_ios | 7 | 4 years ago | 6 | Swift | ||||||
This is a bash script for install app into many iphones. | ||||||||||
Android Data Folder Accessor | 6 | 8 years ago | Shell | |||||||
A Bash Script to access the contents of /data/data folder of any android application. | ||||||||||
Wcon | 6 | 3 years ago | 2 | apache-2.0 | Shell | |||||
A bash script to wirelessly connect android devices to a mac via adb | ||||||||||
Adbwifi | 5 | 5 years ago | Shell | |||||||
Small bash script for Android to enable adb (android debugging bridge) over WiFi. | ||||||||||
Archlinux Android Phone Backup | 2 | a year ago | gpl-3.0 | Shell | ||||||
A simple script to backup an Android phone on Arch Linux. | ||||||||||
Yo | 2 | 6 months ago | 2 | mit | Shell | |||||
A bash script to manage basic flutter commands used in a flutter project | ||||||||||
Android One Tool | 1 | 4 years ago | n,ull | bsd-2-clause | Batchfile | |||||
My new tool for android one devices (Windows-linux) | ||||||||||
Automatically Checkin Dingtalk | 1 | 3 years ago | Shell | |||||||
钉钉自动签到Bash脚本(超简Bash,可自定义修改扩展)/Automatically check-in DingTalk on Bash Script (ultra-simple Bash, customizable extension) |
wCon, which is short for Wireless Connect, is a bash script that can be used to connect an android device wirelessly to a mac.
Open your terminal, navigate to the root folder of your android project and run the command
curl -L -O https://raw.githubusercontent.com/efguydan/WCon/master/wcon.sh
Then run
chmod u+x wcon.sh
You are done with setup. Whenever you want to connect your device to your mac, connect with a cable and run command below. You can remove your USB cable afterwards.
./wcon.sh
Yes, a USB cable will needed to connect your android device to your laptop. Although it can be removed as soon as wCon is done connecting your device.
No
No, It isn't necessary to add wCon to the .gitignore file. However, to avoid pushing unnecessary files to your repository, it is advisable.
Copyright 2020 Efe Ejemudaro
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.