Showing posts with label ADB Commands. Show all posts
Showing posts with label ADB Commands. Show all posts

Wednesday, September 13, 2017

Minimal Adb and Fastboot Tool Download


Here you can download some basic tool or command tool for Android smart phones called "Minimal Adb and fastboot" it's a zip file and its useful to execute command on Android smart phones on fastboot mode. To use this tool download and extract the files, you will find cmd-here.exe just open it and use some useful commands on Android smart phones, remember the phone should be in fastboot mode and fastboot or adb driver installed.

How to Use This Tool?

1- Download the 'Minimal Adb and Fastboot Tool' Here
2- Extract the Folder, you will find the below files.

adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
cmd-here.exe
fastboot.exe

3- Now you need to open cmd-here.exe, in some cases .exe will not be there so do not worry just double click on cmd-here and open it.
4- Now the ADB and Fastboot Command Window Will Open.
5- You can execute any supported commands on it, with the phone connected with fastboot mode.


Minimal Adb and Fastboot Tool Download

Examples:

There are so many commands can be used through this tool, but here we are providing some useful example of frequently used commands below.

Commands:

fastboot reboot = to reboot the phone
fastboot oem unlock = to unlock the oem lock
fastboot erase config = to erase configuration file in the phone (FRP unlock)
fastboot erase persist = to erase frp on Qualcomm CPU phones

Downloads:


Minimal Adb and Fastboot Tool

Friday, March 31, 2017

ADB Sideload Flashing Process - Apply Update From ADB


How to flash Android smartphone using ADB sideload commands? In this topic you will know the complete process to flash .zip files through ADB sideload mode. This process is supports most of the Android smartphone to update the phone, if you do not have SD card or unable to flash or getting errors while flashing or updating through "Recovery Mode". So if there is an option "Apply Update From ADB" on Recovery Mode, then you may use this "ADB Sideload" option to flash the phone using a PC.

To flash the phone using adb sideload, remember to download the OTA update and it should be in .zip format and do not extract the file just use the file as it is. If you download normal firmware it may not support to flash using "Recovery" and "adb sideload". So to confirm that you need to know whether the phone support OTA update through recovery mode and must confirm the firmware you download. From where you download the firmware to update the phone, just read the details on that website, it must be support to update the firmware using recovery and adb sideload mode or normal firmware or custom firmware which is repacked. If the firmware you downloaded is not a update file then you may not update the firmware neither using recovery mode nor adb sideload mode.


Recovery mode: apply update from ADB


As we know while update/flash any firmware through recovery mode, we will get some error messages i.e. no response fail, failed to verify the system image, failed to update etc. and to copy/update the firmware we need a SD card and then you can update the phone. If the SD card or memory card is not in Good condition, the flashing process will take long time and if the read speed of SD card is slow you may get failed error message.

Requirements:

Download Minimal ADB and Fastboot Tool from the below link
Download OTA Update.zip (According to the phone's model)
  
Downloads:

Minimal ADB and Fastboot


How to use adb sideload to update/flash firmware?

1- Download the "Minimal ADB and Fastboot" Tool and extract it.
2- Now go to the "Recovery Mode" on the phone.
3- Then select "Apply Update from Adb".
4- Connect the phone to PC and Install ADB USB Driver.
5- Now copy the firmware in to the Minimal adb and fastboot folder
6- Now execute the following commands

adb sideload flashing success on AUSU T00F-T00J


adb sideload <complete firmware file name with extension>      

For Example:  If you are flashing ASUS Zenfone 2 and firmware file name is "UL-Z00L-WW-1.17.40.1234-user.zip" then the adb sideload command willbe the following.

adb sideload UL-Z00L-WW-1.17.40.1234-user.zip

and then press ENTER key on the keyboard. The flashing process show in percentage and wait until the process complete.

That's the adb sideload process to apply update/flash Android smartphones, and it's very useful sometime when you face difficulty while flash using recovery mode.   

Note: This topic is only for tutorial purpose and we are not responsible for any damage happen to the phone. 

Thursday, April 14, 2016

Micromax Q332 FRP Lock Unlock Done


How to unlock Micromax Q332 FRP lock? Here is the tutorial about FRP lock solution for Micromax Q332, read the full topic carefully and apply on the mobile phone which is locked. This is topic about ADB commands to unlock Android phone, switch on the phone connect to PC and run the below commands, then the settings menu will pop up go to Backup and Reset then do the factory reset, that's all the will reboot wait till the boot process complete and follow the screen after that.

Download FRP Unlock Tool:

Download adb-setup-1.4.3 and Install it

This can be download using Google search, search and download the application and install on PC, this will create a folder in C: Drive called adb.

ADB Commands for unlock Micromax Q332 FRP Unlock

Q332 FRP Lock Solution:

Install adb-setup-1.4.3
Open command prompt
Go to adb directory C:\adb>
Switch on the phone connect to the PC using USB Cable
Now execute the following commands

adb shell am start -n com.android.settings/.Settings -e :android:show_fragment com.android.settings.LocalePicker

Now the settings will appear 
Go to Backup and Reset
Now Do a factory reset

📚 You May Also Like to Read