Wiperd partitions can't go to CWM - Sony Xperia Z Ultra

Hei. Yesterday i unlocked m xperia z ultra, after process i install cwm, then i went to recovery and before install CM i wiped all partition.
Now i have a problem to go in CWM and phone is stucking on SONY logo ( is normal because is no any system on it )
How can i reflash it?
Is any possibility to lock bootloader and flash it via SEUS?
Or any other suggestion?

Dabman said:
Hei. Yesterday i unlocked m xperia z ultra, after process i install cwm, then i went to recovery and before install CM i wiped all partition.
Now i have a problem to go in CWM and phone is stucking on SONY logo ( is normal because is no any system on it )
How can i reflash it?
Is any possibility to lock bootloader and flash it via SEUS?
Or any other suggestion?
Click to expand...
Click to collapse
No system = No boot
We actually need some of the sony stuff on the phone to get the custom ROMs to work, and you may well have deleted those bits.
To be safe I would download a generic US/EU 757 FTF and flash that with Flashtool https://unrestrict.li/flashtool in flashmode. there are guides on here for doing that if you dont know how.
after that you will need to flash a recovery again, the best one to use is the on in the kernel that is in the ROM's zip (boot.img) this can also be flashed with flashtool (fastboot mode this time). Once you have recovery flash the ROM and just wipe data/cache/dalvik

blueether said:
No system = No boot
We actually need some of the sony stuff on the phone to get the custom ROMs to work, and you may well have deleted those bits.
To be safe I would download a generic US/EU 757 FTF and flash that with Flashtool https://unrestrict.li/flashtool in flashmode. there are guides on here for doing that if you dont know how.
after that you will need to flash a recovery again, the best one to use is the on in the kernel that is in the ROM's zip (boot.img) this can also be flashed with flashtool (fastboot mode this time). Once you have recovery flash the ROM and just wipe data/cache/dalvik
Click to expand...
Click to collapse
i have phone in fastboot mode ( blue light )
and phone is detected like "Android ADB Interface"
it was S1Boot and i installed ADB Drivers
so wat's now? because phone is not reconized in this mode by flashtool
ps. how can i get stock boot and lock now recovery ? ( i will be able unlock it after i will lock it now? )

Dabman said:
i have phone in fastboot mode ( blue light )
and phone is detected like "Android ADB Interface"
it was S1Boot and i installed ADB Drivers
so wat's now? because phone is not reconized in this mode by flashtool
Click to expand...
Click to collapse
Can you get it into flashmode? Vol down when connecting to PC, led will flash (green?) for about .5 sec before going out.
If you can get it into flash mode it should be an easy fix.

blueether said:
Can you get it into flashmode? Vol down when connecting to PC, led will flash (green?) for about .5 sec before going out.
If you can get it into flash mode it should be an easy fix.
Click to expand...
Click to collapse
yes green for 0.5 sec but then is nothing... after few second is trying to boot with sony logo

Dabman said:
yes green for 0.5 sec but then is nothing... after few second is trying to boot with sony logo
Click to expand...
Click to collapse
What is the output to flashtool then you do both fastboot and flash mode?
@LordManhattan, you around? I'm off to sleep as I've got 500km to drive tomorrow

blueether said:
What is the output to flashtool then you do both fastboot and flash mode?
@LordManhattan, you around? I'm off to sleep as I've got 500km to drive tomorrow
Click to expand...
Click to collapse
"Wait for flash mode..."
and instruction how to go to flash mode.
and... i try to install use adb sideload... after uploading on phone and starting installation
{
"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"
}

- Download QuickIMG
- Download BOOT.img
- Put your Ultra in Fastboot (Blue LED)
- Open QuickIMG
- Flash BOOT.img
- Disconnect your Ultra and power it on. Press VOL UP a couple of times when the LED turns on. You're now in Recovery. Flash CM11 or whatever again.

LordManhattan said:
- Download QuickIMG
- Download BOOT.img
- Put your Ultra in Fastboot (Blue LED)
- Open QuickIMG
- Flash BOOT.img
- Disconnect your Ultra and power it on. Press VOL UP a couple of times when the LED turns on. You're now in Recovery. Flash CM11 or whatever again.
Click to expand...
Click to collapse
Even after flashing is stuck on SONY logo...
EDIT: CM is working great. GPE don't boot, anyway is enought. Thank U

Dabman said:
Even after flashing is stuck on SONY logo...
Click to expand...
Click to collapse
I think you need to get into flash mode and flash loader/partitions/elable/kernel/rpm/etc no need to flash system. I hope that you can get it back

blueether said:
I think you need to get into flash mode and flash loader/partitions/elable/kernel/rpm/etc no need to flash system. I hope that you can get it back
Click to expand...
Click to collapse
Now imei imei lost.
Hmmm custom is working but imei is gone, and flash tool is not working :/
just don't see phone even in this is in flash mode.

Dabman said:
Now imei imei lost.
Hmmm custom is working but imei is gone, and flash tool is not working :/
just don't see phone even in this is in flash mode.
Click to expand...
Click to collapse
So you have a booting ZU now, but imei is missing?
the imei issue is from a non compatible, but in your case maybe missing, baseband. If you go to settings/about phone what is the baseband?
After a little reading I found these instructions for flashing a ftf via adb and fastboot:
http://forum.xda-developers.com/showthread.php?t=1562110
Extract the ftf (you may need to change the extension to .zip) then you will get something like 10 *.sin files, kernel.sin, system.sin, userdata.sin, etc
Should be able to then flash them with the fastboot command
fastboot flash boot kernel.sin
fastboot flash system system.sin
fastboot flash userdata userdata.sin
...
Flash all of them to go back to a stock system
This is untested by me so use with caution, you might want to do a bit more research on fastboot/adb and flashing
you might have to install adt-bundle

blueether said:
So you have a booting ZU now, but imei is missing?
the imei issue is from a non compatible, but in your case maybe missing, baseband. If you go to settings/about phone what is the baseband?
After a little reading I found these instructions for flashing a ftf via adb and fastboot:
http://forum.xda-developers.com/showthread.php?t=1562110
Extract the ftf (you may need to change the extension to .zip) then you will get something like 10 *.sin files, kernel.sin, system.sin, userdata.sin, etc
Should be able to then flash them with the fastboot command
fastboot flash boot kernel.sin
fastboot flash system system.sin
fastboot flash userdata userdata.sin
...
Flash all of them to go back to a stock system
This is untested by me so use with caution, you might want to do a bit more research on fastboot/adb and flashing
you might have to install adt-bundle
Click to expand...
Click to collapse
D:\android-sdk-windows\sdk\platform-tools>fastboot flash boot kernel.sin
sending 'boot' (9562 KB)...
OKAY [ 0.312s]
writing 'boot'...
FAILED (remote: image is not a boot image)
finished. total time: 0.312s

Dabman said:
D:\android-sdk-windows\sdk\platform-tools>fastboot flash boot kernel.sin
sending 'boot' (9562 KB)...
OKAY [ 0.312s]
writing 'boot'...
FAILED (remote: image is not a boot image)
finished. total time: 0.312s
Click to expand...
Click to collapse
Code:
fastboot flash <PARTITION_NAME> <PARTITION_FILE.sin>
as in the post above

blueether said:
Code:
fastboot flash <PARTITION_NAME> <PARTITION_FILE.sin>
as in the post above
Click to expand...
Click to collapse
yes partition name BOOT and file name kernel.sin...
or another?

Dabman said:
yes partition name BOOT and file name kernel.sin...
or another?
Click to expand...
Click to collapse
sorry, I misread your post.
What partitions did you wipe fs_1 and fs_2? I think these will be stopping the radio working. anythig else that you wiped (not worried about data and system and cache)
It would be much easier if flashmode worked
Exactly what happens then you do this:
Turn off phone
Hold vol. down key
Connect to PC
How long does it stay in flashmode and you say flashtool doesn't see it in flashmode?

blueether said:
sorry, I misread your post.
What partitions did you wipe fs_1 and fs_2? I think these will be stopping the radio working. anythig else that you wiped (not worried about data and system and cache)
It would be much easier if flashmode worked
Exactly what happens then you do this:
Turn off phone
Hold vol. down key
Connect to PC
How long does it stay in flashmode and you say flashtool doesn't see it in flashmode?
Click to expand...
Click to collapse
phone is detected in flash mode, about 1min tjen is boot to sustem. but it cant be flashed... flasher dont reconize phone.
i was thinking about using dd and on working system overwrite partitions. extracted files on sd write to partition by dd.

Dabman said:
phone is detected in flash mode, about 1min tjen is boot to sustem. but it cant be flashed... flasher dont reconize phone.
i was thinking about using dd and on working system overwrite partitions. extracted files on sd write to partition by dd.
Click to expand...
Click to collapse
I'm having trouble understanding the first line.
Have you tried to uninstall all the drivers and reinstall them?

Related

[Q] Problem with flashing rom.

Hey im new to all this but i wanted to have the pure Android on my one x+.
I have rooted the phone etc etc and i went to install this kernal and rom: http://forum.xda-developers.com/showthread.php?t=2057920
After the reboot it just gets stuck on a screen saying "INITIATING SWAGGER" as shown below. I have no idea what to do from here how to restore it or install a working rom?
Picture:
{
"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"
}
Thanks in advance for the help
Still not working, help please??? :/
LynchyY said:
Still not working, help please??? :/
Click to expand...
Click to collapse
You need to flash Gapps (20121212) as well.
Or you can wrote down your step, then more easier to known your problem.
xdacalvien said:
You need to flash Gapps (20121212) as well.
Or you can wrote down your step, then more easier to known your problem.
Click to expand...
Click to collapse
I am on the screen at the moment saying "Android is upgrading..." "Starting apps."
It has been on this screen now for about half an hour.
I have flashed gapps already although i may have done the wrong one but how can i get the one you just linked me onto my phone when its not even booting properly?
Thanks.
LynchyY said:
I am on the screen at the moment saying "Android is upgrading..." "Starting apps."
It has been on this screen now for about half an hour.
I have flashed gapps already although i may have done the wrong one but how can i get the one you just linked me onto my phone when its not even booting properly?
Thanks.
Click to expand...
Click to collapse
You need to go back the Recovery mode and flash the gapps..
Turn off your phone, Hold down the Volume Key (-) and press Power button to boot into bootloader.
This is quick step for you:
Installation:
install kernel
full wipe
flash rom
flash gapps
reboot into rom
[HOW TO] Unlock bootloader, Root, Flash Custom ROM, Flash Kernel
xdacalvien said:
You need to go back the Recovery mode and flash the gapps..
Turn off your phone, Hold down the Volume Key (-) and press Power button to boot into bootloader.
This is quick step for you:
Installation:
install kernel
full wipe
flash rom
flash gapps
reboot into rom
[HOW TO] Unlock bootloader, Root, Flash Custom ROM, Flash Kernel
Click to expand...
Click to collapse
Hey, thanks for the reply, can you give me a link to where i can find/download the kernel i need to flash?
Thanks
LynchyY said:
Hey, thanks for the reply, can you give me a link to where i can find/download the kernel i need to flash?
Thanks
Click to expand...
Click to collapse
Your need to go back ur ROM.zip file, and extract the boot.img. That is your boot.img... Any ROM got own boot.img.
So you not flash yet your BOOT.IMG.
xdacalvien said:
Your need to go back ur ROM.zip file, and extract the boot.img. That is your boot.img... Any ROM got own boot.img.
So you not flash yet your BOOT.IMG.
Click to expand...
Click to collapse
Yes but how do I install the kernel? what kernel do i install?
LynchyY said:
Yes but how do I install the kernel? what kernel do i install?
Click to expand...
Click to collapse
The Kernel here is means boot.img.
LynchyY said:
Yes but how do I install the kernel? what kernel do i install?
Click to expand...
Click to collapse
You'll need to open the zip file of the ROM you've flashed and find the boot.img contained within. Then use Hasoon's AIO Toolkit for HOX+ to flash the kernel (the bottom left option).
For some more information, the boot.img contains the kernel and the ramdisk for the device and is flashed to the boot partition of the device. Because the HOX+ is still S-OFF, we cannot flash the ROM and kernel together. We must flash the kernel (boot.img) separately using a utility called fastboot; the toolkit automates this process.
xdacalvien said:
The Kernel here is means boot.img.
Click to expand...
Click to collapse
Ok but how do i install the kernel if my pc is not even recognizing my phone?
Sorry for being a noob but i really don't want to break up my phone more than it already is.
Thanks.
LynchyY said:
Ok but how do i install the kernel if my pc is not even recognizing my phone?
Sorry for being a noob but i really dont want to **** up my phone more than it already is.
Thanks.
Click to expand...
Click to collapse
check the post #10, go to use the Hasson's AIO Kit to flash is more easier.
you need to install HTCDriver.exe from Hasson's AIO Kit.
xdacalvien said:
check the post #10, go to use the Hasson's AIO Kit to flash is more easier.
you need to install HTCDriver.exe from Hasson's AIO Kit.
Click to expand...
Click to collapse
I already have the HTCDriver.exe installed but my pc is not recognizing my phone because my phone don't boot.
LynchyY said:
I already have the HTCDriver.exe installed but my pc is not recognizing my phone because my phone don't boot.
Click to expand...
Click to collapse
Try to re-plug in the USB and test.
LynchyY said:
I already have the HTCDriver.exe installed but my pc is not recognizing my phone because my phone don't boot.
Click to expand...
Click to collapse
If the toolkit is not working, you'll need to do it manually I suppose.
1. Find the folder in the toolkit that contains fastboot.exe and navigate to that folder in a command prompt.
2. Hold the power and volume down buttons until your phone reboots into a white screen.
3. Connect it by USB if it isn't already and type "fastboot devices" and ensure that your device is listed (will just be a string of letters and numbers).
4. Once that works, type "fastboot flash boot path/to/boot.img" (I would recommend putting the boot.img in the same folder as fastboot.exe to make things easier on yourself).
5. If that command is executed successfully, run "fastboot reboot" if your device hasn't already rebooted.
xdacalvien said:
Try to re-plug in the USB and test.
Click to expand...
Click to collapse
Done that and nothing, my pc never recognizes the phone unless it is booted into android.At this point i can only get into the bootloader and recovery mode.
NasaGeek said:
If the toolkit is not working, you'll need to do it manually I suppose.
1. Find the folder in the toolkit that contains fastboot.exe and navigate to that folder in a command prompt.
2. Hold the power and volume down buttons until your phone reboots into a white screen.
3. Connect it by USB if it isn't already and type "fastboot devices" and ensure that your device is listed (will just be a string of letters and numbers).
4. Once that works, type "fastboot flash boot path/to/boot.img" (I would recommend putting the boot.img in the same folder as fastboot.exe to make things easier on yourself).
5. If that command is executed successfully, run "fastboot reboot" if your device hasn't already rebooted.
Click to expand...
Click to collapse
Thank you for this however i didnt work but maybe i did something wrong? Here is a SS of cmd after the process:
LynchyY said:
Thank you for this however i didnt work but maybe i did something wrong? Here is a SS of cmd after the process:
Click to expand...
Click to collapse
try" fastboot erase cache "
then " fastboot flash boot boot.img " again.
Remember, the boot.img is extract from the ROM.zip and put to the path same as fasboot.exe
LynchyY said:
Thank you for this however i didnt work but maybe i did something wrong? Here is a SS of cmd after the process:
Click to expand...
Click to collapse
ahh after this i tried again and the error was Low Battery so I will retry after charging my phone for a while.
Thanks again. I will let you know how it goes.
LynchyY said:
ahh after this i tried again and the error was Low Battery so I will retry after charging my phone for a while.
Thanks again. I will let you know how it goes.
Click to expand...
Click to collapse
After you haved success, you will become Member at this forum. FTW ~~~
How is now with your phone ?

Bricked Honor 7. What can I do now

I just installed TWRP and after flashing SuperSU I couldn't get out of recovery anymore. On every restart the phone booted in recovery.
I decided to flash the stock recovery again. After I did that I got into rescue mode. I can not do anything anymore in there. No fastboot, no adb.
It just points to zh.ui.vmall.com/emotiondownload.php?mod=restore but in this list there is no download for the Honor 7.
Error messages are:
Error!
Func NO : 11 (recovery image)
Error NO : 2 (load failed!)
{
"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"
}
What can I do?
try to reboot on bootloader mode with volumes button combination
Doesn't work. I keep getting to this screen.
It looks like the bootloader but I guess it can not load the recovery.
Also fastboot does not work there.
I think i found the way
Hi-Suite installed on the PC. Phone off, connected to PC, press and hold Vol + and Power until the appearance of recovery.
Options available:
Reboot
Download the package
Switch off
Bootloader Mode (aka Fastboot):
Phone off, connected to the PC, press and hold Vol - Power up and appearance of the screen with the droid.
Or
Phone off, disconnected from the PC, press and hold Vol - and while holding down, connect to the PC.
Thanks for the help.
I can't get into recovery that way. When i press vol up + power I get into this screen again because recovery could not be loaded.
Unfortunately i don't think if there is a another way,,, contact with huawei
Try rumrunner on pc to get into fast boot mode.
Immediately close rum runner screen when it starts rebooting
sent with Huggzzz from my modded, non-OC'ed, very fast running S-Off ADR6425LVM on CyanogenMod 11 20150805 Rom with Tapatalk
etticat said:
I just installed TWRP and after flashing SuperSU I couldn't get out of recovery anymore. On every restart the phone booted in recovery.
I decided to flash the stock recovery again. After I did that I got into rescue mode. I can not do anything anymore in there. No fastboot, no adb.
It just points to zh.ui.vmall.com/emotiondownload.php?mod=restore but in this list there is no download for the Honor 7.
Error messages are:
Error!
Func NO : 11 (recovery image)
Error NO : 2 (load failed!)
What can I do?
Click to expand...
Click to collapse
Assuming that you have bootloader unlocked and adb debugging enabled. Otherwise, I guess, you're out of luck.
Extract RECOVERY.img of respective ROM you have installed using this method: http://forum.xda-developers.com/showthread.php?t=2433454. Copy dload of the same ROM to the root of sd card and insert it. Now turn off the phone and boot into fastbboot (bootloader): conect it turned off with usb to the pc, where you have drivers and platform tools installed. Then press and hold volume down and power on simultaneously as long as needed to boot to fastboot.
After that install previously extracted RECOVERY.img ([Guide]How to root Honor 7). Boot the system, enable adb debugging, go to settings-Updater-Local update and flash the ROM from dload.
Then you may flash custom recovery, replace the ROM, but never again without making nandroid first.
ǀcey said:
Try rumrunner on pc to get into fast boot mode.
Immediately close rum runner screen when it starts rebooting
sent with Huggzzz from my modded, non-OC'ed, very fast running S-Off ADR6425LVM on CyanogenMod 11 20150805 Rom with Tapatalk
Click to expand...
Click to collapse
Isn't rumrunner just for HTC?
Yea it probably is just for the resound. Idk.
I'm noob at all this.
What I do know is although my PC could see the phone perfectly before I tried to s-off. That once phone entered into never-ending boots the PC couldn't see the phone anymore. Hence I couldn't use abd or fastboot on the PC nor would the phone enter hboot, fastboot, + recovery on its own.
Somehow re-running rumrunner it was able to force the PC to see it enough to allow the phone to be forced into fastboot mode and that saved my poor phone.
At this point I think u [email protected] nuthin more to lose with trying it out. I hate to say that i'm sry.
In the least go read my post there maybe it's enough to help u to figure out how to undo what happened to yours.
If you do try to use rumrunner
Have phone powered on while hooked to PC
Say Yes twice in rumrunner
Rumrunner will try to selfupdate
Then it will try to force the phone to reboot
Watch phone screen..if it goes black
Immediately close rumrunner window on PC at that point.
We don't want rumrunner trying to s-off ur honor lol no and it will try soon as phone goes in fastbootmode. Keep phone plugged in PC.
If successful now load adb or whatever u need on pc
---------- Post added at 12:58 AM ---------- Previous post was at 12:57 AM ----------
http://forum.xda-developers.com/showpost.php?p=63595063&postcount=193
ooooo
فرستاده شده از HUAWEI Y330-U11ِ من با Tapatalk
hello.
i have a plk-l01 with stock 5.0.2 and stock recovery.
with multi-tool twrp and root flashed, than i would like to flash modaco rom v4.1 (MM)
now i have by booting "honor" logo and under powered by android.
i have flashed another custom rom (yoda 7.0) but is the same.
with stock recovery can´t flash any rom, while by 5% come error.
what methode will work to flash any rom or stock rom back to phone?
thanks
helpppp
Lefteris Fragiadakis (Frago) said:
try to reboot on bootloader mode with volumes button combination
Click to expand...
Click to collapse
i have same problem but i can access fastboot . i have downloaded stock rom in my pc is there anyway to flash stock rom from adb?
kosmoo said:
hello.
i have a plk-l01 with stock 5.0.2 and stock recovery.
with multi-tool twrp and root flashed, than i would like to flash modaco rom v4.1 (MM)
now i have by booting "honor" logo and under powered by android.
i have flashed another custom rom (yoda 7.0) but is the same.
with stock recovery can´t flash any rom, while by 5% come error.
what methode will work to flash any rom or stock rom back to phone?
thanks
Click to expand...
Click to collapse
You must flash the rom with twrp after wipe system, cache, data.
To install MM the basic version was to be the B330.
Now you have to reinstall the stock recovery and flash the rom complete B330 through the three button.
Inviato dal mio PLK-L01 utilizzando Tapatalk
AleAndroid96 said:
You must flash the rom with twrp after wipe system, cache, data.
To install MM the basic version was to be the B330.
Now you have to reinstall the stock recovery and flash the rom complete B330 through the three button.
Inviato dal mio PLK-L01 utilizzando Tapatalk
Click to expand...
Click to collapse
this method was good, thanks!
now have a stock recovery with stock b330 rom.
thanks
You can root it with twrp-3.0.2-0-plank.img and SuperSU 2.62
YOUTUBE /watch?v=eDyxj6C8eW8
etticat said:
I just installed TWRP and after flashing SuperSU I couldn't get out of recovery anymore. On every restart the phone booted in recovery.
I decided to flash the stock recovery again. After I did that I got into rescue mode. I can not do anything anymore in there. No fastboot, no adb.
It just points to zh.ui.vmall.com/emotiondownload.php?mod=restore but in this list there is no download for the Honor 7.
Error messages are:
Error!
Func NO : 11 (recovery image)
Error NO : 2 (load failed!)
What can I do?
Click to expand...
Click to collapse
dude, i hope you fixed you issue... i had the same problem just now... all normal until i installed a new version of supersu (2.7.4 i think) and i wiped the cache and dalvic cache (caused problems everytime) after that i couldnt boot the system, error 10 and 2 i think (boot and system).
Then, after the whole day was over and i didnt find a fix for my problem (my twrp worked) i backed up everything and then installed the original recovery i got some time ago from huawaiextractor, but it got worser. did the same like you, every damned step xD now i understood what you were talking about, before i didnt understand what you said...
so when i boot, it says error 10 ans 2 and when i want to start recovery it says 11 and 2 (recovery and boot).
i dont know why usb debugging didnt worked and why i coulnt use fastboot and adb like everytime. i once fixed a similar issue with the honor multitool and adb and fastboot.
Only thing i can do is connect it to my pc and hisuite, then a new menu shows where u can download a package or update, but it says failed everytime when i use it.
So what did you do with your bricked phone?
I had the same problems (errors) I managed to find a solution. Just extract boot.img cust.img repair.img system.img with huawei extractor. Than just make a full cache wipe. Flash this four .img and love your fully working, totally wiped, almost brand new phone!
PS you should find a way to use fastboot!! There is no other way!
ǀcey said:
Try rumrunner on pc to get into fast boot mode.
Immediately close rum runner screen when it starts rebooting
sent with Huggzzz from my modded, non-OC'ed, very fast running S-Off ADR6425LVM on CyanogenMod 11 20150805 Rom with Tapatalk
Click to expand...
Click to collapse
How did you do please ? i can't enter to fastboot mode too
can you help me please ?
etticat said:
I just installed TWRP and after flashing SuperSU I couldn't get out of recovery anymore. On every restart the phone booted in recovery.
What can I do?
Click to expand...
Click to collapse
With a stock boot.img sometimes you'll end up in bootloop like yourself. If you are still having issues follow below steps.
Boot into bootloader mode, if its looping very fast, then press and hold Vol DOWN button once the screen gets blank after a loop and simultaneously connect to PC, you'll land in bootloader mode.
Once in bootloader mode, flash system.img of your respective previous firmware, in your case just flashing system.img will do.
After doing that you can enter into system again. If you want you also can flash the whole UPDATE.APP package by three button combo
I hope this helps someone.

[How-to][Recovery]How to change language in TWRP recovery

Forgive My Poor English
I already post the recovery to develop section at HERE
RECOVERY FOR MI 8 SE
DOWNLOAD
drive.google.com/open?id=1X39kp3oBz-SYD-fNK-uEgD6VlUUG-WMq
HOW TO FLASH
Power off your phone and press volume down key and press power key to boot to Fastboot Mode
Download Fastboot tools...(Sorry I can't provide this tool)
open a command line(cmd or powershell in windows) and change directory to the directory where fastboot tool locate(cd PATH/TO/FASTBOOT/TOOL), then you can use fastboot simplely
use
Code:
fastboot flash recovery [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to flash
then use
Code:
fastboot reboot recovery
to boot the recovery
IF YOUR BOOTLOADER IS LOCKED,but you wanna try it
You can use
Code:
fastboot boot [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to boot the recovery(not flash recovery)
(not sure 100% success)
Do anything on YOUR OWN RISK
Pictures(and How to set language to English )
Pictures:
And How to set language to English(almost TWRP recovery can use this way)
Decrypt data partition (input your password or you cant mount data partition)
{
"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"
}
Next screen is 'Keep system partition read-only'
Left bottom is keep system RO,Right Buttom is change Language(no pic )
this is the Main screen and you can follow these steps to change Language to ENGLISH
Finally, something to start with
bao lu your QQ number
i dont understand why the board name is sirius... there is one allready , some Sony xperia z2
I hope you will post a little more detailed installation ...
Xiaomi devices:
Install TWRP via Fastboot mode, then install our ROM
Code:
fastboot flash recovery twrp.img
fastboot boot twrp.img
This will be all?
I presume i have to rename the recovery-TWRP-3.2.1-0629-XIAOMI8SE-CN-wzsx150.img to twrp.img ?
marcel112 said:
I presume i have to rename the recovery-TWRP-3.2.1-0629-XIAOMI8SE-CN-wzsx150.img to twrp.img ?
Click to expand...
Click to collapse
You don't need to rename any file to flash. For simplicity yes if you like.
_katho_ said:
You don't need to rename any file to flash. For simplicity yes if you like.
Click to expand...
Click to collapse
ok, let me refrace:
If i like to flash this recovery for the SE, for it to work, i have to follow the two comments, after renaming the .img to twrp.img
fastboot flash recovery twrp.img
fastboot boot twrp.img
After format data - reboot to recovery - wipe dalvik/etc... Install xiaomi.eu rom.
Stuck by bootloop
marcel112 said:
ok, let me refrace:
If i like to flash this recovery for the SE, for it to work, i have to follow the two comments, after renaming the .img to twrp.img
fastboot flash recovery twrp.img
fastboot boot twrp.img
Click to expand...
Click to collapse
Yes, that should work, it's the usual way to flash twrp.
i tried today to flash twrp, unsuccessfully
I installed fastboot and adb drivers ( flashed miui 10 beat using mi flash tool allready )
I enter fastboot on device
i open cmd prompt
i first enter: fastboot devices, then i get respons with devices number
When i enter command: fastboot flash recovery recovery.img
i get :
target reported max download size of 536870912 bytes
sending 'recovery' (29856 KB)...
but thats it........ nothing happens anymore!!
I tried and waited long time
Who can tell me what is going wrong
---------- Post added 6th July 2018 at 12:40 AM ---------- Previous post was 5th July 2018 at 11:46 PM ----------
I can put the phone in fastboot mode....
As soon as i connect phone to laptop, it takes 1 sec , then phone goes out off fastboot and in de left top corner are very very small letters.
I believe it says, press key to reboot, but like i say, very hard to read.
Phone reboots , then it gives battery in center off screen.
When i pess power again.
All goes normall and i can use phone as it should.
When i use updater app, and choose: reboot to recovery, it does like it should.
I can chooose reboot, wipe data and use mi assistent i believe.
Any idea would be awesome
skolarek said:
After format data - reboot to recovery - wipe dalvik/etc... Install xiaomi.eu rom.
Stuck by bootloop
Click to expand...
Click to collapse
You can try 'Disable DM-verify in 'Advance'...
maybe it work
marcel112 said:
i tried today to flash twrp, unsuccessfully
I installed fastboot and adb drivers ( flashed miui 10 beat using mi flash tool allready )
I enter fastboot on device
i open cmd prompt
i first enter: fastboot devices, then i get respons with devices number
When i enter command: fastboot flash recovery recovery.img
i get :
target reported max download size of 536870912 bytes
sending 'recovery' (29856 KB)...
but thats it........ nothing happens anymore!!
I tried and waited long time
Who can tell me what is going wrong
---------- Post added 6th July 2018 at 12:40 AM ---------- Previous post was 5th July 2018 at 11:46 PM ----------
I can put the phone in fastboot mode....
As soon as i connect phone to laptop, it takes 1 sec , then phone goes out off fastboot and in de left top corner are very very small letters.
I believe it says, press key to reboot, but like i say, very hard to read.
Phone reboots , then it gives battery in center off screen.
When i pess power again.
All goes normall and i can use phone as it should.
When i use updater app, and choose: reboot to recovery, it does like it should.
I can chooose reboot, wipe data and use mi assistent i believe.
Any idea would be awesome
Click to expand...
Click to collapse
ehhh,
you can try run this
fastboot boot [RECOVERY IMAGE YOU DOWNLOADED]
and the phone will boot to the recovery(but it still not flash into your phone)
and use the recovery to flash recovery
if you still get a stuck at
sending boot ......
trying change a computer or change a cable and retry it
q792602257 said:
ehhh,
you can try run this
fastboot boot [RECOVERY IMAGE YOU DOWNLOADED]
and the phone will boot to the recovery(but it still not flash into your phone)
and use the recovery to flash recovery
if you still get a stuck at
sending boot ......
trying change a computer or change a cable and retry it
Click to expand...
Click to collapse
Well i upgraded to succesfull flash twrp
after that i used fastboot boot twrp.img
I booted in twrp, changed the lang to english.
Choose keep system read only
Can use it, but when i tried to backup i get backup failed.
I also cant seem to find the internal storage... i can use the fiel manager, but i dont find the folders like in normal working mode
So i cant backup, flash magisk, so i dont dare to wipe and flash , lets say eu.rom
marcel112 said:
Well i upgraded to succesfull flash twrp
after that i used fastboot boot twrp.img
I booted in twrp, changed the lang to english.
Choose keep system read only
Can use it, but when i tried to backup i get backup failed.
I also cant seem to find the internal storage... i can use the fiel manager, but i dont find the folders like in normal working mode
So i cant backup, flash magisk, so i dont dare to wipe and flash , lets say eu.rom
Click to expand...
Click to collapse
the first screen is use to deecrypt data partition ,if you select cancel or input wrong password,you can't modify data partition
if you dont know the password,you can simply format data partition,but you will loose all data(include internal storage)
q792602257 said:
the first screen is use to deecrypt data partition ,if you select cancel or input wrong password,you can't modify data partition
if you dont know the password,you can simply format data partition,but you will loose all data(include internal storage)
Click to expand...
Click to collapse
whats should be the pasword?
Is that my pin how i unlock my device?
Edit:
And if i choose format data, then my internal partition will be wiped.
How can i flash a new zip file, like magisk or eu.miui rom.
Or after format data i can backup current china beta 10 8.7.5.
Then reboot in system, copy this eu miui rom zip to internal and reboot to twrp again.
Wipe device and flash the eu miui zip file?
What if i wipe and can flash eu miui file.
Can i flash using fastboot a rom?
I mean, can i go back to china beta rom?
I have a ch image 8.6.28
marcel112 said:
whats should be the pasword?
Is that my pin how i unlock my device?
Edit:
And if i choose format data, then my internal partition will be wiped.
How can i flash a new zip file, like magisk or eu.miui rom.
Or after format data i can backup current china beta 10 8.7.5.
Then reboot in system, copy this eu miui rom zip to internal and reboot to twrp again.
Wipe device and flash the eu miui zip file?
What if i wipe and can flash eu miui file.
Can i flash using fastboot a rom?
I mean, can i go back to china beta rom?
I have a ch image 8.6.28
Click to expand...
Click to collapse
The password is your pin code to unlock your phone,and you can mount data partition success
if you can't successfully mount data partition , you can
In the Recovery : Click Advance-> ADB SIDELOAD
and connect your phone to PC
use
Code:
adb sideload [PATH TO ROM ZIP FILE]
to flash without copy that zip file to your phone
also since you can mount data partition successfully,you can connect to PC, copy that zip file to Internal storage to flash
If you change your ROM,you can easily flash that 'fastboot rom' back via fastboot(WARNING : Do not flash wrong ROM,it may replace the bootloader)
and you can go back to china beta rom anytime you want(Just need flash the phone again)
maybe a little hard to understand , sorry for my poor English
Guys problem..
I made backup off miui 10 beta chinese
I wiped system/cache/data/dalvik..
Flashed new eu.miui 8.6.28 rom... install is all good.
When i boot, it is stuck in bootloop
(tried to look for : Disable DM-verify in 'Advance
I can see it not in advance..
Now i am stuck with non working phone..
Who can help me ( fast ?
marcel112 said:
Guys problem..
I made backup off miui 10 beta chinese
I wiped system/cache/data/dalvik..
Flashed new eu.miui 8.6.28 rom... install is all good.
When i boot, it is stuck in bootloop
(tried to look for : Disable DM-verify in 'Advance
I can see it not in advance..
Now i am stuck with non working phone..
Who can help me ( fast ?
Click to expand...
Click to collapse
You have to format Data!!
Superwitschi said:
You have to format Data!!
Click to expand...
Click to collapse
ok, i did format data
Now all is empty.
I rebooted into TWRP again.
I used USB-OTG to install the rom again.
All going well in install, no error
When i choose reboot, no message: No OS installed...
But still in bootloop!!
marcel112 said:
ok, i did format data
Now all is empty.
I rebooted into TWRP again.
I used USB-OTG to install the rom again.
All going well in install, no error
When i choose reboot, no message: No OS installed...
But still in bootloop!!
Click to expand...
Click to collapse
You can try 'install root' in Advance
maybe the bootloop is cause by the dm-verify in the bootloader

Fix Current Image (Boot/Recovery) Destroyed!

I want to install a custom rom but some how boot image break please help me guys. I am so worried
ok here are steps !
djdreamerr said:
I want to install a custom rom but some how boot image break please help me guys. I am so worried
Click to expand...
Click to collapse
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.
I ran into the same problem last night, I restored my phone back to stock rom today. I've uploaded the extracted C03 firmware for anyone whose run into the same problem. Just flash using fastboot and you'll able to restore your phone too
Code:
https://mega.nz/file/BQIRgQqS#SvwoR1D7gtaJZlDzCu_ezXdcH_ZtRfgcqnobCTNiGaU
sepzo said:
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.
Click to expand...
Click to collapse
THANKS DUDE YOU SAVE MY LIFE :good:
I AM GLAD YOU POST THIS
djdreamerr said:
THANKS DUDE YOU SAVE MY LIFE :good:
I AM GLAD YOU POST THIS
Click to expand...
Click to collapse
You welcome bro, Now using Samsung S10 Lite
(Boycottchina Movement )
I finally decided to root my phone today and unlocked the bootloader with all the excitement, but ran into this "boot/recovery destroyed" problem. All I did was flashing Orangefox image and installed magisk. I did some digging on google and found out, two things fixes it. 1) flashing the stock recovery, and then 2) flashing vbmeta.img with the commad "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". It actually solved the problem for me and now I'm back to orangefox and magisk works real good. There's no need to download an entire os for this fix. Nearly wasted 2gb of data on downloading the stock firmware, while I found this fix
Works Like a charm
salaigeethan666 said:
I finally decided to root my phone today and unlocked the bootloader with all the excitement, but ran into this "boot/recovery destroyed" problem. All I did was flashing Orangefox image and installed magisk. I did some digging on google and found out, two things fixes it. 1) flashing the stock recovery, and then 2) flashing vbmeta.img with the commad "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". It actually solved the problem for me and now I'm back to orangefox and magisk works real good. There's no need to download an entire os for this fix. Nearly wasted 2gb of data on downloading the stock firmware, while I found this fix
Click to expand...
Click to collapse
This works like a charm. Just flash TWRP again and vbmeta with above command and reboot.
get required files from here.
https://forum.xda-developers.com/realme-xt/how-to/rooting-stock-rom-realme-xt-color-os-t3998271
lost recovery
[email protected] said:
This works like a charm. Just flash TWRP again and vbmeta with above command and reboot.
get required files from here.
https://forum.xda-developers.com/realme-xt/how-to/rooting-stock-rom-realme-xt-color-os-t3998271
Click to expand...
Click to collapse
my realme xt also got breaked. then as u said i flashed latest twrp and then vbmeta with given cmd, tried to boot to recovery. nothing happened. then tried to power off and on, got into working realme rom. fastboot is working but unable to boot to recovery. in fastboot bootloader status shows unlocked. tried to flash twrp img again but yet no recovery.
surajak said:
my realme xt also got breaked. then as u said i flashed latest twrp and then vbmeta with given cmd, tried to boot to recovery. nothing happened. then tried to power off and on, got into working realme rom. fastboot is working but unable to boot to recovery. in fastboot bootloader status shows unlocked. tried to flash twrp img again but yet no recovery.
Click to expand...
Click to collapse
Hey there,
It would be great if you could attached any error messages. Or what you exactly encountered after flashing vbmeta. For easy comm. you can contact on t.me/tempKChannel
Bricked my phone today and found this thread, thanks for everyone for providing solution!
My bootloader locked realme xt is displaying only the logo. No way to go to recovery, system or fastboot mode. Is is possible to still do something about it? I live in a region where there is no service center.
I've got a 8-9 month old XT with this exact issue. Phone is mint amd has always had a case and glass screen protector on it. No PC to flash files with fastboot so I ordered a POCO X3 NFC. Looking to sell it for $150 to somebody for an easy fix. Is that allowed on XDA?
I had to hire someone online to have it remotely serviced (on my PC).
Had boot/recovery destroyed message after attempting to flash a gsi. I followed the unbrick guide. I can access fastboot & boot into recovery, however touch input is not working so I'm unable to do anything. Phone sticks on the realme screen when attempting to let it boot. Any ideas? I live in the US so a service center isn't possible.
{
"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"
}
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery
dalda123 said:
View attachment 5444009
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery
Click to expand...
Click to collapse
i can't enter recovery and fastboot mode what should i do
He
Nightmareverified said:
i can't enter recovery and fastboot mode what should i
Click to expand...
Click to collapse
Nightmareverified said:
i can't enter recovery and fastboot mode what should I do
Click to expand...
Click to collapse
Hey bro did you the find the way to go to fast boot mode
dalda123 said:
View attachment 5444009
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery
Click to expand...
Click to collapse
bro you were god to me for a period of time you have some real og skills i dont know how many peoples problem you have solved but you solved mine my phone was dead from one week now its alive once again thank you pixel expirience im good with stock rom
sepzo said:
ok here are steps !
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.
Click to expand...
Click to collapse
Simple flash vbmeta fastboot flash vbmeta.img 100% fix your destroy problem
Does anybody have solution of the current imgae (bootlrecovery) have been destroyed and can not boot of one plus 8 i m ready to pay i just need the flash rom and stock rom of one plus 8

How To Guide [Chinese Version] Install RMX3301 Global stock firmware from Chinese

Disclaimer: I am not responsible for bricked devices, dead SD cards, etc!
Warning: This procedure didn't work for some! Please test at your own risks!
Additional warning: do not relock your bootloader once your global rom is installed. You risk bricking your device.
1. Make sure your bootloader is unlocked
2. Download the images provided in the link below
3. Boot your device to recovery (hold volume up and power until reboot)
4. Wipe data
5. Boot your device to bootloader (hold volume down and power until reboot)
6. Connect your device to PC (make sure you have installed fastboot on your PC)
7. From windows command prompt cd into the folder containing the images
8. Install rooted or not boot image
Code:
fastboot flash boot boot.img
OR
Code:
fastboot flash boot boot_magisk.img
9. Run the following commands to flash all other images
Code:
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
When flashing super.img, if you get the message Invalid sparse file format at header magic, this is fine.
9. You should then be able to boot into system
RMX3301 Stock files: https://drive.google.com/drive/folders/1-0pNU8DMhzQJjdIMYM_khqA5ASGqWatg
Mirror: https://mega.nz/folder/kw8w1QYR#Uro0gLle8Yr5uRZrqoyByg
{
"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"
}
Can anyone confirm this worked for them?
Great post. What is the Widevine level after installing the global rom? Furthrmore, does SafetyNet pass and do OTA updates work?
logmms said:
Great post. What is the Widevine level after installing the global rom? Furthrmore, does SafetyNet pass and do OTA updates work?
Click to expand...
Click to collapse
Google pay works, safetynet passes with Magisk module (probably good if you unroot and relock the bootloader but then you'll be stuck until realme unlocks the RMX3301).
but level 3 widevine unfortunately. Also some apps do detect that bootloader is unlock even with safetynet module.
Came here to say that this is working! Got my chinese version today and wanted to give it a try right away.
If this command takes a lot of time and seems like the console froze, don't panic!
Code:
fastboot flash vbmeta_vendor vbmeta_vendor.img
Almost every command took like 20 seconds, this one took almost 200, but it finishes eventually.
Also, you may end up stuck on a bootloop. But there's an easy fix, as myogui said on another thread:
Enter recovery mode, wipe data. Enter fastboot and then run the last 2 commands again:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
Now everything's working, and have been running the global rom all day flawlessly!
Does anyone know how to solve the bootloop problem? I tried the last 2 comands, Wipe Data, last 2 comands again... Flashing everything again... Nothing...
Any help would be very apreciate. Thanks.
UPDATE: It's working now.. lol... I tried flashing back to the Chinese version from myogui, still in bootloop.. Then I execute the comand "fastboot flash vbmeta vbmeta.img", bootloop... Then a tons of research... Then I downloaded a RMX3301 17.5GB .ofp file to try flashing from realme Flash Tool... Then I go to sleep... Then I woke up and just go to PC to fix this thing, but realme Tool didn't work, the Flash Tool said "CANNOT FIND CENTRAL DIRECTORY".... Then I just tried flashing here again with the files and comands above... what the hell, I'm screwed anyway... But this time worked.... LOL...
Big thanks guys!
Trying to lock again the bootloader... and then a message appears saying the flash was broken or something... now I can't even turn this thing off... Just keep flashing "realme Powered by android" screen rebooting again and again and again...
Oh my... to good to be true...
Tip: Just buy the global version.
No luck. Have tried all combinations of solutions and still stuck in bootloop. Have flashed it fresh 8 times and no luck. Also tried the last two commands above and no luck. And can't use OFP method as realme tool not updated for Gt 2 Pro
if you're stuck in bootloop try making sure you have the latest version of sdk platform tools, 33.0.1 worked for me.
try running the commands in this order
Code:
fastboot flash boot boot_magisk.img
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot flash boot boot_magisk.img
then on your phone hit power button with start selected
Would relocking the bootloader after flashing the global brick me?
You would need to install Chinese rom again using another method of installation or wait for deep testing app to be available on global. But you could still use your device with the global version.
Bnblare said:
Would relocking the bootloader after flashing the global brick me?
Click to expand...
Click to collapse
Mine bricked, now it's hard brick... The closest that I got it to back to life was with QFIL, but something keep giving errors when I try to flash... Now I'm gonna try the MSM... If doesn't work maybe I'm gonna return the phone... Or wait until realme release a useful flash tool... Who knows...
I do not recomend locking back the phone based on my experience.
hacls said:
Mine bricked, now it's hard brick... The closest that I got it to back to life was with QFIL, but something keep giving errors when I try to flash... Now I'm gonna try the MSM... If doesn't work maybe I'm gonna return the phone... Or wait until realme release a useful flash tool... Who knows...
I do not recomend locking back the phone based on my experience.
Click to expand...
Click to collapse
Wow dude I'm sorry. Did you revert back to stock then try to relock the bootloader? Or did you try to relock while on the global?
myogui said:
You would need to install Chinese rom again using another method of installation or wait for deep testing app to be available on global. But you could still use your device with the global version.
Click to expand...
Click to collapse
Man.. I just wanna play call of duty again lol but it knows even tho my safetynet passes. the app can probably see it's L3 still. I guess I'll wait for realme to release the tool for this phone. I'm pretty sure flashing back to stock using the tool would safely lock the bootloader automatically
Bnblare said:
Wow dude I'm sorry. Did you revert back to stock then try to relock the bootloader? Or did you try to relock while on the global?
Click to expand...
Click to collapse
I tried to lock with the global ROM in it... Then this screen appears...
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
hacls said:
I tried to lock with the global version... Then this screen appears...
View attachment 5591427
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
Click to expand...
Click to collapse
your stuck with no fastboot and corrupted partitions. your gonna have to wait for someone to come out with a UnbrickMe zip or something. does adb recognize the phone?
hacls said:
I tried to lock with the global version... Then this screen appears...
View attachment 5591427
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
Click to expand...
Click to collapse
Very sorry for you mate! I updated the OP to warn about this.
Bnblare said:
your stuck with no fastboot and corrupted partitions. your gonna have to wait for someone to come out with a UnbrickMe zip or something. does adb recognize the phone?
Click to expand...
Click to collapse
ADB doesn't recognize, like I said, for now on only in EDL mode.
Well, I gave up and paid a guy to flash via TeamViewer... And as I imagined... With MSM Download Tool was five clicks and it's done... Ridiculous easy... MSM would be a amazing tool if it were accessible... Unfreaking believable... Oh my...
But, anyway, it's solved. Thanks guys.

Categories

Resources