[TOOL] GMADB - GUI based minimal ADB [15-08-2020] - Android Software/Hacking General [Developers Only]

GitHub: https://github.com/yadev64/GMADB
Current version: GMADB v0.2 Beta
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GMADB is a GUI based Minimal ADB that helps you work on modifying your Android device via the Android Debug Bridge. This program helps you to speed up your process of sideloading an update to your android device by making the UX easier. It has four main functionalities:
1. Select and Flash - This allows you to simply select the .zip or .img file of the update and flash it with just a single click. All the process happening will be displayed on the blackBoard (the big black textbox that looks like a terminal window).
2. ADB Devices - With one click, it displays all the available/connected devices on Android Debug Bridge (ADB).
3. Custom Command - This helps you to execute custom shell commands from the app, making it easier for you to do any operation without going to cmd.
4. Log recorder - The application generates a log file of all your activities, which will help you to debug or evaluate all the errors, outputs and everything that was on the blackBoard. (Will be available from the next update)
Click to expand...
Click to collapse
Example: Let's assume that you want to install a custom rom (assume, HentaiOS) on your phone (assume Redmi Note 7 pro).
step 1: Click on the "Select ROM" button. Select the .zip file from the file explorer window that opens up. The selected filename will be displayed and the Flash button will become active (Bright green color).
step 2: Click the "Flash" Button. Wait for the process to complete. Do not close the window until you see the success message on the screen. (In the current version, real-time process output streaming is not available (will be fixed in the upcoming updates), so DO-NOT close the window assuming that the process is not happening. Please refer the phone for the process progress information.)
Click to expand...
Click to collapse
Known bugs:
1. The results/output shown on blackBoard is not real-time. Output appears only after the completion of the process
2. Runs on a single thread
3. Log Generator yet to be implemented
Click to expand...
Click to collapse
Thanks to:
1. *Google for developing ADB and Fastboot
2. shimp208 for the minimal ADB
Click to expand...
Click to collapse
Are you a developer and want to contribute? Click here for the GitHub Repo
Download: GMADB v0.2 Beta

does this installs adb drivers? btw thank you

Related

[HOWTO] Setup Linux shell on Windows | Allows Windows to run Linux commands!

Want to do something like this on your Windows OS?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fear not, in this tutorial, you will learn on how to install a linux shell on your Windows OS!
To install a linux shell on Windows, there's a few solutions solutions that I usually prefer:
Msysgit
Cygwin
Powershell
In this tutorial, Msysgit is the program that will be installed as apart from giving you a linux shell, it gives you access to do git related things(clone a repo, fork repo) which is a very good plus
So, here's it, we'll install a linux shell on our Windows OS and have fun with it later on
Msysgit Installation:
1. Click here and download the latest version of msysgit(The latest version of the time of writing is 1.8.0 http://code.google.com/p/msysgit/downloads/detail?name=Git-1.8.0-preview20121022.exe&can=2&q=)
2. Open the installer and you will see something similar to this and click Next to continue
3. After that, you will be shown the gpl license as per shown below and click Next to continue
4. You will be prompted the location to install msysgit at. Click Next to continue
5. You will be prompted for additional settings, click Next to continue.
6. You will be prompted for the startup menu, click Next to continue.
7. You will be prompted for the path environment, select Use Git Bash only and click Next to continue.
8. You will be prompted for the line ending adjustment. Select Checkout as-is, commit Unix-style line endings and click Next to continue.
9. The installer will install the required files.
10. The installation has finished! Untick ReleaseNotes.rtf and click Finish to end the installation.
How to use:
1. Right click on an empty space at your desktop and click Git Bash.
2. Type your linux "hackish" commands!
The command that is used in the first screen shot is ls -la(directory listing with the file permissions of each file).
There's a lot of commands that you can play with, like echo, cat, uname, which, grep, sed, and many many more!
NOTE #1: For the best compatibility, cygwin would be preferred as it has a very complete set of linux commands built-in but Msysgit is less hassle to setup and it allows you to mingle around with Git once the setup is done which is a very good thing
NOTE #2: Msysgit is not preferred as a shell to create anything advanced like roms or kernels as the features that are available at mysysgit is rather limited(but it is enough for most users like us ).
There will be more tutorials which are related to Git and Linux will be made in the future, so read up fast and stay tuned for more contents! :fingers-crossed:

[Tool][Windows] M8 Digital's Android App Tool - ADB and Fastboot made easy!

Hey everyone! I'm an italian computer engineering student and my friend @Valerio-M8 and I are here to present you the M8 Digital's Android App Tool : a multitool for all of your Android needs!
We wanted to design a tool that could help people who wanted to use ADB or Fastboot commands and maybe were having issues trying to work out how to use them or just wanted to speed the process up.
Our Android App Tool takes care of all of the "behind the scenes", writing and sending commands for you, with lots of features like (more to come) :
MULTI DEVICE SUPPORT
DEVICE NAME RECOGNITION
SEE WHAT'S HAPPENING, THANKS TO A TEXT AREA
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LOTS OF COMMANDS! Including:
Install APKs
Uninstall APKs
Extract APKs
Push files (ADB Push)
Logcat
App data backup (ADB Backup)
Restore app data (ADB Restore)
ADB Sideload (needs to be tested)
Fastboot flash ZIP
Fastboot flash Recovery
Fastboot flash Boot
Get device info (fastboot getvar)
Get identifier token (HTC)
Flash unlock code (HTC)
...and more!
*THIS APP IS IN BETA STAGE OF DEVELOPMENT, MOST FEATURES HAVE BEEN TESTED, BUT WE CAN'T BE CONSIDERED RESPONSIBLE FOR ANY DAMAGE THAT CAN BE CAUSED TO YOUR DEVICES BY THE USE OF THE TOOL*
THIS APP REQUIRES JAVA TO BE RAN, A WEB INSTALLER HAS ALREADY BEEN INCLUDED IN THE PACKAGE.
MAKE SURE DRIVERS APPROPRIATE FOR YOUR DEVICES ARE INSTALLED OR IT WON'T WORK (SEE HERE).
EXTRACT ALL OF THE FILES FROM THE ZIP FILE AND RUN THE .JAR FILE. IT SHOULD BE EXACTLY LIKE THIS:
Please report any bug or issue you run into, feel free to post feature requests, it'll help us A LOT!
I used icons from the Oxygen Iconset (http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html)
Reserved
Good job, tool works fine.

[TOOL][WINDOWS] SkipSoft ULTIMATE Drivers & Adb/Fastboot Installer

What is This?
Yes I know there are tons of drivers Installers around but this is more..
This is a Standalone version of the drivers installer from the SkipSoft Unified Android Toolkit.
--DRIVERS--
There are a selection of driver packages you can install to suit all devices (google, cwm universal, samsung and oneplus). There is also lots of help and information on what to do if the drivers don't work properly. A test routine/checker is available which will attempt to detect the plugged in device (and reboot to fastboot mode and back on google/nexus devices) to verify the drivers are working. Tools are also included to remove unwanted drivers if a fresh start is needed.
--ADB/FASTBOOT--
The Adb/Fastboot installer (Android Debug Bridge version 1.0.36) can install System-Wide (for all Users on the PC) or for the Current User Only. This is a very simple installer and means you do not have to download the complete SDK from google. You can also easily open a command prompt to send commands to your device.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download link: FROM SKIPSOFT
This really is the the most comprehensive driver/adb/fastboot installer available.
Changelog:
1.0.3 - Added adb/fastboot latest version check at startup and download if needed
1.0.2 - Added command prompt option to menu
1.0.1 - Fixes to adb/fastboot installer
1.0.0 - Initial release
Mark.
**RESERVED**
Hey there. Thought I might ask here.
Recently updated to 7.1.1 on my Nexus 5x and now fastboot is not working. Have spent most of the day trying everything I can find on here and installing or uninstalling drivers on both my laptop and desktop with no joy.
Tried all the options within your software but no joy. Adb works ok but fastboot just will not work.
I realise this is not an issue with the software but wondering if you may know of something else to try.
36 hours now on an unrooted phone is the first time in years
Thanks
Just in case this is some use to you with your Toolkit the workaround for the fastboot issue was sorted as shown in the post below.
http://forum.xda-developers.com/showpost.php?p=69273414&postcount=33
divvykev said:
Just in case this is some use to you with your Toolkit the workaround for the fastboot issue was sorted as shown in the post below.
http://forum.xda-developers.com/showpost.php?p=69273414&postcount=33
Click to expand...
Click to collapse
Thanks I will add the google kedacom drivers as an option in the installer.
Mark.

ADB RUN - New perfect tool for your Android

What is ADB RUN?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ADB RUN - a universal program that allows you to easily and easily use the Fastboot and ADB utilities. ADB RUN has much greater capabilities than ADB & FASTBOOT SAUCE V1.2 (link)
What is the program ADB RUN:
1. Install Android App to Device - single app and mass
2. Fastboot Menu - flash and erase boot, recovery, system, data, cache
3. Sideload flash
4. Create IMG
5. Unlock Bootloader
6. Create screenshot and record video
7. Control Android out Windows
8. Remove Virus Monkey test and Time Service
9. Language Localization
10. Reboot Menu
Write what else to add
and much more!!!!
Sorry if my english is very bad
Download latest version ADB RUN 3.102.97
Offical paage ADB RUN - androidp1.ru
Download new version - link
YouTube Link
shipiloff69 said:
What is ADB RUN?
ADB RUN - a universal program that allows you to easily and easily use the Fastboot and ADB utilities. ADB RUN has much greater capabilities than ADB & FASTBOOT SAUCE V1.2 (link)
What is the program ADB RUN:
1. Install Android App to Device - single app and mass
2. Fastboot Menu - flash and erase boot, recovery, system, data, cache
3. Sideload flash
4. Create IMG
5. Unlock Bootloader
6. Create screenshot and record video
7. Control Android out Windows
8. Remove Virus Monkey test and Time Service
9. Language Localization
10. Reboot Menu
and much more!!!!
Sorry if my english is very bad
Download latest version ADB RUN 3.102.97
Offical paage ADB RUN - androidp1.ru
Download new version - link
YouTube Link
Click to expand...
Click to collapse
Translation to english would be nice .
Thank you
Sent from my SM-G935F using Tapatalk

[GUIDE] Flash ROMs On The Go (With Another Phone) (Without PC)

PREREQUISITES -
1. Two phones (one on which you want to flash rom/img, and other you'll use as host)(root is not required on host phone)
2. USB-C to USB-C cable, or USB-C to USB-A with OTG adaptor.
3. Some brain and patience.
PROCEDURE -
1. Install the app called "Bugjaeger" on an android phone you're going to use as host (root is not required)
2. Boot the phone to fastboot and connect the phone to host phone using USB-C to USB-C.
3. Open Bugjaeger app and go to the last tab.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. You'll see your device listed in the app, so select it from the list.
5. Thereafter press the bottom right blue button.
6. This will open up a terminal like interface, here type the command for flashing the boot img. Just type "fastboot flash boot" thereafter from the top, select the icon that looks like file attachment and select the boot img file.. No need to type the file location for file, it'll automatically be appended.
7.Press the button on the right and wait for the boot img to be flashed.
8. After it is done, boot to recovery, and select adb sideload option from recovery.
9. The phone should again be detected in the Bugjaeger app and be listed. Ensure its selected.
10. Now on the host phone, scroll to the bottom on the same tab to the last option that says "Pick file and perform sideload"
11. After selecting the ROM zip file, wait for it to be flashed, the progress will be displayed on the host phone, it will go till about 47% before the process is completed.
12. Reboot the phone and enjoy new ROM
CREDITS
All credit goes to the amazing developer @bugjaeger who developed this amazing app, allowing us to do such crazy things without the need of a computer.
Hello may you report the official download link?
sev7en said:
Hello may you report the official download link?
Click to expand...
Click to collapse
Bugjaeger Mobile ADB - USB OTG - Apps on Google Play
Tool to debug, dissect, shell into and control Android device or TV via USB/WiFi
play.google.com

Categories

Resources