Hi folks,
I found a way how to LOCK device temporarily when it was UNLOCKED. It means in bootloader will be written 'LOCK' not 'RELOCK'!.
1. go to bootloader
2. choose fastboot
3. connect phone to PC via USB
4. type command in you PC (in folder where fastboot and adb commands are)
Code:
fastboot oem readsecureflag
it should return something like
Code:
...
(bootloader) ›ŻtjHTCE
(bootloader) Done!
(bootloader) HWIO_SDC1_MD_REG_ADDR=0xA86000A0
(bootloader) HWIO_SDC1_NS_REG_ADDR=0xA86000A4
(bootloader) HWIO_SDC3_MD_REG_ADDR=0xA86000B0
(bootloader) HWIO_SDC3_NS_REG_ADDR=0xA86000B4
(bootloader) phys_to_virt(HWIO_SDC1_MD_REG_ADDR)=0xD32000A0
(bootloader) phys_to_virt(HWIO_SDC1_NS_REG_ADDR)=0xD32000A4
(bootloader) phys_to_virt(HWIO_SDC3_MD_REG_ADDR)=0xD32000B0
(bootloader) phys_to_virt(HWIO_SDC3_NS_REG_ADDR)=0xD32000B4
(bootloader) sdc_ns_reg value=0xFF9E0B58
(bootloader) HWIO_SDC1_MD_REG_ADDR=0xA86000A0
(bootloader) HWIO_SDC1_NS_REG_ADDR=0xA86000A4
(bootloader) HWIO_SDC3_MD_REG_ADDR=0xA86000B0
(bootloader) HWIO_SDC3_NS_REG_ADDR=0xA86000B4
(bootloader) phys_to_virt(HWIO_SDC1_MD_REG_ADDR)=0xD32000A0
(bootloader) phys_to_virt(HWIO_SDC1_NS_REG_ADDR)=0xD32000A4
(bootloader) phys_to_virt(HWIO_SDC3_MD_REG_ADDR)=0xD32000B0
(bootloader) phys_to_virt(HWIO_SDC3_NS_REG_ADDR)=0xD32000B4
(bootloader) sdc_ns_reg value=0xFF9E0B58
(bootloader) sdcc_init_memory_device done
(bootloader) HWIO_SDC1_MD_REG_ADDR=0xA86000A0
(bootloader) HWIO_SDC1_NS_REG_ADDR=0xA86000A4
(bootloader) HWIO_SDC3_MD_REG_ADDR=0xA86000B0
(bootloader) HWIO_SDC3_NS_REG_ADDR=0xA86000B4
(bootloader) phys_to_virt(HWIO_SDC1_MD_REG_ADDR)=0xD32000A0
(bootloader) phys_to_virt(HWIO_SDC1_NS_REG_ADDR)=0xD32000A4
(bootloader) phys_to_virt(HWIO_SDC3_MD_REG_ADDR)=0xD32000B0
(bootloader) phys_to_virt(HWIO_SDC3_NS_REG_ADDR)=0xD32000B4
(bootloader) sdc_ns_reg value=0xFE2B0B5A
(bootloader) Wait for AMSS ready
(bootloader) AMSS is ready
(bootloader) readsecureflag: secure flag: ON
(bootloader) [usb_ep_write] ep1in prime failed (0x0)
(bootloader) ed
OKAY [ 91.385s]
finished. total time: 91.385s
5. In BOOTLOADER choose on BOOTLOADER.
6. Voila, you have it.
It is fully functional LOCK. As test you can do:
Code:
fastboot oem lock
...
(bootloader) Device was already locked!
OKAY [ 1.010s]
finished. total time: 1.010s
Or you can do LOCK again via Unlock_code.bin from HTCdev - works
Or you can update ROM.zip from RUU - works
After reset of phone it will be UNLOCKED again!
Funny is that I discovered it with pure coincidence while I was finding how to install ROM.zip from RUU. Maybe this trick works only for my phone, so will be good if somebody will check it.My problem was still not solved regard wrong EMMC partition, but this trick can be helpful for somebody. Especially for phones where classic method with FASTBOOT OEM LOCK fails with error "Lock failed! FAILED (status read failed (Too many links))"
by doing this can you make the bootloader say LOCKED instead of RE-LOCKED???
EDit: Yeah it says LOCKED sorry I havent read your OP more carefully
Man u don't know how much u contributed to our device.
Awesome
Sent from my HTC Desire X using xda app-developers app
It's awesome what you've found out dude! But I have one question: It will appear as "Locked" but if you turn off your phone and turn it on again, it will show "Unlocked" right?
It would be awesome if it only showed "Locked" because we could regain our warranty!
Have a great day and thank you!
Holy crap, this is awesome
Hmmm,, is this safe enough?
Can you:
Lock -> Unlock -> Use this metoth to Lock -> Unlock ?
btw
http://forum.xda-developers.com/showthread.php?t=1630569
PLEASE READ: This will only work on a stock, signed S-OFF HBOOT. Do not try this on a patched or ENG HBOOT or the result will be a permanent hard brick.
Click to expand...
Click to collapse
Klapo said:
Hmmm,, is this safe enough?
Can you:
Lock -> Unlock -> Use this metoth to Lock -> Unlock ?
btw
http://forum.xda-developers.com/showthread.php?t=1630569
Click to expand...
Click to collapse
In my method I'm NOT using
Code:
fastboot oem writesecureflag 3
Just only
Code:
fastboot oem readsecureflag
It is safe. For unlock just use standard method
Code:
fastboot oem unlock
Any one tested ?
Sent from my HTC Desire X using xda premium
monitorstudioworker said:
Any one tested ?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
Tested the OP.
xpirt
So this really can locked our DX ?
Sent from my HTC Desire X using xda premium
monitorstudioworker said:
So this really can locked our DX ?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
Yes, it's a trick that shows LOCKED instead of RELOCKED.
Note: your warranty is still void.
xpirt
xpirt said:
Note: your warranty is still void.
Click to expand...
Click to collapse
Why you think so? they can't be tricked ?
Klapo said:
Why you think so? they can't be tricked ?
Click to expand...
Click to collapse
Yes but maybe they have another system to see if you unlocked your bootloader or not, for ex. a count like Samsung phones.
xpirt
xpirt said:
Yes but maybe they have another system to see if you unlocked your bootloader or not, for ex. a count like Samsung phones.
xpirt
Click to expand...
Click to collapse
No it can't ..................
After doing that I reboot bootloader, and it showed "Unlocked" again.
Sent from my HTC Desire X using xda premium
so, it's not working...
Related
I have an HTC One X+ (AT&T) that i rooted and unlocked using the All-in-One toolkit version 2.4.
A day or so ago i believe i am having some partition corruption that makes my phone reboot any time you try to access things on the phone.
What it will do.
Boot normal and sit there as long as you let it sit.
boot to bootloader (Unlocked)
boot to TWRP
can see with adb and with fastboot
Things I can't do.
Copy anything to the phone through windows explorer
download anything to the phone
install any programs to the phone
push via adb to anywhere on the phone
mount usb in TWRP
sideload anything
wont reflash recovery...says it works and then reboot back to same recovery
cannot relock bootloader
due to unlock cannot RUU
cannot format/erase due to S-ON (which i believe is not changable on this model)
Not sure where to go from here. Any thoughts?
taenkarth said:
I have an HTC One X+ (AT&T) that i rooted and unlocked using the All-in-One toolkit version 2.4.
...
Not sure where to go from here. Any thoughts?
Click to expand...
Click to collapse
What ROM you are using? You forgot the most vital information...
Addicted2xda said:
What ROM you are using? You forgot the most vital information...
Click to expand...
Click to collapse
Stock. I did the latest OTA update to my phone before I rooted, unlocked. I have not installed any custom roms yet.
taenkarth said:
Stock. I did the latest OTA update to my phone before I rooted, unlocked. I have not installed any custom roms yet.
Click to expand...
Click to collapse
Have you tried factory reset?
Yes. Sorry I forgot to mention that.
I have also tried to do the factory wipe from settings while the phone was booted.
taenkarth said:
Yes. Sorry I forgot to mention that.
I have also tried to do the factory wipe from settings while the phone was booted.
Click to expand...
Click to collapse
If you are TWRP - erase data... first if that does not solve
Lock the bootloader and then re unlock it... I think it will solve your problem...
Things I can't do.
Copy anything to the phone through windows explorer
download anything to the phone
install any programs to the phone
push via adb to anywhere on the phone
mount usb in TWRP
sideload anything
wont reflash recovery...says it works and then reboot back to same recovery
cannot relock bootloader
due to unlock cannot RUU
cannot format/erase due to S-ON (which i believe is not changable on this model)
Click to expand...
Click to collapse
As you can see above I cannot lock the bootloader.
When I try to erase data from TWRP it fails stating that it cannot wipe /data. Unable to format to remove encryption.
Other thoughts?
Also when run getvar alll in fastboot i get this
C:\data>fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.40.0000
(bootloader) version-baseband: SSD:2.14.55.01
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.19.502.1
(bootloader) serialno: HT2BCW301690
(bootloader) imei: 353429050343486
(bootloader) product: evitare_ul
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PM6310000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3778mV
(bootloader) devpower: 41
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.452s
taenkarth said:
As you can see above I cannot lock the bootloader.
When I try to erase data from TWRP it fails stating that it cannot wipe /data. Unable to format to remove encryption.
Other thoughts?
Click to expand...
Click to collapse
What problem are your facing / error message you are getting when trying to relock the bootloader?
Sometimes I get a failed with too many links.
Sometimes I get successful.
Either response I get doesn't change what the top of my boot loader says which is "unlocked" in pink.
I just guessing, maybe your internal Sdcard has been bad sector, did u check that?
Sent from my HTC One X+ using xda premium
I was thinking the same but don't know how to check. What do I do to check/repair that kind of issue on an internal card?
stop stop STOP!
when you relock the device, it will ALWAYS, say failed, but it does actually relock.
I have heard that. However, no matter what message I get when I boot into the boot loader afterwards it still says unlocked in pink at the top .
taenkarth said:
I have heard that. However, no matter what message I get when I boot into the boot loader afterwards it still says unlocked in pink at the top .
Click to expand...
Click to collapse
Are you using hasoon's toolkit?
If yes - put the unlock_code.bin in root of the toolkit folder and try a few times ... it should work.
Also, make sure you can see your device in adb...
Ok I just did this.
Put unlock_code.bin in the root of the AIO folder and ran the command three times. I also ran fastboot oem lock with the same results.
"fastboot devices" shows the device as connected in fastboot.
Here are the responses I get.
...
(bootloader) Lock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.136s
...
(bootloader) Lock successfully...
OKAY [ 0.128s]
finished. total time: 0.129s
Both times I boot back into the bootloader and the top still says UNLOCKED in pink letters.
I can adb to it fine from within TWRP recovery or when the phone is standard booted.
Any new ideas?
I ran fdisk from recovery and the partition for data says that it doesn't contain a valid partition table.
Same with cache. Does that mean anything?
I have also found that every single time it reboots, it reverts everything back to the 23 of June. To the same exact instance in time. Any ideas?
Thanks!
Did I see somewhere that you had your phone encrypted? Try rebooting back into the ROM and going to Settings > Storage and uncheck Phone Storage Encryption.
No clue if that's the case or if it'll help, but it's one less thing it could be, ya know?
No encryption turned on in the Rom pin storage tab of settings. Thanks for the reply though.
What you saw on encryption was the message I get when I try to format data from within twrp recovery.
Hey, I don't know where to start from...
I just bought a Sprint HTC One Max yesterday and I was happy to S-Off and Root it, so I followed this guide... http://forum.xda-developers.com/showthread.php?t=2550559
I followed every instruction all the way down the Step 4c. At Step 4d I got confused and skipped to 4f which is "Issue the command fastboot flash boot boot.img" after that my phone went from the HTC logo starting over and over to it being stuck in bootloader mode. Now I can't do a Factory Reset or a Recovery.
I've tried to go back to stock and flash this RUU file: 0P3PIMG_T6_WHL_JB43_SENSE55_SPCS_Sprint_WWE_1.14.651.1_Radio_1.30.50.1022_NV_SPCS_4.50_003_release_338466_signed_2.zip
During the flashing process, I got two errors
FAILED (remote: 43 main version check fail)
FAILED (remote: 12 singature verify fail)
I am new to this and something told me to just wait but I didn't listen. If anyone could help me, I would really appreciate it, I just got this phone yesterday and I didn't even get to use any features, because I was too eager to S-OFF and Root. All I want to do is go back to stock, play games on my new phone and never attempt to root or S-Off again. =,(
Thanks!
-----------------------------------------------------------------------------------
If this helps, my bootloader screen says this:
***TAMPERED***
***RELOCKED***
***Security Warning***
T6WHL PVT SHIP S-ON RH
HBOOT-2.46.0000
RADIO-v33.120.274_T6.0829
QSC-
OS-1.16.651.4
eMMC-boot 2048MB
Nov 6 2013,17:04:11.0
------------------------------------------------------------------------------------
My fastboot getvar all results
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.46.0000
(bootloader) version-baseband: 1.35.50.1106
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.16.651.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 99000428505809
(bootloader) product: t6whl
(bootloader) platform: HBOOT-8064
(bootloader) modelid: 0P3P70000
(bootloader) cidnum: SPCS_001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4118mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-70784205
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.055s
You should have used firewater. Look that up, it's quick, easy, and you don't need HTCdev.
Sent from my HTC One Max using Tapatalk!
gimmeitorilltell said:
You should have used firewater. Look that up, it's quick, easy, and you don't need HTCdev.
Sent from my HTC One Max using Tapatalk!
Click to expand...
Click to collapse
I wanted to but I didn't want to know where to start, so I just went ahead and used Punk9's guide.
This forum is for the Sprint HTC One . This belongs in the HTC one max forum
Sent from my HTCONE using xda app-developers app
pelon90005 said:
This forum is for the Sprint HTC One . This belongs in the HTC one max forum
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Sorry, how do I move it to the HTC One Max section?
You can message a moderator and ask that it be moved to the one max q&a thread.
Sent from my HTC One Max using Tapatalk!
Can someone tell me what RUU file I need to download?
Jet_Life said:
Can someone tell me what RUU file I need to download?
Click to expand...
Click to collapse
It looks like you had the right RUU file... But anyways you can get to your bootloader so you aren't bricked.. I believe if you search around someone posted all the phones image files ex: system.img recovery.img boot.img etc etc.. Grab those and fastboot them back to the phone. It already sounds like your terminal talks to your boot loader via fastboot so it would be "fastboot devices" make sure you get your devices serial number then "fastboot flash boot boot.img" fastboot flash recovery recovery.img" "fastboot flash system system.img" etc etc hit me up if you need some help
Murrda said:
It looks like you had the right RUU file... But anyways you can get to your bootloader so you aren't bricked.. I believe if you search around someone posted all the phones image files ex: system.img recovery.img boot.img etc etc.. Grab those and fastboot them back to the phone. It already sounds like your terminal talks to your boot loader via fastboot so it would be "fastboot devices" make sure you get your devices serial number then "fastboot flash boot boot.img" fastboot flash recovery recovery.img" "fastboot flash system system.img" etc etc hit me up if you need some help
Click to expand...
Click to collapse
For some reason, I unlocked my bootloader and my phone started right up, so I finished Punk9's guide and now I am ROOTED & have S-OFF. Thanks for the help though!!!
Is there an RUU for Verizon One Max?
I saw a pointer for Sprint and Intl, but not for
Verizon. I asked HTC support, they said
VZW wont let them distribute it.
Thanks
fuzzynco said:
I saw a pointer for Sprint and Intl, but not for
Verizon. I asked HTC support, they said
VZW wont let them distribute it.
Thanks
Click to expand...
Click to collapse
Distribute what? If your talking bout vzw Ruu there is one.
Sent from my HTC6600LVW using XDA Premium 4 mobile app
yes, that is what I meant
thayl0 said:
Distribute what? If your talking bout vzw Ruu there is one.
Sent from my HTC6600LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Do you have a link to the post or the download?
fuzzynco said:
Do you have a link to the post or the download?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2587336
Sent from my HTC6600LVW using XDA Premium 4 mobile app
Thanks... got it.
Murrda said:
It looks like you had the right RUU file... But anyways you can get to your bootloader so you aren't bricked.. I believe if you search around someone posted all the phones image files ex: system.img recovery.img boot.img etc etc.. Grab those and fastboot them back to the phone. It already sounds like your terminal talks to your boot loader via fastboot so it would be "fastboot devices" make sure you get your devices serial number then "fastboot flash boot boot.img" fastboot flash recovery recovery.img" "fastboot flash system system.img" etc etc hit me up if you need some help
Click to expand...
Click to collapse
Sorry to bother you, but, you would happen to know how to flash to Cricket from Sprint would you?
Hi everyone,
i have just one "easy" question.
How can i install AOKP ROM Here an HTC Desire X with hboot 1.25 ?
I dont want get golden card.
Thank you
http://forum.xda-developers.com/showthread.php?t=2213663
MrHackCZ said:
Hi everyone,
i have just one "easy" question.
How can i install AOKP ROM Here an HTC Desire X with hboot 1.25 ?
I dont want get golden card.
Thank you
Click to expand...
Click to collapse
I wouldn't recommend to install this ROM because it is unstable and there is no support anymore from the developer. So if you experience problems after this, you will be on your own. You have been warned.
I'm screwed
I tried to flash this AOKP rom like a dumbass....I forgot I was on hboot1.25 and flashed it.
Now phone doesn't boot.
I can't acces recovery.
All I can acces is fastboot.
I have a back-up on sd but cannot acces it because the recovery seems to be broken or something. Any advice on what should I do guys?
You can access recovery, so just reflash recovery through fastboot with fastboot flash recovery recovery.img (choose appropriate recovery for 1.25 hboot)
BTW
Maybe soon someone will port AOKP ROM based on CM 10 who is almost stable.
Sent from my HTC Desire X using Tapatalk
dansou901 said:
You can access recovery, so just reflash recovery through fastboot with fastboot flash recovery recovery.img (choose appropriate recovery for 1.25 hboot)
Click to expand...
Click to collapse
I tried many times to reflash recovery through fastboot but although it says it was succesfull I still cant enter recovery. The sreen just hangs saying "entering recovery" but nothing happens.
Something got really screwed up and I really dont know what to do.
dodialfaed said:
I tried many times to reflash recovery through fastboot but although it says it was succesfull I still cant enter recovery. The sreen just hangs saying "entering recovery" but nothing happens.
Something got really screwed up and I really dont know what to do.
Click to expand...
Click to collapse
Try to reformat cache from fastboot by typing fastboot erase cache
Sent from my HTC Desire X using XDA Premium 4 mobile app
dansou901 said:
Try to reformat cache from fastboot by typing fastboot erase cache
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I also erased cache every time.
I did this:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Still no succes :crying:
And another strange thing, because I'm S-off every time I used to enter recovery the phone vibrated several times but now it only vibrates one time.
Which recovery do you try to flash?
Sent from my HTC Desire X using XDA Premium 4 mobile app
I tried TWRP and PhilzTouch - the jb versions
---------- Post added at 06:08 PM ---------- Previous post was at 05:14 PM ----------
If I do getvar all in fastboot I get the following:
Code:
(bootloader) version-bootloader: 1.25.0002
(bootloader) version-baseband: 1.15.40.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN SHIP S-OFF
(bootloader) serialno: u�n�g"�a6����
(bootloader) imei: xxxxxxxxxxxxxx
(bootloader) meid:
(bootloader) product: proto
(bootloader) platform: HBOOT-8225
(bootloader) modelid: ���e����(����Q�~���Q��=��/ `oj\
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: HTC
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-02bbe6c44f94272745d8398b32e3f3e4f
getvar:all FAILED (unknown status code)
finished. total time: 0.067s
It seems thast serial number and model id are corrupted.
What now?
Seems like you are in bad luck and you have a paperweight now... At least I don't know a way of reviving anymore. Maybe it could be resolved using JTAG...
Sent from my HTC Desire X using XDA Premium 4 mobile app
dansou901 said:
Seems like you are in bad luck and you have a paperweight now... At least I don't know a way of reviving anymore. Maybe it could be resolved using JTAG...
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah. Thanks anyway. I'm gonna try my luck in Q&A Troubleshooting forum and if that doesn't work out I'll just S-on and relock bootloader and send it to service saying that it was a bad udate or something. (it's still in waranty)
Did you ever try this recovery ? http://forum.xda-developers.com/showpost.php?p=39662992&postcount=66 btw there was a way to make boothloader LOCKED instead of RELOCKED.
Take the S-OFF and downgrade your HBOT to 1.24. Then flash this ROM. PS: I recommend the new AOKP ROM for HBOT 1.25 (It's Android 4.1.2) http://forum.xda-developers.com/showthread.php?t=2764335 Good luck!
PepinCZ said:
Take the S-OFF and downgrade your HBOT to 1.24. Then flash this ROM. PS: I recommend the new AOKP ROM for HBOT 1.25 (It's Android 4.1.2) http://forum.xda-developers.com/showthread.php?t=2764335 Good luck!
Click to expand...
Click to collapse
He can't do S-OFF as he is not able to boot the phone!
Initially device had following software properties:
- Stock rooted jb rom
- S-off
- TWRP jb recovery
What messed up everything was that I flashed an ICS rom (AOKP) over my JB hboot.
Now phone doesn't boot (remains stuck at HTC logo).
I can acces only fastboot. If I try to acces recovery system remains stuck at HTC logo.
I've tried to reflash recovery (TWRP, Philz Touch, Atti's - all jb recoveries) in fastboot but with no result. It says operation succesful but still cannot acces recovery. I also did fastboot erase cache.
When entering fastboot getvar all I get the following information:
Code:
(bootloader) version-bootloader: 1.25.0002
(bootloader) version-baseband: 1.15.40.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN SHIP S-OFF
(bootloader) serialno: u�n�g"�a6����
(bootloader) imei: XXXXXXXXXXXXX
(bootloader) meid:
(bootloader) product: proto
(bootloader) platform: HBOOT-8225
(bootloader) modelid: ���e����(����Q�~���Q��=��/ `oj\
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: HTC
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-02bbe6c44f94272745d8398b32e3f3e4f
getvar:all FAILED (unknown status code)
finished. total time: 0.067s
I would really appreciate it if someone could point me in the right direction to resolve this problem.
Thank you all!
Oops, reread, sorry.
I have no idea why the recovery will not reflash. Sorry for wasting time.
EDIT: I had an idea!
Because you are S-off, your recovery can access way more partions and could have just flashed another incorrect one besides your recovery etc.
Go to the s-off thread, there are a lot of partion images posted. Flash as many as you can find to the right partions and maybe see if that works.
EDIT: Lack of vibrations. Look for which partion causes it.
Hopefully I've been somewhat helpful, though unlikley,
Thanks! I will try it and give feedback.
Sent from my LG-P500 using XDA Free mobile app
That's right. Good idea @CurtisMJ! He should try zu flash radio partition (after backup of course, don't remember the partition number now), because the seven vibrations are caused by radio if I remember right.
Sent from my HTC Desire X using XDA Premium 4 mobile app
dansou901 said:
That's right. Good idea @CurtisMJ! He should try zu flash radio partition (after backup of course, don't remember the partition number now), because the seven vibrations are caused by radio if I remember right.
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I have searched the entire rumrunner thread from here http://forum.xda-developers.com/showthread.php?t=2630531.
But I couldn't find any radio partitions or whatsoever. All there is are hboot images which I cannot flash because of my screwed up model id; I get the error
41 Model Id check fail
Click to expand...
Click to collapse
.
Am I looking in the wrong place? Where could I find a radio partition?
Could someone help me out with some block partitions from our device?
How can I check if device has ENG hboot?
Guys...If u are begginer why u complicate everything with S-OFF I never had issue like this.... =] And I dont see need to do S-OFF.
Sent from my HTC Desire X using Tapatalk
mefistoreyon said:
Guys...If u are begginer why u complicate everything with S-OFF I never had issue like this.... =] And I dont see need to do S-OFF.
Sent from my HTC Desire X using Tapatalk
Click to expand...
Click to collapse
You are right. But for me it's too late. Can't manage to do anything now with my softbricked device
Actually I bricked many times my phone ,but without S-OFF.And for that I think Im not able to help
One really stupid qestion.
What If to flash stock recovery+stock boot.img ?...
I will try it.
Sent from my LG-P500 using XDA Free mobile app
hey guys
i brick my phone too with exactly same var but without s-off i'm with s-on and i still can't unbrick it i try 2 stock roms but nothing.. :/ (sorry for my bad english)
This is what happens when someone doesn't read carefully ?
ICS AOKP builds are based on buggy sources and not maintained for years.
Odesláno z mého HTC Desire X pomocí Tapatalk
dfvikicha said:
i brick my phone too with exactly same var but without s-off i'm with s-on and i still can't unbrick it i try 2 stock roms but nothing.. :/ (sorry for my bad english)
Click to expand...
Click to collapse
Maybe u already know but...When u flash stock rom u have to flash too stock boot.img and recovery i think.Anyway if u are with ics hboot u can use RUU
I've sent mine back to service. Waiting to see if they fix it (it's still in waranty but you know...)
My desire x came back from service today. They replaced its motherboard!
how do i discover the ruu i need somehoiw i lost my OS and can only load into bootloader now so how do i find out the ruu to fix this
plook11 said:
how do i discover the ruu i need somehoiw i lost my OS and can only load into bootloader now so how do i find out the ruu to fix this
Click to expand...
Click to collapse
branded with rogers
im located in canada
original os was 4.2.2 if im not mistaken
Bootloader unlocked? S-Off?
Load fastboot and give us the output of
Code:
fastboot oem getvar all
mrplowdan said:
Bootloader unlocked? S-Off?
Load fastboot and give us the output of
Code:
fastboot oem getvar all
Click to expand...
Click to collapse
Tampored
relocked
securitywarning
zara ul pvt ship s on rl
hboot 2.22.0000
radio 1.26.40e.00.14
opendsp v18.2
os 2.14.631.3
eMMCboot 1024mb
and when i run that code i receive
Code:
C:\Users\Curtis\Desktop\hack dat phone\platform-tools>fastboot devices
HT3AJWK01609 fastboot
C:\Users\Curtis Spence\Desktop\hack dat phone\platform-tools>fastboot oem getvar
all
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.018s]
finished. total time: 0.019s
C:\Users\Curtis\Desktop\hack dat phone\platform-tools>
i lost my OS somehow i think becuase i cannot boot normaly only to fastboot and bootloader and all options return me to them
my bad, the command should have been
Code:
fastboot getvar all
You're going to have to unlock your bootloader again unless you already have twrp installed. Flash the kitkat twrp recovery, then you can restore the telus 4.4.2 twrp backup in my sig or flash the insertcoin rom.
You won't be able to use the Telus RUU unless you're s-off since you'll need to change your mid to match telus's as well and downgrade your hboot
mrplowdan said:
my bad, the command should have been
Code:
fastboot getvar all
You're going to have to unlock your bootloader again unless you already have twrp installed. Flash the kitkat twrp recovery, then you can restore the telus 4.4.2 twrp backup in my sig or flash the insertcoin rom.
You won't be able to use the Telus RUU unless you're s-off since you'll need to change your mid to match telus's as well and downgrade your hboot
Click to expand...
Click to collapse
ok well with the new code i get this
Code:
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.22.0000
(bootloader) version-baseband: 1.26.40e.00.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.14.631.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT3AJWK01609
(bootloader) imei: 357601050043342
(bootloader) meid:
(bootloader) product: zara_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: 0P4E20000
(bootloader) cidnum: ROGER001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4295mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-ae8bbb39
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.168s
yup, looks good, you were updated to kitkat so my twrp kk backup should work. If you want back to complete stock (telus) you'll need to s-off once you get the phone working again. Don't worry the telus radio is exactly the same as the rogers one.
mrplowdan said:
yup, looks good, you were updated to kitkat so my twrp kk backup should work. If you want back to complete stock (telus) you'll need to s-off once you get the phone working again. Don't worry the telus radio is exactly the same as the rogers one.
Click to expand...
Click to collapse
ok so what file exactly from yours do i need and im actualy after unlocking my phone to virgin mobile if possible and s off is the reason my phone keeps relockign becuase i try the aahk
plook11 said:
ok so what file exactly from yours do i need and im actualy after unlocking my phone to virgin mobile if possible and s off is the reason my phone keeps relockign becuase i try the aahk
Click to expand...
Click to collapse
You need to unlock your bootloader, which is unrelated to unlocking your network for virgin. Your HBoot says your relocked so its been unlocked before so I'm assuming you know how to use htcdev.com to do it
Then flash TWRP recovery for kitkat
http://forum.xda-developers.com/des...recovery-twrp-2-7-1-0-touch-recovery-t2804520
Then flash InsertCoin rom from here
http://forum.xda-developers.com/des...-2-7-1-0-touch-recovery-t2804520/post54488916
mrplowdan said:
You need to unlock your bootloader, which is unrelated to unlocking your network for virgin. Your HBoot says your relocked so its been unlocked before so I'm assuming you know how to use htcdev.com to do it
Then flash TWRP recovery for kitkat
http://forum.xda-developers.com/des...recovery-twrp-2-7-1-0-touch-recovery-t2804520
Then flash InsertCoin rom from here
http://forum.xda-developers.com/des...-2-7-1-0-touch-recovery-t2804520/post54488916
Click to expand...
Click to collapse
ok i unlocked and flashed openrecovery-twrp-2.7.1.1-zaracl.img but i dont see the insertcoin rom on that link and after i do find it and do it what will i do
plook11 said:
ok i unlocked and flashed openrecovery-twrp-2.7.1.1-zaracl.img but i dont see the insertcoin rom on that link and after i do find it and do it what will i do
Click to expand...
Click to collapse
oops heres the link
http://forum.xda-developers.com/des...om-insertcoin-3-0-6-zaraul-m7-port-5-t2819869
just download the UL version and the dialer fix, flash both from twrp's install zip function
mrplowdan said:
oops heres the link
http://forum.xda-developers.com/des...om-insertcoin-3-0-6-zaraul-m7-port-5-t2819869
just download the UL version and the dialer fix, flash both from twrp's install zip function
Click to expand...
Click to collapse
so i need to place them both on my sd card in that case?
yup
mrplowdan said:
yup
Click to expand...
Click to collapse
ok i have to step out for a while but when i get bakc i will do that and with that done will this phone once again be bootable? and what would my next step be towards the end goal of disabling the carrier lock
plook11 said:
ok i have to step out for a while but when i get bakc i will do that and with that done will this phone once again be bootable?
Click to expand...
Click to collapse
Yup
plook11 said:
and what would my next step be towards the end goal of disabling the carrier lock
Click to expand...
Click to collapse
As far as I know there is no known way to network unlock for free on our phones. You may be able to call Rogers and request an unlock code but I'm not sure of their policies, call them up and ask. I ended up using cellunlocker.net to unlock it for $15
mrplowdan said:
Yup
As far as I know there is no known way to network unlock for free on our phones. You may be able to call Rogers and request an unlock code but I'm not sure of their policies, call them up and ask. I ended up using cellunlocker.net to unlock it for $15
Click to expand...
Click to collapse
ok ill use cell unlocker becuase i called rogers originaly and they wanted $50 thats how i ended up here
$50?! what are they smoking?
mrplowdan said:
$50?! what are they smoking?
Click to expand...
Click to collapse
its crazy i know and now i tried the files but e unable to mount i had this before but forget how i fixed it any ideas?
mrplowdan said:
$50?! what are they smoking?
Click to expand...
Click to collapse
ok i finished the rooting of it but on boot it boots as a htc one but does load except atm it loads to a screen with background image but nothing else is there
mrplowdan said:
$50?! what are they smoking?
Click to expand...
Click to collapse
i must of taen the wrong file