[Q] Terminal script to relock bootloader - AT&T, Rogers HTC One X, Telstra One XL

Has anyone made a one click to relock the bootloader yet? I am no good with terminal or macs...

NOFSBIGE said:
Has anyone made a one click to relock the bootloader yet? I am no good with terminal or macs...
Click to expand...
Click to collapse
It's one command
reboot to bootloader
then from terminal type fastboot oem lock.
for a tutorial on ADB and Fastboot look here
http://forum.xda-developers.com/showthread.php?t=1754018

I can not figure this out for the life of me.... I tried doing this but it seems as the mac is not working well with it... Some one anyone help me relock my boot loader using a mac lol

I have a mac. Did you read my tutorial? Download the files I attached to the post. Unzip. Use adb_mac and fastboot_mac.

Speaking of macs....
gunnyman said:
I have a mac. Did you read my tutorial? Download the files I attached to the post. Unzip. Use adb_mac and fastboot_mac.
Click to expand...
Click to collapse
Is there a way to run a RUU on a mac, or should i just use bootcamp.

kyleallen5000 said:
Is there a way to run a RUU on a mac, or should i just use bootcamp.
Click to expand...
Click to collapse
Gotta use bootcamp or a VM. If you downloaded the RUU you would've noticed that it's an .exe

Related

HBOOT Upgrade

Hi,
i have the Desire S and a while ago (where HBOOT > 2.00.00 could not be turned S-OFF) i downgraded to 0.98 and S-Offed using revolutionary. I wanted to flash a Sense 3 ROM now and there is always said, it wont work with HBOOT 0.98. Is that true? How can i upgrade the HBOOT and keeping the device S-OFFed?
Thanks for your answers!
Nidhoegger
Nidhoegger said:
Hi,
i have the Desire S and a while ago (where HBOOT > 2.00.00 could not be turned S-OFF) i downgraded to 0.98 and S-Offed using revolutionary. I wanted to flash a Sense 3 ROM now and there is always said, it wont work with HBOOT 0.98. Is that true? How can i upgrade the HBOOT and keeping the device S-OFFed?
Thanks for your answers!
Nidhoegger
Click to expand...
Click to collapse
use a eng-hboot
See index thread for details
Which hboot is best for sense 4 roms? and is it recommended to upgrade radio too than?
The hboot for sense 4.0 roms is 2.00....
If you see the hboot thread you will see modified 2.000... and also the process to upgrade boot loader.
I had S-off and I was on 0.98 and now upgrade to 2.00 and still s-off
hemal_s33 said:
The hboot for sense 4.0 roms is 2.00....
If you see the hboot thread you will see modified 2.000... and also the process to upgrade boot loader.
I had S-off and I was on 0.98 and now upgrade to 2.00 and still s-off
Click to expand...
Click to collapse
Reengineered one?
xREDavidx said:
Reengineered one?
Click to expand...
Click to collapse
Yes
Sent from a Desire S waiting for Kernel 3 sources. WAKE UP HTC!!!!
Ok, one more quick question...
In one of the rom ( http://forum.xda-developers.com/showthread.php?t=1677252 )
the developer gave thes einstructions on how to get hboot on your phone:
Reboot to recovery and
Open Cmd (command prompt) and run following commands (press enter after each command)
adb devices
adb shell
su
Make sure that you device appear in the list. (eg. HT********)
After running these commands you will see
~#
start flashing my rom with recovery then
type this
dd if=/sdcard/hboot.img of=/dev/block/mmcblk0p18
Reboot to your bootloader and check your hboot version it must be something like this
*** LOCKED ***
SAGA PVT ENG S-OFF RL
HBOOT-2.00.2002 (PG8810000)
.....e.t.c.....
How does this work with cmd? I think recovery on phone doesnt have cmd to write this commands in, so i assume you have to connect phone with usb and than do this, i really don't see any other way to do this the way he say?
I think you must use this with fastboot commands while in bootloader mode
nyjuan69 said:
I think you must use this with fastboot commands while in bootloader mode
Click to expand...
Click to collapse
Can you please tell me how to do that step by step? i really don't know how to do that...what is fastboot and how to use commands there?
ADB and recovery
nyjuan69 said:
I think you must use this with fastboot commands while in bootloader mode
Click to expand...
Click to collapse
Or recovery mode
xREDavidx said:
Can you please tell me how to do that step by step? i really don't know how to do that...what is fastboot and how to use commands there?
Click to expand...
Click to collapse
Fastboot commands are issued via the command prompt, on your 'puter.
So... First of all you have to install "ADB" (Android Debug Bridge) on your computer.
Here's a good windows guide: http://forum.xda-developers.com/showthread.php?t=1272595
In short, you have to download adb and place it on your harddrive, and then edit the path to match.
After this is done you can write all sorts of commands...
For example:
adb /help gives you a list of all the available commands.
adb reboot recovery restarts your phone in recovery mode
adb reboot bootloader restarts your phone in bootloader (to see hboot version)
One thing tho - don't forget to mount your sdcard when booted into recovery.
You'll find a menu choice to do this somewhere.
Hope this helps!
Hope this helps
freshly baked..and posted
Regards,
sky770
sky770 said:
Hope this helps
Click to expand...
Click to collapse
Sure it will help
xREDavidx said:
How does this work with cmd? I think recovery on phone doesnt have cmd to write this commands in, so i assume you have to connect phone with usb and than do this, i really don't see any other way to do this the way he say?
Click to expand...
Click to collapse
nyjuan69 said:
I think you must use this with fastboot commands while in bootloader mode
Click to expand...
Click to collapse
As the first command says "adb devices" it should be done with adb, phone booted or in recovery mode. Not with fastboot.
chninkel said:
Sure it will help
As the first command says "adb devices" it should be done with adb, phone booted or in recovery mode. Not with fastboot.
Click to expand...
Click to collapse
Please see my thread for all noob answers.
It has to be in "usb-fastboot" OR "fastboot usb". Again, please read the thread for further clarification
---------- Post added at 06:43 AM ---------- Previous post was at 06:36 AM ----------
nyjuan69 said:
I think you must use this with fastboot commands while in bootloader mode
Click to expand...
Click to collapse
If this is what you are looking forward to then do it Its noob proof
xREDavidx said:
Can you please tell me how to do that step by step? i really don't know how to do that...what is fastboot and how to use commands there?
Click to expand...
Click to collapse
see above ^
dr.higgins said:
Or recovery mode
Fastboot commands are issued via the command prompt, on your 'puter.
So... First of all you have to install "ADB" (Android Debug Bridge) on your computer.
Here's a good windows guide: http://forum.xda-developers.com/showthread.php?t=1272595
In short, you have to download adb and place it on your harddrive, and then edit the path to match.
After this is done you can write all sorts of commands...
For example:
adb /help gives you a list of all the available commands.
adb reboot recovery restarts your phone in recovery mode
adb reboot bootloader restarts your phone in bootloader (to see hboot version)
One thing tho - don't forget to mount your sdcard when booted into recovery.
You'll find a menu choice to do this somewhere.
Hope this helps!
Click to expand...
Click to collapse
wouldn't really recommend "dd commands"/adb to noobs straightway
Heres the reason why..
Anyways thanks for putting them up here
Wow, you're really promoting that hboot thread of yours, aren't you!
wouldn't really recommend "dd commands"/adb to noobs straightway
Click to expand...
Click to collapse
I wasn't recommending anything, I was just answering a question.
A friendly advice; maybe you should go a little easy on noob calling.
Some people might be offended.
Btw, weren't you asking around for help with your own hboot just a few days ago? Or am I confusing you with somebody else?
Don't take this the wrong way, I think guides in general are a great tool for beginners. I've followed quite a few of them myself
dr.higgins said:
Wow, you're really promoting that hboot thread of yours, aren't you!
Click to expand...
Click to collapse
Well, not really but yeah.. I am being helpful so I wouldn't mind helping others in need..here
Moreover what others need to understand is all in details in that particular thread.
dr.higgins said:
I wasn't recommending anything, I was just answering a question.
Click to expand...
Click to collapse
Yep, I wasn't pointing at you..but just giving a headups to the fella who you were replying to
dr.higgins said:
A friendly advice; maybe you should go a little easy on noob calling.
Some people might be offended.
Click to expand...
Click to collapse
Well..thats somewhat true. Thats why my thread is named "...the noob way" and NOT "for noobs"
dr.higgins said:
Btw, weren't you asking around for help with your own hboot just a few days ago? Or am I confusing you with somebody else?
Don't take this the wrong way, I think guides in general are a great tool for beginners. I've followed quite a few of them myself
Click to expand...
Click to collapse
Yes, I was and I noticed that there was no unified solution in a single thread.
So, I made one so that others who are confused and flash their phones in a hurry don't brick theirs which to me would've hurt..as a developer myself (though am new to Android world)
I agree, the hboot threads can be somewhat confusing for a beginner.

[Q] How to flash rom.zip extracted from RUU ?

i'm currently on 1.73, SuperCID, bootloader unlocked, rooted.
I'm trying to upgrade to 1.85 and am confused as to what I should do once I extracted the rom.zip from the RUU 1.85 (stock) in order to flash it ?
Can someone please confirm if I can do the following (Mac OSX):
1-relock my bootloader:
fastboot oem lock
2-erase cache
fastboot erase cache
3-reboot in RUU
fastboot oem rebootRUU
4-flash rom.zip
fastboot flash zip rom.zip
Am I missing anything ?
Anyone ?
development section
http://forum.xda-developers.com/showthread.php?t=1658929
Pirateghost said:
development section
http://forum.xda-developers.com/showthread.php?t=1658929
Click to expand...
Click to collapse
thanks but I'm on a Mac so I can't run .exe files. Any other ideas ?
Crappyvate said:
thanks but I'm on a Mac so I can't run .exe files. Any other ideas ?
Click to expand...
Click to collapse
I used VMware. Snag the free Virtualbox software and install the free Windows 8 preview. Done and done.
Crappyvate said:
thanks but I'm on a Mac so I can't run .exe files. Any other ideas ?
Click to expand...
Click to collapse
fastboot flash rom.zip?
Pirateghost said:
fastboot flash rom.zip?
Click to expand...
Click to collapse
that's what i was thinking about (see my op) but i would like confirmation since it's extracted from an RUU. i would hate to brick....
Crappyvate said:
that's what i was thinking about (see my op) but i would like confirmation since it's extracted from an RUU. i would hate to brick....
Click to expand...
Click to collapse
It won't brick it. Either it will flash it or not.
Sent from my SGH-I777 using Tapatalk 2
Pirateghost said:
It won't brick it. Either it will flash it or not.
Sent from my SGH-I777 using Tapatalk 2
Click to expand...
Click to collapse
thanks. shouldn't command be: fastboot flash zip rom.zip
i thought it was fastboot flashall rom.zip but i could be wrong.
I'm like 99% sure that rom.zip is not flashable via fastboot...
You are going to have to use a virtualized session of Windows.
rohan32 said:
I'm like 99% sure that rom.zip is not flashable via fastboot...
You are going to have to use a virtualized session of Windows.
Click to expand...
Click to collapse
probably not, but they used to be....
Pirateghost said:
probably not, but they used to be....
Click to expand...
Click to collapse
rohan32 said:
I'm like 99% sure that rom.zip is not flashable via fastboot...
You are going to have to use a virtualized session of Windows.
Click to expand...
Click to collapse
yeah i was doing my best to avoid windows but I'm downloading Virtual Box now
Thanks to you both.
Crappyvate said:
yeah i was doing my best to avoid windows but I'm downloading Virtual Box now
Thanks to you both.
Click to expand...
Click to collapse
the fact that there aren't ANY official tools for Mac users to do this stuff bugs the crap out of me. At least Samsung people have heimdall which is a essentially a java version of the windows Odin program used to flash their firmwares.
gunnyman said:
the fact that there aren't ANY official tools for Mac users to do this stuff bugs the crap out of me. At least Samsung people have heimdall which is a essentially a java version of the windows Odin program used to flash their firmwares.
Click to expand...
Click to collapse
yep just came from captivate, liked heimdall very much. I'm currently also trying to install HTC Sync and drivers on an old win xp and it's a pita...
@gunnyman
what do i need to run the ruu, do i need to dl the HTC sdk or HTC Sync with drivers is enough ?
Why not extract the .img files and flash them separately?
Fastboot flash system system.img etc.
You could try fastboot update as well but I don't think it will work.
Sent from my Galaxy Nexus using xda premium
joshnichols189 said:
Why not extract the .img files and flash them separately?
Fastboot flash system system.img etc.
You could try fastboot update as well but I don't think it will work.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
my main objective with ruu is for a better radio...and you need S-OFF to be able to flash separately.
Crappyvate said:
my main objective with ruu is for a better radio...and you need S-OFF to be able to flash separately.
Click to expand...
Click to collapse
there's a flash radios thread now http://forum.xda-developers.com/showthread.php?t=1694012
gunnyman said:
there's a flash radios thread now http://forum.xda-developers.com/showthread.php?t=1694012
Click to expand...
Click to collapse
whoaa...so hard to keep up. LOL
What radio are you on ? I'm still on 1.73 w/CleanRom 2.5 and my radio randomly goes in and out. Was thinking of running ruu just to get better radio.
Can't decide whether I should go to 1.82 or 1.85. Any thoughts ?
EDIT: any other improvements on these ruu that you can see besides better radio ?

[Q] Return to stock, relock bootloader, etc.

This phone might be sold, or given to someone who needs it completely stock, so my question is, how do i flash the stock recover/rom/kernel/etc, and relock the bootloader? Nothing has popped up under similar threads, and searches of the development section turned up nothing.
Gimme a hand
Relock bootloader with fastboot oem lock
Then run the ruu. Run 1.85 if you're on at&t
Keep in mind, it cannot be made completely stock. It will say RELOCKED on the bootloader screen, instead of LOCKED.
gunnyman said:
Relock bootloader with fastboot oem lock
Then run the ruu. Run 1.85 if you're on at&t
Click to expand...
Click to collapse
Does that replace Recovery mode app too (back to stock) ??
mrbillishere said:
Does that replace Recovery mode app too (back to stock) ??
Click to expand...
Click to collapse
yes.
gunnyman said:
Relock bootloader with fastboot oem lock
Then run the ruu. Run 1.85 if you're on at&t
Click to expand...
Click to collapse
Since my specialty has been Winmo, Samsung, and ASUS devices, I'm not too familiar with those. Is there a tutorial or thread available for this? Or for more info? I assume the RUU is installed from the stock recovery, right? Returning to stock on the devices I used, usually involved flashing the stock recovery, then wiping/doing a factory reset from the stock recovery.
Mad props for the concise instructions.
1) connect your phone to PC
2) Ensure your pc has android sdk and usb debugging is enabled on your device
3) open command prompt -- Navigate to folder having android-sdk/platform-tools
4) run command "fastboot oem lock" - This should lock your bootloader
5) Place 1.85 RUU on root directory of your storage ( rename it as PH98IMG.ZIP )
6) Reboot to bootloader and it should read the RUU file.
kancherlapraneeth said:
1) connect your phone to PC
2) Ensure your pc has android sdk and usb debugging is enabled on your device
3) open command prompt -- Navigate to folder having android-sdk/platform-tools
4) run command "fastboot oem lock" - This should lock your bootloader
5) Place 1.85 RUU on root directory of your storage ( rename it as PH98IMG.ZIP )
6) Reboot to bootloader and it should read the RUU file.
Click to expand...
Click to collapse
Awesome, it's just an ADB command. Can I use the 1.85 update? I think I've been updated since I first wrote this via the cleaning aroma installer. Do I need to use that RUu, the one I used when I unlocked it? Or can I use whatever is the latest.
kancherlapraneeth said:
1) connect your phone to PC
2) Ensure your pc has android sdk and usb debugging is enabled on your device
3) open command prompt -- Navigate to folder having android-sdk/platform-tools
4) run command "fastboot oem lock" - This should lock your bootloader
5) Place 1.85 RUU on root directory of your storage ( rename it as PH98IMG.ZIP )
6) Reboot to bootloader and it should read the RUU file.
Click to expand...
Click to collapse
So do i place the 1.85 ruu (exe file?) on the device (named ph98img.zip), reboot into the bootloader, and it will do the rest automatically? Or do i have to choose an option in the bootloader?
Jamesyboy said:
Awesome, it's just an ADB command. Can I use the 1.85 update? I think I've been updated since I first wrote this via the cleaning aroma installer. Do I need to use that RUu, the one I used when I unlocked it? Or can I use whatever is the latest.
Click to expand...
Click to collapse
i think the aroma installer from Cleanrom updated my ruu, so i assume i have to use the latest version. WIll try that.
If you have any info, please share.
=D
Jamesyboy said:
So do i place the 1.85 ruu (exe file?) on the device (named ph98img.zip), reboot into the bootloader, and it will do the rest automatically? Or do i have to choose an option in the bootloader?
Click to expand...
Click to collapse
i seem to be having issues with ADB-- it says "waiting for device".
Jamesyboy said:
So do i place the 1.85 ruu (exe file?) on the device (named ph98img.zip), reboot into the bootloader, and it will do the rest automatically? Or do i have to choose an option in the bootloader?
Click to expand...
Click to collapse
Jamesyboy said:
i think the aroma installer from Cleanrom updated my ruu, so i assume i have to use the latest version. WIll try that.
If you have any info, please share.
=D
Click to expand...
Click to collapse
I rebooted into the bootloader, and it's displaying "tampered, relocked"
So it seems, i've relocked the bootloader, i copied the 2.20 ruu over, and renamed it what i was supposed to, but the phone doesn't boot now. I've tried going to "recovery" from the bootloader menu, and i've tried "factory reset". Nothing's happening though.
How to hide or delete the red text on the second boot screen after unlock bootloader ?
One x has no ext. SD so that method isn't going to work without a powered y cable with card reader.....our Evita one x I'd not a ph9800 so its double not gonna work.......no Tom is going to give u official firmware update so Check hboot.....if ver. Is 1.14 use ruu 2.20....if ver 1.09 use ruu 1.85
Sent from my SCH-R720 using xda premium
pckeung said:
How to hide or delete the red text on the second boot screen after unlock bootloader ?
Click to expand...
Click to collapse
You can't
Jamesyboy said:
I rebooted into the bootloader, and it's displaying "tampered, relocked"
So it seems, i've relocked the bootloader, i copied the 2.20 ruu over, and renamed it what i was supposed to, but the phone doesn't boot now. I've tried going to "recovery" from the bootloader menu, and i've tried "factory reset". Nothing's happening though.
Click to expand...
Click to collapse
mine is doing the same thing
the renaming of the ruu is incorrect, you can rename the rom.zip inside maybe and have it work that way.
best to just boot into bootloader and run "fastboot oem lock" then run the ruu and follow the steps.
yungskeeme said:
mine is doing the same thing
Click to expand...
Click to collapse
This is an old thread from 3 months ago, the the original OP was confusing a lot of the terms and steps, so I would caution against doing anything he did, or chiming in on the thread and saying "my phone is doing the same". I'd suggest sticking to the other thread you started, and not confusing things more by posting here, too.
redpoint73 said:
This is an old thread from 3 months ago, the the original OP was confusing a lot of the terms and steps, so I would caution against doing anything he did, or chiming in on the thread and saying "my phone is doing the same". I'd suggest sticking to the other thread you started, and not confusing things more by posting here, too.
Click to expand...
Click to collapse
Cool. My bad. Just really despite to fix this so looking everywhere
Sent from my HTC One X using xda app-developers app

No longer needed

Edit- sunshine can temp root and s-off all versions now so this method is no longer needed
If you are currently on OS 4.17.605.9 you can downgrade to 4.17.605.5 while s-on by using a signed RUU.
Why might one need this? Perhaps a sunshine app update will support it? Dunno
This will NOT wipe your phone.
Option 1
For Lollipop
Download DOTTAT_VZWM8_S_ON_5.0.1_RUU.exe and doubleclick. Allow file to extract and install dependencies and then follow on screen prompts.
Option 2
Copy 0P6BIMG.zip to root of a physical SD formatted to fat32. No exfat! No internal storage! Must be external SD formated to fat32!
Reboot phone to bootloader and follow prompts once RUU is detected by phone.
Option 3
- (use this fastboot https://www.androidfilehost.com/?fid=95784891001612150 )
Fastboot RUU mode . This method assumes you have a working ADB/Fastboot directory on your PC. Download RUUish file and place in your working fastboot/adb directory. Boot your phone to fastboot mode and connect to PC. Issue the following commands.
fastboot oem rebootRUU
###while in this mode your phone will display an HTC logo on the screen
fastboot flash zip 0P6BIMG.zip
##while in this mode you will see an HTC logo on the screen and a green status bar across the bottom of the screen. When command output ##completes it may say reboot required to flush etc... if that's the case issue a "fastboot reboot-bootloader" command and restart option 1 again.
example
## assuming flash completes and no further flushing/reboots are requested from the cmd output you can now reboot IF you simply wish to reboot the system you can issue "fastboot reboot" which will reboot system.
## expect a good 5 minute plus first boot!
Downloads Do NOT mirror these elsewhere.
5.0.1 RUU EXE (single exe don't unzip)
- https://www.androidfilehost.com/?fid=95916177934540519
md5 e0ca625c221724d1e50d27330f97ba32
5.0.1 RUU zip
- https://www.androidfilehost.com/?fid=95916177934540511
md5 6a32ce5d3f86b886d38414e27cf5246e
FIRST!
J/K...
Thanks dottat, that's good information to have! A lot of people will be happy.
Zanzibar said:
FIRST!
Click to expand...
Click to collapse
Congrats...[emoji6]
Sent from my HTC6525LVW using Tapatalk
Will this allow HTCDEV.com to work?
razieltov said:
Will this allow HTCDEV.com to work?
Click to expand...
Click to collapse
No. This just downgrades you from 4.17.605.9 to 4.17.605.5. It does not change your CID to one allowed by HTCdev.com
Sent from my HTC6525LVW using Tapatalk
Quick question from a noob:
You say in the post that this will NOT delete data from the device. But the RUU tool ReadMe has a giant, bold red warning that says "Installing the ROM Update Utility (RUU) will delete ALL information and data on your Android phone."
So... which is it? Will the tool wipe the device or not?
nic0machus said:
Quick question from a noob:
You say in the post that this will NOT delete data from the device. But the RUU tool ReadMe has a giant, bold red warning that says "Installing the ROM Update Utility (RUU) will delete ALL information and data on your Android phone."
So... which is it? Will the tool wipe the device or not?
Click to expand...
Click to collapse
Well geesssh... who you gonna believe? So you are asking me if it's my word or some silly readme? That's a conflict of interest for me to answer of sorts
NO IT WILL NOT WIPE
dottat said:
Well geesssh... who you gonna believe? So you are asking me if it's my word or some silly readme? That's a conflict of interest for me to answer of sorts
NO IT WILL NOT WIPE
Click to expand...
Click to collapse
I don't believe you...[emoji6]
Sent from my unknown using Tapatalk
bschram said:
I don't believe you...[emoji6]
Sent from my unknown using Tapatalk
Click to expand...
Click to collapse
I wouldn't either.. I've got nothing to lose!
>NO IT WILL NOT WIPE
Well gee... if you say so... I guess I'll get a 4th opinion first.
nic0machus said:
>NO IT WILL NOT WIPE
Well gee... if you say so... I guess I'll get a 4th opinion first.
Click to expand...
Click to collapse
Asking whom?
dottat said:
Asking whom?
Click to expand...
Click to collapse
Just messing with you, man.
It just finished, worked perfectly. Thank you!
dottat said:
Asking whom?
Click to expand...
Click to collapse
nic0machus said:
Just messing with you, man.
It just finished, worked perfectly. Thank you!
Click to expand...
Click to collapse
Somehow when he ran the RUU on his device, it wiped my device. Thanks for nothing :/
Hello, after exhaustive novice efforts and following the link rabbit hole, I'm here. I have a Verizon HTC One M7 on lollipop 5.0.2. I'm bootloader locked, s-on and of course not rooted. I tried this thread to no success http://forum.xda-developers.com/ver...root-root-method-bl-unlock-5-0-x-ota-t3122099. That thread deals with kingroot and Sunshine. It looks like I need to get to temproot for Sunshine to work.
This thread looks like it's using downgrading to get to a point where one can attain temproot which will enable Sunshine to run? - that is if I'm understanding correctly.
Will this work for an M7? It looks like it's for an M8.
Is there any other hope for a locked, s-on, unrooted M7 at this point? THANK YOU for what you do.
NoFussGus said:
Hello, after exhaustive novice efforts and following the link rabbit hole, I'm here. I have a Verizon HTC One M7 on lollipop 5.0.2. I'm bootloader locked, s-on and of course not rooted. I tried this thread to no success http://forum.xda-developers.com/ver...root-root-method-bl-unlock-5-0-x-ota-t3122099. That thread deals with kingroot and Sunshine. It looks like I need to get to temproot for Sunshine to work.
This thread looks like it's using downgrading to get to a point where one can attain temproot which will enable Sunshine to run? - that is if I'm understanding correctly.
Will this work for an M7? It looks like it's for an M8.
Is there any other hope for a locked, s-on, unrooted M7 at this point? THANK YOU for what you do.
Click to expand...
Click to collapse
You can get S-OFF using Java card.
http://forum.xda-developers.com/verizon-one-m9/general/m9-java-card-t3063247
When i Try to use the RUU on my M8 to revert the firmware to the earlier version of 5.01 the program get stuck saying updating (0/7) sending and doesnt budge. any help?
revert
rayparlour said:
When i Try to use the RUU on my M8 to revert the firmware to the earlier version of 5.01 the program get stuck saying updating (0/7) sending and doesnt budge. any help?
Click to expand...
Click to collapse
You need to be S-0ff to downgrade to an earlier version.
michaelbsheldon said:
You need to be S-0ff to downgrade to an earlier version.
Click to expand...
Click to collapse
LOL... you missed the thread title?
rayparlour said:
When i Try to use the RUU on my M8 to revert the firmware to the earlier version of 5.01 the program get stuck saying updating (0/7) sending and doesnt budge. any help?
Click to expand...
Click to collapse
Boot phone into fastboot mode and restart the EXE.
Used Fastboot Method
I tried the exe method and it kept getting stuck. I switched over to the Fastboot method and the flash of the ZIP file failed. Tried this twice and it failed both times. I'm S-On with a Verizon M8 (5.0.1). I'm trying to downgrade to root and while I've seen several sites say it couldn't be done, your post gave me a small bit of hope.
Let me know if you have any ideas. Gracias.

HTC Sensation fails to unlock

Hi!
I have 3 HTC Sensations, 2 of them unlocked with HTC Dev without any problem.
The third one is repaired (also did talk with the HTC support) and fails to unlock (did trie it 3 times).
Is there anything I could try to unlock this phone?
Thanks, Hedwig5
Hedwig5 said:
Hi!
I have 3 HTC Sensations, 2 of them unlocked with HTC Dev without any problem.
The third one is repaired (also did talk with the HTC support) and fails to unlock (did trie it 3 times).
Is there anything I could try to unlock this phone?
Thanks, Hedwig5
Click to expand...
Click to collapse
if you changed the motherboard then htcdev won't work
try the S-OFF method
rzr86 said:
if you changed the motherboard then htcdev won't work
try the S-OFF method
Click to expand...
Click to collapse
Where can I find a manual?
Hedwig5 said:
Where can I find a manual?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1661631
http://forum.xda-developers.com/showthread.php?t=2751187
rzr86 said:
http://forum.xda-developers.com/showthread.php?t=1661631
http://forum.xda-developers.com/showthread.php?t=2751187
Click to expand...
Click to collapse
I read both manuals, the first one sound suspect to me because of the wire, so I tried the second one.
The command "sudo ./soju" didn't work. I used openSuSE 13.1 (64bit, don't have 32bit hardware any more), installed and as live CD, but it tolds me either "soju command not found" or "permission denied".
What can I do?
Hedwig5 said:
I read both manuals, the first one sound suspect to me because of the wire, so I tried the second one.
The command "sudo ./soju" didn't work. I used openSuSE 13.1 (64bit, don't have 32bit hardware any more), installed and as live CD, but it tolds me either "soju command not found" or "permission denied".
What can I do?
Click to expand...
Click to collapse
it is not suspect
it was the first S-OFF guide ever for sensation and almost all of the users used juopunutbear for S-OFFing their device
the only thing you have to do is to read the prerequisites and perform correctly the timing
what os do you have on your pc?
rzr86 said:
it is not suspect
it was the first S-OFF guide ever for sensation and almost all of the users used juopuntbear for S-OFFing their device
the only thing you have to do is to read the prerequisites and perform correctly the timing
what os do you have on your pc?
Click to expand...
Click to collapse
I have openSuSE 13.1 (Linux)
Hedwig5 said:
I have openSuSE 13.1 (Linux)
Click to expand...
Click to collapse
unfortunately i can't help you with linux
The second link worked, I reached S-Off and Unlocked with rumrunner, but the SD-Card fails to be read in the original HTC Sensation or another one. Can be formatted to FAT32 with PC, but will not be read with phone!
I am confused, what can I do?
Hedwig5 said:
The second link worked, I reached S-Off and Unlocked with rumrunner, but the SD-Card fails to be read in the original HTC Sensation or another one. Can be formatted to FAT32 with PC, but will not be read with phone!
I am confused, what can I do?
Click to expand...
Click to collapse
try to format it with a custom recovery
i suggest 4ext recovery
http://d-h.st/rG7
extract the recovery.img and flash it via fastboot
rzr86 said:
try to format it with a custom recovery
i suggest 4ext recovery
http://d-h.st/rG7
extract the recovery.img and flash it via fastboot
Click to expand...
Click to collapse
4ext recovery was not able to recognize SD-card. I did use another card to install. Some SD-Card format apps didn't do the trick. But after using them I restarted the phone and it asked to format the damaged card. So all went well!
Thanks for your help!
Hediwg5 :highfive:

Categories

Resources