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

No comments:

Post a Comment

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...