boot the system - Moto Z2 Play Questions & Answers

hello guys,
I need help.
(I'm Brazilian and this text will be translated by google translator)
Come on,
After many ROM's tests, bootloader unlocking, root's and bla bla bla , I came back with my motorcycle z2 play the stck rom, bootloader locked, no root...but it never booted normally, always enters fastboot saying no command, and only after entering start bootloader followed by start it boots.
I never managed to resolve this.
Yesterday I installed Custom Evolution, of course unlocking the bootloader again, but it didn't work.
Now it only boots into TWRP Recovery, and I need to do the same procedure, start bootloader / start
Any solution???

It sounds like you forgot to do fastboot oem fb_mode_clear when going back to stock; otherwise the bootloader gets stuck with fastboot oem fb_mode_set which basically means start the phone into the bootloader

marcost22 said:
It sounds like you forgot to do fastboot oem fb_mode_clear when going back to stock; otherwise the bootloader gets stuck with fastboot oem fb_mode_set which basically means start the phone into the bootloader
Click to expand...
Click to collapse
Thank you friend, it makes perfect sense!!
What do you advise me to do??

Mauro Fernandes said:
Thank you friend, it makes perfect sense!!
What do you advise me to do??
Click to expand...
Click to collapse
Code:
fastboot oem fb_mode_clear

sd_shadow said:
Code:
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
only that?even using a custom ROM?
Thanks...

Mauro Fernandes said:
only that?even using a custom ROM?
Thanks...
Click to expand...
Click to collapse
fb_mode_set tells the device to always reboot the bootloader mode
fb_mode_clear returns the device to the normal boot sequence
Doesn't matter if a stock or custom rom.

sd_shadow said:
fb_mode_set tells the device to always reboot the bootloader mode
fb_mode_clear returns the device to the normal boot sequence
Doesn't matter if a stock or custom rom.
Click to expand...
Click to collapse
I did the fastboot procedure oem fb_mode_clear
and I started, it turned on normally, but after restarting to test, it went back to recovery;
Sorry, I don't want to be bothering you, but I want to solve this, it's boring to keep calling the cel like this.

Mauro Fernandes said:
I did the fastboot procedure oem fb_mode_clear
and I started, it turned on normally, but after restarting to test, it went back to recovery;
Sorry, I don't want to be bothering you, but I want to solve this, it's boring to keep calling the cel like this.
Click to expand...
Click to collapse
What does getvar all say? remove IMEI before posting.
Code:
fastboot getvar all

{
"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"
}

sd_shadow said:
What does getvar all say? remove IMEI before posting.
Code:
fastboot getvar all
Click to expand...
Click to collapse

Mauro Fernandes said:
View attachment 5476403
Click to expand...
Click to collapse
Ok, and which rom did you install?

sd_shadow said:
Ok, and which rom did you install?
Click to expand...
Click to collapse
Evolution is now running

Mauro Fernandes said:
Evolution is now running
Click to expand...
Click to collapse
From this thread?
[ROM][11][ALBUS][UNOFFICIAL] Evolution X 5.9.3 | November Security Patch [15/11/21]
Evolution X 5.9.3 for the Motorola Z2 Play [Albus] Living, Breaking, Keep Evolving. Evolution X is a flashable custom ROM to bring a true Pixel feel to your Android Device at first glance, with many additional configurations at your...
forum.xda-developers.com

sd_shadow said:
From this thread?
[ROM][11][ALBUS][UNOFFICIAL] Evolution X 5.9.3 | November Security Patch [15/11/21]
Evolution X 5.9.3 for the Motorola Z2 Play [Albus] Living, Breaking, Keep Evolving. Evolution X is a flashable custom ROM to bring a true Pixel feel to your Android Device at first glance, with many additional configurations at your...
forum.xda-developers.com
Click to expand...
Click to collapse
Yes

Mauro Fernandes said:
Yes
Click to expand...
Click to collapse
remembering: before I installed evolution, I had this problem in stock.
I used the stock, tested the resurrection remix, and when I got back to stock it was like this

Somebody? Please

Mauro Fernandes said:
Somebody? Please
Click to expand...
Click to collapse
Have tried LMSA's Rescue option?
Rescue and Smart Assistant (LMSA)(Motorola/Lenovo Only)
Rescue and Smart Assistant LMSA: Lenovo's Motorola Smart Assistant (PC) For Lenovo and Motorola Devices Only Rescue and Smart Assistant (LMSA) is an official tool installs on PC. Can help to manage smart device (include all Lenovo android phone...
forum.xda-developers.com

sd_shadow said:
Have tried LMSA's Rescue option?
Rescue and Smart Assistant (LMSA)(Motorola/Lenovo Only)
Rescue and Smart Assistant LMSA: Lenovo's Motorola Smart Assistant (PC) For Lenovo and Motorola Devices Only Rescue and Smart Assistant (LMSA) is an official tool installs on PC. Can help to manage smart device (include all Lenovo android phone...
forum.xda-developers.com
Click to expand...
Click to collapse
not yet, but I can try tomorrow.
to use it I will have to go back to stock rom, root and bootloader??

Mauro Fernandes said:
not yet, but I can try tomorrow.
to use it I will have to go back to stock rom, root and bootloader??
Click to expand...
Click to collapse
LMSA rescue will reflash stock firmware, factory reset, and it will no longer be rooted.
Bootloader will still be unlocked.

Okay, I'm just finishing charging the battery and I'll give it a try.
If it doesn't work, I give up.

Related

Can not unlock the bootloader

Hello everyone
I try to unlock the bootloader of my nexus 5x ....
The command
Code:
fastboot oem unlock
or
Code:
fastboot flashing unlock
going very well.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
But after
Code:
fastboot reboot-bootloader
.
I see that the bootloader is locked again.
Is there a solution?
Thank you
daemon1666 said:
Hello everyone
I try to unlock the bootloader of my nexus 5x ....
The command
Code:
fastboot oem unlock
or
Code:
fastboot flashing unlock
going very well.
But after
Code:
fastboot reboot-bootloader
.
I see that the bootloader is locked again.
Is there a solution?
Thank you
Click to expand...
Click to collapse
Did you enable oem unlock in developer settings?
Tulsadiver said:
Did you enable oem unlock in developer settings?
Click to expand...
Click to collapse
Yes it's enable.
If the manual mode does not work probally try Skipsofts Toolkit
ThorSchwar said:
If the manual mode does not work probally try Skipsofts Toolkit
Click to expand...
Click to collapse
I'm going to test it
Thx
daemon1666 said:
I'm going to test it
Thx
Click to expand...
Click to collapse
I believe you are supposed to just reboot the phone first. Not reboot bootloader.
Fastboot reboot
Tulsadiver said:
I believe you are supposed to just reboot the phone first. Not reboot bootloader.
Fastboot reboot
Click to expand...
Click to collapse
It's allways the same problem...
I'm having the exact same problem right now.
I just got my 5X back from repair (motherboard replaced due to the bootloop issue) and can't unlock + TWRP for the life of me.
After the 'fastboot oem unlock' I reboot into recovery after which I get asked the enter a password in TWRP.... ??!#[email protected]!?
daemon1666 said:
Is there a solution?
Thank you
Click to expand...
Click to collapse
You might want to try flashing the TOT file that was posted to fix phone that are crashed with locked bootloader.
sfhub said:
You might want to try flashing the TOT file that was posted to fix phone that are crashed with locked bootloader.
Click to expand...
Click to collapse
Thx I understand the method. I test that. Thx
@deamon1666 You can use NexusRooToolkit (NRT)
http://www.wugfresh.com/nrt/
This tookit is specialy build for all Nexus.
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
Thx, but Nrt doesn't work too. Many try & différents "Windows"
Sent from my ASUS_Z00A using XDA-Developers mobile app
lmao, did you guys unlocking bootloader via fastboot cmd?
Your motherboard memory is locked, next to the device state section you have no rpbm, that's Replay protected memory blocked.
You can do nothing, I'm in the same case.
All replaced motherboards are being blocked by rooting.
You can read about it in reddit, everywhere.
Only commands are workable are some kind of WRITE, READ.
That's a ****, I know. I'm trying to complain about refund my money or for a new device. Do the same if you don't want to leave in current stare.
Vincent_40 said:
@deamon1666 You can use NexusRooToolkit (NRT)
http://www.wugfresh.com/nrt/
This tookit is specialy build for all Nexus.
Click to expand...
Click to collapse
Vincent ???
---------- Post added at 05:27 PM ---------- Previous post was at 05:19 PM ----------
Ryanrioz said:
lmao, did you guys unlocking bootloader via fastboot cmd?
Click to expand...
Click to collapse
Oh yeah but before LG changing motherboard...
Hi
Do u think before opening this thread, we don't try anything.
1/ here in France, trying many Times & différents méthodes.
2/ now, the bullhead is in Belgique, with @daemon1666 . he try too.
Now i think, it's new security.
Yep ?
Sent from my ONEPLUS A3003 using XDA-Developers mobile app

[TOOL][P20] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the Huawei P20 's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Install APKs
Uninstall APKs
Take a Screenshot
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
Worked like a charm to install dirvers, unlock and install TWRP.
Marnux said:
Worked like a charm to install dirvers, unlock and install TWRP.
Click to expand...
Click to collapse
Perfect :good:
P20 lite?
GigahurtzUK said:
P20 lite?
Click to expand...
Click to collapse
Actually huawei remove unlock page so i'm waiting to add new devices. In all cases to add a device to official support i need of a TWRP that is no available for p20 lite at this moment
Support for the P10 series would be nice. Would make life easier in times of uncertain unlockcode situations by huawei.
Can i unlock my p20 using this? How about tue fact that inthink we need the bootloader unlock code. If someone can enlighten me about bootloader code a big help. Planning to unlock my p20 and root it
DroidPrince16 said:
Can i unlock my p20 using this? How about tue fact that inthink we need the bootloader unlock code. If someone can enlighten me about bootloader code a big help. Planning to unlock my p20 and root it
Click to expand...
Click to collapse
There is DC Unlocker that MAYBE will be able to give you a bootloader code, but IF it does work, you will have to pay about $4.
Other than that there is NO other possible way.
zgomot said:
There is DC Unlocker that MAYBE will be able to give you a bootloader code, but IF it does work, you will have to pay about $4.
Other than that there is NO other possible way.
Click to expand...
Click to collapse
No, they clearly wrote P20 is not supported
Bootloader Unlockcode through sourcecode?
Now that the source code has been revealed, isthere a chance that a smart person could retrieve unlock-codes with the source?
Or can program a unlock-code generator from it. Or is the bootloader an extra binary-blob?
Just asking to help in the unlock-code-dilemma (and need the code too)
hxxp//consumer.huawei.com/en/opensource/detail/?siteCode=worldwide&productCode=Smartphones&fileType=openSourceSoftware&pageSize=10&curPage=1
BadBlackJoker said:
Now that the source code has been revealed, isthere a chance that a smart person could retrieve unlock-codes with the source?
Or can program a unlock-code generator from it. Or is the bootloader an extra binary-blob?
Just asking to help in the unlock-code-dilemma (and need the code too)
hxxp//consumer.huawei.com/en/opensource/detail/?siteCode=worldwide&productCode=Smartphones&fileType=openSourceSoftware&pageSize=10&curPage=1
Click to expand...
Click to collapse
The Booloader unlock code is in NVROM of P20. Problem is to get access to the NVROM without root.
FearFac said:
The Booloader unlock code is in NVROM of P20. Problem is to get access to the NVROM without root.
Click to expand...
Click to collapse
Are you sure of this?
mauronofrio said:
Are you sure of this?
Click to expand...
Click to collapse
Yes, it was published on russian site 4PDA.
FearFac said:
Yes, it was published on russian site 4PDA.
Click to expand...
Click to collapse
I'm interested, can you link me privately where?
Hope Nova 3i is in the list.
Nova 3i not show in the list
mauronofrio said:
I'm interested, can you link me privately where?
Click to expand...
Click to collapse
Any success with this?
P20 is softbricked after updating to Pie.. wasnt rooted, bootloader still locked, was factory firmware. ADB was not turned on prior to the update so i have limited access. erecovery fails, fmfinder method fails, otg method fails (unless im doing something wrong).
Really bummed out... was all exited for the update, then this
does this unlock bootloader for P20 after pie update?
maverickmarc said:
P20 is softbricked after updating to Pie.. wasnt rooted, bootloader still locked, was factory firmware. ADB was not turned on prior to the update so i have limited access. erecovery fails, fmfinder method fails, otg method fails (unless im doing something wrong).
Really bummed out... was all exited for the update, then this
Click to expand...
Click to collapse
Did you solve it? Same problem.
ADB isn't working
Fastboot works
Have twrp nandBackup
Was able to enter twrp once.
Bootloader unlocked
Was rooted & tried to update to 9...
Anyone have suggestions?

Question (SOLVED) How To Install ROM GSI ???

Hey Everyone...
I need To know...
mi 11 lite 4G Support GSI ROM Or Not ???
If Can How To Flash ???
now My Device Unlocked Bootloader Now Use Xiaomi.EU
Thanks
like flashing an image thru your phone thru TWRP which we don't have yet or thru ADB
elzisaina said:
Hey Everyone...
I need To know...
mi 11 lite 4G Support GSI ROM Or Not ???
If Can How To Flash ???
now My Device Unlocked Bootloader Now Use Xiaomi.EU
Thanks
Click to expand...
Click to collapse
Please don't rape your phone with a gsi and patiently wait for proper custom ROMs...
Already Try GSI Treble ROM
and working fine
elzisaina said:
Already Try GSI Treble ROM
and working fine
Click to expand...
Click to collapse
Can you share what Treble ROM did you use sir?
heatblast0414 said:
Can you share what Treble ROM did you use sir?
Click to expand...
Click to collapse
Yeah sure
Generic System Image (GSI) list
Notes about tinkering with Android Project Treble. Contribute to phhusson/treble_experimentations development by creating an account on GitHub.
github.com
elzisaina said:
Yeah sure
Generic System Image (GSI) list
Notes about tinkering with Android Project Treble. Contribute to phhusson/treble_experimentations development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Can you flash gsi using fastboot?
elzisaina said:
Yeah sure
Generic System Image (GSI) list
Notes about tinkering with Android Project Treble. Contribute to phhusson/treble_experimentations development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Also our device is not listed here, how did you manage to get it working sir?
heatblast0414 said:
Can you flash gsi using fastboot?
Click to expand...
Click to collapse
yes,,, flash use fastbootd
heatblast0414 said:
Also our device is not listed here, how did you manage to get it working sir?
Click to expand...
Click to collapse
select arm64 ab
elzisaina said:
select arm64 ab
Click to expand...
Click to collapse
What specific gsi have you tested sir? Are there any bugs soo far? Everything working fine?
heatblast0414 said:
What specific gsi have you tested sir? Are there any bugs soo far? Everything working fine?
Click to expand...
Click to collapse
Havoc , PE+ , Crdroid , Los , Aosp, Ancient
Bug only Dt2w , Auto Brightness ,
In All ROM Can Root use magisk
But Only In Havoc Root Can't Root
elzisaina said:
yes,,, flash use fastbootd
Click to expand...
Click to collapse
Can you explain flashing GSI rom by using fastboot? I'm newbie sorry for bothering, but can you explain it or tell me the things that i have to do
If someone succeeds in repeating this, please give instructions
Diar990 said:
Can you explain flashing GSI rom by using fastboot? I'm newbie sorry for bothering, but can you explain it or tell me the things that i have to do
Click to expand...
Click to collapse
Need PC,,,
maxvav9813 said:
If someone succeeds in repeating this, please give instructions
Click to expand...
Click to collapse
make sure PC , adb and Fastboot Driver installed and download platform-tools , u can search in Google
Bravo
{
"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"
}
gary10171017 said:
Bravo
View attachment 5339863
Click to expand...
Click to collapse
Can you tell me how to flash it? Im using windows i dont know what to write in powershell to flash the image file
Diar990 said:
Can you tell me how to flash it? Im using windows i dont know what to write in powershell to flash the image file
Click to expand...
Click to collapse
fastboot reboot fastboot
fastboot flash system system.img
fastboot -w
fastboot erase userdata
fastboot reboot
gary10171017 said:
fastboot reboot fastboot
fastboot flash system system.img
fastboot -w
fastboot erase userdata
fastboot reboot
Click to expand...
Click to collapse
Thank you man appreciate it

How To Guide realme gt master edition rmx3363 bootloader unlock and root

{
"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"
}
- This tool is primarily for realme rmx 3363 and 3360 on RUI2.0, and is expected to work on it without issues. However deep-test apks sometimes work for other devices too... If it's working on yours then good, if not then there's nothing that can be done except find the correct one for your device [c.realme.com]. These tools have in-built checks and I have no idea which parameters it considers, if I had to guess I'd say a certain fw version requirement and the model of chipset. So if you have any device other than RMX3363/0 and this tool didn't work, I'm sorry.
If you've updated to realme UI 2.0 and want to unlock, this will allow you to do it.
Your warranty may now be void.
Warning.-
*After unlocking your phone ALL OF YOUR DATA WILL BE ERASED! Backup before you Proceed.*
*After unlocking Widevine L1 will be replaced by Widevine L3, which as of now can't be fixed/patched. If you already had L3 on locked bootloader... My condolences.*
*Safety-Net fails so some banking apps may not work and Play Store certification will be gone*
Steps for Unlock:-
Backup your data.
Install deeptesting.apk.
Open the app and click start applying.
Wait for application to be summited and processed.
Minimize the app and head over to developer settings and turn on OEM Unlock and USB Debugging.
Open deeptesting again and click on start in-depth test, the phone will reboot to bootloader. OR manually do that by pressing volume - and power in switched off state.
Connect phone to PC. Open ADB folder and use right click+shift and from the there click on open powershell/cmd here or type cmd in address bar.
Type fastboot flashing unlock(cmd) or ./fastboot flashing unlock(powershell).
Use volume and power button to select unlock the bootloader.
Phone will format and reboot.
*If you had unlocked bootloader and updated from RUI 2.0 --> 3.0, you don't need to repeat this.*
*If you know how to unlock or have unlocked before, Congratulations! Also this guide isn't for you, but you may find the APK useful.*
*For people who are unlocking their device for the first time, make sure when re-locking, all partitions are stock, or you'll have a very bad day... or a week/month if there aren't any service center nearby.*
Upload files for free - realme bootloader unlock and root.rar - ufile.io
Download realme bootloader unlock and root.rar for free from ufile.io instantly, no signup required and no popup ads
ufile.io
Has anyone tried this on the European model?
Yes , this deeptest not worked for me . I have the RU version. The difference between the local variants Very annoyed me ,that not all can unlock the bootloader at the same time
eliran0216 said:
Yes , this deeptest not worked for me . I have the RU version. The difference between the local variants Very annoyed me ,that not all can unlock the bootloader at the same time
Click to expand...
Click to collapse
what model you got?
RMX3363 or RMX3360
RMX3363, can you do the code *#6776#
And do a screenshot?
Thank you
eliran0216 said:
RMX3363, can you do the code *#6776#
And do a screenshot?
Thank you
Click to expand...
Click to collapse
i have different factory image... And deeptest doesnt work
Qret said:
i have different factory image... And deeptest doesnt work
Click to expand...
Click to collapse
what happen when you open the apk
NextB said:
what happen when you open the apk
Click to expand...
Click to collapse
ok then can you convert it from ru to sa and try again
I have eu and i didnt know how to convert it to sa
Qret said:
I have eu and i didnt know how to convert it to sa
Click to expand...
Click to collapse
use this website to download your firmware and they will guide you how to flash it export is the one that can be unlocked GDPR cant yet
Realme GT Master Edition Firmware (RMX3363, RMX3360) - Realme Firmware
Realme GT Master Edition Firmware (RMX3363, RMX3360), Official Flash File (Stock ROM). flash your phone using realme flashtool or MSM Download tool.
realmefirmware.com
sir,can you make a guide how to flash rom from GPDR to Export realme GT Master?
NextB said:
what happen when you open the apk
Click to expand...
Click to collapse
it doesnt work in every region, sadly.
arief joe4421 said:
sir,can you make a guide how to flash rom from GPDR to Export realme GT Master?
Click to expand...
Click to collapse
How to Flash Realme Phone
How to install stock rom in Realme smartphone. How to flash a smartphone with Qualcomm and MediaTek processors is explained below.
realmefirmware.com
KD6-3.7 said:
it doesnt work in every region, sadly.
Click to expand...
Click to collapse
in that case change your region ^^
NextB said:
How to Flash Realme Phone
How to install stock rom in Realme smartphone. How to flash a smartphone with Qualcomm and MediaTek processors is explained below.
realmefirmware.com
Click to expand...
Click to collapse
can't login account -_-
arief joe4421 said:
can't login account -_-
Click to expand...
Click to collapse
try to find the tool with a crack from google and do the same steps
NextB said:
try to find the tool with a crack from google and do the same steps
Click to expand...
Click to collapse
if you have a files or link to get it?
I tried in every way to flash the export firmware, I had problems logging or finding a crack on msn, realme flash tool instead gives me an error, I also made a fully wype,hrlp me please
P:S my version is A_07

Question Mtkclient bootloader unlock brakes fastboot?

Hi, just i had an experience with the realme 8g bootloader, I unlocked it by using fastboot and installed magisk with some mods, but I didn't like it so i wanna get back stock, so I reinstalled stock and stock recovery back, and also locking the bootloader again but ended with phone boot/recovery omg destroyed so I searched I way to recover the phone, I found out that I can use mtkclient to do that, using broom mode and unlocking the bootloader but came with consequences. They will be dm-verify on boot that's meaning that will have to press the power button in 5 seconds, and can't boot to custom recovery.
If someone has any idea? Please reply!
Did you Exit deep testing of realme
Julian_10 said:
Hi, just i had an experience with the realme 8g bootloader, I unlocked it by using fastboot and installed magisk with some mods, but I didn't like it so i wanna get back stock, so I reinstalled stock and stock recovery back, and also locking the bootloader again but ended with phone boot/recovery omg destroyed so I searched I way to recover the phone, I found out that I can use mtkclient to do that, using broom mode and unlocking the bootloader but came with consequences. They will be dm-verify on boot that's meaning that will have to press the power button in 5 seconds, and can't boot to custom recovery.
If someone has any idea? Please reply!
Click to expand...
Click to collapse
Did you get your phone fixed? If so, how?
Please reply soon as I did something wrong after unlocking bootloader on my realme 8 5G too and now I need to flash stock ROM. I got it to BROM mode (using that payload trick), but still got errors like STATUS_BROM_CMD_STARTCMD_FAIL in SPFT.
LegendProBeast said:
Did you get your phone fixed? If so, how?
Please reply soon as I did something wrong after unlocking bootloader on my realme 8 5G too and now I need to flash stock ROM. I got it to BROM mode (using that payload trick), but still got errors like STATUS_BROM_CMD_STARTCMD_FAIL in SPFT.
Click to expand...
Click to collapse
I got it fixed, also running android 12, it was challenging with broom mode but in the end I fixed it. The most errors I got when using broom mode was that payload things, or SP flash version didn't supported my processor.
Try to follow this guide.
https://forum.xda-developers.com/t/guide-unbrick-realme-8-unbrick-upgrade-downgrade-rmx3085.4392095/
Julian_10 said:
I got it fixed, also running android 12, it was challenging with broom mode but in the end I fixed it. The most errors I got when using broom mode was that payload things, or SP flash version didn't supported my processor.
Try to follow this guide.
https://forum.xda-developers.com/t/guide-unbrick-realme-8-unbrick-upgrade-downgrade-rmx3085.4392095/
Click to expand...
Click to collapse
Bro can you say how you bypassed the brom? I couldn't do it using the method they used in the guide...
DeviceMesser said:
Bro can you say how you bypassed the brom? I couldn't do it using the method they used in the guide...
Click to expand...
Click to collapse
What errors do you get?
Julian_10 said:
What errors do you get?
Click to expand...
Click to collapse
All other tools except MTK Auth Bypass 6.0.0.1 aren't working, and even this just bypasses my phone and then SP Foash shows error STATUS_BROM_CMD_STARTCMD FAIL....
DeviceMesser said:
All other tools except MTK Auth Bypass 6.0.0.1 aren't working, and even this just bypasses my phone and then SP Foash shows error STATUS_BROM_CMD_STARTCMD FAIL....
Click to expand...
Click to collapse
You have any social media like discord, maybe I can help you more directly, and get more feedback from you
Julian_10 said:
You have any social media like discord, maybe I can help you more directly, and get more feedback from you
Click to expand...
Click to collapse
I do have discord.
{
"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"
}
Julian_10 said:
You have any social media like discord, maybe I can help you more directly, and get more feedback from you
Click to expand...
Click to collapse
Bro please help, I have shared my Discord ID

Categories

Resources