Requirement:- 1. Android ADB 2. Download the open source Battery Historian python script from GitHub. https://github.com/google/battery-historian . 3. Unzip the file to extract the Battery Historian folder. Inside the folder, find the historian.py file and move it to the Android SDK platform-tools folder. Steps:- 1. Connect your mobile device to the computer. 2. On your computer, open a terminal window. 3. Change to the directory where you have saved historian.py. D:\Android\sdk\platform-tools> 4. Shut down your running adb server. >adb kill-server 5. Restart your adb server. D:\Android\sdk\platform-tools> adb start-server 6. Check for connected devices. D:\Android\sdk\platform-tools> adb devices 7. Reset...
Practice is the best way to learn...