Weaksauce vs rumrunner [SOLVED]

Search This thread

chris9486

Member
Apr 16, 2011
34
0
I already answered above

please change your recovery to twrp 2.6.3.3 as mentioned below:


A) Having Problems? Rule #1: check MD5 on all your downloads; one single corrupt download can keep you trying for hours on end for nothing!
https://www.google.com/#q=MD5 ; Basically (in our context), MD5 checksums are to verify that the file you downloaded isn't corrupt

on Mac, Linux, and Android terminals it's already built in:
Mac: in terminal, just type md5 <name of file>
----> MD5 (<name of file>) = 12345678901234567890123456789012

Linux: in terminal, just type md5sum <name of file>
----> 12345678901234567890123456789012 <name of file>

Android: in "adb shell", just type md5sum <name of file>
----> 12345678901234567890123456789012 <name of file>


Windows (seems not built-in!?!?): you can use programs such as http://winmd5.com/ , http://implbits.com/hashtab.aspx , http://www.pc-tools.net/win32/md5sums/ or any other one of your choosing.


C) Problems installing a ROM (in particular 4.4+ versions, and getting permission/set_metadata errors)
for M7_U/UL models, get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
Note: at the time of this writing these are the most reliable versions, even the 2.7.x.x series seem to still have problems

in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader



Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31

C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx    fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]


C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [  1.209s]
writing 'recovery'...
OKAY [  1.144s]
finished. total time: 2.354s

C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [  0.120s]
finished. total time: 0.120s

C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [  0.160s]
finished. total time: 0.160s
-> enter RECOVERY and install the ROM​

ADB doesn't work so I can't use fastboot. It is not showing up.
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
ADB doesn't work so I can't use fastboot. It is not showing up.

okay, first please calm down, you're phone is just fine, and will work, stop rushing things and relax (otherwise you're going to end up doing something wrong!!)

in bootloader, you use fastboot not adb to flash twrp 2.6.3.3

trust me, in bootloader adb will never work, only fastboot commands (and you use fastboot commands to flash recovery)


EDIT: and the command prompt output i posted above should be clear enough to follow
 
  • Like
Reactions: chris9486

chris9486

Member
Apr 16, 2011
34
0
okay, first please calm down, you're phone is just fine, and will work, stop rushing things and relax (otherwise you're going to end up doing something wrong!!)

in bootloader, you use fastboot not adb to flash twrp 2.6.3.3

trust me, in bootloader adb will never work, only fastboot commands (and you use fastboot commands to flash recovery)

I am trying to be calm. Followed your instructions and worked. Hey I even used MD5. I had to use 2.7 though as the link you gave me didn't work. I now have access to twrp.

What do I need to do next?!
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
I am trying to be calm. Followed your instructions and worked. Hey I even used MD5. I had to use 2.7 though as the link you gave me didn't work. I now have access to twrp.

What do I need to do next?!

please go back and get twrp 2.6.3.3 as mentioned above; the 2.7 series (possibly with the exception of 2.7.1.2) are buggy

---------- Post added at 02:06 PM ---------- Previous post was at 02:03 PM ----------

here: https://www.dropbox.com/s/5lysxdsd9qmjvgj/openrecovery-twrp-2.6.3.3-m7.img?dl=0
MD5: 72067AEFB69541D40E8420D7AA46408D
 
  • Like
Reactions: chris9486

chris9486

Member
Apr 16, 2011
34
0
please go back and get twrp 2.6.3.3 as mentioned above; the 2.7 series (possibly with the exception of 2.7.1.2) are buggy

---------- Post added at 02:06 PM ---------- Previous post was at 02:03 PM ----------

here: https://www.dropbox.com/s/5lysxdsd9qmjvgj/openrecovery-twrp-2.6.3.3-m7.img?dl=0
MD5: 72067AEFB69541D40E8420D7AA46408D

Done.

What next?

(the reason I was panicking is because I lost a hard drive, then a back up hard drive, last week with 8 years of professional photography work on. I have since had to send it off for recovery and it is costing £540 in total with no guarantee. I could replace this phone on the insurance but it would be an additional £125. Then to top it all off, I am expecting a call today about a 'winter' job, so that's why I panicked. Sorry)
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
Done.

What next?

(the reason I was panicking is because I lost a hard drive, then a back up hard drive, last week with 8 years of professional photography work on. I have since had to send it off for recovery and it is costing £540 in total with no guarantee. I could replace this phone on the insurance but it would be an additional £125. Then to top it all off, I am expecting a call today about a 'winter' job, so that's why I panicked. Sorry)

Never do anything while panicked, that is the number one reason for real bricks. You'll have it up and running shortly.

Check MD5 of the ROM you have, if it's ARHD 31.6 the MD5 should be: B4EDA0171BF3BFED779C2107EF6C6F76
 
  • Like
Reactions: chris9486

chris9486

Member
Apr 16, 2011
34
0
Never do anything while panicked, that is the number one reason for real bricks. You'll have it up and running shortly.

Check MD5 of the ROM you have, if it's ARHD 31.6 the MD5 should be: B4EDA0171BF3BFED779C2107EF6C6F76

Thank you so much for helping me with this. ARHD 31.6 is downloading. Says half hour.

I am guessing I will flash the rom using fastboot?
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
I am redownloading it since the md5's don't match. I deserve to have messed my phone up for not using md5's

ah, bad md5 = not good file. i always use a download manager (it helps a lot), except for sites that don't work with them (such as the site twrp is on).

since it's downloading, can I recommend you read point E here: http://xdaforums.com/showpost.php?p=53270352&postcount=21
that's how you're going to get the rom to your phone, so you can install it using twrp
 
  • Like
Reactions: chris9486

chris9486

Member
Apr 16, 2011
34
0
ah, bad md5 = not good file. i always use a download manager (it helps a lot), except for sites that don't work with them (such as the site twrp is on).

since it's downloading, can I recommend you read point E here: http://xdaforums.com/showpost.php?p=53270352&postcount=21
that's how you're going to get the rom to your phone, so you can install it using twrp

Sideload is under advanced > adb sideload in twrp?

Then once I am installed, erase cache and reboot?

Then return to the s-off with firewater and carry on with the guide...?

Thank you so much for helping me.
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
Sideload is under advanced > adb sideload in twrp?

Then once I am installed, erase cache and reboot?

Then return to the s-off with firewater and carry on with the guide...?

Thank you so much for helping me.

yes if you want to use sideload, then you go to advanced and start sideload
if you type "adb devices" it will come back with your serial number followed by "sideload"

then adb sideload <name of file>.zip

once the installer starts, go through it, and select "wipe userpartition" (<- important, otherwise you may have apps crashing), once it's finished installing twrp will give you an option to "wipe cache & dalvik" and then reboot system.
first bootup will take about 10 to 20mins, so don't worry about that

PS: the 20mins is slightly exaggerated :), but it will feel like a long time
 

chris9486

Member
Apr 16, 2011
34
0
yes if you want to use sideload, then you go to advanced and start sideload
if you type "adb devices" it will come back with your serial number followed by "sideload"

then adb sideload <name of file>.zip

once the installer starts, go through it, and select "wipe userpartition" (<- important, otherwise you may have apps crashing), once it's finished installing twrp will give you an option to "wipe cache & dalvik" and then reboot system.
first bootup will take about 10 to 20mins, so don't worry about that

PS: the 20mins is slightly exaggerated :), but it will feel like a long time

It is all loaded and working fine. I can't find developer options in settings though to turn on usb debugging. :/

Edit - its ok I forgot about the tapping build number to get it up
 
Last edited:

chris9486

Member
Apr 16, 2011
34
0

Yes

C:\adb>fastboot getvar all
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4238mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.079s
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
Yes

C:\adb>fastboot getvar all
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4238mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.079s
Ah, good
Strange the tampered didn't go away, anyway flash the ruu. zip as mentioned that should get rid of it too

I'll be back later

Sent from my HTC One using Tapatalk
 

chris9486

Member
Apr 16, 2011
34
0
Ah, good
Strange the tampered didn't go away, anyway flash the ruu. zip as mentioned that should get rid of it too

I'll be back later

Sent from my HTC One using Tapatalk

Thank you so much!!!

Tampered is now gone. Says locked still too.
Completely back to original stock and just did my first OTA.
Do you have a paypal so I can send you, say $10?
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
Thank you so much!!!

Tampered is now gone. Says locked still too.
Completely back to original stock and just did my first OTA.
Do you have a paypal so I can send you, say $10?

you're welcome, thanks for the offer, but you go ahead and enjoy a cold beer ;)

can you also edit main thread title to include [SOLVED], thanks
edit the first post -> at the bottom of the edit window, click Go Advanced, and then you can edit main title
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I am trying to return my HTC one to stock using this guide
    http://xdaforums.com/showthread.php?t=2541082

    I have rooted my phone on a previous occasion a few months ago so I could install some root required apps. Apps installed and everything was fine.

    Rumrunner runs, then says I do not have root access.
    Weaksauce tells me 'already rooted'.

    In hboot I have these for the top two lines
    ***tampered***
    ***unlocked***

    I have s-on and need to get s-off before I can continue, can anyone help?

    start by posting a "fastboot getvar all" (excluding IMEI and s/n), and what ROM are you running?
    1
    I am running stock ROM I think. It was a while back when I rooted it and can't remember installing a custom rom. I like the original HTC rom, it is fast and I never get any lag. I just wanted to add the tap to wake features that had been ported from the m8, I just needed a rooted phone.

    (bootloader) version-bootloader: 1.57.0000
    (bootloader) version-main: 5.11.401.10
    (bootloader) version-misc: PVT SHIP S-ON
    (bootloader) product: m7_ul
    (bootloader) modelid: PN0710000
    (bootloader) cidnum: HTC__001

    @nateboi81 is right, your only options are:
    a) sunshine (costs $25) on stock rom
    or
    b) firewater (free) on rooted ROM (and possibly bulletproof kernel)
    if firewater gives you "whelp this sucks, etc" error then only sunshine will work
    1
    Thanks for the replies. I have just spent the best part of the last hour going through the guide I posted a link to. The links for htc1 guru do not work, keep timing out. And a lot of the stuff I don't understand which steps I need to take. The guide is great but not well structured for the less confident.
    Any recommendations on what should be written better?

    I have mirrors of many of the files, for you (once s-off), you can use ruu.zip method using this ruu.zip: https://www.androidfilehost.com/?fid=23329332407584993




    Firewater didn't work. It said I need to run it as SU or FU. I followed all the commands on the firewater s-off site.

    From Firewater attempt. I am aware that $ in adb shell means it is not rooted. So I think there's just a big issue with if it is or not rooted. Like the original post, one says I am and one says I am not. So I am giving up!

    C:\adb>adb devices
    List of devices attached
    S**************0 device


    C:\adb>adb reboot

    C:\adb>adb wait-for device push firewater /data/local/tmp
    C:\adb>adb shell
    shell@m7:/ $ su
    su
    1|shell@m7:/ $ chmod 755 /data/local/tmp/firewater
    chmod 755 /data/local/tmp/firewater
    shell@m7:/ $ /data/local/tmp/firewater
    /data/local/tmp/firewater
    error, run firewater as root. su or FU!!!!!!
    1|shell@m7:/ $

    install a custom ROM, i've heard that ARHD 31.6 should work: http://xdaforums.com/showthread.php?t=2183023
    then try firewater

    EDIT: or if you don't wanna waste time, just use sunshine (it costs $25, but definitely works, whereas firewater only has a limited chance)
    1
    ADB doesn't work so I can't use fastboot. It is not showing up.

    okay, first please calm down, you're phone is just fine, and will work, stop rushing things and relax (otherwise you're going to end up doing something wrong!!)

    in bootloader, you use fastboot not adb to flash twrp 2.6.3.3

    trust me, in bootloader adb will never work, only fastboot commands (and you use fastboot commands to flash recovery)


    EDIT: and the command prompt output i posted above should be clear enough to follow
    1
    I am trying to be calm. Followed your instructions and worked. Hey I even used MD5. I had to use 2.7 though as the link you gave me didn't work. I now have access to twrp.

    What do I need to do next?!

    please go back and get twrp 2.6.3.3 as mentioned above; the 2.7 series (possibly with the exception of 2.7.1.2) are buggy

    ---------- Post added at 02:06 PM ---------- Previous post was at 02:03 PM ----------

    here: https://www.dropbox.com/s/5lysxdsd9qmjvgj/openrecovery-twrp-2.6.3.3-m7.img?dl=0
    MD5: 72067AEFB69541D40E8420D7AA46408D