All Projects → corbindavenport → Nexus Tools

corbindavenport / Nexus Tools

Licence: gpl-3.0
Installer for ADB and Fastboot on Linux, macOS, and Chrome OS

Programming Languages

shell
77523 projects
bash
514 projects
script
160 projects

Projects that are alternatives of or similar to Nexus Tools

csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-96.98%)
Mutual labels:  mac, adb
Logcatch
android adb logcat viewer for Linux/Mac/Windows
Stars: ✭ 95 (-84.06%)
Mutual labels:  mac, adb
Mater
🍅 A simple and purty menubar Pomodoro app written in Electron
Stars: ✭ 433 (-27.35%)
Mutual labels:  mac
Fern.vim
🌿 General purpose asynchronous tree viewer written in Pure Vim script
Stars: ✭ 552 (-7.38%)
Mutual labels:  mac
Yoios
iOS 8 inspired icons for OS X Yosemite
Stars: ✭ 503 (-15.6%)
Mutual labels:  mac
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (-23.15%)
Mutual labels:  mac
Millionheroassistant
百万 / 冲顶 / 芝士 / UC / 万能 答题助手(知识图谱更加专业,自动推荐答案, Android手机自动屏幕适配,模拟器支持,多开)
Stars: ✭ 524 (-12.08%)
Mutual labels:  adb
Paper For Mac
🖥 Unofficial Dropbox Paper client for macOS
Stars: ✭ 427 (-28.36%)
Mutual labels:  mac
Androidscreencast
View and control your android device on PC
Stars: ✭ 571 (-4.19%)
Mutual labels:  adb
Autoconfig Mac Vimrc
autoconfig mac vimrc with bundle
Stars: ✭ 502 (-15.77%)
Mutual labels:  mac
Tool
开发效率提升:Mac生产力工具链推荐
Stars: ✭ 5,107 (+756.88%)
Mutual labels:  mac
Securitydriven.inferno
✅ .NET crypto done right. Professionally audited.
Stars: ✭ 501 (-15.94%)
Mutual labels:  mac
Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (+654.36%)
Mutual labels:  adb
Udemy Downloader Gui
A desktop application for downloading Udemy Courses
Stars: ✭ 5,504 (+823.49%)
Mutual labels:  mac
Arknightsautohelper
Arknights Auto Helper based on ADB and Python | 基于python的明日方舟护肝助手
Stars: ✭ 455 (-23.66%)
Mutual labels:  adb
Temps
Simple menubar application based on Electron with actual weather information and forecast.
Stars: ✭ 553 (-7.21%)
Mutual labels:  mac
Paperless Desktop
🍃 macOS app that uses the paperless API to manage your document scans.
Stars: ✭ 431 (-27.68%)
Mutual labels:  mac
Assetsextractor
『Assets提取工具』是一款OSX平台上用于将Assets.car或xxx.app中打包的png图片、pdf等资源重新提取出来的开发者工具。Assets.car常见于iOS/Mac/Unity等开发中的资源打包。
Stars: ✭ 486 (-18.46%)
Mutual labels:  mac
Swiftcsv
CSV parser for Swift
Stars: ✭ 511 (-14.26%)
Mutual labels:  mac
Tools Osx
A small collection of command line tools for Mac OS X, incl.: clipcat, dict, eject, launch, ql, swuser, trash & with.
Stars: ✭ 576 (-3.36%)
Mutual labels:  mac

Nexus Tools

Nexus Tools is a simple installer for the Android SDK Platform Tools package, which includes ADB, Fastboot, Systrace, and other applications.

Installing these tools requires downloading the proper files, extracting them somewhere, and adding the files' folder to your system's path. Nexus Tools does all that hard work for you, and installs additional configuration files to fix common USB problems.

Features

  • Works on Linux, Bash for Windows 10¹, Linux on Chromebooks², and Mac. An x86/x86_64 processor is required on all platforms, except macOS³.
  • The SDK Platform Tools package is downloaded from Google's servers, so you're always getting the latest version.
  • All files are stored in ~/.nexustools, so sudo access is not required.
  • A USB Vendor ID list and UDEV rules file are installed to fix common USB connection issues (UDEV file only applies to Linux and is optional).
  • Can be easily removed.

¹Windows Subsystem for Linux doesn't support USB connections. However, it is possible to use ADB over a Wi-Fi connection using a third-party app or Android 11+. ²Chrome OS 75 or newer is required for USB support. ³Platform tools run in Rosetta 2 compatibility layer on Apple Silicon Macs, because Google doesn't provide native ARM binaries.

How to install

Nexus Tools does not need to be downloaded, just paste this command into the terminal:

bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)

To uninstall, run this command:

bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)

Once Nexus Tools is finished, you can run adb, fastboot, and other commands straight from the terminal. You may need to open a new terminal window for changes to take effect. To update, just run the installer again.

Analytics

Nexus Tools uses Google Analytics to transmit your operating system and CPU architecture during the installation process. This data is not sold or shared in any way, it's only for me to know which hardware platforms I should focus my attention on. You can disable Google Analytics by adding the no-analytics parameter to the install command, like this:

bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh) no-analytics

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
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].