Easy Fastboot and ADB Tool with GUI - Android Software Development

Code:
*** Disclaimer
This Tool is in testing status so don't blame me if( provocate a thermonuclear war || unicorns jump out of your monitor)
Introduction:
3 or 4 years ago i coded a fastboot and adb tool for the most HTC devices. I thought i make a new one with GUI.
This tool should help Users to flash via fastboot and do things with ADB( or for the lazy ones who don't want to type the commands ).
Click to expand...
Click to collapse
Images:
{
"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"
}
Features:
Fastboot:
Check Fastboot connection
Flash Bootloader
Flash Radio
Flash Recovery
Flash System
Flash Userdata
Flash Cache​ADB:
Check ADB connection
Pull File
Push File​Planned:
ADB Shell
Tool Updater ( currently working on it)
flash zip via recovery from tool (need to think how i could get this work)
more ADB features
more fastboot features
​Should work with most adndroid devices that supports fastboot and adb
More is comming!
Click to expand...
Click to collapse
Install instructions
Run setup.exe as Admin
Installdir is %program files(x86)%\EasyFastbootandADB
Start Menu Entry is enabled
Desktop icon is enabled
Click to expand...
Click to collapse
Downloads
Download
https://mega.co.nz/#!QsBWSBYa!e2XuFNYiYdLOI5Nm0BFruuIs6tQoCyfdIx88QvGhUnM
setup.exe - 724.98 KB
Click to expand...
Click to collapse
XDA:DevDB Information
Easy Fastboot and ADB GUI, Tool/Utility for all devices (see above for details)
Contributors
sypher1337
Version Information
Status: Testing
Code:
Changelog:
25.11.2014 - initial testing release
Created 2014-11-25
Last Updated 2014-11-25

Reserved

Reserved

any device list on which its working,,,,?
if you could put step by step tutorial that would be very helpful..
Thanks.

vwong said:
any device list on which its working,,,,?
if you could put step by step tutorial that would be very helpful..
Thanks.
Click to expand...
Click to collapse
It should work on most android devices.
The Tool is currently in testing status a step by step tutorial is comming soon.

Related

[Tool] [Easy to use] Android Toolkit

I am really happy to share my new project with you and contribute to this great forum. I have been developing this project for a half of a year and I have finished about one month ago. I am proud to announce you that I have finished Android Toolkit.
Android Toolkit is an app for Android device managment and modification. It has a built in ADB Tools, Fastboot Tools and custom recovery flasher and much more. There is also support for Remote ADB control. There is also Android ADB Backup/Restore tool and Root Exploit (only installs Superuser.apk in system). Currently, there are only 3 devices for recovery flashing and TWRP flashing is still in development.
A whole project was developed using C# and WPF technology. You need to have installed .Net Framework 4.5 to run this app.
Home
{
"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"
}
Home enables running other tools from app and updating the database.
Devices
Device shows the latest info about your device and validates root permissions of your device.
ADB
ADB features include:
-Push/Pull
-Copy/Move/Delete
-Install/Remove app
-Sideload
-Remote ADB
Fastboot
Fastboot features include:
-Boot
-Flash
-Unlock/Lock bootloader
-HTC Unlock
-CID tools
Advanced
-Advanced includes ADB Backup tool as well as Universal Root (installs only superuser.apk and su) and also a logcat capture.
Recovery master
-Recovery master automatically downloads and flashes recovery to your device.
Device restore
-Device restore performs "hard reset".
Zip flasher
-Zip flasher flashes .zip to your device.
Code:
Download:
[URL="https://onedrive.live.com/download?resid=208A5A6CB2859845%211235"]Download[/URL]
I will appreciate any kind of a suggestion or a critic because I am 14 and I think that this project can help you.
Click to expand...
Click to collapse
Do you want contribute? No problem, Android Toolkit is open-source and here is the repository:
Link
Click to expand...
Click to collapse
Web

[HELP] TWRP One Plus 5 Not working

SOLVED UPDATED TO LAST OTA AND DID THE WHOLE TUTORIAL AGAIN.
Tried different USB ports. ( 3.0 / 2.0 )
{
"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"
}
Tried in 2 different PCs and 6 usb ports 2.0 and 3.0
Windows 8 and windows 10.
Have you tried using cmd (administrator) istead of PowerShell?
Lamizure said:
Have you tried using cmd (administrator) istead of PowerShell?
Click to expand...
Click to collapse
Yes
It's really strange... Have you unlocked the bootloader?
Yes " Device State - Unlocked "
It's due to the filename being too long. I found a different fastboot which allowed long filenames. Rename it to one letter like r.img or something and see if it works.
Had exact the same problem under Linux
People mention to change to another USB port but that did not help
What helped... if all stuff is correctly installed (adb, root rights, etc.)
1. Reboot into the bootloader (even if you are in already)
adb reboot bootloader
Click to expand...
Click to collapse
2. Then directly (use the arrow up key to really be fast enough) send the command for flashing (my file was called twrp.img)
fastboot flash recovery twrp.img
Click to expand...
Click to collapse
If this doesn't work you could try (under Linux) to write a little script with just the two above commands or try
adb reboot bootloader && fastboot flash recovery twrp.img
Click to expand...
Click to collapse
It seems to be a timing problem... One might need to play around with the time between this two commands. E.g. wait until the bootloader screen is on the phone and directly issue the flash command. Sorry after it worked for me I did not bother to investigate it in more detail.

[Recovery][TWRP]Team Win Recovery Project for YUREKA BLACK[Treble Support]

{
"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"
}
WHAT IS TWRP?
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROM's to your device, repair broken file systems, and root your device.
Read more about TWRP here: https://twrp.me/about/
DOWNLOAD:
https://www.androidfilehost.com/?fid=962187416754472524
Make sure you bootloader is UNLOCKED before you try to flash the device with TWRP. Please Follow the Guide Here.
HOW TO FLASH:
Open the folder where your TWRP Recovery .img file is saved.
Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader/fastboot mode: adb reboot bootloader
Once your device boots into bootloader mode, type this into the command line.
fastboot flash recovery twrp_recovery_3.2.1-0_garlic.img
Once TWRP is successfully flashed on your device, type this final command to reboot your device.
fastboot reboot and hold the volume up key
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
NOTE:
This is fully supported with latest source and it supports upcoming treble ROMs and Oreo builds.
You can gain root access on the 7.1.2 firmware by flashing latest Magisk from magisk
CONTRIBUTIONS:
Gerrit for TWRP: http://gerrit.omnirom.org/
Gerrit for officially supported devices: http://gerrit.twrp.me/
Device Source: https://github.com/iamsaikat/android_device_yu_garlic/tree/twrp-garlic
Bro Wipe Me "Vendor Image" Section Bhi Hai
Isko Wipe Krne Pr Koi Problem To Nahi Hogi???
Sent from my YU5040 using Tapatalk
Bro Plz Tell What Will Happen If I Wipe Vendor section from Advance Wipe???
Any Problems If I Wipe??

ADB Sideloader By Varun

ADB Sideloader
{
"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
Mega
Android File Host
Instructions
1. Download ADB Sideloader from the given links
2. Run the tool in your PC (Double Click , Like opening a file)
3. Reboot your phone into Recovery Mode (TWRP)
4. In twrp go to Advance/ADB-SIDELOAD and swipe to start sideload
5. Click on Load Zip and select the flashable zip
6. After selecting flashable zip, now click on Flash
7. After flashing process over , you can see two options in twrp 1.Back , 2.Reboot System
Features
Detection - Automatically detects mobile connection status to pc and gives you status (Connected / Not Connected)
Reboot - Reboot Device with one click
Reboot Recovery - Reboot devcie to recovery mode with one click
Load Zip & Flash - Load your flashable zip and click on flash
Uses
* Some device does not detect internal storage in twrp recovery
* may face a problem insufficient storage in device
* So using this tool you can flash zips from pc directly to pc
Still Have doubts ??
You can reach me via whatsapp chat
Watch a tutorial video of flashing zip via pc with this tool in my youtube channel
Like my work offer me a coffee, no matter it may be a small cup or large cup
PayTm Donation Link
XDA:DevDB Information
ADB Sideloader By Varun, Tool/Utility for all devices (see above for details)
Contributors
Varun Sai
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2018-06-10
Created 2018-06-10
Last Updated 2018-06-10

[TOOL][JASMINE] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the Xiaomi Mi A2's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
Thanks ! I used this tool in my zuk z2 pro and is fantastic
Is it possible to used it for enabling cam2api?
GK_NL said:
Is it possible to used it for enabling cam2api?
Click to expand...
Click to collapse
Unfortunately no
help
when i try to flash a recovery (booting a recovery) the name of files change to strange things like "1ZHqTVOIAgWdUqtIh5WLxD" or "c0kpXH7r0OESNfLgZQCsOZboc0TkvtiKKwOeEAVAp3H", not letting me flash anything.
Kaito Akimoto said:
when i try to flash a recovery (booting a recovery) the name of files change to strange things like "1ZHqTVOIAgWdUqtIh5WLxD" or "c0kpXH7r0OESNfLgZQCsOZboc0TkvtiKKwOeEAVAp3H", not letting me flash anything.
Click to expand...
Click to collapse
It's because actually decryption is not working in the twrp

Categories

Resources