I'm having an issue where whenever I reboot my device it brings me to TWRP instead of rebooting the system. Rebooting system through TWRP just reloads TWRP. The only way for me to start up my device is by loading the bootloader and selecting the "Start" option. This is very annoying Any suggestions?
TWRP I'm using: twrp-sanders-r20 (other versions don't seem to work)
ROM I have installed: PixelExperience_sanders-8.1.0-20180224-1508-OFFICIAL
jlarock said:
I'm having an issue where whenever I reboot my device it brings me to TWRP instead of rebooting the system. Rebooting system through TWRP just reloads TWRP. The only way for me to start up my device is by loading the bootloader and selecting the "Start" option. This is very annoying Any suggestions?
TWRP I'm using: twrp-sanders-r20 (other versions don't seem to work)
ROM I have installed: PixelExperience_sanders-8.1.0-20180224-1508-OFFICIAL
Click to expand...
Click to collapse
Fastboot oem fb_mode_set
Fastboot oem fb_mode_clear
Sent from my Moto G5S Plus using XDA Labs
Adi5 said:
Fastboot oem fb_mode_set
Fastboot oem fb_mode_clear
Sent from my Moto G5S Plus using XDA Labs
Click to expand...
Click to collapse
Issue solved. Thank you so much!
jlarock said:
Issue solved. Thank you so much!
Click to expand...
Click to collapse
Tell me how you did it
SATYAWAN SHARMA said:
Tell me how you did it
Click to expand...
Click to collapse
Make sure USB debugging is enabled, go into your bootloader, connect your phone to your PC, go to your adb folder, shift then right click, open command prompt or powershell, and enter
fastboot oem fb_mode_set
fastboot oem fb_mode_clear
then reboot
Related
Hello guys, I have a problem, the phone every time I press the button to turn goes into fastboot mode, how do you do it without going to the fastboot boot normally?
emigianno said:
Hello guys, I have a problem, the phone every time I press the button to turn goes into fastboot mode, how do you do it without going to the fastboot boot normally?
Click to expand...
Click to collapse
Have you flashed something through fastboot?
Try
Code:
fastboot oem fb_mode_clear
doppelhelix said:
Have you flashed something through fastboot?
Try
Code:
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
Yes, I restored the stock firmware. thanks anyway, the command you gave me worked.
I want to flash custom recovery in my phone but it shows
remote: command not allowed
In bootloader, it shows that it is unlocked.
i get the same error when I type
fastboot oem devices-info
remote: command not allowed
I tried
fastboot oem unlock XXXXXXX(huawei code)
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock
it shows
remote command not allowed
The recovery is still Huawei e-recovery, it asked me to download the update but it always failed when it comes to download package.
What should I do now?
hjaxuan said:
I want to flash custom recovery in my phone but it shows
remote: command not allowed
In bootloader, it shows that it is unlocked.
i get the same error when I type
fastboot oem devices-info
remote: command not allowed
I tried
fastboot oem unlock XXXXXXX(huawei code)
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock
it shows
remote command not allowed
The recovery is still Huawei e-recovery, it asked me to download the update but it always failed when it comes to download package.
What should I do now?
Click to expand...
Click to collapse
Connect to pc, issue unlock command, then
Fastboot flash recovery xxxxx.img
Where xxxxx is the name of custom recovery file. Take a picture of the error, if any and share here
muradulislam said:
Connect to pc, issue unlock command, then
Fastboot flash recovery xxxxx.img
Where xxxxx is the name of custom recovery file. Take a picture of the error, if any and share here
Click to expand...
Click to collapse
as i said, it shows that the phone already unlocked.
I able to flash the recovery successfully but when i tried to boot my recovery
it will show
remote command not allowed
hjaxuan said:
as i said, it shows that the phone already unlocked.
I able to flash the recovery successfully but when i tried to boot my recovery
it will show
remote command not allowed
Click to expand...
Click to collapse
To boot your recovery, disconnect from pc, press and hold power, vol up until a reboot, let go of power but keep the other pressed for about 5,6 sec more.
muradulislam said:
To boot your recovery, disconnect from pc, press and hold power, vol up until a reboot, let go of power but keep the other pressed for about 5,6 sec more.
Click to expand...
Click to collapse
Even though I had flash the recovery, when i enter recovery mode using this method, it is still showing huawei e recovery
hjaxuan said:
Even though I had flash the recovery, when i enter recovery mode using this method, it is still showing huawei e recovery
Click to expand...
Click to collapse
Did you disconnect it from PC before pressing and holding power, Vol up?
Just making sure...
muradulislam said:
Did you disconnect it from PC before pressing and holding power, Vol up?
Just making sure...
Click to expand...
Click to collapse
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
hjaxuan said:
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
Click to expand...
Click to collapse
And power + vol down also boots to fastboot mode?
If this is the case then I am of no help to you at all. Another user is facing the same problem and no solution there till now.
hjaxuan said:
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
Click to expand...
Click to collapse
Phone off, disconnect cable to PC, vol+ and power - enter to recovery
DRUGER said:
Phone off, disconnect cable to PC, vol+ and power - enter to recovery
Click to expand...
Click to collapse
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
hjaxuan said:
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
Click to expand...
Click to collapse
Try to unlock bootloader again using
Fastboot OEM unlock xxxxxxxxxxxxxxxx
And then try flashing twrp again using
Fastboot flash recovery2 xxxxxx.img
muradulislam said:
Try to unlock bootloader again using
Fastboot OEM unlock xxxxxxxxxxxxxxxx
And then try flashing twrp again using
Fastboot flash recovery2 xxxxxx.img
Click to expand...
Click to collapse
I tried
fastboot oem unlock XXXXXXX
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock XXXXXX
it shows
remote command not allowed
hjaxuan said:
I tried
fastboot oem unlock XXXXXXX
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock XXXXXX
it shows
remote command not allowed
Click to expand...
Click to collapse
Just try
Fastboot OEM unlock xxxxxx
Followed by
Fastboot flash recovery xxxxxx.img
Many users reported that this worked. Don't do anything in between.
hjaxuan said:
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
Click to expand...
Click to collapse
build number your firmware???
druger said:
build number your firmware???
Click to expand...
Click to collapse
nem-l22c636b140
hjaxuan said:
nem-l22c636b140
Click to expand...
Click to collapse
You may put screenshot comand line whith comand flashboot
Also try this TWRP https://drive.google.com/file/d/0B1Ez6wAY1mj6c0xxaTBUWmZVN1k/view?usp=sharing (Chinese)
Huawei E-Recovery is a secondary recovery. Try adb reboot recovery.
Sent from my honor 5X using XDA Labs
DRUGER said:
build number your firmware???
Click to expand...
Click to collapse
U don't have proper drivers installed.
Hi all ! I had exactly the same issue... The problem was solved by using the TWRP-CN image pointed by Druger ! (thank you mate) Any other attempt resulted into a fail. Twrp is of course in chinese language but follow this, and your life will be a bed of roses : youtube.com/watch?v=KOhR92EKD7A
Hope this will help
Note : Chinese NEM-AL10 2gigs ram model.
Huawei honor 5c
Can somebody help me my huawei (5c) i tried to install twrp on phone and it say command is not allowed. Im unlocked bootloader, i writed adb reboot bootloader, adb fastboot flash recovery xxxx.img and then it says command not allowed. Ps my file name is twrp and i try twrp.img on flashing
Hello, please help me with the following.
My Moto X4 (XT1900-7) recently got the Android 9 (Pie) update. Since then I have problems with wifi and it's always dropping. Because of that I reset the phone, but now I can't even log into Play Store, because wifi keeps dropping all the time. I can't use the phone at all. Every guide I've tried getting back Android 8.1 back didn't work so far. Maybe the guides were **** or I simply didn't understand them. Also, my recovery mode doesn't even start.
I've downloaded "PAYTON_OPW27.57-40_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml". Would that be the correct version to install?
Please help.
Thanks in advance.
curious45 said:
Hello, please help me with the following.
My Moto X4 (XT1900-7) recently got the Android 9 (Pie) update. Since then I have problems with wifi and it's always dropping. Because of that I reset the phone, but now I can't even log into Play Store, because wifi keeps dropping all the time. I can't use the phone at all. Every guide I've tried getting back Android 8.1 back didn't work so far. Maybe the guides were **** or I simply didn't understand them. Also, my recovery mode doesn't even start.
I've downloaded "PAYTON_OPW27.57-40_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml". Would that be the correct version to install?
Please help.
Thanks in advance.
Click to expand...
Click to collapse
This one:
PAYTON_OPWS28.46-21-16_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
but two things:
1) Your bootloader needs to be unlocked. If you have a locked bootloader and try to go 9 -> 8.1 you are bootlooped.
2) You will still get prompts to upgrade to Android 9. You can ignore them but they won't ever go away.
Yeah, I first need to unlock the bootloader, but that's where the problems start. I found a guide on motorola web page: motorola-global-portal[.]custhelp[.com]/app/standalone/bootloader/unlock-your-device-b
I've downloaded Android SDK (1 GB??!) and installed it. Then I've installed Motorola Device Manager. I've set my X4 to Fastboot Mode. The next step "On your desktop, open a command prompt or terminal, and go to the directory where you installed the Android SDK tools (or make sure fastboot is in your $PATH)" I don't even understand. How do I "go to the directory", and what's my "$PATH"? That guide is as bad as it gets. I doesn't explain anything.
Edit: I've tried it through minimal adb fastboot command and could get my unlock-key. let's see how it goes from now on.
Thanks so far.
curious45 said:
Yeah, I first need to unlock the bootloader, but that's where the problems start. I found a guide on motorola web page: motorola-global-portal[.]custhelp[.com]/app/standalone/bootloader/unlock-your-device-b
I've downloaded Android SDK (1 GB??!) and installed it. Then I've installed Motorola Device Manager. I've set my X4 to Fastboot Mode. The next step "On your desktop, open a command prompt or terminal, and go to the directory where you installed the Android SDK tools (or make sure fastboot is in your $PATH)" I don't even understand. How do I "go to the directory", and what's my "$PATH"? That guide is as bad as it gets. I doesn't explain anything.
Edit: I've tried it through minimal adb fastboot command and could get my unlock-key. let's see how it goes from now on.
Thanks so far.
Click to expand...
Click to collapse
I only get error messages when entering all the fastboot commands.
FAILED (command write failed (Unknown error))
I could flash it using my laptop now, but when turning it on it says "verity mode is set to logging" and keeps on rebooting in a loop. Then I tried using twrp and mount it using an sd card, but that gave me error messages. are you sure this version is the right one for me? How difficult can it be? I wanna smash the phone against a wall.
curious45 said:
I could flash it using my laptop now, but when turning it on it says "verity mode is set to logging" and keeps on rebooting in a loop. Then I tried using twrp and mount it using an sd card, but that gave me error messages. are you sure this version is the right one for me? How difficult can it be? I wanna smash the phone against a wall.
Click to expand...
Click to collapse
It is the correct Oreo firmware for your device.
Re-verify the commands you're entering to flash are:
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.bin
fastboot flash boot boot.img
fastboot flash logo logo.bin
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
Bootloader is unlocked (the bottom of your fastboot screen says 'flashing_unlocked')?
Are you trying this in windows or linux?
I tried this version: PAYTON_OPWS28.46-21-16_subsidy-DEFAULT_regulatory-DEFAULT very often on my laptop (I guess it was a problem with the usb-ports on my normal pc), but I couldn't get my device to work. It always said "verity mode is set to logging". Then I tried installing PAYTON_OPW27.57-40_subsidy-DEFAULT_regulatory-DEFAULT once (with my laptop) and it worked without any problems. The only thing is, that the device now says it's not the correct os when booting.
curious45 said:
... It always said "verity mode is set to logging"....
Click to expand...
Click to collapse
This will display for everyone with an unlocked bootloader. I know it does for me.
jhedfors said:
This will display for everyone with an unlocked bootloader. I know it does for me.
Click to expand...
Click to collapse
But it didn't boot though. It showed this text and it kept restarting over and over again.
It's fine now with this PAYTON_OPW27.57-40_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml version, but I always get the notifications that I should update to Android 9. I don't have any wifi problems whatsoever.
Do you have a solution on how to really disable / block those?
Hello every one,
Hope every body fine and shine..
My first post here jn XDA forum,
I have problem with my oneplus 3t..
Not booting up,
Blinking and vibrating in logo,
Can go to fast mood but not in recovery,
Install 2 times ROM with MSM tool
But problem still same
Please help..
Thanks in advance.
simbapk said:
Hello every one,
Hope every body fine and shine..
My first post here jn XDA forum,
I have problem with my oneplus 3t..
Not booting up,
Blinking and vibrating in logo,
Can go to fast mood but not in recovery,
Install 2 times ROM with MSM tool
But problem still same
Please help..
Thanks in advance.
Click to expand...
Click to collapse
Open a terminal on PC then boot to fastboot mode, connect your device then type this command:
fastboot devices (press enter)
If that commands returns a serial number then you're connected.
Now type this command:
fastboot erase cache (press enter)
Now, reboot your device.
Sent from my LGL84VL using Tapatalk
Droidriven said:
Open a terminal on PC then boot to fastboot mode, connect your device then type this command:
fastboot devices (press enter)
If that commands returns a serial number then you're connected.
Now type this command:
fastboot erase cache (press enter)
Now, reboot your device.
Click to expand...
Click to collapse
Thanks for replying dear,
I tried all these things
Message came as
Partitions erase is not allowed..
Even I tried to install twrp recovery but not allowed.
simbapk said:
Thanks for replying dear,
I tried all these things
Message came as
Partitions erase is not allowed..
Even I tried to install twrp recovery but not allowed.
Click to expand...
Click to collapse
You probably need to unlock the bootloader to get fastboot commands to work.
Sent from my LGL84VL using Tapatalk
Droidriven said:
You probably need to unlock the bootloader to get fastboot commands to work.
Click to expand...
Click to collapse
I entered command,
fastboot oem unlock
But error message partitions not allowed.
I have a moto z3 play and I have already unlocked bootloader and installed a custom recovery and rooted, the only problem is that every single time I boot up my phone it goes to fastboot and in the log it says Fastboot reason: Reboot mode set to Fastboot. I would usually be able to fix it by switching slots in twrp, but now both slots a/b are booting me to fastboot. Any help would be appreciated. EDIT: Worked after reinstalling firmware but after 5 hours it's back to the way it was, also when I boot into slot B in twrp it just bootloops .
Razzarac said:
I have a moto z3 play and I have already unlocked bootloader and installed a custom recovery and rooted, the only problem is that every single time I boot up my phone it goes to fastboot and in the log it says Fastboot reason: Reboot mode set to Fastboot. I would usually be able to fix it by switching slots in twrp, but now both slots a/b are booting me to fastboot. Any help would be appreciated.
Click to expand...
Click to collapse
Code:
fastboot oem fb_mode_clear
fastboot reboot
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
Code:
fastboot oem fb_mode_clear
fastboot reboot
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
I already tried that and it didn't work at all