Thursday, July 30, 2015

Moto E, G, X - Unlock the Bootloader

Now the 1st step of rooting Android mobile is Unlocking the Boot-loader.

WARNING - Unlocking bootloader will void the warranty and erase all your data on phone.

1. Take the backup of all your data's from Mobile to computer or Cloud.
2. Install Android SDK manager or  Minimal ADB and Fastboot tool.
3. Install Motorola Device driver.
4. Now put your android mobile to fastboot flash mode. Click here for help.
5.Open command prompt on your PC and navigate to Android SDK manager or  Minimal ADB and Fastboot tool path.
6. Connect your Mobile to PC via USB cable.
7. Type following command in command prompt
       fastboot oem get_unlock_data
8. You will get a some string in 4 line. Copy the string in notepad and remove empty spaces make it single line.
9.  Now Create account in Motorola site here.
10.  Paste the string in text box and click on button 'Click my device be unlocked?'
11. After this 'Request unlock key' button will be displayed. Agree the term and condition.
12. You will receive a mail with YOUR_UNLOCK_KEY for your mobile.
13. Copy YOUR_UNLOCK_KEY from mail
14. In command prompt type following command -
      fastboot oem unlock <YOUR_UNLOCK_KEY>
15. Now wait for sometime and soon you will receive Bootloader unlocked

To relock you bootloader click here

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

Tuesday, July 28, 2015

Moto e Boot Loop after CyanogenMod 12.1 updates

Moto E(Xt1022) 1st generation Boot loop after updating CyanogenMod 12.1 (CM12.1)


How to Root my Moto E, G and E mobile?

I just rooted my Moto E 1st generation (XT1022) android mobile. Here you can follow the simple guide to follow for all the Moto version.

Prerequisites :
i. Install Android SDK.
ii. Download Motorola Device Driver

Follow the simple step once Prerequisites are done -
1. Unlock the Bootloader
2. Actual rooting of Moto E
3. Changing the Boot loader warning Image

Hope you learn something from my Post. Do comment and provide feedback.

Thursday, July 23, 2015

web.whatsapp.com FACT

Hope you are aware of whatsapp started web application that can be accessed on Desktop and Laptops as well. http://web.whatsapp.com/
I Started using web.whatsapp.com on my lappy using my WiFi connection and switch OFF my mobile data, web.whatsapp was not working but as soon as I switch ON the mobile data web.whatsapp started working.
So, web.whatsapp is using Mobile Data/Mobile WiFi connection instead of Laptop broadband or Wifi.

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