Hisense 65H8G Boot Loop

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dido210
    Member
    • Sep 2020
    • 10
    • USA

    #1

    Hisense 65H8G Boot Loop

    Hi i have a Hisense TV that is stuck boot looping. Tried reaching out to hisense for the firmware file but no response and its been a couple weeks. Does anyone here possibly have it? Thanks in advance for any help.

    Here is the label and picture of what it shows on the screen.
    Attached Files
  • tech9pc
    Member
    • Sep 2021
    • 47
    • Canada

    #2
    Re: Hisense 65H8G Boot Loop

    Your tv got bricked by a recent android update most likely. I would wait for Hisense to send you a new firmware update to put on a usb stick formatted in Fat32. Than update the tv on power on with the USB update.

    Comment

    • tech9pc
      Member
      • Sep 2021
      • 47
      • Canada

      #3
      Re: Hisense 65H8G Boot Loop

      If the USB update from stick don't kick in / or doing a hard reset .. you will probably need to replace the main board.

      Comment

      • Diah
        Badcaps Legend
        • Feb 2013
        • 6355
        • Germany

        #4
        Re: Hisense 65H8G Boot Loop

        in case before was developer option on and USB debug on... safe mode script could help if there no way to new firmware.

        Code:
        #!/bin/bash
        if [ $# -ne 1 ]; then
          echo "i need one parameter: the IP address of your android device"
          exit 1
        fi
        while true; do
          if [ $(./adb devices | grep "$1" | wc -l) -lt 1 ]; then
            ./adb connect $1
            adbExitCode=$?
            if [ $adbExitCode -ne 0 ]; then
              echo "adb connect failed"
            fi
            if [ $adbExitCode -ne 1 ]; then
              ./adb shell su -c 'setprop persist.sys.safemode 1'
        	  ./adb reboot
        	fi
          fi
          sleep 1
        done

        Comment

        • frannyjunk
          Senior Member
          • Oct 2010
          • 78

          #5
          Re: Hisense 65H8G Boot Loop

          I had the same issue with my Hisense 55H9G. I reached out to them on Facebook and they sent me the file. Try Facebook.

          Comment

          • frannyjunk
            Senior Member
            • Oct 2010
            • 78

            #6
            Re: Hisense 65H8G Boot Loop

            Here is the link to Hisense tv firmware: https://www.hisense-usa.com/support/firmware-download

            Comment

            Related Topics

            Collapse

            • Mschrenkz@gmail.com
              Hisense 60R6E - No backlight - stuck in boot loop
              by Mschrenkz@gmail.com
              I joined hoping I'll be able to verify which component I need to replace on my Hisense 60R6E. When I plug it in the red light comes on and stays on for several seconds then blinks off and then on again. There is no back light but I can see the logo screen "Hisense Roku" (using the flashlight method) come on while the red light is off. Then it dissapears and the red light is constant again. This cycle keeps repeating. I tried pressing the reset button and it has absolutely no impact. Even held it in for 30 seconds also tried holding the power button in with the TV unplugged - nothing...
              05-09-2023, 08:53 AM
            • Takeatry
              Yet another Samsung QLED Boot Loop
              by Takeatry
              Samsung QLED QN50Q — purchased 2022 started experiencing a delay in the picture coming on in the morning less than 2 years later. Did not know the term boot loop at that time. As the loop delay ran into a few minutes did all the recommended troubleshooting, soft and hard reset, changing cables and outlet locations, no help. As the delay increased contacted Samsung tech group and allow them remote access the tv. Tech was moving too fast to see exactly what he was doing but this ultimately it was also no help. Lived with the delay until it stretched out over 6 hours. Pulled of off the back cover...
              10-04-2024, 02:57 PM
            • torchzack
              Samsung 55" TV - Boot loop but sometimes works fine - UE55MU6470U
              by torchzack
              Hi Team - just joined to see if anyone can offer some expertise in diagnosing an issue with a TV.

              I've done a few hours googling and youtubing but just seeing if anyone has any insight here. I got a 55" Samsung UE55MU6470U which seems to boot loop and then after 10 mins will boot, work for a few minutes, then turn off and repeat.

              Whilst it's on into the normal Samsung menu/boot screen it looks perfect - so I can't see there being any screen issues. I've seen lots of videos with taping across clock lines to diagnose which particular one may be an issue but i don't...
              08-28-2023, 07:42 AM
            • No Lan
              [Macbook pro A1708] [Boot loop] [Trackpad ?]
              by No Lan
              Hey everyone,

              Usually, I'm not the type to ask for help, but this time, I'm calling on your wisdom and expertise I've seen what this community can do, so I'm pretty sure you guys can help me out.

              Here's the deal: I noticed my MacBook got stuck in a boot loop. After opening it up and doing some initial troubleshooting, I found that the boot loop stops only when the trackpad is unplugged.

              Now, just so you know, the trackpad actually works — I tested it with another motherboard and it's all good. Same for the cable, no issues there. The problem is only...
              05-24-2025, 03:09 PM
            • trbovan
              Asus GL731GT Boot loop
              by trbovan
              Laptop is a GL731GT with the I7-9750h and GTX1650.

              Full model number is gl731gt-rb71-cb
              Serial: (placeholder for when I get home)
              Board model: G531GT REV. 1.5

              Issue: Laptop was password protected with admin password. I extracted the Bios with the CH341A and ASprogrammer. I Initially saved the backup. I then scoured the internet for a rom to flash to the chip. I found a file and flashed it. I then read it back to verify and mistakenly over wrote my backup of the original Bios.

              I assembled and tested anyway. The bios worked, I was able...
              10-04-2023, 07:27 AM
            • Loading...
            • No more items.
            Working...