Please I need help

Search This thread

sonymaniac

Member
Sep 10, 2011
12
0
Hi, can somebody help me…? Please….:crying:
After flash mine M7 at&t sense with RUU-HTC_One_GE-2.14.1700.15.zip every thing was perfect recieved 2 OTA updates to KK4.4.2 them I tried to root it by adb command but get this error
C:\Users\SONYMANIAC\Desktop\Android\adb platforms-tools 1.0.31\adb>fastboot oem
unlock

(bootloader) [PG_ERROR] htc_pg_part_traverse(839):
(bootloader) invalid traverse range
(bootloader) [PG_ERROR] htc_pg_part_read(1029):
(bootloader) htc_pg_part_traverse failed
(bootloader) [DISPLAY_ERR] sp_custom partition: unlock_disp_buf.img_buf r
(bootloader) ead error!
(bootloader) [DISPLAY_ERR] Can not load custom splash!
(bootloader) Loading custom splash failed!
OKAY [ 0.582s]
finished. total time: 0.585s

Device Info
LOCKED
M7UL PVT SHIP S-OFF RH
CID-GOOGL001
HBOOT-1.54.0000
RADIO-4T.21.3218.21
OpenDSP-v32.120.274.0909
OS-3.62.1700.1
eMMC-boot 2048MB
Dec 9 2013, 00:38:19.0

Thanks a lot to all of you.
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Hi, can somebody help me…? Please….:crying:
After flash mine M7 at&t sense with RUU-HTC_One_GE-2.14.1700.15.zip every thing was perfect recieved 2 OTA updates to KK4.4.2 them I tried to root it by adb command but get this error
C:\Users\SONYMANIAC\Desktop\Android\adb platforms-tools 1.0.31\adb>fastboot oem
unlock

(bootloader) [PG_ERROR] htc_pg_part_traverse(839):
(bootloader) invalid traverse range
(bootloader) [PG_ERROR] htc_pg_part_read(1029):
(bootloader) htc_pg_part_traverse failed
(bootloader) [DISPLAY_ERR] sp_custom partition: unlock_disp_buf.img_buf r
(bootloader) ead error!
(bootloader) [DISPLAY_ERR] Can not load custom splash!
(bootloader) Loading custom splash failed!
OKAY [ 0.582s]
finished. total time: 0.585s

Device Info
LOCKED
M7UL PVT SHIP S-OFF RH
CID-GOOGL001
HBOOT-1.54.0000
RADIO-4T.21.3218.21
OpenDSP-v32.120.274.0909
OS-3.62.1700.1
eMMC-boot 2048MB
Dec 9 2013, 00:38:19.0

Thanks a lot to all of you.

did you tried to unlock via htcdev.com?

or unlocking bootloader with revone since you are s-off?
DONT GO BACK S-ON!
 
Last edited:
  • Like
Reactions: sonymaniac

cschmitt

Senior Member
Feb 24, 2012
1,716
1,914
Since you are s-off you can put twrp recovery.img in a firmware.zip and flash it in ruu mode with fastboot flash zip firmware.zip. No need to unlock bootloader.

Also need android-info.txt in the firmware.zip, that's it.
 
Last edited:

cschmitt

Senior Member
Feb 24, 2012
1,716
1,914
Also, if you really want to unlock bootloader, downgrade to hboot 1.4.4 and use revone to unlock. Then reflash GPE ruu.
 
  • Like
Reactions: sonymaniac

sonymaniac

Member
Sep 10, 2011
12
0
Thanks

Since you are s-off you can put twrp recovery.img in a firmware.zip and flash it in ruu mode with fastboot flash zip firmware.zip. No need to unlock bootloader.

Also need android-info.txt in the firmware.zip, that's it.

can you recommend me some firmware to try install on the device...?

Thanks a lot.
 

cschmitt

Senior Member
Feb 24, 2012
1,716
1,914
can you recommend me some firmware to try install on the device...?

Here is a firmware.zip containing TWRP 2.6.3.4 for m7ul that can be flashed in RUU mode with s-off: firmware_twrp.zip

Note: This firmware flashes TWRP recovery only, nothing else. All other firmware files (hboot, sbl, radio, etc.) will remain untouched. It does NOT factory reset, or erase /system or /data partitions.

To install, reboot into bootloader and then:

Code:
fastboot oem rebootRUU
fastboot flash zip firmware_twrp.zip
fastboot erase cache
fastboot reboot-bootloader

Device will reboot into bootloader; select recovery and it will reboot into TWRP, then flash superuser/supersu to root.
 
  • Like
Reactions: sonymaniac

sonymaniac

Member
Sep 10, 2011
12
0
Many Thanks

Hi, thank you very much i did it but received this error:

C:\Users\SONYMANIAC\Android\Rom\adt-bundle-windows-x86-20131030\adt-bundle-windo
ws-x86-20131030\sdk\platform-tools>fastboot flash zip firmware_twrp.zip

sending 'zip' (9271 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 235.678s

It keep sending zip whitout answer...
I think so it is because the bootloader are locked but can't fine a effective method to unlock it.
I downgrade hboot from 1.54 to 1.44 and have installed KK 4.4.2 google edition if this information can help to solve...
Thank you again.
 

cschmitt

Senior Member
Feb 24, 2012
1,716
1,914
Hi, thank you very much i did it but received this error:

C:\Users\SONYMANIAC\Android\Rom\adt-bundle-windows-x86-20131030\adt-bundle-windo
ws-x86-20131030\sdk\platform-tools>fastboot flash zip firmware_twrp.zip

sending 'zip' (9271 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 235.678s

It keep sending zip whitout answer...
I think so it is because the bootloader are locked but can't fine a effective method to unlock it.
I downgrade hboot from 1.54 to 1.44 and have installed KK 4.4.2 google edition if this information can help to solve...
Thank you again.

So you were able to flash the RUU-HTC_One_GE-2.14.1700.15.zip conversion RUU in fastboot, but not the firmware_twrp.zip ? That doesn't make sense, since with s-off bootloader lock state shouldn't matter.

From what I've read the 'too many links' error can be a corrupt zip, or USB port/cable problem.

Have you tried to flash the recovery.img directly with: fastboot flash recovery recovery.img

You could just unlock the bootloader with revone: http://xdaforums.com/showthread.php?t=2497712
 
  • Like
Reactions: sonymaniac

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
Hi, thank you very much i did it but received this error:

C:\Users\SONYMANIAC\Android\Rom\adt-bundle-windows-x86-20131030\adt-bundle-windo
ws-x86-20131030\sdk\platform-tools>fastboot flash zip firmware_twrp.zip

sending 'zip' (9271 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 235.678s

It keep sending zip whitout answer...
I think so it is because the bootloader are locked but can't fine a effective method to unlock it.
I downgrade hboot from 1.54 to 1.44 and have installed KK 4.4.2 google edition if this information can help to solve...
Thank you again.

So you were able to flash the RUU-HTC_One_GE-2.14.1700.15.zip conversion RUU in fastboot, but not the firmware_twrp.zip ? That doesn't make sense, since with s-off bootloader lock state shouldn't matter.

From what I've read the 'too many links' error can be a corrupt zip, or USB port/cable problem.

Have you tried to flash the recovery.img directly with: fastboot flash recovery recovery.img

You could just unlock the bootloader with revone: http://xdaforums.com/showthread.php?t=2497712

The zip you created was intended for ruu mode if i read correctly, and the OP didn't "fastboot oem rebootRUU" first.
 
  • Like
Reactions: sonymaniac

cschmitt

Senior Member
Feb 24, 2012
1,716
1,914
The zip you created was intended for ruu mode if i read correctly, and the OP didn't "fastboot oem rebootRUU" first.

I'm not sure that's the case; the error from attempting to flash in 'regular' fastboot mode is:

Code:
X:\HTCOne>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...
OKAY [  1.280s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 1.315s

Also fairly certain the error isn't caused by a locked bootloader. I just re-locked my bootloader and was able to flash firmware_twrp.zip in RUU mode just fine.

Code:
X:\HTCOne>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [  0.062s]
finished. total time: 0.062s

X:\HTCOne>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...
OKAY [  1.279s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,10
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,31
(bootloader) [RUU]UZ,recovery,41
(bootloader) [RUU]UZ,recovery,52
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,98
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
OKAY [  3.410s]
finished. total time: 4.691s
 
  • Like
Reactions: sonymaniac

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
I'm not sure that's the case; the error from attempting to flash in 'regular' fastboot mode is:

Code:
X:\HTCOne>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...
OKAY [  1.280s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 1.315s

Also fairly certain the error isn't caused by a locked bootloader. I just re-locked my bootloader and was able to flash firmware_twrp.zip in RUU mode just fine.

Code:
X:\HTCOne>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [  0.062s]
finished. total time: 0.062s

X:\HTCOne>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...
OKAY [  1.279s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,10
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,31
(bootloader) [RUU]UZ,recovery,41
(bootloader) [RUU]UZ,recovery,52
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,98
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
OKAY [  3.410s]
finished. total time: 4.691s

As far as I know (and tried... not this but other stuff), with a locked or relocked bootloader (I'm S-Off) any "fastboot flash ....." command will result in "FAILED (remote: not allowed)" or similar.

Basically, my conclusion:
A) "fastboot flash ...." (in normal mode) won't work unless UNLOCKED irrelevant whether S-On or S-Off

B) "fastboot flash zip ..." (in RUU mode) will only work if: LOCKED/RELOCKED with S-On, or S-Off and then lock status doesnt matter.
 
  • Like
Reactions: sonymaniac

sonymaniac

Member
Sep 10, 2011
12
0
Many Thanks

Thanks for your help.
I tried to flash .zip .img and it failed
sending zip or recovery or firmware and never end
fastboot mode or RUUmode get the same error
 

sonymaniac

Member
Sep 10, 2011
12
0
Thanks

On RUUmode received this

C:\Users\SONYMANIAC\Android\Rom\android-sdk_r22.3-windows\android-sdk-windows\pl
atform-tools>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...

It never completed the flash action :crying:
 

sonymaniac

Member
Sep 10, 2011
12
0
Thanks

I tried whit both Mode Normal and RUU getting the same failed


C:\Users\SONYMANIAC\Android\Rom\android-sdk_r22.3-windows\android-sdk-windows\pl
atform-tools>fastboot flash zip firmware_twrp.zip
target reported max download size of 1526722560 bytes
sending 'zip' (9271 KB)...
 

sonymaniac

Member
Sep 10, 2011
12
0
Many Thanks

So you were able to flash the RUU-HTC_One_GE-2.14.1700.15.zip conversion RUU in fastboot, but not the firmware_twrp.zip ? That doesn't make sense, since with s-off bootloader lock state shouldn't matter.

From what I've read the 'too many links' error can be a corrupt zip, or USB port/cable problem.

Have you tried to flash the recovery.img directly with: fastboot flash recovery recovery.img

You could just unlock the bootloader with revone: http://xdaforums.com/showthread.php?t=2497712

FAILED too many links received when disconnect from usb because never finish from sending "zip or recovery or firmware"
 

Klown80

Senior Member
Aug 22, 2011
611
342
Everywhere
Hi, thank you very much i did it but received this error:

C:\Users\SONYMANIAC\Android\Rom\adt-bundle-windows-x86-20131030\adt-bundle-windo
ws-x86-20131030\sdk\platform-tools>fastboot flash zip firmware_twrp.zip

sending 'zip' (9271 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 235.678s

It keep sending zip whitout answer...
I think so it is because the bootloader are locked but can't fine a effective method to unlock it.
I downgrade hboot from 1.54 to 1.44 and have installed KK 4.4.2 google edition if this information can help to solve...
Thank you again.

If you downgraded hboot to 1.44 then use revone, @cschmitt gave you a link. Since you are having issues unlocking bootloader using fastboot, use revone to unlock it should work since you are on 1.44.


Sent from my SGH-I337 using xda app-developers app
 
  • Like
Reactions: sonymaniac

sonymaniac

Member
Sep 10, 2011
12
0
Many Thanks

So you were able to flash the RUU-HTC_One_GE-2.14.1700.15.zip conversion RUU in fastboot, but not the firmware_twrp.zip ? That doesn't make sense, since with s-off bootloader lock state shouldn't matter.

From what I've read the 'too many links' error can be a corrupt zip, or USB port/cable problem.

Have you tried to flash the recovery.img directly with: fastboot flash recovery recovery.img

You could just unlock the bootloader with revone: http://xdaforums.com/showthread.php?t=2497712

Sorry but can't use revone because minimum requirements devices must be rooted and mine isn't root
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Since you are s-off you can put twrp recovery.img in a firmware.zip and flash it in ruu mode with fastboot flash zip firmware.zip. No need to unlock bootloader.

    Also need android-info.txt in the firmware.zip, that's it.
    1
    Hi, can somebody help me…? Please….:crying:
    After flash mine M7 at&t sense with RUU-HTC_One_GE-2.14.1700.15.zip every thing was perfect recieved 2 OTA updates to KK4.4.2 them I tried to root it by adb command but get this error
    C:\Users\SONYMANIAC\Desktop\Android\adb platforms-tools 1.0.31\adb>fastboot oem
    unlock

    (bootloader) [PG_ERROR] htc_pg_part_traverse(839):
    (bootloader) invalid traverse range
    (bootloader) [PG_ERROR] htc_pg_part_read(1029):
    (bootloader) htc_pg_part_traverse failed
    (bootloader) [DISPLAY_ERR] sp_custom partition: unlock_disp_buf.img_buf r
    (bootloader) ead error!
    (bootloader) [DISPLAY_ERR] Can not load custom splash!
    (bootloader) Loading custom splash failed!
    OKAY [ 0.582s]
    finished. total time: 0.585s

    Device Info
    LOCKED
    M7UL PVT SHIP S-OFF RH
    CID-GOOGL001
    HBOOT-1.54.0000
    RADIO-4T.21.3218.21
    OpenDSP-v32.120.274.0909
    OS-3.62.1700.1
    eMMC-boot 2048MB
    Dec 9 2013, 00:38:19.0

    Thanks a lot to all of you.

    did you tried to unlock via htcdev.com?

    or unlocking bootloader with revone since you are s-off?
    DONT GO BACK S-ON!
    1
    Yes I tried but doesen't work and if itry to install another RUU it freeze after "sending zip" ...

    which ruu?
    1
    Also, if you really want to unlock bootloader, downgrade to hboot 1.4.4 and use revone to unlock. Then reflash GPE ruu.
    1
    can you recommend me some firmware to try install on the device...?

    Here is a firmware.zip containing TWRP 2.6.3.4 for m7ul that can be flashed in RUU mode with s-off: firmware_twrp.zip

    Note: This firmware flashes TWRP recovery only, nothing else. All other firmware files (hboot, sbl, radio, etc.) will remain untouched. It does NOT factory reset, or erase /system or /data partitions.

    To install, reboot into bootloader and then:

    Code:
    fastboot oem rebootRUU
    fastboot flash zip firmware_twrp.zip
    fastboot erase cache
    fastboot reboot-bootloader

    Device will reboot into bootloader; select recovery and it will reboot into TWRP, then flash superuser/supersu to root.