[GUIDE] Motorola One Power Unlock/Relock Bootloader,Flashing Custom Recovery,Rooting - Motorola One Power Guides, News, & Discussion

{
"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"
}
UNLOCKING THE BOOTLOADER
WARNING:- UNLOCKING YOUR BOOTLOADER VOIDS YOUR WARRANTY.PROCEED AT YOUR OWN RISK.
NOTE: Unlocking the bootloader will Wipe/ factory reset your device, and will delete
all personal data from your device such as apps, photos, messages, and settings.​
INSTRUCTIONS:-
Make sure to take a backup of your entire device data.
Go to Settings>About Phone>Tap build number continuously until you enable developers option,under developers option enable oem unlocking.
Download the Minimal ADB and Fastboot.
Install the latest Motorola USB Drivers.
Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
In Search Menu, search for Minimal ADB and Fastboot and open it.
Connect your Phone to PC.
Type this in the CMD prompt window:- fastboot oem get_unlock_data
You will get a return string.The returned string will be used to retrieve your unlock key. Copy it. [Right Click-Mark- Mark the text by pressing the shift key-Now press Ctrl+C]
Paste all the lines together in a notepad. Remove the empty spaces.
Example:-
On a Windows Desktop, the returned string format would be
Code:
$ fastboot oem get_unlock_data
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
Paste together the 5 lines of output into one continuous string without (bootloader) or ‘INFO’ or white spaces. Your string needs to look like this:
Code:
0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
Now go to the Motorola Site. Sign in using your Google account or Motorola ID. Scroll down the page and paste the copied string in the field at step #6. Then click on ‘Can my device be unlocked?’, after which a "REQUEST UNLOCK KEY" button will appear at the bottom of page.
To get your unlock key, select the ‘I Agree’ option. Note: You will receive an email with your Unlock Key at the email address you used to log in there.
Important – Copy the 20-character key that Motorola sent you via email. Make sure your device is connected.
Then in CMD type: fastboot devices (To check your device is connected)
Then type: fastboot oem unlock UNIQUE_KEY
NOTE:- In above command, replace the word ‘UNIQUE_KEY’ with the unlock code that you got via email. Then hit enter and the unlocking process should begin.Once done your device will reboot.
RELOCKING THE BOOTLOADER
​
INSTRUCTIONS:-
Boot into fastboot mode.
Open cmd and type:- fastboot oem lock
Done.
FLASHING CUSTOM RECOVERY​
Method 1:
Currently we don't have a separate recovery partition to flash recovery directly,so we have to temporarily boot twrp by the following process.
INSTRUCTIONS:-
Download the lastest TWRP Recovery from here.
Rename the downloaded recovery to twrp.
Boot device into fatboot mode.
Connect device to PC.
Open CMD in the downloaded folder and type:- fastboot boot twrp.img
Done.
Method 2:
Thanks to @lalitjoshi06 for the permanent twrp installer.
Follow the instructions from his thread TWRP INSTALLER
ROOTING THE DEVICE​
INSTRUCTIONS:-
Download the latest Magisk Stable/Beta Zip from here.
Boot into custom recovery
Flash the downloaded zip
Reboot
Contributors:-
@rushiranpise
@smyaknti
@dayask
@nageen9211
@lalitjoshi06
@erfanoabdi
Version Information:-
Status:- Stable
Created 2018-10-26
Last Updated 2019-01-15

Join us on Telegram:-
Official Group
Official Channel
Join us on Whatsapp:-
Official Group​

is it tested ?
Let me know if anyone tested this method with screenshots.
Sorry If I doing any wrong...
Thanks to the creator of this method..

tnmsrkr said:
Let me know if anyone tested this method with screenshots.
Sorry If I doing any wrong...
Thanks to the creator of this method..
Click to expand...
Click to collapse
Everything is tested. This method works.. Only need to test relocking the bootloader part..

THANK YOU
rushiranpise said:
everything is tested. This method works.. Only need to test relocking the bootloader part..
Click to expand...
Click to collapse
thanks bro

hello guys i am probably stucked between these 3 phones, HONOR 8X, MOTO ONE POWER & POCO F1. but as i see all these Forums ,talking about the unlocking codes which might be hard to find these days ,so i am quite confused which one should i buy? probably the most important thing for me right now is to UNLOCK BOOTLOADER ,ROOT and have some fun. Please suggest!!

Russel Got stucked said:
hello guys i am probably stucked between these 3 phones, HONOR 8X, MOTO ONE POWER & POCO F1. but as i see all these Forums ,talking about the unlocking codes which might be hard to find these days ,so i am quite confused which one should i buy? probably the most important thing for me right now is to UNLOCK BOOTLOADER ,ROOT and have some fun. Please suggest!!
Click to expand...
Click to collapse
Good luck unlocking a Honor device mate.
You can buy a poco but as you're in a Moto thread I guess you've noticed: we have Unlocking and Flashing guides, sooo... you know... Explains your question. If you still cannot decide, buy Poco F1, I heard they allow the fun without voiding stuff people cry about!

smyaknti said:
Good luck unlocking a Honor device mate.
You can buy a poco but as you're in a Moto thread I guess you've noticed: we have Unlocking and Flashing guides, sooo... you know... Explains your question. If you still cannot decide, buy Poco F1, I heard they allow the fun without voiding stuff people cry about!
Click to expand...
Click to collapse
Thanks mate!! I have made up my mind!. I am going for the Poco f1?

Unable to unlock
C:\adb>fastboot oem get_unlock_data
(bootloader) slot-counttas: not found
(bootloader) slot-suffixe: not found
(bootloader) slot-suffi: not found
...
FAILED (remote: unknown command)
finished. total time: 0.001s
Hello I am getting this error, I have enabled OEM unlocking and USB debugging. Also the phone is showing in fastboot boot while typed the command "fastboot devices". Any help ?

DriftClash said:
C:\adb>fastboot oem get_unlock_data
(bootloader) slot-counttas: not found
(bootloader) slot-suffixe: not found
(bootloader) slot-suffi: not found
...
FAILED (remote: unknown command)
finished. total time: 0.001s
Hello I am getting this error, I have enabled OEM unlocking and USB debugging. Also the phone is showing in fastboot boot while typed the command "fastboot devices". Any help ?
Click to expand...
Click to collapse
Try again. It happens sometimes

About flashing recovery shouldn't it be, fastboot flash recovery twrp.img

souvik095 said:
About flashing recovery shouldn't it be, fastboot flash recovery twrp.img
Click to expand...
Click to collapse
Actually fastboot boot twrp.img is used to boot using twrp. It'll only happen once and will leave you stock recovery untouched after next reboot. It just boots the twrp for once. While fastboot flash recovery twrp.img is used to replace stock recovery with twrp.
I think this is the case.
There are some devices that won't let you boot directly like this and others will boot the image in a one go.
Someone correct me if I am wrong.
I'll suggest you to use command "fastboot flash recovery twrp.img" to avoid any problems.

fastboot boot or flash..?
As it turns out, we have a A/B partition setup on moto one power, which means there is no separate recovery and boot partiion.
when we are doing fastboot flash ...| its flashing the boot partion. which in this case will break things, the correct way to do this is
fastboot boot ... and then get twrp installer and take it from there.

This method to unlock bootloader works in moto one xt1941-5?(not moto one power) i suposse yes, but better can secure

how to remove unlocked bootloader warning message
write logo but same
please help

rooting moto one power
i have successfully unlocked my moto one power bootloader..but unable to flash magisk zip..it says unable to verify signature of zip..
kindly let me know step by step if anythg is required to be done after booting twrp and before flashing magisk in step by step..who so evver have successfully done the process..
it would be very helpful..

Does unlocking the bootloader breaks widevine l1 as i have heard in many cases and relocking bootloader doesn't reverse the status all we are left with is widevine l3 can anybody confirm this??

how to check dat?
---------- Post added at 02:10 PM ---------- Previous post was at 02:06 PM ----------
#Tarke
ok can u provide the link for twrl installer zip for moto one power? so that after booting twrp.img i could flash that zip file....if any1 has the file plz provide me the link..

anku11 said:
how to check dat?
---------- Post added at 02:10 PM ---------- Previous post was at 02:06 PM ----------
#Tarke
ok can u provide the link for twrl installer zip for moto one power? so that after booting twrp.img i could flash that zip file....if any1 has the file plz provide me the link..
Click to expand...
Click to collapse
Get in touch with the OP author via telegram. thanks.

anku11 said:
how to check dat?
---------- Post added at 02:10 PM ---------- Previous post was at 02:06 PM ----------
#Tarke
ok can u provide the link for twrl installer zip for moto one power? so that after booting twrp.img i could flash that zip file....if any1 has the file plz provide me the link..
Click to expand...
Click to collapse
Well one way would be to download drm info from playstore
https://play.google.com/store/apps/details?id=com.androidfung.drminfo
Or if by any chance you have netflix check for this hd logo
If it checks even after unlocking the bootloader then widevine l1 was not lost heres a screenshot

Related

motorola nexus 6 cant unlock boot loader please help

hello guys
i have moto nexus 6 xt1100 int i think its 6.0
i cant unlock boot loader i tried with SkipSoft ToolKit and with nexus root toolkit and with fastboot but not work
any help
thanx
:silly:
Questions that say effectively "I have a problem" but don't say what exactly you've done to resolve it have no chance of being answered.
Start with fastboot. What did you do?
dahawthorne said:
Questions that say effectively "I have a problem" but don't say what exactly you've done to resolve it have no chance of being answered.
Start with fastboot. What did you do?
Click to expand...
Click to collapse
hello sir
thanx to replay
i do
fastboot oem unlock
C:\Users\pc\Desktop\platform-tools>fastboot flashing unlock
...
FAILED (remote: Unknown command)
finished. total time: 0.002s
C:\Users\pc\Desktop\platform-tools>fastboot oem unlock
...
(bootloader) Check 'Allow OEM Unlock' in Developer Options.
FAILED (remote failure)
finished. total time: 0.006s
C:\Users\pc\Desktop\platform-tools>
The answer is in the output. You must go into Settings > Developer Options and select "Enable OEM Unlock" before you can unlock the bootloader.
i cant go to setting to open oem lock becuase pbone after upgrade ota 60 now cant open still hung google nexus screen plz hlp plz
any one help me plz
Can't you get into twrp and do a restore of made backup? Then after booting go to Developer Options and select "Enable OEM Unlock" then unlock the bootloader and leave it unlocked and leave the OEM Unlock setting in Developer options enabled.
TMG1961 said:
Can't you get into twrp and do a restore of made backup? Then after booting go to Developer Options and select "Enable OEM Unlock" then unlock the bootloader and leave it unlocked and leave the OEM Unlock setting in Developer options enabled.
Click to expand...
Click to collapse
im sorry to late phone is locked plz be fix and not open just google screen not work even after wip frm recvry
Do you have TWRP installed? If so, move a custom rom zip to the phone and flash it in TWRP. After that you can boot the phone and enable OEM unlock and proceed to unlock your phone (and then flash stock or whatever you would like to use). Your phone will be wiped (no way to save your data anyway, unless you have a previous backup), but it'll work.
If you only have stock recovery, you are out of luck and have a nice new desk ornament.
Didgeridoohan said:
Do you have TWRP installed? If so, move a custom rom zip to the phone and flash it in TWRP. After that you can boot the phone and enable OEM unlock and proceed to unlock your phone (and then flash stock or whatever you would like to use). Your phone will be wiped (no way to save your data anyway, unless you have a previous backup), but it'll work.
If you only have stock recovery, you are out of luck and have a nice new desk ornament.
Click to expand...
Click to collapse
No, if he's on stock he can sideloade the N preview one OTA through ADB in stock recovery. Doesn't need fastboot for the OTA zip. The links somewhere here. After that he can enroll in the N preview program and then select the option to either unenroll or roll back I can't remember what it is. It will then push an OTA for the latest 6.0.1.
Harry44 said:
No, if he's on stock he can sideloade the N preview one OTA through ADB in stock recovery. Doesn't need fastboot for the OTA zip. The links somewhere here. After that he can enroll in the N preview program and then select the option to either unenroll or roll back I can't remember what it is. It will then push an OTA for the latest 6.0.1.
Click to expand...
Click to collapse
True... Didn't think of that. That's a good workaround until N is released.
Harry44 said:
No, if he's on stock he can sideloade the N preview one OTA through ADB in stock recovery. Doesn't need fastboot for the OTA zip. The links somewhere here. After that he can enroll in the N preview program and then select the option to either unenroll or roll back I can't remember what it is. It will then push an OTA for the latest 6.0.1.
Click to expand...
Click to collapse
hello sir
again so sorry to late and thanx to replay
i think no bady undrstand my prob my brop is after update ota 60 phone was like photo under long time all day just like this photo oky i do wip data factory reset from recovery not work
and i tried to flash other fimrware from all toolkit nexus but need unlock boot but cant unlock
please can u help me
im here wating every bady
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
please brothers help me
------------------------------------------------------------------------------------
Follow the Instructions on the devices screen to Unlock your BootLoader.
Enable the developer options screen by going to the settings, about screen and
clicking on build number at the bottom 7 times. Then go to developer options and
tick USB debugging so the procedure to continue.
If you get stuck on 'Waiting for USB debugging to be enabled' and have already
enabled USB debugging then just unplug/replug the usb cable and it should proceed.
IF NOTHING HAPPENS TRY PULLING DOWN THE NOTIFICATION SCREEN AT THE TOP LEFT WITH
THE DEVICE CONNECTED, THEN CLICK ON 'CONNECTED AS' AND CHANGE TO PTP MODE.
On Android 4.2 or later when you replug the usb cable after enabling usb debugging
for the first time you will get a popup asking you to authenticate your pc.
Tick 'Always allow' then click 'ok' and everything should carry on as normal.
LASTLY BEFORE STARTING, LOOK IN DEVELOPER OPTIONS IF YOU NEED TO CHECK THE
'ENABLE/ALLOW OEM UNLOCKING' OPTION TO ALLOW THE DEVICE TO BE BOOTLOADER UNLOCKED.
------------------------------------------------------------------------------------
Are you ready to start? Type y[yes] or n[no]:y
Device detected in FASTBOOT MODE
Device Serial Number is: ZX1G4244LL
When prompted, Press the 'Volume up' button to highlight Yes on the screen, then
press the 'Power' button to select it and Unlock your Bootloader. If you are
already unlocked then this will just be skipped and your device will not be wiped.
ERROR: The device cannot be bootloader unlocked in its present state
You need to enable OEM Unlock in developer options in Developer options..
Once the device has rebooted to Android do this and the Unlock routine should work
any help
Ok... You need to stop trying to unlock your bootloader. You can't.
You have a couple of options:
1 - If you have TWRP recovery installed, flash a custom rom and you'll be good to go.
2 - If you do not have a custom recovery, try flashing the N OTA from here: http://developer.android.com/preview/download-ota.html. After that, go here https://www.google.com/android/beta and enroll and then unenroll your device. Soon after (up to a day, probably) you'll get an OTA for Marshmallow.
You might want to unlock your bootloader while you're in the N preview, so you won't have to go through this again...
Edit: Reading your post again I realised you probably don't have TWRP installed, since you wouldn't have gotten that far with an OTA in that case.
C:\android>adb sideload <ota-package>
The syntax of the command is incorrect.
C:\android>
thanx to replay
but not work with me cannot read update zip:crying:
I'm assuming you know the basics here, so I'm not going to go into much detail.
Before starting, make sure you have the ADB drivers installed and have ADB in a directory on the PC.
Rename the OTA file to something simple, e.g. n6ota.zip.
Go here and follow the steps, including the Option 2 instructions here to factory reset the device.
After the factory reset, enter recovery once again and make sure the recovery is set to adb sideload mode. If you don't have it set to this mode the OTA will not install.
Open a command prompt in the directory where ADB is located and type "adb sideload [filename.zip]", replacing filename.zip with the name of the OTA file. For example, using the name I gave above for the OTA file, the command would be "adb sideload n6ota.zip".
Strephon Alkhalikoi said:
I'm assuming you know the basics here, so I'm not going to go into much detail.
Before starting, make sure you have the ADB drivers installed and have ADB in a directory on the PC.
Rename the OTA file to something simple, e.g. n6ota.zip.
Go here and follow the steps, including the Option 2 instructions here to factory reset the device.
After the factory reset, enter recovery once again and make sure the recovery is set to adb sideload mode. If you don't have it set to this mode the OTA will not install.
Open a command prompt in the directory where ADB is located and type "adb sideload [filename.zip]", replacing filename.zip with the name of the OTA file. For example, using the name I gave above for the OTA file, the command would be "adb sideload n6ota.zip".
Click to expand...
Click to collapse
apply update from ADB
not work

[GUIDE] Unlock Moto G5S Plus Bootloader [NOOB-FRIENDLY]

{
"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"
}
Warnings
Doing this will void your warranty.
Your phone will be wiped.
I am not responsible for anything that happens to your phone.
Prerequisites
Your phone
USB Cable
Minimal ADB and Fastboot (Download and install it from here)
A working human brain.
Steps To Unlock Bootloader
First, enable Developer Options. To do this, go to Settings>About Phone> Tap on Built Number multiple times until the toast You are a developer now appears.
Now go to Developer Options in Settings and find and enable OEM Unlock by sliding the button. A warning will appear, just confirm that.
Turn off Your smartphone.
Press Volume Down Button and Power button simultaneously and hold it for few seconds. This will boot your device into fastboot mode.
Double-Click the Minimal ADB and Fastboot icon on your desktop.
Connect your device via USB cable. ( Stock Motorola Cable recommended )
Now go to this website. Read the information given if you wish and click on next button to proceed.
The Page will ask you to sign in, complete the process by signing with your Motorola account or Google Account.
Now go the Command Prompt and type fastboot oem get_unlock_data.
Now a new serial code will appear in your command prompt screen you have to copy the entire code.
Now open this link and copy the code in the tool. Then select the entire code and paste that code in point 6 on Moto require Unlock Tool Website.
Now Click on the I Agree Button a Get Unlock Code will appear on the screen.
Click on the button.
An Unlock Code will appear or will be emailed to you.
Now again go to the Command Prompt screen and type fastboot oem unlock ************. (“************” will replace your unique key)
A warning screen will appear in command just retype the same command and hit enter.
Type fastboot reboot and your phone will reboot.
Done! Your bootloader has been unlocked.
I am getting bad id on bootup. No issues afaik but can someone point out the cause of this?
You forgot 'WINDOWS PC"... or can it be done from Ubuntu?
@edilebe: Certainly you can:
Code:
sudo apt update
sudo apt install android-tools-adb android-tools-fastboot
And then in a terminal:
To access adb :
Code:
adb devices
To access fastboot :
Code:
fastboot devices
Rest of the commands go on as usual.
Broadcasted from Zeta Reticuli
Can i relock the Bootloader without warning boot screen?
Get also Bad Key on Bootscreen but its working
Will doing this disable OTA updates?
I apparently did some step wrong, Id: Bad Key shows on Bootscreen and I can't seem to install TWRP recovery, I get the following error
Code:
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
Also when I run ""fastboot getvar unlocked" I get:
Code:
(bootloader) unlocked: not found
getvar:unlocked FAILED (remote failure)
Maybe I put the wrong key, and now I can't try to unlock it again, what should I do?
I'll greatly appreciate some help
Tewisp said:
I apparently did some step wrong, Id: Bad Key shows on Bootscreen and I can't seem to install TWRP recovery, I get the following error
Code:
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
Also when I run ""fastboot getvar unlocked" I get:
Code:
(bootloader) unlocked: not found
getvar:unlocked FAILED (remote failure)
Maybe I put the wrong key, and now I can't try to unlock it again, what should I do?
I'll greatly appreciate some help
Click to expand...
Click to collapse
It says Your bootloader is locked
u may try from beginning to unlock the bootloader
I dud try to unlock it again, but it won't let me do it, i get a invalid state error
...
(bootloader) invalid boot state
I tried to lock it again just in case, installed factory rom but got the same message.
Is there a way to reset the boot state so i could try again to unlock it?
Thanks for answering by the way, I really appreciate it!
Schrotty35 said:
Get also Bad Key on Bootscreen but its working
Click to expand...
Click to collapse
same here as well. but seems to work fine.
need to proceed to root.
bradleyw801 said:
Will doing this disable OTA updates?
Click to expand...
Click to collapse
I would also like to know the answer. Today I will receive a brand new G5S Plus.
If I unlock the bootloader, install TWRP, decrypt data, and install Magisk, will I still receive OTA updates (including in a few months Oreo)?
gewe said:
I would also like to know the answer. Today I will receive a brand new G5S Plus.
If I unlock the bootloader, install TWRP, decrypt data, and install Magisk, will I still receive OTA updates (including in a few months Oreo)?
Click to expand...
Click to collapse
Installing TWRP will certainly prevent you from getting OTAs. Not sure whether simply unlocking the bootloader will disqualify you as well.
revengineer said:
Installing TWRP will certainly prevent you from getting OTAs. Not sure whether simply unlocking the bootloader will disqualify you as well.
Click to expand...
Click to collapse
I like to have my phone rooted (for things like backup, adblocker).
Since the data partition has to be decrypted for TWRP and Magisk, would the following order make OTA possible?
Create backup
Uninstall Magisk
Flash stock bootloader
Reboot
Let OTA install do its work
Reinstall TWRP
Decrypt data partition
Reinstall Magisk
Restore data partition
gewe said:
I like to have my phone rooted (for things like backup, adblocker).
Since the data partition has to be decrypted for TWRP and Magisk, would the following order make OTA possible?
Create backup
Uninstall Magisk
Flash stock bootloader
Reboot
Let OTA install do its work
Reinstall TWRP
Decrypt data partition
Reinstall Magisk
Restore data partition
Click to expand...
Click to collapse
You need original recovery for sure. Flashing bootloader alone is not sufficient. I believe you also need to lock the bootloader. What I do not know is whether you need signed images of bootloader and/or recovery. The firmware floating around here does not included signed images.
revengineer said:
You need original recovery for sure. Flashing bootloader alone is not sufficient. I believe you also need to lock the bootloader. What I do not know is whether you need signed images of bootloader and/or recovery. The firmware floating around here does not included signed images.
Click to expand...
Click to collapse
At the moment I am trying to create a backup of everything in the state directly after unlocking the bootloader.
I booted TWRP without flashing it, so I can create a backup. However, the backup freezes. I could create a backup of all partitions, except system. When I include system, the backup freezes. I tried three times. It froze at 13%, 21% and 1% (posted this here).
revengineer said:
You need original recovery for sure. Flashing bootloader alone is not sufficient. I believe you also need to lock the bootloader. What I do not know is whether you need signed images of bootloader and/or recovery.
Click to expand...
Click to collapse
You don't need signed images, and you don't need a locked bootloader to install OTA.
Signed images are only necessary for locking bootloader. Nothing else should be concerned.
Locked bootloader is only necessary for passing SafetyNet. Alternative is using Magisk, which pretends to the verifying routine the bootloader would have been locked. Then you should pass SafetyNet again, until the checks SafetyNet do are modified. Then it fails, until Magisk is updated to circumvent these checks also ... it is a cat-and-mouse game, and the author of Magisk (topjohnwu) is a fast one. But there probably always will be times where neither PokemonGo nor Android Pay are running fine. If you want root (my personal belief is, if you own a device, you should have the right to access and modify all data on it), you need to deal with it.
OTA update checks some things (system, recovery, boot, oem, maybe some more) are not modified. Mounting system r/w may suffice to mark the partition as changed and prevent installation of OTA. Failed OTA usually reverts to previous state and gives an error message, then you may read the logs to see what went wrong. Your device stays in a usable state in most cases, at least that's my experience.
Disclaimer: I don't own a G5S Plus, but I'm usually recommending it if I'm asked which mobile is currently a good one to buy. What I write here is to the best of my knowledge applying to many Android, at least most Moto devices. Some behaviours may change when Oreo arrives. Always do a complete backup before any action, and don't forget to treat /data/media in a special way if using Nandroid in twrp.
I can't even unlock the bootloader...:crying:, let alone flashing twrp and rooting my device..... I have no idea where i am going wrong, i followed every step you mentioned. i tried running this command:
c:\adb>fastboot oem get_unlock_data
but it did not work, it showed me an error
---
FAILED < command write failed <No error>>
finished. total time: 0.003s
c:\adb>
Can anyone tell why is this happening? I must have done something wrong otherwise it would not happen.
Unable to unlock Bootloader
Phone is unable to boot and ends up on fastboot screen.
Phone has a locked oem. It says software as modified in fastboot screen. Unable to load bootloader.
While trying to get unlock oem data throws data block read error. What can be done? Is there an alternate way to to get device ID so as to get oem unlock code from Motorola website?
This happened all of a sudden. It was running stock, nothing ever altered.

[Superseded] Crossflash US Unlocked Pie to your Bootloader Unlocked V40

SUPERSEDED: Go Here​
Prerequisites:
V35 Engineering Bootloader flashed to your device (Stock bootloader will NOT work for this)
USB 2.0 (USB 3.x does not work well with ADB or Fastboot)
The V40 Pie Conversion Tool
Be in fastboot mode before attempting this
Patience
ADB and Fastboot DRIVERS. Platform tools are already included in the archive
Windows. The tool is not designed for Linux.
This will NOT sim unlock your phone[/CENTER]
Note: I'm not responsible for any bricks that come about from using this tool. Once you crossflash, there's NO going back unless you have backups of your partitions, or a KDZ specifically for your device. I'm going to say this again, DO NOT use USB 3.x while attempting this. You will run into errors. You won't see anything for a little bit when it gets to flashing system_a and vendor_a because it has to load those images into ram.
Download the tool: Google Drive
1. Download the archive and unzip the tool.
2. Navigate to the folder you unzipped the tool to.
3. Enter the folder and inside the folder you should find "V40PIECONVERSION.cmd". Ignore the one with the "Stock Boot" at the end. All it does is flash the stock boot image instead of the TWRP that is required to do this.
4. Execute the batch file and follow the instructions. When the batch file is done, Pie will be flashed, but it will not boot due to encryption. We're going to disable that.
5. Boot TWRP by performing a master reset. To perform a master reset: Press and hold Vol- and Power. When you see the "V40 ThinQ" logo release the power button and quickly press back down. Keep holding Vol- and Power until you see a factory reset screen. Finally, follow the prompts (yes) and you should be in TWRP.
TWRP Instructions​
Head over to the wipe menu and format data (to remove encryption).
Next, head over to mount and mount vendor. Mount ONLY vendor.
Now, open a command prompt, navigate to the folder where you extracted the tool, and open a command prompt inside the folder (Type "CMD" in File Explorer's Address Bar)
{
"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"
}
Execute the adb command:
Code:
adb pull /vendor/etc/fstab.judypn
Edit the file (fstab.judypn) in your favorite text editor and on the /data mountpoint change "forceencrypt" to "encryptable".
Save and Close the file and push the file back with the command:
Code:
adb push fstab.judypn /vendor/etc
Now that encryption is disabled, you NEED to flash back the ORIGINAL boot image that's included with the tool. In order to do that, we need to get back into fastboot.
To get back into fastboot, we need to: Make sure USB is still plugged into the phone. Press and hold VOL+ (Or vol up). Power off the phone (Via TWRP reboot menu) while still holding vol+. Keep holding VOL+ until you see download mode flash for a brief second and you should be in fastboot. The fastboot you see now isn't the V35 Engineering Bootloader. It's the stock pie bootloader. Wiping the laf_a partition allows access to fastboot on devices that are locked (Nearly all US Carriers).
Finally, run the commands:
Code:
fastboot flash boot_a boot_a.image
and
Code:
fastboot format userdata
You should run into an "encryption unsuccessful" screen. Just hit reset phone. You may have to reboot once or twice to get to the setup screen.
For those of you that want root, here's a patched Magisk boot image: Google Drive
You can flash it by running the command:
Code:
fastboot flash boot_a magisk_patched.img
Make sure you open a command prompt in the directory you downloaded the image in. If you don't have adb and fastboot in your environment path, just place it in the V40PIEConversion folder and flash it from there.
How do you get the v35 bootloader on stock Att ?
Evilmonstertruck said:
How do you get the v35 bootloader on stock Att ?
Click to expand...
Click to collapse
Contact @vbenkovskyy on Telegram. He is an awesome guy. Of course, it isn't free, but his prices are better.
Confirmed working - thanks Xsavi for an excellent guide!
Would this method work on the T-Mobile variant? Is there a fee [anywhere]?
---------- Post added at 04:16 PM ---------- Previous post was at 04:12 PM ----------
Can someone comment on this?
avaie said:
Would this method work on the T-Mobile variant? Is there a fee [anywhere]?
---------- Post added at 04:16 PM ---------- Previous post was at 04:12 PM ----------
Can someone comment on this?
://youtu.be/nSeqIfQeWi4
Click to expand...
Click to collapse
No T-Mobile is not supported
avaie said:
Would this method work on the T-Mobile variant? Is there a fee [anywhere]?
---------- Post added at 04:16 PM ---------- Previous post was at 04:12 PM ----------
Can someone comment on this?
://youtu.be/nSeqIfQeWi4
Click to expand...
Click to collapse
Ainz is right. You'll end up with a brick if anything.
Confirmed working on my att variant. ? Thanks again for the great guide ?
pp342261 said:
Confirmed working on my att variant. Thanks again for the great guide
Click to expand...
Click to collapse
You are very welcome! Feel free to contact me if you run into any issues.
On the plus side, your b-slot is untouched throughout all of this, so you can use that to re-root or flash backups should something go wrong, or update. Enjoy the pie.
Xsavi said:
You are very welcome! Feel free to contact me if you run into any issues.
On the plus side, your b-slot is untouched throughout all of this, so you can use that to re-root or flash backups should something go wrong, or update. Enjoy the pie.
Click to expand...
Click to collapse
Will this work on the LG V40 International?
rmgibbs1861 said:
Will this work on the LG V40 International?
Click to expand...
Click to collapse
Yes it will.
rmgibbs1861 said:
Will this work on the LG V40 International?
Click to expand...
Click to collapse
One more question, How will further updates be done after cross flashing? Thank you!
rmgibbs1861 said:
One more question, How will further updates be done after cross flashing? Thank you!
Click to expand...
Click to collapse
By flashing System, Vendor, and boot.
Very confusing. Which variants of V40 this is going to work for?
How to get the v35 engineering bootloader on the phone the only method ive heard about is through octoplus jtag?
twoxa said:
Very confusing. Which variants of V40 this is going to work for?
Click to expand...
Click to collapse
Well it worked for all US Carriers except for T-Mobile
had my sprint v40 bootloader unlocked from octoplus and tried this cause i hate sprint SW (activation screen).it flashed everything from batch file fine but when i went to boot into twrp it booted into normal recovery with the rainbow circle "erasing" then rebooted into os but it was all korean and the android version was 8.1. wtf lol? trying it again now, yes im using "V40PIECONVERSION" not the stock one.
jass65 said:
had my sprint v40 bootloader unlocked from octoplus and tried this cause i hate sprint SW (activation screen).it flashed everything from batch file fine but when i went to boot into twrp it booted into normal recovery with the rainbow circle "erasing" then rebooted into os but it was all korean and the android version was 8.1. wtf lol? trying it again now, yes im using "V40PIECONVERSION" not the stock one.
Click to expand...
Click to collapse
Did you check to make sure you are on Slot A and not B? Becuase i remember when i had everything flashed the first time i tried to boot TWRP in Slot A and somehow ended up switching to Slot B
Ainz_Ooal_Gown said:
Did you check to make sure you are on Slot A and not B? Becuase i remember when i had everything flashed the first time i tried to boot TWRP in Slot A and somehow ended up switching to Slot B
Click to expand...
Click to collapse
thats what it ended up being. xSavi helped me out :good:
Hi guys,
I have a Sprint V40 bought off of Taobao that was rooted, sim unlocked, and crossflashed to US Cellular 11d but after I installed Pix3lify trying to get gestures on 8.1 I lost root. I don't seem to be able to get into fastboot, either with Vol- + cable or via adb, but I have an unlocked bootloader and I can get to download mode. Factory reset just reboots. Any tips as to how can I get root back, or upgrade to Pie? Can anybody please explain how to switch from slot a to slot b and vice versa?
Jeff

[RECOVERY] TWRP 3.3.1 Lenovo Z6 Pro

DISCLAIMER
As usual, you do anything described in this post at your own risk. No one but you is responsible for any data loss, bricking or damage of your device.
INSTALLATION:
Pre-Requirements
ADB means Android Debug Bridge, and it is software that you should always do have installed on your PC.
Pre-Requisite 1
Make sure that you have the drivers for your phone installed on your PC.
If not, you can download and install them from here
Pre-Requisite 2
You must also install: Minimal ADB & Fastboot, you can download the software
from here
Pre-Requisite 3
Your device needs this with unlocked bootloader
Pre-Requisite 4
Make sure you have enabled 'USB Debugging' and OEM Unlocking on your device
Settings -> Advanced settings -> Developer Options
PAY ATTENTION: If you do not see the Developer Options menu you need to do this:
Settings -> Device Info -> tap 6 or 7 times on the 'ZUI version' entry
A pop-up should appear, telling you 'now you are a developer'
And now, how to install:
1.Reboot phone to Fastboot mode (via adb -type adb reboot bootloader)
2.Download patched vbmeta and TWRP recovery
3.Extract it to folder with minimal adb and fastboot
4.Open cmd in this folder and type fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
5.Then type fastboot reboot bootloader
6.Type fastboot flash recovery twrp_3.3.1_decrypt_works_by_alexeei.img
7.Press volume - and select Reboot recovery, then press power button
8.Enjoy
What worked:
All functions (may be if not, please say). Also TWRP now see exFAT microsd.
Thanks wzsx150 for it's TWRP for Lenovo Z5 Pro GT, some decrypt stuff taken from it.
This is f*cking awesome. Thank you for your efforts. Will install asap and bring some feedback.
Is it working ? Any custom roms then ?
Please provide custom ROM the official ROM is no less than terrible and bad.
Finally compiled TWRP with decryption support, added in first post
hammad5507 said:
Please provide custom ROM the official ROM is no less than terrible and bad.
Click to expand...
Click to collapse
There are some "globalised" china roms which are doing a decent job (with notifications sound fixed, chinese bloatware removed and google services installed), I recommend the one made by Francko76.
Also you can try all the treble stuff out there. I only tried two GSIs so far and I went back to Francko´s build.
Anyway I´m like you looking forward z6 pro dedicated custom roms.
descarao81 said:
I recommend the one made by Francko76.
Click to expand...
Click to collapse
Can you share a link to the Roms you mentioned ?
thanks
descarao81 said:
There are some "globalised" china roms which are doing a decent job (with notifications sound fixed, chinese bloatware removed and google services installed), I recommend the one made by Francko76.
Also you can try all the treble stuff out there. I only tried two GSIs so far and I went back to Francko´s build.
Anyway I´m like you looking forward z6 pro dedicated custom roms.
Click to expand...
Click to collapse
benjieb said:
Can you share a link to the Roms you mentioned ?
thanks
Click to expand...
Click to collapse
what rom is Francko´s build? if you have a link, can you share it please?
Sorry to ask, is this vbmeta patched only for this device or can i installed in others device ?
Please share the links
Please share links for the Franko's build.
and also is there any custom pie rom available??
Pls share if any.. I am very unsatisfied with the global rom. Pls help.
@alexei sir, can you make custom kernel or give way to our devices gets exfat support ?
this is twrp for Lenovo Z6 (not pro) ?
geepnozeex said:
this is twrp for Lenovo Z6 (not pro) ?
Click to expand...
Click to collapse
No this is Twrp for Z6 Pro ( L78051 )
Very tempted to get this phone... has anyone try with phh’s GSI? Does under screen scanner works?
alexeei said:
DISCLAIMER
As usual, you do anything described in this post at your own risk. No one but you is responsible for any data loss, bricking or damage of your device.
INSTALLATION:
Pre-Requirements
ADB means Android Debug Bridge, and it is software that you should always do have installed on your PC.
Pre-Requisite 1
Make sure that you have the drivers for your phone installed on your PC.
If not, you can download and install them from here
Pre-Requisite 2
You must also install: Minimal ADB & Fastboot, you can download the software
from here
Pre-Requisite 3
Your device needs this with unlocked bootloader
Pre-Requisite 4
Make sure you have enabled 'USB Debugging' and OEM Unlocking on your device
Settings -> Advanced settings -> Developer Options
PAY ATTENTION: If you do not see the Developer Options menu you need to do this:
Settings -> Device Info -> tap 6 or 7 times on the 'ZUI version' entry
A pop-up should appear, telling you 'now you are a developer'
And now, how to install:
1.Reboot phone to Fastboot mode (via adb -type adb reboot bootloader)
2.Download patched vbmeta and TWRP recovery
3.Extract it to folder with minimal adb and fastboot
4.Open cmd in this folder and type fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
5.Then type fastboot reboot bootloader
6.Type fastboot flash recovery twrp_3.3.1_decrypt_works_by_alexeei.img
7.Press volume - and select Reboot recovery, then press power button
8.Enjoy
What worked:
All functions (may be if not, please say). Also TWRP now see exFAT microsd.
Thanks wzsx150 for it's TWRP for Lenovo Z5 Pro GT, some decrypt stuff taken from it.
Click to expand...
Click to collapse
At step 4 I'm getting "fastboot: unknown option -- disable-verity"
Any idea?
Thanks
threeeye said:
At step 4 I'm getting "fastboot: unknown option -- disable-verity"
Any idea?
Thanks
Click to expand...
Click to collapse
NVM, just updated the adb tools and now everything is good
Restore stock bootloader?
Hello, I recently went through the whole process of unlocking bootloader, installing TWRP recovery and flashing ROM, and I am at version 11.0.350 ST ROW currently.
The ROM works fine, but now at every boot I am greeted by the "The boot loader is unlocked and software integrity cannot be guaranteed. <snip> Press power button to pause boot/continue" notice.
According to google, it's apparently a result of the bootloader unlocking process.
I tried to lock the bootloader again using "fastboot flashing lock", but then the phone stopped booting normally. It got stuck at the boot logo (which I believe means bricked?).
It wouldn't work until I unlocked bootloader and reflash the ROM.
So what I want to ask is, is it possible at this time to restore the bootloader to stock to avoid that "boot loader unlocked" notice and possibly become eligible for warranty again?
kagoromo said:
Hello, I recently went through the whole process of unlocking bootloader, installing TWRP recovery and flashing ROM, and I am at version 11.0.350 ST ROW currently.
The ROM works fine, but now at every boot I am greeted by the "The boot loader is unlocked and software integrity cannot be guaranteed. <snip> Press power button to pause boot/continue" notice.
According to google, it's apparently a result of the bootloader unlocking process.
I tried to lock the bootloader again using "fastboot flashing lock", but then the phone stopped booting normally. It got stuck at the boot logo (which I believe means bricked?).
It wouldn't work until I unlocked bootloader and reflash the ROM.
So what I want to ask is, is it possible at this time to restore the bootloader to stock to avoid that "boot loader unlocked" notice and possibly become eligible for warranty again?
Click to expand...
Click to collapse
Share screenshot, I think this normal boot step when BL is unlocked on lenovo / Zuk phones.
benjieb said:
Share screenshot, I think this normal boot step when BL is unlocked on lenovo / Zuk phones.
Click to expand...
Click to collapse
Here is the "The boot loader is unlocked..." screen:
{
"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"
}
And here's the boot loader:
kagoromo said:
Hello, I recently went through the whole process of unlocking bootloader, installing TWRP recovery and flashing ROM, and I am at version 11.0.350 ST ROW currently.
The ROM works fine, but now at every boot I am greeted by the "The boot loader is unlocked and software integrity cannot be guaranteed. <snip> Press power button to pause boot/continue" notice.
According to google, it's apparently a result of the bootloader unlocking process.
I tried to lock the bootloader again using "fastboot flashing lock", but then the phone stopped booting normally. It got stuck at the boot logo (which I believe means bricked?).
It wouldn't work until I unlocked bootloader and reflash the ROM.
So what I want to ask is, is it possible at this time to restore the bootloader to stock to avoid that "boot loader unlocked" notice and possibly become eligible for warranty again?
Click to expand...
Click to collapse
Do you try flash qfil rom after lock bootloader?

[Guides]Downgrade from android 11 to 10

Part1:Unlock Bootlaoder
step1: download and install Rescue and Smart Assistant Tool
https://www.motorola.com/us/rescue-and-smart-assistant/p
step2: download and install USB drivers
https://motorola-global-portal.custhelp.com/app/answers/prod_answer_detail/a_id/88481/
step3: download Attachments"cmd-here.zip",unzip to Rescue and Smart Assistant fold
step4:Settings phone: System > Developer Options.
Enable OEM Unlocking and also enable USB Debugging,then switch off your device.
Put device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
Connect phone to PC with USB cable,then waiting PC automaticly install phone driver.
step5:go to Motorola unlock page,then complete thine page steps. Use "cmd-here"open CMD to type command
https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a
You will get unlock code in your mailbox finally.
step6:type fastboot oem unlock 'your code'
The process will wipe all the data off your phone and reboot.
Part2:TWRP for Motorola Moto Edge
step7:go to TWRP for Motorola Moto Edge page,choose and download .zip and .img.
https://twrp.me/motorola/motorolamotoedge.html
Please follow "Installation" steps to flash TWRP in this page.
Part3:download Official firmware
step8:Choose the correct android 10 firmware and download
https://mirrors.lolinet.com/firmware/moto/racer/official/
step9:Unzip the file,then step by step to execute these commands:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash vbmeta vbmeta.img
fastboot flash radio radio.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash recovery recovery.img
fastboot flash super super.img_sparsechunk.0
fastboot flash super super.img_sparsechunk.1
fastboot flash super super.img_sparsechunk.2
fastboot flash super super.img_sparsechunk.3
fastboot flash super super.img_sparsechunk.4
fastboot flash super super.img_sparsechunk.5
fastboot flash super super.img_sparsechunk.6
fastboot flash super super.img_sparsechunk.7
fastboot flash dsp dspso.bin
fastboot flash erase userdata (I get wrong feedback,but no problem)
fastboot flash erase ddr (I get wrong feedback,but no problem)
fastboot oem fb_mode_clear
step10:Reboot devices(If you get wrong feedback same to me,now you can run factry restore after devices reboot on the screen)
Enjoy! the downgrade procedure was successed!​
good afternoon friend !
I have been trying to unlock the bootloader and without success. is only giving this message!
"Your device does not qualify for bootloader unlocking."
what to do? already tried two sites, American and BR. Any solution? i want to go back android 10 .
Thank you very much in advance
_DuuhPro said:
good afternoon friend !
I have been trying to unlock the bootloader and without success. is only giving this message!
"Your device does not qualify for bootloader unlocking."
what to do? already tried two sites, American and BR. Any solution? i want to go back android 10 .
Thank you very much in advance
Click to expand...
Click to collapse
Which cid and channel does it have?
Code:
fastboot getvar cid
fastboot getvar ro.carrier
sd_shadow said:
Which cid and channel does it have?
Code:
fastboot getvar cid
fastboot getvar ro.carrier
Click to expand...
Click to collapse
good night coming home I will see this friend, tell me something please, the android 10 is much better battery / performance ratio?
sd_shadow said:
Which cid and channel does it have?
Code:
fastboot getvar cid
fastboot getvar ro.carrier
Click to expand...
Click to collapse
Here are the infos you asked for, if I could help I would be very grateful, thank you !!
0000000000000000#30303637343833373031006D6F746F726F6C0000#319265AB6EA044F1802F74495C19E6B6B859F4DB#714CAE65000000000000000000000000
cid: 0x0000
ro.carrier: unknown
sd_shadow said:
Which cid and channel does it have?
Code:
fastboot getvar cid
fastboot getvar ro.carrier
Click to expand...
Click to collapse
Hey brother ?
_DuuhPro said:
good afternoon friend !
I have been trying to unlock the bootloader and without success. is only giving this message!
"Your device does not qualify for bootloader unlocking."
what to do? already tried two sites, American and BR. Any solution? i want to go back android 10 .
Thank you very much in advance
Click to expand...
Click to collapse
check you already turn on OEM unlocking in Developer options
Vger20192019 said:
check you already turn on OEM unlocking in Developer options
Click to expand...
Click to collapse
Yes started !!!
{
"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"
}
Vger20192019 said:
check you already turn on OEM unlocking in Developer options
Click to expand...
Click to collapse
hey broo!! any tips to help me friend? i'm dying to go back android 10!!!
?
_DuuhPro said:
Here are the infos you asked for, if I could help I would be very grateful, thank you !!
0000000000000000#30303637343833373031006D6F746F726F6C0000#319265AB6EA044F1802F74495C19E6B6B859F4DB#714CAE65000000000000000000000000
cid: 0x0000
ro.carrier: unknown
Click to expand...
Click to collapse
The problem is your device is not providing the correct info, the first part should not be all zeros.
try reflashing firmware with LMSA.
sd_shadow said:
The problem is your device is not providing the correct info, the first part should not be all zeros.
try reflashing firmware with LMSA.
Click to expand...
Click to collapse
good night my friend , the software really had a pending att , I did it through the LMSA , but the same code still remained . what can we be doing?? to give up??
now it is up to date.
RPDS31.Q4U-39-26-14-3
October Security Patch
If Motorola unlock page show "Your device does not qualify for bootloader unlocking",that means you need give up.
By the way if you just downgrade to 10 with official ROM,you just do it!No need unlock phone(in my experience with downgrade huawei P10)
Vger20192019 said:
If Motorola unlock page show "Your device does not qualify for bootloader unlocking",that means you need give up.
By the way if you just downgrade to 10 with official ROM,you just do it!No need unlock phone(in my experience with downgrade huawei P10)
Click to expand...
Click to collapse
No Motorola devices cannot be downgraded from one android version to another.
sd_shadow said:
No Motorola devices cannot be downgraded from one android version to another.
Click to expand...
Click to collapse
You'll have to make my phone aware of this limitation.

Categories

Resources