Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

An adb wrapper for Android development. It makes it easy to Grant/revoke runtime permissions, rotate screen, turn on doze mode, turn on airplane mode etc. This is really useful while testing the edge cases during the app development phase.

Mar 1, 2018

A simple tool that makes it more convenient to install, uninstall and creating bug reports and more for multiple apps on multiple devices with one command. Additionally uninstalling allows to use wildcards as package name. This is basically a front-end for the Android Debug Bridge (ADB) which is required to run.

Jan 29, 2017

Bash script to simplify adb command usage.

This is a helpful bash utility for working with multiple devices at the same time.

Sep 22, 2014

Bash script that exports content provider's data to raw and CSV format. It can be your own content provider or any other provider that android decided not to block with permissions.

Feb 25, 2015

A script to automatically connect android devices in debug mode using WIFI.

Apr 8, 2018

A small utility to record Android device screen to an optimized GIF so you can paste it to GitHub or a similar service.

Aug 19, 2015

fb-adb is a tool for interacting with Android systems. It does much of what adb does, but with better remote shell support and, hopefully, fewer bugs. Differences between adb and fb-adb are that fb-adb:

  • is binary clean (no LF -> CRLF mangling)
  • transmits and updates window size
  • distinguishes standard output and standard error
  • properly muxes streams with independent flow control
  • allows for ssh-like pty allocation control
  • propagates program exit status instead of always exiting with status 0
  • properly escapes program arguments
  • kills remote program
  • provides a generic facility to elevate to root without re-escaping
Aug 25, 2014

LayoutCast is a little tool to help with that, it will cast every changes in your Java source code or resources (including library project) to your phone within 5 sec, and does not restart the hold application.

Aug 11, 2015

This project provides a simple web API and view for Android Debug Bridge (adb). Free your imagination, use it as you want.

Aug 17, 2015
Advertisement

A wrapper for the ADB tool. It's just adb on steroids.

Features

  • Set device and app id and save them into a config file. This file could be stored locally or globally
  • Kill an app
  • Kill all background processes
  • Clear the app data
  • Input a text
  • Input a key event
  • Take a screen capture and save it into a file
  • Execute every adb command
  • List all available devices
Aug 10, 2017

Fastest Adb Keyboard.

Tool for control android device via PC keyboard.

Mar 28, 2017

Dumpey is an Android Debug Bridge utility tool.

Aug 18, 2015

ADB Date changer is a small utility app for Android developers that allows to change quickly change date & time on the device.

Aug 9, 2016

ADB client implemented in pure Java.

Jul 25, 2016

This is an all-in-one script to build the Android adb tool for ARM architecture. When executed, the script will download all the necessary files and it will run a custom makefile to build the adb.

Aug 4, 2015

adb-sync is a tool to synchronize files between a PC and an Android device using the ADB (Android Debug Bridge).

Jun 29, 2015