htc one stuck on logo S on how to s off? or make phone work again?

Search This thread

mps5566

Senior Member
Sep 23, 2011
155
6
Hi guys i have htc one stuck on htc logo
i unlock the bootloader problem is this phone S on
can some one give me correct RUU so i can flash and make my phone working again?
here is detail
Code:
version: 0.5
version-bootloader: 1.56.0000
version-baseband: 4A.23.3263.28
version-cpld: None
version-microp: None
version-main: 4.20.980.1
version-misc: PVT SHIP S-ON
serialno:
imei: 
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0714000
cidnum: VODAP021
battery-status: good
battery-voltage: 4273mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-09ff2ded
hbootpreupdate: 11
can some explain me how to flash and make my phone working agian
thanks a lot
 
Last edited:

mps5566

Senior Member
Sep 23, 2011
155
6
Hi guys can some plz help me out on this? can some one tell me how do solve my problem?
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Hi guys i have htc one stuck on htc logo
i unlock the bootloader problem is this phone S on
can some one give me correct RUU so i can flash and make my phone working again?
here is detail
Code:
version: 0.5
version-bootloader: 1.56.0000
version-baseband: 4A.23.3263.28
version-cpld: None
version-microp: None
version-main: 4.20.980.1
version-misc: PVT SHIP S-ON
serialno: HT379W903185
imei: 355859052317377
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0714000
cidnum: VODAP021
battery-status: good
battery-voltage: 4273mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-09ff2ded
hbootpreupdate: 11
can some explain me how to flash and make my phone working agian
thanks a lot

There is no RUU for available for your phone.
you could flash a custom rom to make your phone working again.
 
  • Like
Reactions: mps5566

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Thanks for ur reply
can u tell me how do i flash customer rom on my phone
can u plz help me out
thanks

So you already unlocked the bootloader, flash twrp recovery, adb push a custom rom, flash it using twrp.
Follow step by step and fell free to ask if you have any question/issue :

HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS


Prerequisites:
  • You need ADB and FASTBOOT on your computer, either by installing the Android SDK or Minimal ADB and FASTBOOT
  • You need to know how to start a fastboot/adb command prompt:
    To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
    • If using the default install location for the SDK:
      Code:
      cd C:\android-sdk-windows\tools
    • If using the default install location of Minimal ADB and FASTBOOT:
      Code:
      cd C:\Program Files (x86)\Minimal ADB and Fastboot
    • Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
      Open%20command%20window.png
  • You need TWRP recovery (2.6.3.3 or higher) on your device.

    1. Unlock bootloader if not already unlocked:

      Thanks to Electroz for the video tutorial
    2. Flash TWRP Recovery:
      1. Make sure the recovery.img file is in the same folder where adb and fastboot are located
      2. reboot phone in bootloader mode
      3. Flash the recovery:
        Code:
        fastboot flash recovery name_of_recovery.img
        fastboot erase cache
        fastboot reboot-bootloader

  • You need your HTC drivers correctly installed on your PC:

    device%20manager.png


    If not, follow this guide (thanks to nkk71):
    originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock

    follow the below instructions to fix

    Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
    just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
    though you should already have them since you have been using your phone anyways


    for those who like a visual guide:

    okay so I did a fastboot boot command, and as you can see it didnt install correct driver
    28ioxf6.jpg



    Open "Device Manager"
    2ywxpp3.jpg



    there's the culprit
    312v6me.jpg



    right click and Update Driver Software
    2ivmu5k.jpg



    select Browse my computer for driver software
    357qek7.jpg



    select Let me pick from a list of device drivers on my computer
    2582flf.jpg



    select Android USB Devices
    143jar8.jpg



    select My HTC ... (if you have more than one version, choose the latest)
    axea9h.jpg



    warning, select Yes
    14lhelv.jpg



    successful installation
    21btc3d.jpg



    now it looks better :)
    zwx53s.jpg


    and can confirm:
    Code:
    C:\ADB3>[B]adb devices[/B]
    List of devices attached
    HTxxxxxxxxxx    recovery
Procedure:
  1. Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
  2. Connect your phone to computer using usb cable
  3. Reboot phone in recovery mode (TWRP):
    • If phone is booted in OS:
      Code:
      adb reboot recovery
      adb%20reboot%20recovery.png
    • if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
      then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
  4. Make sure your phone is booted in TWRP main menu:
    main%20menu.png
  5. transfer the rom to your /sdcard folder:
    Code:
    adb push name_of_rom.zip /sdcard/

    Wait for the zip file to transfer, this can take several minutes and there is no progress bar. When the command prompt give you back the hand and display how much bytes transferred in X seconds, the transfer is completed:
    ADB%20PUSH.png

  6. In TWRP main menu, select ''INSTALL''
  7. Browse the installation menu and select your rom zip file inside /sdcard folder:
    install.png
  8. Swipe to confirm you want to flash the rom
    swipe.gif
  9. Reboot phone
 

mps5566

Senior Member
Sep 23, 2011
155
6
thanks for the reply i m stuck on step 5 adb push name_of_rom.zip /sdcard/
some how i can not put rom in to the phone and flash
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
thanks alray for fixing my phone i really appreciated ur help

btw, you might want to edit your post (OP) and remove the IMEI # and the SERIALNO (sensitive data, never post them when you post a ''getvar'' or phone could potentially be cloned)

and thank you for your donation to xda ;)


Code:
version: 0.5
version-bootloader: 1.56.0000
version-baseband: 4A.23.3263.28
version-cpld: None
version-microp: None
version-main: 4.20.980.1
version-misc: PVT SHIP S-ON
serialno: [B][COLOR="red"]remove serialno![/COLOR][/B]
imei: [B][COLOR="Red"]remove imei![/COLOR][/B]
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0714000
cidnum: VODAP021
battery-status: good
battery-voltage: 4273mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-09ff2ded
hbootpreupdate: 11
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi guys i have htc one stuck on htc logo
    i unlock the bootloader problem is this phone S on
    can some one give me correct RUU so i can flash and make my phone working again?
    here is detail
    Code:
    version: 0.5
    version-bootloader: 1.56.0000
    version-baseband: 4A.23.3263.28
    version-cpld: None
    version-microp: None
    version-main: 4.20.980.1
    version-misc: PVT SHIP S-ON
    serialno: HT379W903185
    imei: 355859052317377
    meid: 00000000000000
    product: m7_ul
    platform: HBOOT-8064
    modelid: PN0714000
    cidnum: VODAP021
    battery-status: good
    battery-voltage: 4273mV
    partition-layout: Generic
    security: on
    build-mode: SHIP
    boot-mode: FASTBOOT
    commitno-bootloader: dirty-09ff2ded
    hbootpreupdate: 11
    can some explain me how to flash and make my phone working agian
    thanks a lot

    There is no RUU for available for your phone.
    you could flash a custom rom to make your phone working again.