Free How to read information by fastboot in MOTOROLA Moto phones

Repair Hub

Product Supporter
Oct 6, 2018
295
817
Pakistan
Skype
RepairHub
How to read information by fastboot in MOTOROLA Moto phones
Necessary Drivers and Tools
1. Drivers
2. mfastboot_adb

Install Necessary Drivers and Tools
1. Unpack Drivers and install them.
2. Unpack mfasboot_adb by any file archiver to c:\mfastboot

Read information by fast boot mode
1. Switch off the phone.
2. Switch on the phone in the fastboot mode and connect a USB cable.
3. Turn on command line with admin rights.
Command line.jpg
4. Go to c:\mfastboot directory
  • Type cd\ and press enter key.
  • Type cd mfastboot and press enter key.
5. Type in mfastboot devices in the command line and press Enter. To check communication with phone and drivers installed.

mfastboot.jpg

6. Type in mfastboot getvar all in the command line and press Enter.



7. That’s all. All information necessary to fix the phone or to install firmware is read. Congratulations!
Check info:

(bootloader) version: 0.5
(bootloader) version-bootloader: 4822 <<< Bootloader Version
(bootloader) product: thea
(bootloader) secure: yes
(bootloader) hwrev: 0x8300
(bootloader) radio: 0x3
(bootloader) emmc: 8GB Sandisk REV=06 PRV=07 TYPE=17
(bootloader) ram: 1024MB Samsung S4 SDRAM DIE=4Gb
(bootloader) cpu: MSM8926 <<< Phone chipset on mainboard
(bootloader) serialno: ZX1C223G8Q <<< Phone serial number
(bootloader) cid: 0x0007 <<< CID number last 2 digits needed when search firmware, if cid higher then 9 you will see letter A, B, C, D, E, F and they give you 10, 11, 12, 13, 14, 15 cid when firmware search
(bootloader) channelid: 0x40
(bootloader) uid: 1E3E650815000000000000000000
(bootloader) unlocked: no <<< Bootloader unlock info
(bootloader) securestate: locked <<< Bootloader security level
(bootloader) iswarrantyvoid: no
(bootloader) mot_sst: 0
(bootloader) max-download-size: 536870912
(bootloader) reason: Volume down key pressed
(bootloader) imei: 353310060506975 <<< Phone IMEI number
(bootloader) meid:
(bootloader) date: 03-12-2015
(bootloader) sku: XT1072 <<< Phone model id needed when search firmware
(bootloader) battid: SNN5956A <<< Battery serial number
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Fri Nov 10 16: 6: 0 UTC 2017"
(bootloader) ro.build.fingerprint[0]: motorola/thea_reteu/thea:6.0/MPBS2
(bootloader) ro.build.fingerprint[1]: 4.65-34-5/6:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.201.5.thea_reteu.
(bootloader) ro.build.version.full[1]: reteuall.en.EU <<< Build customization
(bootloader) ro.build.version.qcom[0]: AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1
(bootloader) ro.build.version.qcom[1]: .04.04.02.048.045
(bootloader) version-baseband: M8926_309101.02.03.19R THEA_EMEA_CUST
(bootloader) kernel.version[0]: Linux version 3.4.42-g495dfd8 (hudsoncm@
(bootloader) kernel.version[1]: ilclbld71) (gcc version 4.8 (GCC) ) #1 S
(bootloader) kernel.version[2]: MP PREEMPT Sat Sep 10 01:48:29 CDT 2016
(bootloader) sdi.git: git=MBM-NG-V48.22-0-gdc5aeaf
(bootloader) sbl1.git: git=MBM-NG-V48.22-0-gbffe41a
(bootloader) rpm.git: git=MBM-NG-V48.22-0-gbe53f43
(bootloader) tz.git: git=MBM-NG-V48.22-0-g31cba28
(bootloader) aboot.git: git=MBM-NG-V48.22-0-g1b80345
(bootloader) partition-type: raw
(bootloader) partition-size:
(bootloader) qe: qe 0/0
(bootloader) productid: ZX1C223G8Q
(bootloader) sutinfo:
(bootloader) ro.carrier: reteu
all: listed above
finished. total time: 0.078s
 
Last edited:
Top