Showing posts with label fastboot. Show all posts
Showing posts with label fastboot. Show all posts

Thursday, July 30, 2015

How to put Android mobile into Fastboot Flash Mode

Open fastboot mode on android device by below simple steps -
1. Switch of your mobile device
2. Press and hold for few seconds - Volume Down button and power button simultaneous.
3. Release the buttons and its done.

Below image shows fastboot flash mode -

www.zinip.blogspot.com

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...