Friday, 25 July 2014

MOTOROLA MOTO G SPECIFICATIONS

Operating system
Android 4.4 KitKat®

Processor
Qualcomm Snapdragon 400 processor with 1.2 GHz quad-core CPU

Capacity
Moto G
8 GB or 16GB internal storage
Two years 50 GB storage free on Google Drive
Moto G with 4G LTE
8GB of internal storage
Supports removable micoSD cards up to 32GB

Dimensions and weight
Height 129.9 mm
Width 65.9 mm
Depth 6.0-11.6 mm (curve)
Weight 143 grams
Water repellent coating

Display
4.5 inches diagonal (11.3 cm)
1280 x 720 HD, 329 ppi
Corning® Gorilla® Glass

Connectivity
Micro USB
3.5 mm headset jack

Battery
Built-in rechargeable lithium-ion, 2070 mAh
Mixed usage up to 24 hours

Rear camera
5 MP at 4:3 and 3.8 MP at 16:9 (user-configurable)
LED flash
4X digital zoom
Slow motion video
Burst mode
Auto HDR
Panorama
Tap to Focus

Front camera
1.3 MP

Video capture and playback
720p HD video (front and rear)
Capture 30 fps (MPEG4, H.264)
Playback 30 fps (MPEG4, H.263, H.264, VP8)

Audio playback
AMR-NB, AMR-WB, AAC, AAC+, eAAC+, MP3,
PCM, FLAC, MIDI, QCELP, EVRC, OGG/Vorbis

Wi-Fi
802.11 b/g/n

Networks - Moto G
US GSM Model:
GSM/GPRS/EDGE (850, 900, 1800, 1900 MHz)
UMTS/HSPA+ up to 21 Mbps (850, 1700 (AWS), 1900 MHz)


Global GSM Model:
GSM/GPRS/EDGE (850, 900, 1800, 1900 MHz)
UMTS/HSPA+ up to 21 Mbps (850, 900, 1900, 2100 MHz)
Requires a microSIM card (not included)

CDMA Model:
CDMA/EVDO Rev A (850, 1900 MHz)

Networks - Moto G with 4G LTE
US GSM Model:
4G LTE Bands 2, 4, 5, 17 (1900, 1700, 850, 700 MHz)
GSM/GPRS/EDGE (850, 900, 1800, 1900 MHz)
UMTS (850, 900, 1700, 1900, 2100 MHz)

Bluetooth® Technology
Version 4.0

Location services
GPS, GLONASS

UNLOCK BOOT LOADER OF MOTOROLA MOTO G

1- Register to Motorola website

2- get your Device ID
  • Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
  • On your desktop, open a command prompt or terminal, and go to the directory where you installed the Android SDK tools (or make sure fastboot is in your $PATH)
  • At the prompt, type
  • Code:
    $ fastboot oem get_unlock_data
  • The returned string will be used to retrieve your unlock key.
  • Example: On a Windows Desktop, the returned string format would be
    Code:
    $ fastboot oem get_unlock_data
     (bootloader) 0A40040192024205#4C4D3556313230
     (bootloader) 30373731363031303332323239#BD00
     (bootloader) 8A672BA4746C2CE02328A2AC0C39F95
     (bootloader) 1A3E5#1F53280002000000000000000
     (bootloader) 0000000
    On a Mac OS Desktop, the returned string format would be
    Code:
    INFO0A40040192024205#4C4D3556313230
     INFO30373731363031303332323239#BD00
     INFO8A672BA4746C2CE02328A2AC0C39F95
     INFO1A3E5#1F53280002000000000000000
     INFO0000000
    Paste together the 5 lines of output into one continuous string without (bootloader) or ‘INFO’ or white spaces. Your string needs to look like this:
    Code:
    0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
    3- Unlock
    • Check if your device can be unlocked by pasting this string in the specific field on the Motorola website, and clicking “Can my device be unlocked?”
    • NOTE: If your device is unlockable, a "REQUEST UNLOCK KEY" button will now appear at the bottom of that page.
    • after you got the code type the following :
      Code:
      fastboot oem unlock <code>
      and wait your device to reboot !


    4- Enjoy 
    Thanks to matmutant @ xdadevelopers.com