how to hard brick my phone to qhsusb_bulk mode?? - Moto G4 Plus Questions & Answers

Hello,
i have flashed the wrong bootloader and now i my bootloader is oem_locked, and i have no OS.
I cannot flash anything. how to hard brick my phone to qhsusb_bulk mode so i can flash another bootloader to fix my problem?
Can i open and short my phone somehow to be able to get into the Qualcomm Download mode?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

EDIT: mistake second post.

www(dot)droidsavvy(dot)com/unbrick-qualcomm-mobiles/
forums(dot)oneplus(dot)net/threads/fix-qhsusb_bulk-brick-on-the-opo.408420/
Check out these two pages, see if they can help you.
(I can't post outside links yet)

nlpl931 said:
www(dot)droidsavvy(dot)com/unbrick-qualcomm-mobiles/
forums(dot)oneplus(dot)net/threads/fix-qhsusb_bulk-brick-on-the-opo.408420/
Check out these two pages, see if they can help you.
(I can't post outside links yet)
Click to expand...
Click to collapse
That is the problem i don't know how to enter the QHSUSB_BULK mode on my phone because i can only accesss fastboot

Have you tried erasing about, modem, persist... partitions, and then flashing the appropriate images?

nlpl931 said:
Have you tried erasing about, modem, persist... partitions, and then flashing the appropriate images?
Click to expand...
Click to collapse
i cannot im affraid. Bootloader is locked, and i cannot unlock it.
When i try to unlock it says that i need to enable oem unlock but i have no android installed..

Actually it's not qhsusb_bulk mode that you need, you need QDloader mode which can be accessed through the qhsusb_bulk mode. If you run Windows,
#1. CMD(admin)
#2. bcdedit.exe -set load options
DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -TESTSIGNING ON
#3. Reboot your computer keeping​ your phone connected to the computer
#4. On booting go to device manager
#5. You should see a new device entry with QHSUSB_BULK under Qualcomm devices(or any other Qualcomm entry)
#6. This is the QHSUSB_BULK mode that you can use to get into QDloader mode using appropriate drivers, as in the links I posted.
I'll look for more info, if I can help you?
---------- Post added at 12:11 AM ---------- Previous post was at 12:09 AM ----------
codGmer said:
i cannot im affraid. Bootloader is locked, and i cannot unlock it.
When i try to unlock it says that i need to enable oem unlock but i have no android installed..
Click to expand...
Click to collapse
Try going through the process of unlocking bootloader....and I have a feeling that it will work, since you don't need to boot your phone for unlocking the bootloader. You can find guides for that....

nlpl931 said:
Actually it's not qhsusb_bulk mode that you need, you need QDloader mode which can be accessed through the qhsusb_bulk mode. If you run Windows,
#1. CMD(admin)
#2. bcdedit.exe -set load options
DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -TESTSIGNING ON
#3. Reboot your computer keeping​ your phone connected to the computer
#4. On booting go to device manager
#5. You should see a new device entry with QHSUSB_BULK under Qualcomm devices(or any other Qualcomm entry)
#6. This is the QHSUSB_BULK mode that you can use to get into QDloader mode using appropriate drivers, as in the links I posted.
I'll look for more info, if I can help you?
---------- Post added at 12:11 AM ---------- Previous post was at 12:09 AM ----------
Try going through the process of unlocking bootloader....and I have a feeling that it will work, since you don't need to boot your phone for unlocking the bootloader. You can find guides for that....
Click to expand...
Click to collapse
ill try the steps. But the unlocking is not going to work because the first step is use
Code:
fastboot oem get_unlock_data
returns this:
so i cannot unlock my phone by the official way.

Then I guess you will need to jump through all those hoops...

nlpl931 said:
Then I guess you will need to jump through all those hoops...
Click to expand...
Click to collapse
What hoops? Those steps?

#5. You should see a new device entry with QHSUSB_BULK under Qualcomm devices(or any other Qualcomm entry)
Click to expand...
Click to collapse
none of those show up, because i can only boot into fastboot not the black screen with flashing light.

Did you manage to fix it?
Did you manage to get your phone fixed? Mine is doing the same thing you said, I can not flash anything, and the "qualcomm unbrick" guides do not work for me, I dont see any Qualcom Loader in my Devices Manager, but I do see an Android Device when I plug it to my pc.
I can only get to fastboot mode, can not flash anything, my bootloader is locked, and it trhows the same error (read datablock error) when I try to unlock it.
Thanks in advance

same situation
jalbarran said:
Did you manage to get your phone fixed? Mine is doing the same thing you said, I can not flash anything, and the "qualcomm unbrick" guides do not work for me, I dont see any Qualcom Loader in my Devices Manager, but I do see an Android Device when I plug it to my pc.
I can only get to fastboot mode, can not flash anything, my bootloader is locked, and it trhows the same error (read datablock error) when I try to unlock it.
Thanks in advance
Click to expand...
Click to collapse
Could you solve the problem friend? I am also in that situation, greetings

Try to choose QCOM mode in a bootloader

I too had the same problem and solved it.
You can't reboot into bootloader so can't flash stock firmware. I had the same problem and was able to solve it using few tutorials.
Here is a youtube video to solve this problem: https://www.youtube.com/watch?v=m2NqpY6X-X4
Watch the entire video. He had a proper running device and then purposely bricked his device to bring into the same state as your device.
Then he solved it.
Here is the xda thread that was used to create the above video: https://forum.xda-developers.com/moto-g4-plus/help/solved-unbrick-hard-bricked-dead-t3585016
The above video was made using this xda thread and I am not the owner of the video or the thread.
I would suggest watch the video and follow it as its more continent.
Note: there was a step in the above mentioned thread which was to be done. I did it and faced problem (the computer then didn't even recognize the device as qhsusb_bulk and showed "usb device not recognized"). Had to reset my pc and then skipped that step. That step is also skipped in he youtube video.
These are the two lines which I skipped writing in cmd and it worked:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
---------- Post added at 08:34 AM ---------- Previous post was at 08:28 AM ----------
jalbarran said:
Did you manage to get your phone fixed? Mine is doing the same thing you said, I can not flash anything, and the "qualcomm unbrick" guides do not work for me, I dont see any Qualcom Loader in my Devices Manager, but I do see an Android Device when I plug it to my pc.
I can only get to fastboot mode, can not flash anything, my bootloader is locked, and it trhows the same error (read datablock error) when I try to unlock it.
Thanks in advance
Click to expand...
Click to collapse
Did you try unlocking the bootloader? If you are able to do that then you will be able to flash. I don't know why device is unable to flash stock firmware with locked bootloader

david_7 said:
Could you solve the problem friend? I am also in that situation, greetings
Click to expand...
Click to collapse
I had to buy another phone! I just couldn't fix it in any way.
I even took it to a guy who works fixing phones, and he said it had the motherboard bricked! And there's no solution for that, other than buying another board (expensive!!)

Related

[Q] Help! Lenovo yoga 2 tab 1050L broke

My yoga 2 1050L broke while I tried to flash it with:
"Rooted_YT2_10_prc_call-blankphone-user-YT2-1050LC_USR_S000018_1409241649_WW21_CN"
It was flashing well untile 88% "unknown commend"
now I'm getting "EFI BOOT FAIL HARD DRIVE" and it's keep opening the bios,
and I can't even flash it with the 1050L stock rom
??????????????
MohamedStar said:
??????????????
Click to expand...
Click to collapse
1. power off the tablet if it's on (long press pwr btn until shuts off)
2. press and hold Vol+ & Vol- keys, while keeping them pressed press shortly(2-3 sec) PwrOn btn to start tablet, keep Vol keys pressed until the screen says: starting fastboot.. after you can release them (this fastboot mode is different in regards to the standard one as it is started directly from BIOS, disregarding what you have/or not have on your hard drive, so it's good for unbricking), the screen will remain unchanged to the starting fastboot message, but that's ok, the bios is waiting commands already
3. flash your stock ROM as usual (use flash.xml file) using Intel Flash Tool
for root use the much more simpler(generic and safe) method described here http://forum.xda-developers.com/showpost.php?p=62815888&postcount=698
Please Help!!!!!!
ionioni said:
1. power off the tablet if it's on (long press pwr btn until shuts off)
2. press and hold Vol+ & Vol- keys, while keeping them pressed press shortly(2-3 sec) PwrOn btn to start tablet, keep Vol keys pressed until the screen says: starting fastboot.. after you can release them (this fastboot mode is different in regards to the standard one as it is started directly from BIOS, disregarding what you have/or not have on your hard drive, so it's good for unbricking), the screen will remain unchanged to the starting fastboot message, but that's ok, the bios is waiting commands already
3. flash your stock ROM as usual (use flash.xml file) using Intel Flash Tool
for root use the much more simpler(generic and safe) method described here http://forum.xda-developers.com/showpost.php?p=62815888&postcount=698
Click to expand...
Click to collapse
sorry to say but the following didn't work for me still stuck in bios and Flash Tool keeps saying
05/26/16 00:07:14.679 INFO : Port 0/10: Rebooting BaytrailD13EBC1E in Provisonning OS (current state = DNX_STATUS)
05/26/16 00:07:14.679 INFO : Port 0/10: Cannot Reboot android device, status is DNX_STATUS
so now what need to fix this device!! PLEASE HELP!! ;-(
TechTanium said:
sorry to say but the following didn't work for me still stuck in bios and Flash Tool keeps saying
05/26/16 00:07:14.679 INFO : Port 0/10: Rebooting BaytrailD13EBC1E in Provisonning OS (current state = DNX_STATUS)
05/26/16 00:07:14.679 INFO : Port 0/10: Cannot Reboot android device, status is DNX_STATUS
so now what need to fix this device!! PLEASE HELP!! ;-(
Click to expand...
Click to collapse
Try this
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/3/
Don't unplug the USB, every time u unplug the USB you must update the driver again
I don't know if this'll work for you I'm not developer but you can try.
ok tryed to follow that tortorial but when I get to devece manager step I get this for my tablet on fastboot + usb conected !!
Screen shot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PLEASE HELP NEED MY TAB TO WORK!! ;-((
MohamedStar said:
Try this
Don't unplug the USB, every time u unplug the USB you must update the driver again
I don't know if this'll work for you I'm not developer but you can try.
Click to expand...
Click to collapse
---------- Post added at 12:40 AM ---------- Previous post was at 12:33 AM ----------
ok tryed to follow that tortorial but when I get to devece manager step I get this for my tablet on fastboot + usb conected !!
Screen shot Gyazo Screen shot number 7d530b85044c23739eab9a4df4c2d826
PLEASE HELP NEED MY TAB TO WORK!! ;-((
MohamedStar said:
Try this
Don't unplug the USB, every time u unplug the USB you must update the driver again
I don't know if this'll work for you I'm not developer but you can try.
Click to expand...
Click to collapse
TechTanium said:
ok tryed to follow that tortorial but when I get to devece manager step I get this for my tablet on fastboot + usb conected !!
Screen shot
PLEASE HELP NEED MY TAB TO WORK!! ;-((
---------- Post added at 12:40 AM ---------- Previous post was at 12:33 AM ----------
ok tryed to follow that tortorial but when I get to devece manager step I get this for my tablet on fastboot + usb conected !!
Screen shot Gyazo Screen shot number 7d530b85044c23739eab9a4df4c2d826
PLEASE HELP NEED MY TAB TO WORK!! ;-((
Click to expand...
Click to collapse
If u able to go throw fastboot then try to flash kitkat bios from this and (just follow the instructor):
http://forum.xda-developers.com/attachment.php?attachmentid=3783701&stc=1&d=1465980824
after that just flash any kitkat rom, good luck.
MohamedStar said:
If u able to go throw fastboot then try to flash kitkat bios from this and (just follow the instructor):
http://forum.xda-developers.com/attachment.php?attachmentid=3783701&stc=1&d=1465980824
after that just flash any kitkat rom, good luck.
Click to expand...
Click to collapse
Dear MohamedStar
Thanks a lot for attaching the link above, you saved me from an boot failure efi hard drive issue. Thanks a gain
samehhakim said:
Dear MohamedStar
Thanks a lot for attaching the link above, you saved me from an boot failure efi hard drive issue. Thanks a gain
Click to expand...
Click to collapse
I'm glad it helped :good:
Thank you so much man for the replys Really
MohamedStar said:
If u able to go throw fastboot then try to flash kitkat bios from this and (just follow the instructor):
http://forum.xda-developers.com/attachment.php?attachmentid=3783701&stc=1&d=1465980824
after that just flash any kitkat rom, good luck.
Click to expand...
Click to collapse
I did the following and theoretically it should work perfectly but it still comes up with this https://gyazo.com/33d795031aeda6a8710af55da541651f
I don't understand ??? phone flash tool says it is in DNX mode this says its not!!???
QuietLife said:
If u able to go throw fastboot then try to flash kitkat bios from this and (just follow the instructor):
http://forum.xda-developers.com/attachment.php?attachmentid=3783701&stc=1&d=1465980824
after that just flash any kitkat rom, good luck.
Click to expand...
Click to collapse
i plugged my lenovo yoga tab 2 1050L in fastboot starting, then select 'c' to continue in the tool, but the program is stucked in "Sending files for booting in fastboot mode" and while waiting the screen in my tablet just shut down and nothing happened. Intel Flash Tool just turn on the device but can't detect it.

[GUIDE] Unbricking or Flashing firmware with official LG app due to any issue

Instruction: Hello everyone. I decided to create a guide for about that subject, I'll explain for LG-K430TR LTE cause I've it. It's MTK chipset but I suppose this method should work at all. I hope you'll be succeeded. Warn me if I did anything wrong. Be/feel free to ask anything.
To develop together...
What you'll need:
LG Bridge (Install as normal app)
Device as normally :l
Windows Using PC (I'm not sure if it works under Windows 7)
*Device drivers.
*Device drivers= Find right drivers for your phone. Download it from official LG website. How?
Go on to official LG website and find your device right there.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click on device support button.
Scroll down a little bit and click on "Firmware update" and then choose "USB driver for Windows", download it and install as normall app.
Be sure the device isn't connected with PC.
Steps to recover
Boot your device into download mode by; shut down your device and connect it to pc while hold pressing on volume up button. Do what I did in this video.
After that, open LG Bridge and click on like this picture.
Just wait on this screen.
Read the text carefully and check the checkbox
Wait...
And it got started to download! Wait until it get downloaded.
Download is done! Updating...
Uncompressing the compressed files.
After this step, it'll start to flashing files, also you can see this on your phone.
You've done. You succesfully recovered your device. :highfive: To not be bricked again.
TY for the help dude!!! for windows xp you must reinstall windows media player 11 and after that the mtp device will be installed, i did your explanations with lg bridge and it fixed my setup wizard stuck, ty a lot!
will this
would this process work if im getting a boot verification fail on the K10?
AngryUserLG said:
would this process work if im getting a boot verification fail on the K10?
Click to expand...
Click to collapse
Should work cause it flashes whole partitions, as you can see the which partitions in attachment.
And be sure you're doing all the steps for your device model.
berkantkz said:
Should work cause it flashes whole partitions, as you can see the which partitions in attachment.
And be sure you're doing all the steps for your device model.
Click to expand...
Click to collapse
yeah but i can't find the K10 on the website let alone mines D:
AngryUserLG said:
yeah but i can't find the K10 on the website let alone mines D:
Click to expand...
Click to collapse
Hahah what's your model?
berkantkz said:
Hahah what's your model?
Click to expand...
Click to collapse
LG K428
Used King Root last night on my wife's K10, everything worked... gained root access no problem. Woke up this morning to a boot-loop. Found your thread and figured I would update error recovery but I can't get LG Bridge to connect. I've already installed the drivers and rebooted both the device and the PC (windows 10). The device is in download mode and the PC recognizes the connection, but LG Bridge will not connect. Any thoughts?
LG Bridge
Cannot get K10 to connect to LG Bridge. All drivers were downloaded, the computer signals that it sees a device connected, LG Bridge will start to connect when I plug in the USB cable. They I fails to recognize the device each time.
the death of me said:
Used King Root last night on my wife's K10, everything worked... gained root access no problem. Woke up this morning to a boot-loop. Found your thread and figured I would update error recovery but I can't get LG Bridge to connect. I've already installed the drivers and rebooted both the device and the PC (windows 10). The device is in download mode and the PC recognizes the connection, but LG Bridge will not connect. Any thoughts?
Click to expand...
Click to collapse
the death of me said:
Cannot get K10 to connect to LG Bridge. All drivers were downloaded, the computer signals that it sees a device connected, LG Bridge will start to connect when I plug in the USB cable. They I fails to recognize the device each time.
Click to expand...
Click to collapse
Can you paste a screen shot from devices screen when it's connected to PC in download mode? (Win+X and then select "Device Manager")
Not sure how I would take a screen shot while in download mode. I do not see my device in device manager.
---------- Post added at 05:54 PM ---------- Previous post was at 05:52 PM ----------
I've tried Fastboot and LG Flash Tool as well to try any clear cache or factory reset. I think the issue is USB debugging may not be enabled. Would that keep LG Bridge from working?
the death of me said:
Not sure how I would take a screen shot while in download mode. I do not see my device in device manager.
---------- Post added at 05:54 PM ---------- Previous post was at 05:52 PM ----------
I've tried Fastboot and LG Flash Tool as well to try any clear cache or factory reset. I think the issue is USB debugging may not be enabled. Would that keep LG Bridge from working?
Click to expand...
Click to collapse
You got me wrong. I mean, I want a screenshot from your computer's screen. In download mode, it doesn't matter has debugging been enabled or disabled.
berkantkz said:
You got me wrong. I mean, I want a screenshot from your computer's screen. In download mode, it doesn't matter has debugging been enabled or disabled.
Click to expand...
Click to collapse
A screen shot of LG Bridge when my device is in download mode?
---------- Post added at 07:22 PM ---------- Previous post was at 07:18 PM ----------
the death of me said:
A screen shot of LG Bridge when my device is in download mode?
Click to expand...
Click to collapse
the death of me said:
A screen shot of LG Bridge when my device is in download mode?
---------- Post added at 07:22 PM ---------- Previous post was at 07:18 PM ----------
Click to expand...
Click to collapse
Not that. A screen of "Device manager".
https://www.youtube.com/watch?v=slv0oALx-s0
berkantkz said:
Not that. A screen of "Device manager".
https://www.youtube.com/watch?v=slv0oALx-s0
Click to expand...
Click to collapse
the death of me said:
Click to expand...
Click to collapse
Does adb or fastboot see your device?
berkantkz said:
Does adb or fastboot see your device?
Click to expand...
Click to collapse
I'm able to access the device with Fastboot. LG Bridge tries to connect when I plug in the USB cable but is unable to. I tried on 2 seperate PC's. One with Windows 7 and one with Windows 10, same result.
the death of me said:
I'm able to access the device with Fastboot. LG Bridge tries to connect when I plug in the USB cable but is unable to. I tried on 2 seperate PC's. One with Windows 7 and one with Windows 10, same result.
Click to expand...
Click to collapse
This reply can help you but I'm not sure how can you boot into fastboot by buttons.
Pretty sure it was volume down when USB was plugged in. Honestly I was surprised when the Fastboot screen appeared on the device. Then I figured I could try wiping data and cashe with Fastboot but it would not allow me to.
the death of me said:
Pretty sure it was volume down when USB was plugged in. Honestly I was surprised when the Fastboot screen appeared on the device. Then I figured I could try wiping data and cashe with Fastboot but it would not allow me to.
Click to expand...
Click to collapse
What does it say when you type fastboot devices?

Unlock bootloader on LG K10 MS428, K425, MTK Variants

Hi! I am bringing this thread to life because I got many requests for a guide to unlock bootloader on LG K10 MS428, K425 & MTK Variants.
Requirements:
ADB, Fastboot, ADB/Fastboot Drivers & LG Drivers.
Settings > Developer Options > USB Debugging (Enabled) > Enable OEM Unlock (Enabled)
(1) Connect your phone to your computer using USB. If you see a prompt for "RSA Fingerprint". Select OK.
(2) Open Command Prompt (Windows) OR Terminal (Linux).
(3) Type "adb reboot bootloader". Your phone reboots into fastboot.
(4) Type "fastboot oem unlock" or "fastboot flashing unlock"
(5) Type "fastboot reboot".
Your phone's bootloader is unlocked!
unlock bootloader lg k10
does not work :chorando::chorando::chorando:
gezion said:
does not work :chorando::chorando::chorando:
Click to expand...
Click to collapse
Ok will have to see...
do we really need a thread for this lol
salaigeethan666 said:
do we really need a thread for this lol
Click to expand...
Click to collapse
So how do you think i will convey the instructions to members? Do you want them to search each and every forum and post just to get their bootloader unlocked? What's wrong in being more organized?
Edit
(11) Now under command prompt type 'adb reboot-bootloader'
Click to expand...
Click to collapse
to
(11) Now under command prompt type 'adb reboot bootloader'
Click to expand...
Click to collapse
and it'll work.
Fastboot don't see my device.Fastboot don't see my device.
Fastboot don't see my device.
if i write in cmd "adb reboot bootloader" (step 11) my device reboot and i only see "FASTBOOT..." on left-down screen.
Someone help me?
Hi, I tried to unlock fastboot mode but I have no idea what I am doing wrong. Please see
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
both of method does not work
For those who have the <Waiting for any device> problem
you may want to try this , it worked for me
trevorsullivan net/2012/07/03/forcibly-installing-the-android-usb-driver-in-windows-7
(sorry i'm new here so i'm not allowed to post links yet)
trumpet-t1 said:
Hi, I tried to unlock fastboot mode but I have no idea what I am doing wrong. Please see
both of method does not work
Click to expand...
Click to collapse
Hi
I have this problem too
Why???:crying:
trumpet-t1 said:
Hi, I tried to unlock fastboot mode but I have no idea what I am doing wrong. Please see
both of method does not work
Click to expand...
Click to collapse
Amirmehrzad said:
Hi
I have this problem too
Why???:crying:
Click to expand...
Click to collapse
Try
Code:
[B]sudo[/B] fastboot oem unlock
berkantkz said:
Try
Code:
[B]sudo[/B] fastboot oem unlock
Click to expand...
Click to collapse
It doesn't work anyway.
Probably problem is in version of my device. It is LGK420N.
Can k428 unlock?
Lg k10 (K428). Can it unlock?
LG k10 ms428 carrier MetroPCS processor Qualcomm
First I wanted to say thank you for everyone helping out! I really appreciate all the hard work everyone puts in so thank you..
With that being said comma I am still very confused about the LG K10 Metro PCS Qualcomm variant.
Read and reread the red over and over and I still haven't found a screenshot showing that it has been rooted properly.
But not only that custom recovery is also needed.
If anyone has a link or any information on how to flash custom recovery and to obtain root I would greatly appreciate it.
GraphMatix said:
First I wanted to say thank you for everyone helping out! I really appreciate all the hard work everyone puts in so thank you..
With that being said comma I am still very confused about the LG K10 Metro PCS Qualcomm variant.
Read and reread the red over and over and I still haven't found a screenshot showing that it has been rooted properly.
But not only that custom recovery is also needed.
If anyone has a link or any information on how to flash custom recovery and to obtain root I would greatly appreciate it.
Click to expand...
Click to collapse
https://forum.xda-developers.com/lg-k10/development/root-twrp-rom-t-mobile-k428-k10-t3582493
Thanks for the link and all the hard work!
Thank you said one more question I attached a screenshot of the version of vermer I am currently using. Do I have to flash firmware version c? even though my security update is below the specified date in the link you sent?
I haven't updated the security patch when it came out. Thanks once again you've done a lot I really appreciate it
Help gyazo com/fae1f41bca6c718d58b385f2cddd02a2
pvineeth97 said:
Hi! I am bringing this thread to life because I got many requests for a guide to unlock bootloader on LG K10 MS428, K425 & MTK Variants.
Requirements:
ADB, Fastboot, ADB/Fastboot Drivers & LG Drivers.
Settings > Developer Options > USB Debugging (Enabled) > Enable OEM Unlock (Enabled)
(1) Connect your phone to your computer using USB. If you see a prompt for "RSA Fingerprint". Select OK.
(2) Open Command Prompt (Windows) OR Terminal (Linux).
(3) Type "adb reboot bootloader". Your phone reboots into fastboot.
(4) Type "fastboot oem unlock" or "fastboot flashing unlock"
(5) Type "fastboot reboot".
Your phone's bootloader is unlocked!
Click to expand...
Click to collapse
Is there anyway to do this without a pc like maybe using Flashfire. I currently do not have a pc but I'm looking to root my ms428 LG K10 from MetroPCS running Android 7.0 with may 1 2017 security patch any suggestions.
TAKE CARE OF YOUR ARCHIVES, I could unlock the bootloader but then when I started it I lost my info.
Alpha391 said:
TAKE CARE OF YOUR ARCHIVES, I could unlock the bootloader but then when I started it I lost my info.
Click to expand...
Click to collapse
It already notifies you just before you approve the confirmation. Take care of yourself and do not apply the whole steps you see on the computer screen. Try looking at the screen of your device as well!

Can't boot into recovery or system

I flashed the latest chinese 7.1.1 and it bootloops. So I tried going into recovery to wipe/reinstall and found that it wasn't working. The led blinks 3 times and the phone turns off.
I can boot into bootloader, but Windows is not recognizing my device, it just says "Android" under device manager.
Any ideas how to fix this?
have you tried EDL method to restore your original firmware?
otaconremo said:
have you tried EDL method to restore your original firmware?
Click to expand...
Click to collapse
i dont know how to boot to EDL
power+vol up gives me 3 led blinks and then turns off
power + vol down does nothing, just tries to boot the rom
EDIT: what a moron... vol down + vol up + power boots into EDL just fine, but the same, windows cant recognize the device and install the proper driver
I tried with these drivers:
Qualcomm QUSB_BULK Drivers
Version: 2.1.1.0 (2014-01-25)
WHQL signed.
but nothing
bornlivedie said:
i dont know how to boot to EDL
power+vol up gives me 3 led blinks and then turns off
power + vol down does nothing, just tries to boot the rom
EDIT: what a moron... vol down + vol up + power boots into EDL just fine, but the same, windows cant recognize the device and install the proper driver
I tried with these drivers:
Qualcomm QUSB_BULK Drivers
Version: 2.1.1.0 (2014-01-25)
WHQL signed.
but nothing
Click to expand...
Click to collapse
try to remove the previous drivers on windows or reinstall another qcom driver. or maybe try from another computer. unless it gets 9008 mode in windows, you can't do anything on it.
otaconremo said:
try to remove the previous drivers on windows or reinstall another qcom driver. or maybe try from another computer. unless it gets 9008 mode in windows, you can't do anything on it.
Click to expand...
Click to collapse
Already did all those things
tried multiple installations of windows, multiple drivers
QUSB_BULK is installed but MiFlash or axon7root won't detect it
Dumb question but did you try booting normally? Power button only, no vol buttons.
Should take you to the ZTE logo followed by the bootloader unlocked screen.
You said you can boot into bootloader, right? Did you try fastboot commands? If fastboot works, try flashing stock boot and recovery from yoir previous rom and reboot to recovery.
t2jbird said:
Dumb question but did you try booting normally? Power button only, no vol buttons.
Should take you to the ZTE logo followed by the bootloader unlocked screen.
Click to expand...
Click to collapse
Yes, i can see the bootloader screen and go into fastboot.
otaconremo said:
You said you can boot into bootloader, right? Did you try fastboot commands? If fastboot works, try flashing stock boot and recovery from yoir previous rom and reboot to recovery.
Click to expand...
Click to collapse
Windows is not recoginizing the phone while in fastboot. It just says "Android" under device manager. Can't make it work with google usb drivers.
I need the correct drivers to flash the firmware while in EDL mode.
bornlivedie said:
Yes, i can see the bootloader screen and go into fastboot.
Windows is not recoginizing the phone while in fastboot. It just says "Android" under device manager. Can't make it work with google usb drivers.
I need the correct drivers to flash the firmware while in EDL mode.
Click to expand...
Click to collapse
Possibly it is a driver issue. Maybe try disabling driver signature in windows? Just google it.
otaconremo said:
Possibly it is a driver issue. Maybe try disabling driver signature in windows? Just google it.
Click to expand...
Click to collapse
It's off...
I just reinstalled windows 10 and now this is happenning:
Windows 10 recognizes my device as Handset Diagnostic Interface(DFU) (COM3) after installing the QUSB_BULK driver
forcing the QUSB_BULK drivers is not working, as it says that windows couldn't verify the compatibility of the drivers, installs them anyway, and shows the device as COM10 and no tool detects the phone....
Try reading this thread. They're discussing about drivers here as well.
https://forum.xda-developers.com/axon-7/help/a2017g-totally-bricked-t3537990
And here's another one i came across with.
https://forum.xda-developers.com/axon-7/help/fastboot-recognizing-phone-bootloader-t3492201
I also had trouble with the drivers when trying to unlock the bootloader. It wasn't easy.
I had to put the phone in CD mode to install the supplied drivers. It's a must.
Then I followed the guide and some guys' extra comments on the post to unlock the G variant. It was tricky... I suggest you read that guide and "choose an user name" comment here: https://forum.xda-developers.com/axon-7/how-to/guide-install-twrp-unlock-bl-flash-t3517379/page32
I have terrible experience between Windows 10 and axon's driver - it's not work with any reason.
Try with again with Windows 7 (or at least Windows 8.1) , it may work for you.
bornlivedie said:
i dont know how to boot to EDL
power+vol up gives me 3 led blinks and then turns off
power + vol down does nothing, just tries to boot the rom
EDIT: what a moron... vol down + vol up + power boots into EDL just fine, but the same, windows cant recognize the device and install the proper driver
I tried with these drivers:
Qualcomm QUSB_BULK Drivers
Version: 2.1.1.0 (2014-01-25)
WHQL signed.
but nothing
Click to expand...
Click to collapse
If you're able to connect to EDL then is driver is the issue... Try connecting from your friend pc...
I always go using the below method to get in EDL mode.. If you haven't tried... Check this as well
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried flashing the chinese firmware as well without b15 bootdtack... But able to boot to recovery.. But the version of twrp shows as 3.0N 1...i thought it's a glitch and flashed the recovery 3.04.1 and it showed correctly... Don't know it helps at this level
Sent from my ZTE A2017U using Tapatalk
`SBR` said:
If you're able to connect to EDL then is driver is the issue... Try connecting from your friend pc...
I always go using the below method to get in EDL mode.. If you haven't tried... Check this as well
I tried flashing the chinese firmware as well without b15 bootdtack... But able to boot to recovery.. But the version of twrp shows as 3.0N 1...i thought it's a glitch and flashed the recovery 3.04.1 and it showed correctly... Don't know it helps at this level
Click to expand...
Click to collapse
3.0.N1 came from the bootstack. If I remember correctly, it's one that unjustified_dev compiled to go with it.

I think i broke my Redmi

I bought my first redmi ever that is used phone and the previous owner said "its stuck on Mi logo after updating SU"
I tested the device first with these conditions
1. plugged to charger and its charge properly (led is on)
2. cannot go to recovery or power on (had to use deep flash cable to get into fastboot)
3. used deep flash cable, Quacomm shown and installed properly
4. Flashed the image. its says success but i accidentaly look at most bottom window. its says "flash_all_lock.bat"
5. unplugged the cable tried to turn on, it doesnt work
help me .. did i miss something here?
EDIT:
1. plugged to laptop, it says usb malfunctioned unlike before
2 is it normal if i get into fastboot using deep flash the screen show nothing?
1. Deep flash cable is to open the edl mode (not fastboot) and yes the screen is black in edl (download mode)
2. Make a clean flash and try it with qfil
3. You can find videos on youtube how you can fix redmi 4 prime hard bricks (complete guides)
Danoz88 said:
1. Deep flash cable is to open the edl mode (not fastboot) and yes the screen is black in edl (download mode)
2. Make a clean flash and try it with qfil
3. You can find videos on youtube how you can fix redmi 4 prime hard bricks (complete guides)
Click to expand...
Click to collapse
ok new problem, i plug the deep flash cable and it says hardware malfunctioned repeatedly
this one scared me and the device cannot charge
i'm thinking about test point method but i have to wait ordered small torx driver on monday
UPDATE:
After using test point. nothing changed except the device ID number is weird
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How is it displayed in fastboot mode? Deepflashcable also doesn't worked for me because I read that on the newer rom's the edl mode is blocked so no chance with dfc anymore (thanks xiaomi...). It only reboots if I tried everything (commands,dfc,file..).
I had to flash an older version first via fastboot mode. After this I was able to reboot into edl mode with 0 problems. And I never tried the test point methode, not the right tools.
cant goto recovery, cant go to fastboot, test point tested 2nd time and its work.. flash success
but the screen still blank.
if i plug my usb cable to laptop its onlt shows MTP and green led light
I Know How To Fix This...
First Go to miui Fastboot page. Read the instructions and do as said till decompressed the file. Then Just connect your Phone while in Fastboot mode and enable adb and fastboot driver by double clicking on both respective bat files on your pc. Then Just Double click on [flash_all_except_data_storage.bat]. Your phone will reset and restart. If any problems contact me at [email protected] .
---------- Post added at 04:29 AM ---------- Previous post was at 04:23 AM ----------
rs168 said:
I bought my first redmi ever that is used phone and the previous owner said "its stuck on Mi logo after updating SU"
I tested the device first with these conditions
1. plugged to charger and its charge properly (led is on)
2. cannot go to recovery or power on (had to use deep flash cable to get into fastboot)
3. used deep flash cable, Quacomm shown and installed properly
4. Flashed the image. its says success but i accidentaly look at most bottom window. its says "flash_all_lock.bat"
5. unplugged the cable tried to turn on, it doesnt work
help me .. did i miss something here?
EDIT:
1. plugged to laptop, it says usb malfunctioned unlike before
2 is it normal if i get into fastboot using deep flash the screen show nothing?
Click to expand...
Click to collapse
First Go to miui Fastboot page. Read the instructions and do as said till decompressed the file. Then Just connect your Phone while in Fastboot mode and enable adb and fastboot driver by double clicking on both respective bat files on your pc. Then Just Double click on [flash_all_except_data_storage.bat]. Your phone will reset and restart. If any problems contact me at [email protected] .
amangupta711 said:
First Go to miui Fastboot page. Read the instructions and do as said till decompressed the file. Then Just connect your Phone while in Fastboot mode and enable adb and fastboot driver by double clicking on both respective bat files on your pc. Then Just Double click on [flash_all_except_data_storage.bat]. Your phone will reset and restart. If any problems contact me at [email protected] .
Click to expand...
Click to collapse
nope, cannot go to fastboot or recovery
flash succeed with test point method but the screen went blank after tried to power on the device
EDIT: forgot to mention, flashed with global stable, china stable , china developer.. the result still the same
Try this!!!
rs168 said:
nope, cannot go to fastboot or recovery
flash succeed with test point method but the screen went blank after tried to power on the device
EDIT: forgot to mention, flashed with global stable, china stable , china developer.. the result still the same
Click to expand...
Click to collapse
Hold power and vol down button for 20 sec.
amangupta711 said:
Hold power and vol down button for 20 sec.
Click to expand...
Click to collapse
it has been said.. nothing

Categories

Resources