Updating BTV-DL09 to new, unapproved, firmware - Huawei Mediapad M3 Guides, News, & Discussion

Hi all!
First a warning: I tell you how what I done, applying this on different model is possible but require some knowledge... don't try if you are not enough experienced.
My BTV-DL09 had a C100B303 firmware (unlocked, rooted with SuperSu 2.82) and I wanted to upgrade to last version, B310, downloaded with Firmware Finder for Huawei.
But this formware is not yet approved for my device! So i searched a way to update the firmware and found HuRUpdater.
Here the step-by-step tutorial:
1) download version B310
2) rename files (required by HuRUpdater):
- update_data_full_public.zip -> update_data_public.zip
- update_full_BTV-DL09_hw_eu.zip -> update_all_hw.zip
3) download HuRUpdater, I used version 0.3 if a new is available read what's changed.
4) (optional) download custom recovery (in this case the Greatslon TWRP for EMUI 5) and rename it "recovery.img"
5) copy all files to SD, in a subfolder (don't use "dload")
6) install, if not already present, the custom recovery
7) boot to the recovery and install "HuRUpdater_0.3.zip"
8) follow on-screen instructions than reboot!
At this point the Mediapad was working BUT
A) without root
B) with a "half" lock: the bootloader says it's unlocked but refused to flash or boot a custom recovery.
Problem B: I had to re-unlock the booloader with command
fastboot oem unlock 12345678901234567980
I accepted that my data will be erased (I have a backup, you too???) and the Mediapad rebooted.
I was lucky because the data was not erased and the bootloader now was fully unlocked. I'm not sure if this works for all of you so backup your data before. (***)
Problem A: not the custom recovery is booting so I flashed Magisk 15.3 (I had this version on other devices and don't wanted to do more testing for that day). It installed correctly, rebooted and
that's all folks!
(***) Here the enlightenment: https://forum.xda-developers.com/showpost.php?p=78194270&postcount=1029 from @zxz0O0
In short: flash also the custom recovery!

I have a M3 that can only boot up to twrp. I am trying to fix this tablet, since the previous owner accidentally erased the system partition, and it will not load. I did a search using the firmware finder, but wasn't sure I did it right, alot of versions came up. I do not know what software version was on it, before it got messed up. All I know is that it was bought less than two months ago. I was hoping someone could post a direct link to the firmware that I could use to get this tablet up and running again. the original owner lives in the US, as do I. Any help will be greatly appreciated. Thanks in advance

thew-tab said:
I have a M3 that can only boot up to twrp. I am trying to fix this tablet, since the previous owner accidentally erased the system partition, and it will not load. I did a search using the firmware finder, but wasn't sure I did it right, alot of versions came up. I do not know what software version was on it, before it got messed up. All I know is that it was bought less than two months ago. I was hoping someone could post a direct link to the firmware that I could use to get this tablet up and running again. the original owner lives in the US, as do I. Any help will be greatly appreciated. Thanks in advance
Click to expand...
Click to collapse
First you need to know the exact model. One method can be this:
0) insert an SD card
1) boot the TWRP
2) open the terminal
3) execute the command:
Code:
dd if=/dev/block/bootdevice/by-name/oeminfo of=/external_sd/oeminfo.img
this will copy the OEMINFO partition to the SD card.
4) open the oeminfo.img file with a hex editor and search for "BTV", do not stop to the first occurrence: there are some and you will find the exact firmware code that was installed.
5) search a FULL firmware with FW finder than flash it!
Nicola

nicolap8 said:
First you need to know the exact model. One method can be this:
0) insert an SD card
1) boot the TWRP
2) open the terminal
3) execute the command:
Code:
dd if=/dev/block/bootdevice/by-name/oeminfo of=/external_sd/oeminfo.img
this will copy the OEMINFO partition to the SD card.
4) open the oeminfo.img file with a hex editor and search for "BTV", do not stop to the first occurrence: there are some and you will find the exact firmware code that was installed.
5) search a FULL firmware with FW finder than flash it!
Nicola
Click to expand...
Click to collapse
Hello. I messed up my M3 trying to update and now Bluetooth does not work.
My firmware shows in Settings as "testkeys", so I don't really now what firmware is, probably B302 since security patch is from November 2017.
I am trying to flash full firmware again and do a full wipe. I tried to do it via TWRP and eRecovery too, but both methods fail.
I also tried the method the OP mentioned with no luck either (maybe because mine is the WiFi-only European version).
What should I do? How do I go back to stock? I don't care if I lose my data or if I have to relock bootloader again, I just want my M3 to work properly again!

sergio_sant said:
Hello. I messed up my M3 trying to update
Click to expand...
Click to collapse
Exact model?
Exact firmware that you have?

nicolap8 said:
Exact model?
Exact firmware that you have?
Click to expand...
Click to collapse
Model is BTV-W09C100B006 according to oeminfo.img, so I guess firmware must be B006?
In Settings it shows up like the screenshot attached:

sergio_sant said:
Model is BTV-W09C100B006 according to oeminfo.img, so I guess firmware must be B006?
In Settings it shows up like the screenshot attached:
Click to expand...
Click to collapse
Ahi, ahi... you are unable to discriminate what is the device model (BTV-W09) from the firmware version (BTV-W09C100B006). So you are not enough experienced nor skilled... Search someone that can help you offline!

nicolap8 said:
Ahi, ahi... you are unable to discriminate what is the device model (BTV-W09) from the firmware version (BTV-W09C100B006). So you are not enough experienced nor skilled... Search someone that can help you offline!
Click to expand...
Click to collapse
I may be not enough experienced nor skilled but I've been unlocking, rooting and changing roms to my phones since Android 2.1 era, that was many years ago as you know.
I know that the model is BTV-W09, I just said that OEMINFO says BTV-W09C100B006 when searching "btv" with an hex-editor following YOUR instructions from your earlier post.
Anyway, thanks for nothing, I finally found a solution by myself writing the required images one by one trough ADB.
Have a nice day.

I had to have messed up something quite well, I ran the updater, everything seemed to go fine, but when I rebooted, it wont go off the Huawei MediaPad android screen, and I can not get it back into TWRP , or get it to do anything else, any help would be greatly appreciated.
nicolap8 said:
First you need to know the exact model. One method can be this:
0) insert an SD card
1) boot the TWRP
2) open the terminal
3) execute the command:
Code:
dd if=/dev/block/bootdevice/by-name/oeminfo of=/external_sd/oeminfo.img
this will copy the OEMINFO partition to the SD card.
4) open the oeminfo.img file with a hex editor and search for "BTV", do not stop to the first occurrence: there are some and you will find the exact firmware code that was installed.
5) search a FULL firmware with FW finder than flash it!
Nicola
Click to expand...
Click to collapse

thew-tab said:
I had to have messed up something quite well, I ran the updater, everything seemed to go fine, but when I rebooted, it wont go off the Huawei MediaPad android screen,
Click to expand...
Click to collapse
Explain better, which screen?
and I can not get it back into TWRP , or get it to do anything else, any help would be greatly appreciated.
Click to expand...
Click to collapse
Reread first post.

It is the initial boot screen
nicolap8 said:
Explain better, which screen?
Reread first post.
Click to expand...
Click to collapse

Model?
Firmware previously on tablet?
Firmware that you installed?
Which files you used?
The update procedure was successfully or there was some message?

Model number is BTV-W09
Do not know the original firmware, but I apparently read the model number wrong when I looked it up. I used BTV-DL09. TWRP said install was a success ( I used the HuRUupdater thru TWRP) The files used was the full OTA , the update_full_BTV-DL09_dialcu_cn.zip, as well as the update_data_full_public.zip. I changed the file name to the names that were needed to run HuRUpdater. So my question is does anyone know how to fix my mistake?
I was able to get it into fastboot mode, but it said the phone was locked, and was not picked up by my computer.
nicolap8 said:
Model?
Firmware previously on tablet?
Firmware that you installed?
Which files you used?
The update procedure was successfully or there was some message?
Click to expand...
Click to collapse

thew-tab said:
Model number is BTV-W09
I used BTV-DL09. TWRP said install was a success
Click to expand...
Click to collapse
NEVER install the software for one model on a different hardware. NEVER!
What TWRP says it's not important: it only wrote some files on a disk but it's not of interest what is inside these files.
You have to flash an appropriate firmware, no other options.

how can I flash the the firmware, if I no longer have TWRP, or when I can get into flashboot mode, the computer does not recognize the tablet? . Here is a probably stupid question: do I look for BTV-W09, which is the model of MY tablet?
nicolap8 said:
NEVER install the software for one model on a different hardware. NEVER!
What TWRP says it's not important: it only wrote some files on a disk but it's not of interest what is inside these files.
You have to flash an appropriate firmware, no other options.
Click to expand...
Click to collapse

thew-tab said:
how can I flash the the firmware, if I no longer have TWRP, or when I can get into flashboot mode. Here is a probably stupid question: do I look for BTV-W09, which is the model of MY tablet?
Click to expand...
Click to collapse
You have to unpack the firmware and flash the partition images with flashboot.
Search the forum for "Huawei Update Extractor".

which of these are the partition images? Second stupid question, I tried to get in to fastboot, but the computer would not recognize the tablet
nicolap8 said:
You have to unpack the firmware and flash the partition images with flashboot.
Search the forum for "Huawei Update Extractor".
Click to expand...
Click to collapse

thew-tab said:
which of these are the partition images? Second stupid question, I tried to get in to fastboot, but the computer would not recognize the tablet
Click to expand...
Click to collapse
All of this are partition images!
The problem is that you have to write all relevant partitions that was written from bad firmware!
Often boot.img is enough to have TWRP working.

What about if I can't get the computer to recognize the tablet in fastboot mode?
nicolap8 said:
All of this are partition images!
The problem is that you have to write all relevant partitions that was written from bad firmware!
Often boot.img is enough to have TWRP working.
Click to expand...
Click to collapse

This is the screen I see when I am in flashboot mode
thew-tab said:
What about if I can't get the computer to recognize the tablet in fastboot mode?
Click to expand...
Click to collapse

Related

Looking for stock recovery to flash OTA

I need the stock recovery image (from 23.16.3.victara_retca.retca.en.CA) so I can flash the 6.0 update since it won't work with TWRP.
Any help? Google isn't providing me with much.
Does it have to be from the Canadian variant (not sure if the recovery images are different between variants)?
Tried looking here for the correct zip, which should contain the recovery image?
ellisbodds said:
Does it have to be from the Canadian variant (not sure if the recovery images are different between variants)?
Tried looking here for the correct zip, which should contain the recovery image?
Click to expand...
Click to collapse
I have no clue. I doubt it would have to be the retCA version. I'm sure everything besides radio and system will be the same.
This is from the latest RETCA XT1097 5.1 firmware:
VICTARA_RETCA_XT1097_5.1_LPE23.32-48.3_cid14_CFC.xml.zip
ellisbodds said:
Does it have to be from the Canadian variant (not sure if the recovery images are different between variants)?
Tried looking here for the correct zip, which should contain the recovery image?
Click to expand...
Click to collapse
Gus.Ottawa said:
This is from the latest RETCA XT1097 5.1 firmware:
VICTARA_RETCA_XT1097_5.1_LPE23.32-48.3_cid14_CFC.xml.zip
Click to expand...
Click to collapse
Thank you both! I'll play around with these files and make it work
DonDizzurp said:
Thank you both! I'll play around with these files and make it work
Click to expand...
Click to collapse
Any update on whether this worked for you? I'm in the same boat
jullyfush said:
Any update on whether this worked for you? I'm in the same boat
Click to expand...
Click to collapse
Worked perfectly.
My process
- Flash stock 5.1 using fastboot (Steps can be found on Motorola's site or somewhere on XDA)
- Install Marshmallow OTA
- Flash cracked boot.img for Marshmallow. This step is needed in order for TWRP to stick and for you to root without getting stuck on the warning screen. (I'll find the link for you if you can't. It's somewhere on XDA.)
- Flash TWRP
- Create backup so I don't have to go through this process next time haha
DonDizzurp said:
Worked perfectly.
My process
- Flash stock 5.1 using fastboot (Steps can be found on Motorola's site or somewhere on XDA)
- Install Marshmallow OTA
- Flash cracked boot.img for Marshmallow. This step is needed in order for TWRP to stick and for you to root without getting stuck on the warning screen. (I'll find the link for you if you can't. It's somewhere on XDA.)
- Flash TWRP
- Create backup so I don't have to go through this process next time haha
Click to expand...
Click to collapse
Awesome! Thanks for the tip. I got as far as the 6.0 OTA (RETCA), and am now trying to get root back again. Where did you find the cracked boot.img?
Cheers!
jullyfush said:
Awesome! Thanks for the tip. I got as far as the 6.0 OTA (RETCA), and am now trying to get root back again. Where did you find the cracked boot.img?
Cheers!
Click to expand...
Click to collapse
Grab it from here
http://forum.xda-developers.com/moto-x-2014/development/root-root-moto-x-2014-android-t3249105
DonDizzurp said:
Grab it from here
http://forum.xda-developers.com/moto-x-2014/development/root-root-moto-x-2014-android-t3249105
Click to expand...
Click to collapse
Something odd has happened since upgrading to 6.0.
'adb devices' still sees my phone, but 'fastboot devices' no longer sees anything, and making a desktop back-up with adb now creates a file containing 0 bytes.
Everything else seems fine. Are there some new permissions I need to give before this will work?
Thanks again.
Edit: I managed to get fastboot working, however now I've run into a new problem.
To confirm, when you say flash the cracked boot.img for Marshmallow, I should execute 'fastboot flash boot boot.img' for the cracked boot.img?
I'm getting the error: mismatched partition size (boot)
I can still enter TWRP with fastboot, but it's not permanent without the cracked boot.img
Am I missing a step?
Edit #2: Finally got TWRP to stick another way and have root now. Thanks for everything!

Accidentally deleted my Huawei G Play Mini's OS...

Hello everyone, so today I tried installing lineageos on my g play mini, and while I was factory reseting using twrp, it actually deleted my OS, even though I'm fairly sure I didn't check internal memory... Anyway, my phone got completely wiped out, but I can access twrp recovery, and fastboot mode. Is there a way to get back to the stock ROM? I've been trying for hours, but I can't find a solution. There are no custom mods for this phone, even the twrp version I'm using is for the honor 4c. Any help would be appreciated
kikowastaken said:
Hello everyone, so today I tried installing lineageos on my g play mini, and while I was factory reseting using twrp, it actually deleted my OS, even though I'm fairly sure I didn't check internal memory... Anyway, my phone got completely wiped out, but I can access twrp recovery, and fastboot mode. Is there a way to get back to the stock ROM? I've been trying for hours, but I can't find a solution. There are no custom mods for this phone, even the twrp version I'm using is for the honor 4c. Any help would be appreciated
Click to expand...
Click to collapse
That's sad..
Download stock firmware flash stock recovery and then flash stock firmware via dload method..
hassanjavaid8181 said:
That's sad..
Download stock firmware flash stock recovery and then flash stock firmware via dload method..
Click to expand...
Click to collapse
I tried that, it updates normally but it stops right before the end and it gets stuck
I also tried extracting the Recovery, Boot and Cust files from the UPDATE.app file, and flashing them, but it doesn't do anything.
When I try to install it via zip file from the original recovery menu, it fails instantly with the message "cust link file fail. please check if vendor/country is valid. Software install failed!"
:crying: I've been trying to solve this for the past three days straight.
kikowastaken said:
I tried that, it updates normally but it stops right before the end and it gets stuck
Click to expand...
Click to collapse
Did you download right firmware number..coz you cannot flash lower number of firmware if you were on higher number...
What firmware version you were on before issue??
hassanjavaid8181 said:
Did you download right firmware number..coz you cannot flash lower number of firmware if you were on higher number...
What firmware version you were on before issue??
Click to expand...
Click to collapse
I still had the one that came originally with it. Which is Android Kit Kat (4.4) if I'm not mistaken. I never changed it while my phone was alive. I tried flashing the 4.4 rom available in Huawei's official site, as well as a lollipop one, and a 6.0 one. None worked, unfortunately.
kikowastaken said:
I still had the one that came originally with it. Which is Android Kit Kat (4.4) if I'm not mistaken. I never changed it while my phone was alive. I tried flashing the 4.4 rom available in Huawei's official site, as well as a lollipop one, and a 6.0 one. None worked, unfortunately.
Click to expand...
Click to collapse
You need to find rollback pkg for you device according to you model number..after flashing that you can flash any firmware number
Give me you phone details..
Model number
Build number
If I find I will post it here..
hassanjavaid8181 said:
You need to find rollback pkg for you device according to you model number..after flashing that you can flash any firmware number
Give me you phone details..
Model number
Build number
If I find I will post it here..
Click to expand...
Click to collapse
I've been trying to find it but how can I know that, now that I have no OS installed? Is there a way?
I'm so pissed, I used those details 5 days ago to unlock bootloader, but I didn't save them anywhere
kikowastaken said:
I've been trying to find it but how can I know that, now that I have no OS installed? Is there a way?
I'm so pissed, I used those details 5 days ago to unlock bootloader, but I didn't save them anywhere
Click to expand...
Click to collapse
Do you have its box??it must be written on that..
hassanjavaid8181 said:
Do you have its box??it must be written on that..
Click to expand...
Click to collapse
I can only find the model, which is HUAWEI chc-u01, and the IMEI number...
kikowastaken said:
I can only find the model, which is HUAWEI chc-u01, and the IMEI number...
Click to expand...
Click to collapse
and then there's a few more numbers but I don't know what they are
there's also a few numbers but I'm not sure what they are. One is next to the bar code and the other one says S/N: and then the number
kikowastaken said:
there's also a few numbers but I'm not sure what they are. One is next to the bar code and the other one says S/N: and then the number
Click to expand...
Click to collapse
There is no build number written??
hassanjavaid8181 said:
There is no build number written??
Click to expand...
Click to collapse
I can't find it anywhere
I finally fixed it
kikowastaken said:
I finally fixed it
Click to expand...
Click to collapse
Glad that you fixed it...
How did you fixed it??
I'm not 100% sure, but here's what I did:
Downloaded an oeminfo zipped file, and flashed it through twrp. It was supposed to be for my model, but after flashing it successfully, I noticed my phone showed the "honor" logo, instead of the usual huawei one.
So after that, I downloaded the Kit Kat rom for Honor 4c, and extracted the following files from the UPDATE.app: boot, cache, cust, system, recovery.
Flashed them independently, and then I tried to turn on the phone, and it was working again, running Android Kit Kat. After that I've been able to update it to 6.0, EMUI4.0, through dload, local update method
this **** was scary but I pulled it off somehow. I have no knowledge whatsoever, this was pure trial and error for 5 days straight.
I should be able to install LineageOS now, don't you think?
kikowastaken said:
I'm not 100% sure, but here's what I did:
Downloaded an oeminfo zipped file, and flashed it through twrp. It was supposed to be for my model, but after flashing it successfully, I noticed my phone showed the "honor" logo, instead of the usual huawei one.
So after that, I downloaded the Kit Kat rom for Honor 4c, and extracted the following files from the UPDATE.app: boot, cache, cust, system, recovery.
Flashed them independently, and then I tried to turn on the phone, and it was working again, running Android Kit Kat. After that I've been able to update it to 6.0, EMUI4.0, through dload, local update method
this **** was scary but I pulled it off somehow. I have no knowledge whatsoever, this was pure trial and error for 5 days straight.
I should be able to install LineageOS now, don't you think?
Click to expand...
Click to collapse
That's great man..
Yes you will be able to install any ROM..make sure you make all partitions backup and keep it safe in PC..:good:
did you solve it? I have the same trouble ):
mau1361317 said:
did you solve it? I have the same trouble ):
Click to expand...
Click to collapse
If you had Android version higher than Android 5 and TWRP, you can download stock firmware with firmwarefinder (if it still exist, search in forums for it) and flash it in TWRP like any rom.

going back to stock

So, i have a P10 vtr-l29c432, bootloader unlocked, with twrp installed and from future rom installed, and now i want to go back to stock rom with Huawei recovery, to use the official updates via ota without problems. I'm not a noob but this is my first Huawei device and things are way more complicated compared with oneplus or nexus devices. My question is how to do it, because what i've so far is confusing me, if someone could explain me or give me some instructions i will appreciate it, thanks!
Hi!
same situation here. I would very much like to go back to stock but I'm not sure how... I saw a tutorial but I am not certain that that is what I need. Any confirmation would be very appreciated!!!
Tx & best
Exact same problem here on the p10 vtr-l09, seems to be a few different methods out there, either don't work or too confusing
You can try to update your phone with my guide.
This will reformat the system and your phone is on stock after a factory reset (reset is important when you come from another rom).
After factory reset you should be able to lock the bootloader.
Important is that you have in mind which Android version is installed and which phone model you have.
No warranty for this, I didn't try it or know someone with the same situation. But after learning something about how emui works it shouldn't be a problem.
did anyone tried this? I'm using custom rom from openkirin project and I would like to get back to stock. I have the stock recovery
On openkirin's website is a tutorial.
You need to extract system.img, ramdisk.img and kernel.img from update.app and flash them with Fastboot. After this boot into eRecovery and make a factory reset.
Jannomag said:
On openkirin's website is a tutorial.
You need to extract system.img, ramdisk.img and kernel.img from update.app and flash them with Fastboot. After this boot into eRecovery and make a factory reset.
Click to expand...
Click to collapse
Yeah I tried to follow the instructions which they put in three separate articles, however the last one is landing on the main page and I don't see the flasing instructions. Here is the link:
https://openkirin.net/user_guide/how-to-flash-extracted-partition-images/
Doesn't work in all countries but worth a try:
Go to eRecovery (not recovery) and use wifi to go back to stock.
Worked for me.
amducias said:
Yeah I tried to follow the instructions which they put in three separate articles, however the last one is landing on the main page and I don't see the flasing instructions. Here is the link:
https://openkirin.net/user_guide/how-to-flash-extracted-partition-images/
Click to expand...
Click to collapse
Then do it like I wrote, the Fastboot commands should be clear if you already installed the Rom.
WiFi downloads don't work if you're rooted, you need to flash stock ramdisk manually before you can download via eRecovery.
ej8989 said:
Doesn't work in all countries but worth a try:
Go to eRecovery (not recovery) and use wifi to go back to stock.
Worked for me.
Click to expand...
Click to collapse
You're a life saver!!! Thank you very much!
Jannomag said:
WiFi downloads don't work if you're rooted, you need to flash stock ramdisk manually before you can download via eRecovery.
Click to expand...
Click to collapse
Maybe he didn't install magisk when he was on one of the OpenKirin roms, so ramdisk is still stock. I used this eRecovery WiFi method when I was on fRomFuture, no magisk installed.
amducias said:
You're a life saver!!! Thank you very much!
Click to expand...
Click to collapse
You're welcome.
Use huru updater as it is safest back to stock option for latest Huawei devices. Lookup tool right here in xda.
absynteZero said:
If the phone is already with last version, i cant be sure it can be possible, ask the post autor about manual oreo udpate. from my remember his name is Jannomag
Click to expand...
Click to collapse
Jannomag here, it's possible to "update" to the same version. My script just tells the recovery to install the given update files. The recovery will overwrite the system without removing user data.
This should work without any issues but it can happen, that bugs are still present after this. If you want to fix firmware issues a complete factory reset is much more effective.
absynteZero said:
https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279
Click to expand...
Click to collapse
That is it.

[XT1789-05] Stock OREO Firmware (retbr)

Hey dudes,
since no one ever did this, I uploaded all Oreo Stock (retbr) for or beloved XT1789-05 released so far.
Here are the link:
https://www.dropbox.com/sh/emeuwiyaxpqqu56/AABKMNnrmMOwR5S0pBH2d7lWa?dl=0
The folder also contains RSD-lite for Mac and Linux users.
Enjoy.
if you are a Linux or Mac user and don't know how to use RSD, *I'll show you how to do with simple steps.
here we go:
1- Unzip the RSD-lite folder on your desktop;
2- Unzip the firmware zip and copy all files to the RSD folder on your desktop;
3- Open your terminal and go to the RSD-lite folder and connect your cellphone on USB with USB DEBUBBING ON;
4- Type this commands and hit ENTER after every line:
adb reboot bootloader
if you are on Linux;
bash rsd-flash.sh flashfile.xml
if you are on Mac:
./rsd-flash.sh flashfile.xml
press enter to start the flash from terminal
5- Watch for any errors. If no errors at the end of the script then press enter to reboot the device.
Many thanks to @Liboicl for the Linix script and @rootjunky for Mac script.
I'll keep adding the firmware on this folder as soon they pop up .
Does it flash to both slots? If not, this won't prepare the -05 model for AOSP ROMs. The T-Mobile flash all and Sprint ones flash to both slots via .sh or .bat files
Uzephi said:
Does it flash to both slots? If not, this won't prepare the -05 model for AOSP ROMs. The T-Mobile flash all and Sprint ones flash to both slots via .sh or .bat files
Click to expand...
Click to collapse
It flash both partitions, the script just compile all fastboot comands
darthxa said:
It flash both partitions, the script just compile all fastboot comands
Click to expand...
Click to collapse
So if you do "fastboot --set-active=_b" it will boot to system just fine?
Uzephi said:
So if you do "fastboot --set-active=_b" it will boot to system just fine?
Click to expand...
Click to collapse
As soon I get home I'll Test and do do sure
Uzephi said:
So if you do "fastboot --set-active=_b" it will boot to system just fine?
Click to expand...
Click to collapse
That's what I got
Perhaps it's because I have patched boot image in system B
But if that helped...
darthxa said:
That's what I got
Perhaps it's because I have patched boot image in system B
But if that helped...
Click to expand...
Click to collapse
That happened because the bootloader noticed slot B doesn't have Oreo firmware on it. I'll make a .sh and .bat for you in a couple of days for AOSP from the files in that zip. It will be firmware only, no system or OEM images as it will be for AOSP prep more than back to stock.
Uzephi said:
That happened because the bootloader noticed slot B doesn't have Oreo firmware on it. I'll make a .sh and .bat for you in a couple of days for AOSP from the files in that zip. It will be firmware only, no system or OEM images as it will be for AOSP prep more than back to stock.
Click to expand...
Click to collapse
Let me ask you, do you know if this particular model is eu version or America version? I'm trying install twrp ....
darthxa said:
Let me ask you, do you know if this particular model is eu version or America version? I'm trying install twrp ....
Click to expand...
Click to collapse
Installing twrp shouldn't matter the model. Just boot to twrp and flash the zip, it will edit your current boot image and not mess with any special properties like radio stuff that differ from model to model.
Hello. The new firmware has been released with the March patch NASH_OPXS27.109-34-7_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip. Would you kindly be able to post the link? Thanks!!!
solocchi said:
Hello. The new firmware has been released with the March patch NASH_OPXS27.109-34-7_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip. Would you kindly be able to post the link? Thanks!!!
Click to expand...
Click to collapse
Hi, I found it here https://plus.google.com/communities...1/stream/74c3716d-1a33-42b4-a515-63f32f4401e1, specificially in this post https://plus.google.com/111081030652026277798/posts/APCeCosyCX3 just by searching for exactly the filename you provided above with google.
Thanks for the link. I already know it but it doesn't work. I tried again and appear the message: access denied.
If you can download it and share it could be great.
solocchi said:
Thanks for the link. I already know it but it doesn't work. I tried again and appear the message: access denied.
If you can download it and share it could be great.
Click to expand...
Click to collapse
it's weird, i've got 2 pc, 1 access denied and download fine for the other
ilovemeow said:
it's weird, i've got 2 pc, 1 access denied and download fine for the other
Click to expand...
Click to collapse
I can not with any pc. If you have downloaded the firmware I would ask you kindly to post it. Thank you.
solocchi said:
I can not with any pc. If you have downloaded the firmware I would ask you kindly to post it. Thank you.
Click to expand...
Click to collapse
http://myown1gbb2.ddns.net:13955/sharing/sQf3mIAgr
password: MotoZ2ForceXT1789
ilovemeow said:
http://myown1gbb2.ddns.net:13955/sharing/sQf3mIAgr
password: MotoZ2ForceXT1789
Click to expand...
Click to collapse
Thanks!!!
darthxa said:
... for our beloved XT1789-05 ...
Click to expand...
Click to collapse
I wouldn't go as far as beloved
For me, this is actually the worst Moto phone I've ever owned (and I've owned 4 of them), specially by the price I paid for it... the phone doesn't worth not even half the price.
In fact, this is my last Moto ever, I'm done with Moto/Lenovo or any other Chinese crap for that matter.
Uzephi said:
I'll make a .sh and .bat for you in a couple of days for AOSP from the files in that zip.
Click to expand...
Click to collapse
I don't mean to push you or anything, I'm just curious if you were able to make the .bat/.sh file for this version (retbr)?
felipevsw said:
I don't mean to push you or anything, I'm just curious if you were able to make the .bat/.sh file for this version (retbr)?
Click to expand...
Click to collapse
My bat file in my thread will only work with official releases from the Motorola Firmware Team (MFT). I.E. with the official firmware and my .bat you will be able to take OTAs again. I cannot guarantee any other zips.

Huawei P10 Softbricked/No OS

Hey community,
i googled a lot and searched a lot here, didnt help.
Basically i wiped everything using TWRP by accident... Now i dont have any OS on my P10... I can still go to fastboot mode, erecovery and normal recovery...
any ideas what to do? i already tried dloading the correct firmware, it didnt work.
BaumFX said:
Hey community,
i googled a lot and searched a lot here, didnt help.
Basically i wiped everything using TWRP by accident... Now i dont have any OS on my P10... I can still go to fastboot mode, erecovery and normal recovery...
any ideas what to do? i already tried dloading the correct firmware, it didnt work.
Click to expand...
Click to collapse
https://forum.xda-developers.com/p10/how-to/guide-manual-updgrade-to-update-oreo-t3758286
Did it help, what @glehel posted?
I want to know, because I want to provide this guide also for fixing problems like you have ... or had.
Use dload forced method with first before using scripts.
Just download the correct firmware for your device, if you know the firmware-version you had, use the exact one, because it was approved for installation:
http://pro-teammt.ru/firmware-database/?firmware_model
Extract the the update.zip and put the update.app into a folder called dload on your sdcard.
Start you phone while holding all 3 buttons, this will launch th dload process.
This way you maybe safe some time.
LwannaCM said:
Just download the correct firmware for your device, if you know the firmware-version you had,
Click to expand...
Click to collapse
Is there a way to retrieve the exact name of the installed stock firmware? For my VTR-L09C432 there are multiple versions listed (like 360, 365, etc). Also I am wondering what's the difference between FullOTA-MF / OTA-MF / FullOTA-MF-PF, etc.
tadeussenf said:
Is there a way to retrieve the exact name of the installed stock firmware? For my VTR-L09C432 there are multiple versions listed (like 360, 365, etc). Also I am wondering what's the difference between FullOTA-MF / OTA-MF / FullOTA-MF-PF, etc.
Click to expand...
Click to collapse
No, you can´t check your version, but if you choose an older firmware, you should be fine. Afterwards you can update to a newer version.
The only problem might be, if you already had oreo installed, then you should use it again for restore, because the partitionlayout changed from nougat to oreo.
All version named B1XX are Nougatfirmwares
All version named B3XX are Oreofirmwares.
Choose a FULLOTA for updates, the others are just incremental and won´t help you in your case.
To be exact you should use a FullOTA-MF-PV. The PV stands for public version and all other firmwares are just internal builds from huawei.
LwannaCM said:
Lot's of great information
Click to expand...
Click to collapse
Thanks alot, this was exactly the information I was looking for!
BaumFX said:
Hey community,
i googled a lot and searched a lot here, didnt help.
Basically i wiped everything using TWRP by accident... Now i dont have any OS on my P10... I can still go to fastboot mode, erecovery and normal recovery...
any ideas what to do? i already tried dloading the correct firmware, it didnt work.
Click to expand...
Click to collapse
If you don't want to go back to stock firmware, you also have the option of custom roms such as Lineage OS or one of the others in this forum.
If you go with stock firmware, I suggest you make a Nandroid back-up before you flash TWRP. You can easily do this by booting into twrp instead of flashing (eg: fastboot boot twrp.img). After creating and copying the back-up to your PC, you can proceed with flashing twrp and never have to worry about the softbricking again =).
BaumFX said:
Hey community,
i googled a lot and searched a lot here, didnt help.
Basically i wiped everything using TWRP by accident... Now i dont have any OS on my P10... I can still go to fastboot mode, erecovery and normal recovery...
any ideas what to do? i already tried dloading the correct firmware, it didnt work.
Click to expand...
Click to collapse
Good evening, try this: https://forum.xda-developers.com/mate-9/how-to/funky-huawei-erecovery-solution-100-t3620165, it really works, I rescue my P10 from a hard brick

Categories

Resources