HP Slate 21 S100 Booting Failed

Search This thread

gokhanc5

Member
Apr 28, 2021
8
0
Friends I have an HP Slate 21 S100.
I installed TWRP a few days ago.
Then I installed software with TWRP and my device was working without any problems.
Then I said to install another software again and the device crashed.
First, I could not enter TWRP, although I reinstalled.
Then it went to boot menu while experimenting with fastboot.
This is the screen when I enter the recovery menu.
01.jpg

This is the error she gave when she selected the Recovery Mode
02.jpg

03.jpg

Then it returns to this screen again.
04.jpg

I would be glad if you could help.
 

Youdoofus

Retired Forum Moderator
Feb 21, 2011
3,507
1,023
Sioux Falls, SD
Samsung Galaxy S9
Friends I have an HP Slate 21 S100.
I installed TWRP a few days ago.
Then I installed software with TWRP and my device was working without any problems.
Then I said to install another software again and the device crashed.
First, I could not enter TWRP, although I reinstalled.
Then it went to boot menu while experimenting with fastboot.
This is the screen when I enter the recovery menu.
01.jpg

This is the error she gave when she selected the Recovery Mode
02.jpg

03.jpg

Then it returns to this screen again.
04.jpg
I would be glad if you could help.
id reflash the stock firmware and re-root from there should you choose to do so
 
  • Like
Reactions: gokhanc5
D

Deleted member 1890170

Guest
@gokhanc5

As I can see your phone stucks in Fastboot ( AKA Bootloader ) mode: in Android device's boot-mode is set by ro.bootmode property - what can be normal, recovery or fastboot - which is set in Android's system file named build.prop.

Simply flashing some images as you did doesn't cause this property gets reset.

Typically you reset device's boot-mode property by means of ADB and/or Fastboot commands

ADB
Code:
adb devices
adb reboot

Fastboot
Code:
fastboot devices
fastboot reboot
 
  • Like
Reactions: gokhanc5

gokhanc5

Member
Apr 28, 2021
8
0
[USER = 11583799] @ gokhanc5 [/ USER]

Telefonunuzun Fastboot (AKA Bootloader) modunda takıldığını görebildiğim gibi: Android cihazının önyükleme modu, Android'in build.prop adlı sistem dosyasında ayarlanan ro.bootmode özelliği tarafından ayarlanır - normal, kurtarma veya fastboot olabilir .

Yaptığınız gibi bazı görüntüleri basitçe yanıp sönmek, bu özelliğin sıfırlanmasına neden olmaz.

Genellikle aygıtın önyükleme modu özelliğini ADB ve / veya Fastboot komutları aracılığıyla sıfırlarsınız.

ADB
[kod]
adb cihazları
adb yeniden başlatma
[/ kod]

Fastboot
[kod]
fastboot cihazları
fastboot yeniden başlatma
[/ kod]
OEM lock is on.
I'm installing recovery.img in fastboot mode.
fastboot flash recovery recovery.img
then when I turn it off and on again it comes to the fast boot mode screen.
I tried all the recovery.img files.
but it didn't happen.
Fast Boot Mode screen
Start - restart booting failed
Power Of
Recovery Mode - restart booting failed
Restart bootloader - restart booting failed
Can you describe how to do it from the very beginning?
 
D

Deleted member 1890170

Guest
You managed to softbrick your phone hence you also should be able to unbrick it.
But this requires some knowledge: Your posts here show me that you have no understanding how things are working, which action triggers which consequences, what tools are the right ones to be used.

Anyways:

Because phone is accessible in Fastboot mode - as you said - simply re-flash phone's stock ROM to get rid off of all mods you applied to phone. This basically can be achieved by means of Fastboot tool:

Code:
fastboot devices
fastboot flash bootloader <BOOTLOADER-IMG-FILE>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot -w <STOCK-ROM-ZIP-FILE>
fastboot reboot


Take note that this as 1st thing of all things requires to have installed on computer the Android USB Driver provided by HP matching your HP Slate 21 S100: Request it from HP if you can't find the driver at your own.

Another possibility would be to take the phone to autorized service center and let them fix it.
 
Last edited by a moderator:

gokhanc5

Member
Apr 28, 2021
8
0
You managed to softbrick your phone hence you also should be able to unbrick it.
But this requires some knowledge: Your posts here show me that you have no understanding how things are working, which action triggers which consequences, what tools are the right ones to be used.

Anyways:

Because phone is accessible in Fastboot mode - as you said - simply re-flash phone's stock ROM to get rid off of all mods you applied to phone. This basically can be achieved by means of Fastboot tool:

Code:
fastboot devices
fastboot flash bootloader <BOOTLOADER-IMG-FILE>
fastboot reboot bootloader
ping -n 5 127.0.0.1 > nul
fastboot -w <STOCK-ROM-ZIP-FILE>
fastboot reboot


Take note that this as 1st thing of all things requires to have installed on computer the Android USB Driver provided by HP matching your HP Slate 21 S100: Request it from HP if you can't find the driver at your own.

Another possibility would be to take the phone to autorized service center and let them fix it.
thank you for everything.
but I could not.
-------------------------
fastboot oem unlock
(bootloader) Bootloader is already unlocked.
OKAY [0.008s]
finished. total time: 0.008s
-----------------------------------------
fastboot devices
3CQ3400QG9 fastboot
-----------------------------------------
fastboot flash bootloader Bootloader_phobos_4.4.2.img
target reported max download size of 641728512 bytes
sending 'bootloader' (7137 KB) ...
OKAY [0.266s]
writing 'bootloader' ...
FAILED (remote: (InvalidState))
finished. total time: 0.422s
-------------------------------------------------- ------
thank you for your help
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Friends I have an HP Slate 21 S100.
    I installed TWRP a few days ago.
    Then I installed software with TWRP and my device was working without any problems.
    Then I said to install another software again and the device crashed.
    First, I could not enter TWRP, although I reinstalled.
    Then it went to boot menu while experimenting with fastboot.
    This is the screen when I enter the recovery menu.
    01.jpg

    This is the error she gave when she selected the Recovery Mode
    02.jpg

    03.jpg

    Then it returns to this screen again.
    04.jpg
    I would be glad if you could help.
    id reflash the stock firmware and re-root from there should you choose to do so
    1
    D
    Deleted member 1890170
    @gokhanc5

    As I can see your phone stucks in Fastboot ( AKA Bootloader ) mode: in Android device's boot-mode is set by ro.bootmode property - what can be normal, recovery or fastboot - which is set in Android's system file named build.prop.

    Simply flashing some images as you did doesn't cause this property gets reset.

    Typically you reset device's boot-mode property by means of ADB and/or Fastboot commands

    ADB
    Code:
    adb devices
    adb reboot

    Fastboot
    Code:
    fastboot devices
    fastboot reboot