Who's Online
|
There are currently 3536 online users. [Complete List] » 3 Member(s) | 3533 Guest(s)
|
|
|
Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
[ROM] tried to install ROM_ABROAD_V2.4-ota-eng
|
Posts: 8
Threads: 1
Joined: 2016-02-29
Points:
118
Reputation: +4
Hi everyone,
I just tried to install the v2.4 on my d6000 via system update and then SD install. Now the last message was "patching system image unconditionally..."
Since over one hour nothing changed.
Am I supposed to do something now? If so, what?
(I'm really sorry if this is a stupid question)
Posts: 65
Threads: 11
Joined: 2015-12-16
Points:
973
Reputation: +78
Could you be a little more specific? Which ROM before? Using TWRP (permanent or temporary)? Rooted? What exactly did you do to install the new ROM?
Possibly someone can support with more information provided...
You and DirKNirK like this post
Posts: 16
Threads: 0
Joined: 2016-01-16
Points:
267
Reputation: +13
It's been a while, but I had the same problem as you when I tried to flash 2.4 multilanguage using either the system updater or TWRP. It got stuck in this 'patching unconditionally' phase.
In any case, I wasn't able to get it to work and resorted to the QFIL wirebrush method and it worked fine. You'll need to download the .tar.gz package for it though, the zip won't work with the wirebrush method.
Posts: 141
Threads: 4
Joined: 2015-01-31
Points:
1,603
Reputation: +120
(2016-04-03, 20:47)theDutchBird Wrote: It's been a while, but I had the same problem as you when I tried to flash 2.4 multilanguage using either the system updater or TWRP. It got stuck in this 'patching unconditionally' phase.
In any case, I wasn't able to get it to work and resorted to the QFIL wirebrush method and it worked fine. You'll need to download the .tar.gz package for it though, the zip won't work with the wirebrush method.
This can happen when trying to downgrade. Silly thing. Sees the kernel is older and just decides to not let you do it.
Posts: 8
Threads: 1
Joined: 2016-02-29
Points:
118
Reputation: +4
I actually tried to sd-update from original install to v2.4 multil without wirebrush or twrp. I know, it wasn't all that smart but by now I managed to upgrade via SD to v3.1.
I couldn't get twrp or qfil to work for some reason and didn't manage to root it, so no gapps for now.
When switching to bootloader it doesn't recognize the phone in qfil and twrp doesn't start either.
I read different threads about it, but I seem to do something wrong...
You like this post
Posts: 199
Threads: 7
Joined: 2015-09-28
Points:
2,079
Reputation: +127
(2016-08-31, 09:37)UbuntuUser84 Wrote: I actually tried to sd-update from original install to v2.4 multil without wirebrush or twrp. I know, it wasn't all that smart but by now I managed to upgrade via SD to v3.1.
I couldn't get twrp or qfil to work for some reason and didn't manage to root it, so no gapps for now.
When switching to bootloader it doesn't recognize the phone in qfil and twrp doesn't start either.
I read different threads about it, but I seem to do something wrong...
QFIL is started with Android booted, not bootloader. If you don't see the driver/port qualcomm 9008 HS-USB or something similar register in QFIL, here are a few things you can try
- try to change to charge only mode, and back to MTP
- unplug from USB and plug again
- Turn off developer mode and turn on again and enable debugging
If still not registering port in QFIL, go into adb on PC and enter "adb reboot edl". The phone should Then boot to emergency download mode. Then you should see it register port on QFIL...assuming you've installed drivers.
Posts: 8
Threads: 1
Joined: 2016-02-29
Points:
118
Reputation: +4
2016-08-31, 21:32
(This post was last modified: 2016-08-31, 21:37 by UbuntuUser84.)
(2016-08-31, 18:33)MegaManX Wrote: QFIL is started with Android booted, not bootloader. If you don't see the driver/port qualcomm 9008 HS-USB or something similar register in QFIL, here are a few things you can try
- try to change to charge only mode, and back to MTP
- unplug from USB and plug again
- Turn off developer mode and turn on again and enable debugging
If still not registering port in QFIL, go into adb on PC and enter "adb reboot edl". The phone should Then boot to emergency download mode. Then you should see it register port on QFIL...assuming you've installed drivers.
Yes, I meant edl, not bootloader.
Where do I find the "correct" drivers? I installed drivers that seemed correct, but the driver-link in "ROM PC flash tutorial (wire brush)" doesnt work.
When in Android it show the device as "Qualcomm HS-USB Diagnostics 9091 (COM8) and when switching to edl "No Port Available".
When I activate "Show Non Qualcomm Port" it shows as "RELINK HS-USB QDLoader 9008 (COM12)
Posts: 199
Threads: 7
Joined: 2015-09-28
Points:
2,079
Reputation: +127
(2016-08-31, 21:32)UbuntuUser84 Wrote: (2016-08-31, 18:33)MegaManX Wrote: QFIL is started with Android booted, not bootloader. If you don't see the driver/port qualcomm 9008 HS-USB or something similar register in QFIL, here are a few things you can try
- try to change to charge only mode, and back to MTP
- unplug from USB and plug again
- Turn off developer mode and turn on again and enable debugging
If still not registering port in QFIL, go into adb on PC and enter "adb reboot edl". The phone should Then boot to emergency download mode. Then you should see it register port on QFIL...assuming you've installed drivers.
Yes, I meant edl, not bootloader.
Where do I find the "correct" drivers? I installed drivers that seemed correct, but the driver-link in "ROM PC flash tutorial (wire brush)" doesnt work.
When in Android it show the device as "Qualcomm HS-USB Diagnostics 9091 (COM8) and when switching to edl "No Port Available".
When I activate "Show Non Qualcomm Port" it shows as "RELINK HS-USB QDLoader 9008 (COM12)
Sounds like drivers are fine. When that shows, you should be able to flash. What happens when you initiate the flash while in Android? That's how I normally did it.
Posts: 8
Threads: 1
Joined: 2016-02-29
Points:
118
Reputation: +4
2016-08-31, 21:47
(This post was last modified: 2016-08-31, 23:03 by UbuntuUser84.)
(2016-08-31, 21:39)MegaManX Wrote: (2016-08-31, 21:32)UbuntuUser84 Wrote: (2016-08-31, 18:33)MegaManX Wrote: QFIL is started with Android booted, not bootloader. If you don't see the driver/port qualcomm 9008 HS-USB or something similar register in QFIL, here are a few things you can try
- try to change to charge only mode, and back to MTP
- unplug from USB and plug again
- Turn off developer mode and turn on again and enable debugging
If still not registering port in QFIL, go into adb on PC and enter "adb reboot edl". The phone should Then boot to emergency download mode. Then you should see it register port on QFIL...assuming you've installed drivers.
Yes, I meant edl, not bootloader.
Where do I find the "correct" drivers? I installed drivers that seemed correct, but the driver-link in "ROM PC flash tutorial (wire brush)" doesnt work.
When in Android it show the device as "Qualcomm HS-USB Diagnostics 9091 (COM8) and when switching to edl "No Port Available".
When I activate "Show Non Qualcomm Port" it shows as "RELINK HS-USB QDLoader 9008 (COM12)
Sounds like drivers are fine. When that shows, you should be able to flash. What happens when you initiate the flash while in Android? That's how I normally did it.
I am starting the flash in Android. I press "Download" and Status reads:
"
Start Download
COM Port number:8
Switch To EDL
Download Fail:Fail to find QDLoader port after switch
Finish Download
"
You like this post
Posts: 199
Threads: 7
Joined: 2015-09-28
Points:
2,079
Reputation: +127
I've seen this problem before from users, but didn't see a solution. Mine flashed every time okay. Have you tried a different computer would be my suggestion. I assume you've tried a different port...
You like this post
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
Summary to install 5.1.1 ROM and 6.0.1 ROM |
stevejc |
40 |
19,044 |
2018-10-25, 22:38
Last Post: Andyoqi
|
|
[Question] OTA update from V2.7 to 3.0 does not work |
OraChinaPhone |
1 |
1,796 |
2016-09-05, 18:24
Last Post: kingsemperor
|
|
3.1 ROM is out via OTA update! |
attilablaho |
54 |
19,230 |
2016-02-25, 00:01
Last Post: KalleBlom
|
|
[Question] xposed framework - which version to install? |
crusades |
8 |
6,065 |
2016-01-23, 22:27
Last Post: bollland
|
|
Bricked with OTA |
vco1973 |
2 |
1,878 |
2016-01-05, 19:34
Last Post: vco1973
|
Users browsing this thread: 1 Guest(s)
|
|