GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Huawei > Huawei Android based phones


Huawei Android based phones General Huawei Android phones discussion, firmwares, solution, root, help

Reply
 
LinkBack Thread Tools Display Modes
Old 08-13-2016, 18:05   #1 (permalink)
No Life Poster
 
MiRoOo's Avatar
 
Join Date: Sep 2007
Location: Gizah/Egypt
Age: 33
Posts: 659
Member: 594436
Status: Offline
Sonork: 100.1657777
Thanks Meter: 952
[GUIDE] Unbrick and Flash Y625-U32 (EncUnsuccess - 9008)


HUAWEI
Y625-U32
Unbrick & Flashing
Guide




Summary of The Problem
----------------------------------------------------------------
Huawei Y625 phone is one of the worst phones in the market,
Phone have a lot of problems which is related to EMMC, as a result, phone will have one of these cases,
(stuck at logo, FCs msgs and Encryption unsuccessful problem)
Now to fix those problems we need to re-program (restructure) that EMMC,
But with that model it's a little hard process,
In most cases phone won't go to Recovery so you can flash FWs from there, and if it enters Recovery, it will show error while flashing,
Now, since this is a Qualcomm based phone, that means it has a Qualcomm Download mode (qdloader),
From there we are going to do whatever we want!

Unbrick/Flashing Guide
-------------------------------------------------------------
#1 Enable QDloader Mode
----------------------------------------------

1. Disassemble the phone,
2. Short these two pins with a tweezers,



3. Connect phone to PC (without battery),
4. Check Device Manager > Ports,

5. Now your phone in Qualcomm Download Mode,
Let's move to the next part.


#2 Flashing the phone
-------------------------------------------

1. Download required files from Download Section,
2. Run Huyie Download tool as Administrator,
3. Follow these images,





4. Disconnect the phone and Power it on,
You're done


Download Section
----------------------------------------------

Huawei Y625-U32 Firmware
< H E R E >

< H E R E >
< The tool is included with the firmware >

This is not an SD_Upgrade package,
This is the factory firmware which is used to flash the phone in Qualcomm Download Mode.


Final Word
--------------------------

This method not only works with Y625-U32, it should work for all Huawei Qualcomm based phones,
but you'll need to find the Testpoint and the Factory firmware.

I have tested this method myself with a lot of Y625, and they're just working fine now.



In case this guide was helpful for you,
Just hit "Thanks"


Best Regards
---------------------------------


Last edited by MiRoOo; 02-15-2017 at 18:17.
  Reply With Quote
The Following 150 Users Say Thank You to MiRoOo For This Useful Post:
Show/Hide list of the thanked
Old 08-13-2016, 18:30   #2 (permalink)
No Life Poster
 
MiRoOo's Avatar
 
Join Date: Sep 2007
Location: Gizah/Egypt
Age: 33
Posts: 659
Member: 594436
Status: Offline
Sonork: 100.1657777
Thanks Meter: 952
[GUIDE] Unbrick and Flash Y625-U32 (EncUnsuccess - 9008)

Repair IMEI & BB
--------------------------------------------

1. Download this file,
Y625-U32_BB_IMEI_Repair
2. Root the phone and Install BusyBox,
3. Connect phone to PC and run CMD,
4. Run these commands one by one,


Code:
adb push modem.img /data/local/tmp/modem.img
adb shell su -c "dd if=/data/local/tmp/modem.img of=/dev/block/mmcblk0p12"

adb push modemst1.img /data/local/tmp/modemst1.img
adb shell su -c "dd if=/data/local/tmp/modemst1.img of=/dev/block/mmcblk0p7"
 
adb push modemst2.img /data/local/tmp/modemst2.img
adb shell su -c "dd if=/data/local/tmp/modemst2.img of=/dev/block/mmcblk0p8"
5. Reboot phone


Now just check your IMEI it should be now repaired



--------------------------------------------------

Ok, Here's another way for IMEI repair that works when your Baseband is good, but you still have IMEI:null or IMEI:0,
we're going to write a QCN file which contains an IMEI that's diffrent from yours for sure,
So, as long as this process is a little hard for some ppl, if you decide to just write the file and forget about your orignal IMEI, then skip to the write part of guide,
Otherwise, follow the whole guide, and i promise to make it easy as i can,

Let's begin,



< DOWNLOAD >
------------------------
< H E R E >

All the tools and files you need for this process included in this zip


< GUIDE >
----------------

#1 Edit QCN
------------------------
In this part we will edit the QCN file and replace it's IMEIs with ours,

1. Install HEX Editor which is included in the zip,
2. Open "y625.qcn" file with HEX Editor,
3. Find these addresses:
IMEI_1: 00001790



IMEI_2: 0000e490 + 0000e4a0

Now we know where IMEIs live in our QCN,
It's time to replace it with our IMEIs.


3. Run "IMEI_Converter.exe"
4. Write your IMEI_1 in the "ENTER IMEI" area then Hit "< CONVERT IMEI >",

5. Do the same for IMEI_2 ,

Copy the converted values and keep it in a txt file.

6. Now just go back to HEX Editor and replace the values with the new ones,
IMEI_1


IMEI_2


7. Now we need to save the file with the new changes,


Now we have a QCN file which contains our original IMEIs,
Great, let's move to the next part.


#2 Enable DIAG Mode
---------------------------------------
In order to Backup or Restore QCN, phone needs to enter a special mode called "DIAG",
Huawei like many other manufacturers disabled that mode by default,
But that's not a problem at all since we can simply activate it by adb shell commands,
Let's see how,

1. ROOT the phone using iRoot or any other root tool,
2. Connect phone to PC then run these commands one by one,
Code:
adb shell
su
setprop sys.usb.config diag,adb
3. Now check your "Device Manager", under "Ports" you should see this



Now you've successfully activated "DIAG" mode, and your phone is ready for QCN Restore part.



#3 Restore QCN
-----------------------------
This is where we write the QCN file to the phone using QPST,
QPST is an official tool made by Qualcomm itself and they are using it to deal with their phones and modems as it has a lot of functions,
One of it's functions the QCN Backup and Restore, which we're going to use here,

1. Install QPST which is included in the zip,
2. Run "QPST Configutration",
You'd see something like this,


This means that QPST has successfully see your "DIAG" port and can communicate with your phone.

3. From the menu, go to "Start Client" and select "Software Download",



4. From the tabs choose "Restore", click "Browse" and choose your QCN file,
Hit "Start",



5. When "Restore" process finish, Just reboot your phone,
6. Check your IMEI, it should be there,


< DONE >
----------

This guide is not about Y625 only, this is how to deal with QCN for most Qualcomm based devices not only phones,
I hope that i made myself useful to some of you by this guide,


< BEST REGARDS >
-------------------------------


Last edited by MiRoOo; 02-02-2017 at 03:48.
  Reply With Quote
The Following 54 Users Say Thank You to MiRoOo For This Useful Post:
Show/Hide list of the thanked
Old 09-16-2016, 16:54   #3 (permalink)
No Life Poster
 
Join Date: Apr 2012
Location: U.S.A
Age: 35
Posts: 855
Member: 1745142
Status: Offline
Thanks Meter: 344
Hello. this procces would work with Huawei G526. Encryption unsuccessful problem ?
  Reply With Quote
The Following User Says Thank You to markshake For This Useful Post:
Old 09-17-2016, 16:38   #4 (permalink)
Freak Poster
 
Join Date: Jun 2012
Location: Ethiopia || united State
Posts: 340
Member: 1770631
Status: Offline
Sonork: id
Thanks Meter: 89
at step 8 i get error===failed to read the command from the opened port

any help...thanks
  Reply With Quote
The Following 2 Users Say Thank You to kumenger For This Useful Post:
Old 09-17-2016, 17:09   #5 (permalink)
Freak Poster
 
Join Date: Jun 2012
Location: Ethiopia || united State
Posts: 340
Member: 1770631
Status: Offline
Sonork: id
Thanks Meter: 89
i manged to flash using another pc..but EncUnsuccess still exits..what wrong
  Reply With Quote
The Following 2 Users Say Thank You to kumenger For This Useful Post:
Old 09-17-2016, 19:25   #6 (permalink)
Freak Poster
 
Join Date: Jun 2012
Location: Ethiopia || united State
Posts: 340
Member: 1770631
Status: Offline
Sonork: id
Thanks Meter: 89
@ MiRoOo please help i flahed it 3 times still the same ..as i can see from you screen-shoot your log your pass result is at ID 239 mine pass ID IS 224..and you counting number end at 189 mine ends at 99..any help..
  Reply With Quote
The Following 2 Users Say Thank You to kumenger For This Useful Post:
Old 09-21-2016, 21:51   #7 (permalink)
No Life Poster
 
Join Date: Feb 2015
Location: IRAN-TABRIIZ
Posts: 928
Member: 2339474
Status: Offline
Sonork: 100.1662352
Thanks Meter: 332
hi
i want y530-u00 and g630-u10 factory firmware for unbrick.
  Reply With Quote
The Following 3 Users Say Thank You to metalgold23 For This Useful Post:
Show/Hide list of the thanked
Old 09-22-2016, 11:51   #8 (permalink)
No Life Poster
 
hungsun_mobile's Avatar
 
Join Date: Mar 2008
Location: Quang Tri- Viet Nam
Posts: 562
Member: 723166
Status: Offline
Sonork: 100.1590944
Thanks Meter: 129


hi bro!

please hepl me!
flash eror
  Reply With Quote
Old 09-22-2016, 22:57   #9 (permalink)
No Life Poster
 
MiRoOo's Avatar
 
Join Date: Sep 2007
Location: Gizah/Egypt
Age: 33
Posts: 659
Member: 594436
Status: Offline
Sonork: 100.1657777
Thanks Meter: 952
Quote:
Originally Posted by markshake View Post
Hello. this procces would work with Huawei G526. Encryption unsuccessful problem ?
Yes, it would, but only if you know where to TP to get qdload mode and have the right files to use.

Quote:
Originally Posted by kumenger View Post
at step 8 i get error===failed to read the command from the opened port

any help...thanks
Quote:
Originally Posted by kumenger View Post
i manged to flash using another pc..but EncUnsuccess still exits..what wrong
Quote:
Originally Posted by kumenger View Post
@ MiRoOo please help i flahed it 3 times still the same ..as i can see from you screen-shoot your log your pass result is at ID 239 mine pass ID IS 224..and you counting number end at 189 mine ends at 99..any help..

This is most likely EMMC corruption problem,
Sorry, you need to replace it.

Also, there is nothing wrong with the time, it's normal to vary.

Quote:
Originally Posted by metalgold23 View Post
hi
i want y530-u00 and g630-u10 factory firmware for unbrick.
Quote:
Originally Posted by hungsun_mobile View Post


hi bro!

please hepl me!
flash eror
Try this:
1. Update your Qualcomm drivers
2. Use another COM/PORT (you can change it from devicemanager)
3. Use another PC or another Windows inside VMware

Hope you get it to work,

BR
  Reply With Quote
The Following 2 Users Say Thank You to MiRoOo For This Useful Post:
Old 09-23-2016, 02:32   #10 (permalink)
No Life Poster
 
hungsun_mobile's Avatar
 
Join Date: Mar 2008
Location: Quang Tri- Viet Nam
Posts: 562
Member: 723166
Status: Offline
Sonork: 100.1590944
Thanks Meter: 129
you can share Qualcomm drivers
  Reply With Quote
Old 09-24-2016, 11:09   #11 (permalink)
No Life Poster
 
Join Date: Jun 2005
Location: Albania -Durres
Posts: 1,204
Member: 154346
Status: Offline
Thanks Meter: 37
where we can download this tool and factory firmwares?
  Reply With Quote
Old 09-24-2016, 11:38   #12 (permalink)
No Life Poster
 
Join Date: Jun 2005
Location: Albania -Durres
Posts: 1,204
Member: 154346
Status: Offline
Thanks Meter: 37
i need firmware for y625-u21 .best regards
  Reply With Quote
The Following User Says Thank You to klodi For This Useful Post:
Old 10-01-2016, 12:43   #13 (permalink)
No Life Poster
 
JONONItelecom™'s Avatar
 
Join Date: Jul 2009
Location: Bangladesh
Posts: 3,159
Member: 1076772
Status: Offline
Sonork: 100.1601881
Thanks Meter: 2,847

Flash Done. but Encryption unsuccessful problem



Last edited by ...:::::NP™:::::...; 01-26-2019 at 18:04. Reason: quote hasbeen removed
  Reply With Quote
The Following 2 Users Say Thank You to JONONItelecom™ For This Useful Post:
Old 10-02-2016, 04:14   #14 (permalink)
No Life Poster
 
MiRoOo's Avatar
 
Join Date: Sep 2007
Location: Gizah/Egypt
Age: 33
Posts: 659
Member: 594436
Status: Offline
Sonork: 100.1657777
Thanks Meter: 952
Quote:
Originally Posted by JONONItelecom[emoji769
;12073410]
Flash Done. but Encryption unsuccessful problem




Since "Encryption Unsuccessful" problem is related to bad EMMC, this solution will work with 40% of devices, other 60% needs it's EMMC to be replaced.


Sent from my iPhone 6 using Tapatalk.
  Reply With Quote
The Following 4 Users Say Thank You to MiRoOo For This Useful Post:
Show/Hide list of the thanked
Old 10-02-2016, 21:13   #15 (permalink)
Freak Poster
 
Join Date: Jun 2012
Location: Ethiopia || united State
Posts: 340
Member: 1770631
Status: Offline
Sonork: id
Thanks Meter: 89
Quote:
Originally Posted by MiRoOo View Post
Since "Encryption Unsuccessful" problem is related to bad EMMC, this solution will work with 40% of devices, other 60% needs it's EMMC to be replaced.


Sent from my iPhone 6 using Tapatalk.
can you guide as how to prepare official dload firmware to be extracted so that it can be flashed through Qualcomm 9008 port
  Reply With Quote
The Following 2 Users Say Thank You to kumenger For This Useful Post:
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 03:27.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.33591 seconds with 8 queries

SEO by vBSEO