Posts

Showing posts from October, 2019

Installing TWRP Recovery

Image
TWRP is an open-source custom recovery image for Android Devices. Unlike most stock Recoveries it provide an easy touchscreen based interface that helps users to install third-party firmware, flash custom roms, backup the current system etc which are usually unsupported by stock recoveries.  Steps to install TWRP Recovery:  1. Download TWRP img file. Click Here to Download  2. Copy the downloaded file "recovery-20181012.img" to your desktop.  3. On your Windows PC with ADB enabled, open a command window in the platform tools folder.            Click here to know about installing ADB and opening a command window  4. Power Off your Smartphone.  5. Enter Fastboot Mode by holding the Volume Down button and the Power Button at the same time.  6. Connect your smartphone to your computer using the USB cable.     7. On the command window opened during the Step 1 enter the following commands: fastboot devices         Your Phones serial number

Installing ADB (Android Debug Bridge)

Image
ADB or Android Debug Bridge is a tool that helps developers to debug or tweak various parts of their program or application, but using ADB we can perform some cool tricks and tweaks on our smartphone Steps for Installing ADB: On Your Smartphone:  1. Open Settings ---> About Phone  2. Find the MIUI Version ---> Click on it 7-8 times (Until it shows You are now a Developer)  3. Go to Additional Settings ---> Click on Developer Options  4. Enable USB Debugging.  5. Follow the steps given below on your PC On Your Microsoft Windows PC:  6. Download the ADB zip file onto your PC. Click Here to Download  7. Extract the downloaded zip file (After extracting you will get a folder named "platform-tools"  8. Open the command window in the same directory (For this hold down the Shift key and Right Click within the folder ---> Click on the "Open Command window here" option.  9. Connect your smartphone to your Computer using the USB cable --->