Install Huawei HiSuite to get communication with the phone and all necessary drivers.
Install ADB mini with Fastboot tools to get all needed tools and rest of ADB drivers that are required.
Windows 10 users should additionally go into c:\Windows\inf and search for the file "wpdmtp.inf". Press the right button on it and select INSTALL
Read All Information from HUAWEI phone in Fastboot Mode
Turn on HUAWEI Ascend D1 quad XL U9500 in fastboot mode.
Open Command Prompt from start menu with admin rights(if windows ask about rights just press YES).
If you do not change default folder ADB and FASTBOOT files are in C:\ADB
Now you need to go into this directory using the command:
Type cd\ and pres; enter key.
Type cd adb and press enter key.
Next use fastboot command:
fastboot devices and press enter button
This command checks communication with HUAWEI Ascend D1 quad XL U9500 and confirms that all drivers are installed correctly.
fastboot oem get-product-model
and press enter button
This command read from phone product code / phone name
fastboot oem get-psid
and press enter button
This command read IMEI and S/N from HUAWEI Ascend D1 quad XL U9500
fastboot oem get-build-number
and press enter button
This command checks the firmware version of phone
fastboot getvar:rescue_phoneinfo
and press enter button
With this command, you can read more info about your HUAWEI Ascend D1 quad XL U9500 if it supports this command
Another useful fastboot command:
fastboot reboot and press enter key
This command restart HUAWEI Ascend D1 quad XL U9500 in normal mode, it's very useful when we have got a phone with built-in battery.
fastboot oem get-bootinfo and press enter key
This command checks bootloader status if it's LOCKED or UNLOCKED.
That's all.
If you found this helpful, click on the Google Star, Like it on
Facebook or follow us on
Twitter and
Instagram