Not booting to rom and recovery SOLVED!!!!!

Search This thread

detovenaar

Senior Member
Mar 2, 2009
149
35
Hi all,

Today I did transfer some files with my one to an other phone with es explorer when suddenly my phone became into a bootloop.
The phone will boot loop when the animation screen is 3 sec on his way. So I did try to get into Recovery (TWRP) but when the twrp bootscreen in screen it reboots again.
I

So I did fastboot erase cache with no results solving the problem
I did re-flashed TWRP with no results solving the problem
I did re-flashed firmware from here http://xdaforums.com/showthread.php?t=2316726 with no results solving the problem.

Can someone please help me with this?

ROM I am running [ROM][MAR 20] ViperOne 5.8.0 | 4.19.401.11 | Android 4.4.2 Sense 5.5

I do have backups, even from before flashing custom roms
First backup I made with the following command: adb backup -apk -all -f backup.ab
All the other backups where made with TWRP and I have them stored at my pc.

Bootloader info: M7 UL PVT SHIP S-OFF RH
CID-T-MOB101 (I did had super sid but I chanced it back before making drastic steps to come)
HBOOT 1.56.0000
I did already relockd my htc one


SOLVED!!!


So after softbrick on my HTC one I relocked my bootloader with Fastboot with the command: fastboot oem lock
Then I chanced my CID to HTC__001 with the command :fastboot oem writecid HTC__001 (two underscores)
Then did run this RUU http://www.androidruu.com/getdownload.php?file=M7/RUU_M7_UL_K44_SENSE55_MR_HTC_Europe_4.19.401.9_R_Radio_4A.23.3263.28_10.38r.1157.04L_release_353069_signed_2-1.exe THIS WILL WIPE WHOLE PHONE!!
This will take about 10min to run( so don't stress like I did :p)
This will reboot device ( 10minutes of booting time)
Next is unlocked the ''RELOCKED'' bootloader with the ''HTCDev way'' http://www.htcdev.com/bootloader/
Next I did flashed custom Recovery with the command: fastboot flash recovery name_of_your_recovery_here.img (also see this link for steps to go http://youtu.be/qpj6dEMn9dw?t=12m23s
Next I did is Flash my custom ROM (in my case viperrom witch have supersu inside )
And last did go super SID: fastboot oem writecid 11111111
And I am good to go now!!
 
Last edited:

moha_moha20106

Senior Member
Jul 6, 2010
198
96
cairo
Hi all,

Today I did transfer some files with my one to an other phone with es explorer when suddenly my phone became into a bootloop.
The phone will boot loop when the animation screen is 3 sec on his way. So I did try to get into Recovery (TWRP) but when the twrp bootscreen in screen it reboots again.
I

So I did fastboot erase cache with no results solving the problem
I did re-flashed TWRP with no results solving the problem
I did re-flashed firmware from here http://xdaforums.com/showthread.php?t=2316726 with no results solving the problem.

Can someone please help me with this?

ROM I am running [ROM][MAR 20] ViperOne 5.8.0 | 4.19.401.11 | Android 4.4.2 Sense 5.5

I do have backups, even from before flashing custom roms
First backup I made with the following command: adb backup -apk -all -f backup.ab
All the other backups where made with TWRP and I have them stored at my pc.

Bootloader info: M7 UL PVT SHIP S-OFF RH
CID-T-MOB101 (I did had super sid but I chanced it back before making drastic steps to come)
HBOOT 1.56.0000

re-flash your ROM
 
  • Like
Reactions: detovenaar

detovenaar

Senior Member
Mar 2, 2009
149
35
fastboot rebootRUU

fastboot flash zip (ROMname).zip if fail,

fastboot flash zip (ROMname).zip

fastboot reboot

be sure your phone is LOCKED or RE-LOCKED

if not, you need stock rom> flash recovery> flash your favorite rom

rebootRUU is not working I get this:

C:\Users\-----------------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot rebootR
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message

options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address. default: 0x10000000
-n <page size> specify the nand page size. default: 2048
-S <size>[K|M|G] automatically sparse files greater than
size. 0 to disable

I am relocked and s-off

When flashing ViperOne_5.8.0.zip I get:

target reported max download siz
sending 'zip' (1094421 KB)...
OKAY [ 45.233s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 45.283s

I am now downloading RUU and will try that. (33min to wait)

EDIT: Donwloading RUU keeps failing it just stops at 1gb (of the 1,5gb)
I had it for multiple times.
Someone has a decent link for me?
My sid : t-mob101
 
Last edited:

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
rebootRUU is not working I get this:

C:\Users\-----------------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot rebootR
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message

options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address. default: 0x10000000
-n <page size> specify the nand page size. default: 2048
-S <size>[K|M|G] automatically sparse files greater than
size. 0 to disable

I am relocked and s-off

When flashing ViperOne_5.8.0.zip I get:

target reported max download siz
sending 'zip' (1094421 KB)...
OKAY [ 45.233s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 45.283s

I am now downloading RUU and will try that. (33min to wait)

EDIT: Donwloading RUU keeps failing it just stops at 1gb (of the 1,5gb)
I had it for multiple times.
Someone has a decent link for me?
My sid : t-mob101

you did'nt even type the command correctly

fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip << -- two times
fastboot reboot

no Idea what ruu you actually need but this is the t-mobile one
http://shipped-roms.com/download.ph...03_10.38m.1157.04_release_336982_signed_2.zip

or
here >> http://www.htc1guru.com/dld/ruu-zip...157-04_release_336982_signed_2_decrypted-zip/
 
  • Like
Reactions: detovenaar

detovenaar

Senior Member
Mar 2, 2009
149
35
you did'nt even type the command correctly

]

After struggling for 6 hours or so my mind is getting blurry:cyclops:

So I get this:

C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
target reported max download size of 1514139648 bytes
sending 'zip' (1094421 KB)...
OKAY [ 45.661s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 64.101s

C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
target reported max download size of 1515692032 bytes
sending 'zip' (1094421 KB)...
OKAY [ 45.677s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 65.146s

C:\Users\----\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot reboot
rebooting...

finished. total time: 0.047s

BTW I am on a Dutch provider and not tmous.
I am having a hard time finding the right RUU
 
Last edited:

moha_moha20106

Senior Member
Jul 6, 2010
198
96
cairo
After struggling for 6 hours or so my mind is getting blurry:cyclops:

So I get this:

C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
target reported max download size of 1514139648 bytes
sending 'zip' (1094421 KB)...
OKAY [ 45.661s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 64.101s

C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
target reported max download size of 1515692032 bytes
sending 'zip' (1094421 KB)...
OKAY [ 45.677s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 65.146s

C:\Users\----\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot reboot
rebooting...

finished. total time: 0.047s

BTW I am on a Dutch provider and not tmous.
I am having a hard time finding the right RUU

dear you must install Stock Rom > flash recovery > flash your rom.zip
 
  • Like
Reactions: detovenaar

moha_moha20106

Senior Member
Jul 6, 2010
198
96
cairo
writedown your original CID so you will not forget it

try this fastboot command :

fastboot oem writecid HTC__001 (two underscores)

fastboot reboot-bootloader

then download this stock RUU.exe 4.19.401.9 and flash

this stock ruu is WWE (world wide English)
 
Last edited:
  • Like
Reactions: detovenaar

detovenaar

Senior Member
Mar 2, 2009
149
35
writedown your original CID so you will not forget it

try this fastboot command :

fastboot oem writecid HTC__001 (two underscores)

fastboot reboot-bootloader

then download this stock RUU.exe 4.19.401.9 and flash

this stock ruu is WWE (world wide English)


Done! I am now CID HTC__001
Downloading your link but will take 42 min:crying:

I am still bootloader *** RELOCKED *** that's oke right?


BTW thanx for helping me so far!
 
Last edited:
  • Like
Reactions: moha_moha20106

detovenaar

Senior Member
Mar 2, 2009
149
35
Eureka!!!

That did the trick.

So after softbrick on my HTC one I relocked my bootloader with Fastboot with the command: fastboot oem lock
Then I chanced my CID to HTC__001 with the command :fastboot oem writecid HTC__001 (two underscores)
Then did run this RUU http://www.androidruu.com/getdownload.php?file=M7/RUU_M7_UL_K44_SENSE55_MR_HTC_Europe_4.19.401.9_R_Radio_4A.23.3263.28_10.38r.1157.04L_release_353069_signed_2-1.exe THIS WILL WIPE WHOLE PHONE!!
This will take about 10min to run( so don't stress like I did :p)
This will reboot device ( 10minutes of booting time)
Next is unlocked the ''RELOCKED'' bootloader with the ''HTCDev way'' http://www.htcdev.com/bootloader/
Next I did flashed custom Recovery with the command: fastboot flash recovery name_of_your_recovery_here.img (also see this link for steps to go http://youtu.be/qpj6dEMn9dw?t=12m23s
Next I did is Flash my custom ROM (in my case viperrom witch have supersu inside )
And last did go super SID: fastboot oem writecid 11111111
And I am good to go now!!

Thanx for all the help!!!!!!
 
Last edited:
  • Like
Reactions: moha_moha20106

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi all,

    Today I did transfer some files with my one to an other phone with es explorer when suddenly my phone became into a bootloop.
    The phone will boot loop when the animation screen is 3 sec on his way. So I did try to get into Recovery (TWRP) but when the twrp bootscreen in screen it reboots again.
    I

    So I did fastboot erase cache with no results solving the problem
    I did re-flashed TWRP with no results solving the problem
    I did re-flashed firmware from here http://xdaforums.com/showthread.php?t=2316726 with no results solving the problem.

    Can someone please help me with this?

    ROM I am running [ROM][MAR 20] ViperOne 5.8.0 | 4.19.401.11 | Android 4.4.2 Sense 5.5

    I do have backups, even from before flashing custom roms
    First backup I made with the following command: adb backup -apk -all -f backup.ab
    All the other backups where made with TWRP and I have them stored at my pc.

    Bootloader info: M7 UL PVT SHIP S-OFF RH
    CID-T-MOB101 (I did had super sid but I chanced it back before making drastic steps to come)
    HBOOT 1.56.0000

    re-flash your ROM
    1
    rebootRUU is not working I get this:

    C:\Users\-----------------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot rebootR
    usage: fastboot [ <option> ] <command>

    commands:
    update <filename> reflash device from update.zip
    flashall flash boot + recovery + system
    flash <partition> [ <filename> ] write a file to a flash partition
    erase <partition> erase a flash partition
    format <partition> format a flash partition
    getvar <variable> display a bootloader variable
    boot <kernel> [ <ramdisk> ] download and boot kernel
    flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
    devices list all connected devices
    continue continue with autoboot
    reboot reboot device normally
    reboot-bootloader reboot device into bootloader
    help show this help message

    options:
    -w erase userdata and cache (and format
    if supported by partition type)
    -u do not first erase partition before
    formatting
    -s <specific device> specify device serial number
    or path to device port
    -l with "devices", lists device paths
    -p <product> specify product name
    -c <cmdline> override kernel commandline
    -i <vendor id> specify a custom USB vendor id
    -b <base_addr> specify a custom kernel base address. default: 0x10000000
    -n <page size> specify the nand page size. default: 2048
    -S <size>[K|M|G] automatically sparse files greater than
    size. 0 to disable

    I am relocked and s-off

    When flashing ViperOne_5.8.0.zip I get:

    target reported max download siz
    sending 'zip' (1094421 KB)...
    OKAY [ 45.233s]
    writing 'zip'...
    FAILED (remote: not allowed)
    finished. total time: 45.283s

    I am now downloading RUU and will try that. (33min to wait)

    EDIT: Donwloading RUU keeps failing it just stops at 1gb (of the 1,5gb)
    I had it for multiple times.
    Someone has a decent link for me?
    My sid : t-mob101

    you did'nt even type the command correctly

    fastboot oem rebootRUU
    fastboot flash zip rom.zip
    fastboot flash zip rom.zip << -- two times
    fastboot reboot

    no Idea what ruu you actually need but this is the t-mobile one
    http://shipped-roms.com/download.ph...03_10.38m.1157.04_release_336982_signed_2.zip

    or
    here >> http://www.htc1guru.com/dld/ruu-zip...157-04_release_336982_signed_2_decrypted-zip/
    1
    After struggling for 6 hours or so my mind is getting blurry:cyclops:

    So I get this:

    C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
    target reported max download size of 1514139648 bytes
    sending 'zip' (1094421 KB)...
    OKAY [ 45.661s]
    writing 'zip'...
    (bootloader) zip header checking...
    (bootloader) zip info parsing...
    (bootloader) Read zipped android_info fail
    FAILED (remote: 24 parsing android-info fail)
    finished. total time: 64.101s

    C:\Users\-------\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zip ViperOne_5.8.0.zip
    target reported max download size of 1515692032 bytes
    sending 'zip' (1094421 KB)...
    OKAY [ 45.677s]
    writing 'zip'...
    (bootloader) zip header checking...
    (bootloader) zip info parsing...
    (bootloader) Read zipped android_info fail
    FAILED (remote: 24 parsing android-info fail)
    finished. total time: 65.146s

    C:\Users\----\Desktop\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot reboot
    rebooting...

    finished. total time: 0.047s

    BTW I am on a Dutch provider and not tmous.
    I am having a hard time finding the right RUU

    dear you must install Stock Rom > flash recovery > flash your rom.zip
    1
    writedown your original CID so you will not forget it

    try this fastboot command :

    fastboot oem writecid HTC__001 (two underscores)

    fastboot reboot-bootloader

    then download this stock RUU.exe 4.19.401.9 and flash

    this stock ruu is WWE (world wide English)
    1
    writedown your original CID so you will not forget it

    try this fastboot command :

    fastboot oem writecid HTC__001 (two underscores)

    fastboot reboot-bootloader

    then download this stock RUU.exe 4.19.401.9 and flash

    this stock ruu is WWE (world wide English)


    Done! I am now CID HTC__001
    Downloading your link but will take 42 min:crying:

    I am still bootloader *** RELOCKED *** that's oke right?


    BTW thanx for helping me so far!