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 usi...
Comments
Post a Comment