Meizu 16th stuck in fast boot mode HELP - Android Q&A, Help & Troubleshooting

hello everyone.
my phone is stuck in meizu 16th and fastboot mode.
I can't upload twrp.
I can't load rom.
can you help me please
my English is bad. sorry..

@ybk993
Try
Code:
fastboot devices
fastboot reboot
to boot into normal Android

jwoegerbauer said:
@ybk993
Try
Code:
fastboot devices
fastboot reboot
to boot into normal Android
Click to expand...
Click to collapse
I tried but it didn't work.

Hi did you manage to make it work again I have the same issue

Hi Guys,
can you help me out?
I have the 16th as well and I´m stuck during unlocking the bootloader.
adb devices
adb reboot bootloader
> all good.
fastboot devices
"shows the name"
But after "fastboot flashing unlock" there is an failed message:
"FAILED (remote: Command not support: the display is not enabled)"
The display is on and shows "=> Fastboot mode (sec, locked, unrooted)
OEM unlocking and USB debugging is activated....
What should i de next?

MrWukong said:
Hi Guys,
can you help me out?
I have the 16th as well and I´m stuck during unlocking the bootloader.
adb devices
adb reboot bootloader
> all good.
fastboot devices
"shows the name"
But after "fastboot flashing unlock" there is an failed message:
"FAILED (remote: Command not support: the display is not enabled)"
The display is on and shows "=> Fastboot mode (sec, locked, unrooted)
OEM unlocking and USB debugging is activated....
What should i de next?
Click to expand...
Click to collapse
Hi, I have the same problem. have you dealt with her? if yes, then tell me

Related

Device is in fastboot mode and it is not responding further

Device is in fastboot mode and it is not responding further.
i was trying to root my phone and it is saying okay when wrote command "fastboot oem unlock" but it is not showing that erase data screen(not going to further step). i need to root phone. :/
please help.
pls help
does ur device boot into the OS or is it bricked?

fastboot oem unlock failed, says device is locked for my one plus x phone

My One Plus X is stuck in 1+ logo I haven't rooted my phone, now i can only enter in fastboot mode. unable to enter in recovery mode.
and when i try to fastboot oem unlock failed it says unable to unlock, device is locked.
how to unlock oem device through fastboot mode.
please help!!!
viresh7852 said:
My One Plus X is stuck in 1+ logo I haven't rooted my phone, now i can only enter in fastboot mode. unable to enter in recovery mode.
and when i try to fastboot oem unlock failed it says unable to unlock, device is locked.
how to unlock oem device through fastboot mode.
please help!!!
Click to expand...
Click to collapse
Boot the stock recovery from fastboot.
Adb sideload OxygenOS
Boot into OxygenOS, enable developer settings and switch on "Allow OEM Unlocking"

Honor 7: flashing recovery

Hello,
USB Debugging is on
Bootloader is unlocked
HiSuite is up to date
Correct ADB Drivers are installed
and my device is recognized in both "adb devices" and "fastboot devices"
The problem: I'm trying to flash a TWRP recovery, but I keep getting the error "Failed (remote: Command not allowed)".
I don't know what's wrong, and I don't see any other way how I'd be able to flash a custom recovery. I'm trying to get my phone rooted ASAP.
I also get the same error when I type "fastboot oem device-info" for example, it's so weird I get so frustrated by phones sometimes :silly:
Hope anyone can help me out
Oh and I own a Huawei Honor 7 (PLK-L01 aka plank)
*BUMP*
Anyone who can help me out, please?

Bricked devices

Hello everyone !
I updated my tablet to android 9, during the update an error occured and now my tablet can't boot (it's stuck on LENOVO screen forever).
My tablet is Lenovo TB-X605F.
I tried:
- Wipe/data (recovery mode)
- Wipe/cache (recovery mode)
- Fastboot (my bootloader is locked so I can do nothing)
Note: I don't have TWRP or custom recovery, I have the default one .
I don't know what can i do please help me !
XX_MRBEAN_XX said:
Hello everyone !
I updated my tablet to android 9, during the update an error occured and now my tablet can't boot (it's stuck on LENOVO screen forever).
My tablet is Lenovo TB-X605F.
I tried:
- Wipe/data (recovery mode)
- Wipe/cache (recovery mode)
- Fastboot (my bootloader is locked so I can do nothing mSpy reviews)
Note: I don't have TWRP or custom recovery, I have the default one .
I don't know what can i do please help me !
Click to expand...
Click to collapse
I am sorry to say that but I guess nothing could be done to fix your tablet. I would be happy to proven wrong and see some solutions in this thread.
@XX_MRBEAN_XX
The mostly overlooked command
Code:
adb sideload <ROM / MOD>
may help: Get device's Stock ROM and flash it this way.
jwoegerbauer said:
@XX_MRBEAN_XX
The mostly overlooked command
Code:
adb sideload <ROM / MOD>
may help: Get device's Stock ROM and flash it this way.
Click to expand...
Click to collapse
Windows detect my tablet only when It's in fastboot. I don't know why
When I do recovery --> apply update from adb it's say "E: failed to open driver control: Permission denied"
And in my pc, ADB don't recognize my tablet (only fastboot recognize)
Btw, i downloaded my stock tablet rom
XX_MRBEAN_XX said:
Windows detect my tablet only when It's in fastboot. I don't know why
When I do recovery --> apply update from adb it's say "E: failed to open driver control: Permission denied"
And in my pc, ADB don't recognize my tablet (only fastboot recognize)
Btw, i downloaded my stock tablet rom
Click to expand...
Click to collapse
1. Looks to me that the ADB-driver you use isn't suitable: Download and install the correct driver for your Lenovo. tab:
https://devsjournal.com/download-lenovo-usb-drivers-adb.html
2. Wondering why then you didn't flash this Stock ROM by means of Fastboot ?
Code:
fastboot devices
fastboot erase boot
fastboot erase system
fastboot erase cache
fastboot erase userdata
fastboot flashall <STOCK-ROM-IMG>
fastboot reboot
jwoegerbauer said:
1. Looks to me that the ADB-driver you use isn't suitable: Download and install the correct driver for your Lenovo. tab:
2. Wondering why then you didn't flash this Stock ROM by means of Fastboot ?
Code:
fastboot devices
fastboot erase boot
fastboot erase system
fastboot erase cache
fastboot erase userdata
fastboot flashall <STOCK-ROM-IMG>
fastboot reboot
Click to expand...
Click to collapse
Well, i think i am ****ed because when i do these fastboot command, it's saying "FAILED (remote: 'device is locked. Cannot erase.')
And adb still don't recognize my system.
Thank you for your help
XX_MRBEAN_XX said:
Well, i think i am ****ed because when i do these fastboot command, it's saying "FAILED (remote: 'device is locked. Cannot erase.')
Click to expand...
Click to collapse
Oh man
become familiar with Fastboot-driver and its subcommands available!!!
Anyway, unlock tab's boot-loader by means of Fastboot before you carry out the commands previously shown
Code:
fastboot devices
fastboot OEM unlock
FYI: I no longer participate with this thread.
jwoegerbauer said:
Oh man
become familiar with Fastboot-driver and its subcommands available!!!
Anyway, unlock tab's boot-loader by means of Fastboot before you carry out the commands previously shown
Code:
fastboot devices
fastboot OEM unlock
FYI: I no longer participate with this thread.
Click to expand...
Click to collapse
I tried fastboot oem unlock
It's say "unknow commands"
Anyway thank you for your help !
I think we can't do something for this tablet.
Thank you very much
XX_MRBEAN_XX said:
Hello everyone !
I updated my tablet to android 9, during the update an error occured and now my tablet can't boot (it's stuck on LENOVO screen forever).
My tablet is Lenovo TB-X605F.
I tried:
- Wipe/data (recovery mode)
- Wipe/cache (recovery mode)
- Fastboot (my bootloader is locked so I can do nothing)
Note: I don't have TWRP or custom recovery, I have the default one .
I don't know what can i do please help me !
Click to expand...
Click to collapse
To rescue a bricked Lenovo device, download their LMSA tool to a Windows PC. Use the Rescue option.
Have a look on the TWRP thread for the unlock commands. They will only work if you had already enabled Developer Options and OEM unlocking before the device bricked.
Yahoo Mike said:
To rescue a bricked Lenovo device, download their LMSA tool to a Windows PC. Use the Rescue option.
Have a look on the TWRP thread for the unlock commands. They will only work if you had already enabled Developer Options and OEM unlocking before the device bricked.
Click to expand...
Click to collapse
Holy crap. My hero! Can I buy you a beer dude?

How to unlock bootloader of Vivo Y33S - 'Waiting for device' error

Hey everyone!
I'm having trouble unlocking the bootloader of my Vivo Y33S. I've tried everything, installed the necessary drivers, and used the Vivo fastboot software, but this annoying 'waiting for device' error keeps popping up. It's like my phone refuses to unlock its boot loader!
If any of you have managed to successfully unlock the bootloader of a Vivo Y33S and dealt with this 'waiting for device' error, I could really use your help. Any tips, alternative drivers, or suggestions to get past this error and unlock the bootloader using the Vivo fastboot software would be awesome!
By the way, my Vivo Y33S is running stock firmware version PD2147GF_EX_A_38.13.0 of that helps.
Thanks a bunch in advance for your support! Your insights and expertise are much appreciated!
Please use mtk client to unlock bootloader to unlock your device.
iVIERMA said:
Hey everyone!
I'm having trouble unlocking the bootloader of my Vivo Y33S. I've tried everything, installed the necessary drivers, and used the Vivo fastboot software, but this annoying 'waiting for device' error keeps popping up. It's like my phone refuses to unlock its boot loader!
If any of you have managed to successfully unlock the bootloader of a Vivo Y33S and dealt with this 'waiting for device' error, I could really use your help. Any tips, alternative drivers, or suggestions to get past this error and unlock the bootloader using the Vivo fastboot software would be awesome!
By the way, my Vivo Y33S is running stock firmware version PD2147GF_EX_A_38.13.0 of that helps.
Thanks a bunch in advance for your support! Your insights and expertise are much appreciated!
Click to expand...
Click to collapse
Thank you for your help
i'm sorry, But it does not let me download it, may you Send a link to download it?
Enabling USB Debugging on phone is required so that your PC is able to identify your device in Fastboot Mode.
The typical Windows shell commands sequence is
Code:
adb devices
adb reboot fastboot
fastboot devices
[/coode]
xXx yYy said:
Enabling USB Debugging on phone is required so that your PC is able to identify your device in Fastboot Mode.
The typical Windows shell commands sequence is
Code:
adb devices
adb reboot fastboot
fastboot devices
[/coode]
Click to expand...
Click to collapse
I do have USB debugging and OEM unlocking enabled, but the Vivo version of fastboot doesn't detect it, while the normal version does. Unfortunately, I can't use the normal version since it doesn't work with Vivo devices.
Try this
Release v1 · AndroPlus-org/fastboot-vivo
Built with Android 11 source
github.com
xXx yYy said:
Try this
Release v1 · AndroPlus-org/fastboot-vivo
Built with Android 11 source
github.com
Click to expand...
Click to collapse
I have tried it, but it still doesn't recognize my device. I have the drivers installed, so I'm not sure what the problem could be.
Is there any other way to unlock the bootloader of the Vivo y33s?
Okay, I have now tried something else and discovered that Vivo Fastboot actually recognizes the device. However, when I execute the command 'fastboot bbk unlock_vivo' or 'fastboot vivo_bsp unlock_vivo', it displays the following error messages:
'FAILED (remote: Unrecognized command bbk unlock_vivo). finished. total time: 0.001s'
'FAILED (remote: Unrecognized command vivo_bsp unlock_vivo). finished. total time: 0.002s

Categories

Resources