All Projects → ibilux → MobyDroid

ibilux / MobyDroid

Licence: Apache-2.0 license
Android Device Manager with a Graphic User Interface (GUI) – Manage Android on Linux, Windows and MacOS.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to MobyDroid

Device Detector Js
A precise user agent parser and device detector written in TypeScript
Stars: ✭ 193 (+153.95%)
Mutual labels:  phone, tablet
mcloud
Mobile farm ecosystem for Android and iOS devices
Stars: ✭ 32 (-57.89%)
Mutual labels:  phone, tablet
Ngx Webcam
A simple Angular webcam component / pure & minimal, no flash-fallback
Stars: ✭ 148 (+94.74%)
Mutual labels:  phone, tablet
AdbNet
A tool that allows you to search for vulnerable android devices across the world and exploit them.
Stars: ✭ 112 (+47.37%)
Mutual labels:  adb, android-debug-bridge
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+2444.74%)
Mutual labels:  adb, android-debug-bridge
adbscan
A @nim-lang utility for scanning IPs for unprotected ADB Android devices connected to the internet
Stars: ✭ 36 (-52.63%)
Mutual labels:  adb, android-debug-bridge
react-device-frameset
React device frameset component
Stars: ✭ 30 (-60.53%)
Mutual labels:  phone, tablet
Wristkey
A free and open-source offline authenticator app for Wear OS.
Stars: ✭ 65 (-14.47%)
Mutual labels:  adb, phone
human-call-filter
Captcha for phone calls
Stars: ✭ 41 (-46.05%)
Mutual labels:  phone
logcat-colorize
Command that takes adb logcat from stdin and produces formatted colorized to stdout, written in C++.
Stars: ✭ 21 (-72.37%)
Mutual labels:  adb
TermuxPRoot
SetupTermuxPRoot.sh 📲 shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
Stars: ✭ 59 (-22.37%)
Mutual labels:  tablet
Motorola-Moto-E-condor-unbrick
Tools for Motorola Moto E XT1021, XT1022, XT1025 condor unbrick
Stars: ✭ 31 (-59.21%)
Mutual labels:  phone
Sorting-Algorithms
All information about sorting algorithm you need and you can visualize the code tracer
Stars: ✭ 13 (-82.89%)
Mutual labels:  graphical-user-interface
android-tether
Autostart Android USB tethering with udev + systemd + adb
Stars: ✭ 30 (-60.53%)
Mutual labels:  adb
huion-linux-drivers
Linux user-space drivers for Huion Graphic Tablets
Stars: ✭ 154 (+102.63%)
Mutual labels:  tablet
CircuitMess-Ringo
CircuitMess Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.
Stars: ✭ 62 (-18.42%)
Mutual labels:  phone
JumpJump
微信小游戏 跳一跳 kotlin PC破解
Stars: ✭ 70 (-7.89%)
Mutual labels:  adb
Facebook-account-kit-android
Android app uses FACEBOOK's ACCOUNT KIT to login without password with EMAIL or PHONE.
Stars: ✭ 30 (-60.53%)
Mutual labels:  phone
EDLUnlock
Bootloader Unlock from EDL.
Stars: ✭ 25 (-67.11%)
Mutual labels:  adb
FireTVRemote-Node
A web app that can control your Amazon FireTV (Stick). Just startup Node, fill in your device's IP address and use your web browser as a remote. (Enable ADB debugging)
Stars: ✭ 54 (-28.95%)
Mutual labels:  adb

MobyDroid

MobyDroid is a simple and cross-platform Android Devices Manager.
It runs on any operating system with Java support (Mac OS X, Windows, Linux, BSD, Solaris...).

THIS IS JUST A BETA RELEASE !

Prerequisites

  • Java Runtime Environment (JRE) 1.8 or later
  • ADB

Usage

Simply extract and run the jar file:

java -jar "mobydroid.jar"

Motives

I have been running linux from while now. And what I noticed is there is no GUI Android Devices Manager until now (QtADB didn't work for me). Basicly I kept using ADB command line and kept waiting for someone to make something or some alternatives.
Some day a friend of mine kept complaining about the same problem. After that, I decided to make a simple Apk installer with a graphical user interface. And something lead to another.
And I wanted to share it for any one having the same problem.

So here it is !

Install

Distro Download Link
Arch yaourt mobydroid mobydroid (AUR)
Debian mobydroid_0.4-1.deb
Fedora RPM mobydroid-0.4-1.rpm
Manjaro yaourt mobydroid mobydroid (AUR)
Ubuntu mobydroid_0.4-1.deb
RPM mobydroid-0.4-1.rpm

Download

Type Size Download Link
Standalone 2.29 MB MobyDroid_v0.4.zip
Jar Only 0.22 MB MobyDroid_v0.4_jar.zip

BETA

THIS IS JUST A BETA RELEASE !
So you should expect a ton of bugs or crash issues.
Please feel free to reply in this thread any comments, suggestions, questions, bug reports, ect.
if you encounter an issue or have a great ideas please file an issue on issues.

How to Install ADB on Windows, macOS, and Linux

A Great article on XDA see here

Troubleshooting

If you cannot connect to your device check the following:

  • Your adb server is running by issuing adb start-server
  • You can see the device using adb adb devices

If you see the device in adb but not in MobyDroid please file an issue on issues.

ADB Protocol Description

The Android Debug Bridge (ADB) is a client-server architecture used to communicate with Android devices (install APKs, debug apps, etc).

An overview of the protocol can be found here: Overview

A list of the available commands that a ADB Server may accept can be found here: Services

The description for the protocol for transfering files can be found here: SYNC.TXT.

Contributing

This project would not be where it is, if it where not for the helpful contributors.
Supporting MobyDroid with issue reports, and great ideas.
The original author and all users of this project are very greatful for your contribution to this Open Source Project.

Authors

Bilux [email protected]

See contributors for a full list.

License

This project is currently released under the Apache License Version 2.0, see LICENSE.md for more information.

Screenshots

Apps Installer

Apps Manager

File Manager

Screen Capture

Device Information

Terminal

Settings

Tasks

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].