Skip to content

efguydan/WCon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wCon

wCon, which is short for Wireless Connect, is a bash script that can be used to connect an android device wirelessly to a mac.

Setup

Step 1:

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

Step 2:

Then run

chmod u+x wcon.sh

Step 3 (and Subsequent Times):

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

Frequently Asked Questions

Do I need a USB cable before I can use this tool?

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.

Can I access Wcon outside of the folder it is downloaded in?

No

Do I need to add Wcon to my .gitignore file?

No, It isn't necessary to add wCon to the .gitignore file. However, to avoid pushing unnecessary files to your repository, it is advisable.

License

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.

About

A bash script to wirelessly connect android devices to a mac via adb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages