[TUT] RUU/Relock in Linux/Mac without Virtualbox & re-unlock bootloader - AT&T, Rogers HTC One X, Telstra One XL

Someone was having trouble doing an RUU through his Virtualbox'd Windows.. So I figured.. why not. For the virtualbox tutorial, view JeepFreak's thread
NEW - Install wine on MAC http://wiki.winehq.org/MacOSX - you can compile yourself or download and install it
1.) Download fastboot and extract to your desktop, and place the RUU your desktop.
2.) install wine if you haven't already
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3.) if you get stuck at this window, just press tab and hit enter
4.) run the RUU in wine
5.) the RUU should popup with a progress bar
6.) navigate to the wine C:\ drive (i am using gnome classic, so the process may differ here)
7.) Now search for "rom" or "rom.zip" in the folder
8.) QUICKLY drag it to your desktop BEFORE the RUU closes
9.) Now you should have this on your desktop
10.) Now you want to change into your fastboot directory and lock your bootloader
11.) If you are stuck on <waiting for device> hit Ctrl-C, and type sudo -s
12.) your phone should reboot and be stuck in your bootloader with a similar screen
13.) Now you want to get ready to RUU
14.) Your phone should now look like this
15.) Next we want to flash the zip (make sure to put it in the fastboot folder)
16.) the prompt should just do some crap..
17.) you will most likely get an error due to SuperCID, just reflash the zip.
18.) Now you may or may not get an error about hboot, if you do, reflash the zip again
19.) Finally, your phone should be like this
20.) During this time, it'll be writing the RUU
21.) After your phone turns off, hold volume down until you get into hboot, then boot into fastboot
22.) fastboot erase cache
23.) Now we need to re-unlock the bootloader, get your Unlock_code.bin and put it in the fastboot folder (you can get this from HTCDev again if you lost your old one)
23.) Unlock your bootloader
24.) flash your recovery!
and now you are done... FINALLY
Thanks to 18th.abn for showing me how to RUU a zip

Good job....:good: just one thing, think you should add fastboot for mac to OP as well, do you have it ? and while you're at it link to wine as well.

Crappyvate said:
Good job....:good: just one thing, think you should add fastboot for mac to OP as well, do you have it ? and while you're at it link to wine as well.
Click to expand...
Click to collapse
Right. I forgot you can't apt-get in mac can you?
Sent from my HTC One XL using xda app-developers app

absolutelygrim said:
Right. I forgot you can't apt-get in mac can you?
Sent from my HTC One XL using xda app-developers app
Click to expand...
Click to collapse
no you can't natively but you can using macports:
port search <name of package>
port install <name of package> (this is what you would use to install wine for example)
port selfupdate
port help

Nice job!

I can flash the rom.zip successfully (according to the command line), but after that the phone never reboot or power down. Is it safe to turn it off anyway?
SB
Skickat från min ASUS Transformer Pad TF700T via Tapatalk 2

when i run wine in ubuntu 12.04 i get this issue here sorry for bringing up a old thread
[email protected]:/home/tigartist/Downloads/ruuextract# wine /home/tigartist/Downloads/dlxstock.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33f1fc L"C:\\users\\root\\Temp\\{695E0798-C5C2-4E8C-9EAE-45159E1C9D88}\\Disk1\\data1.hdr"
fixme:ieframe:taskbar_list_SetProgressState iface 0x14b95c8, hwnd 0x30022, flags 2 stub!
fixme:ieframe:taskbar_list_SetProgressValue iface 0x14b95c8, hwnd 0x30022, ullCompleted 1, ullTotal 64 stub!
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUGlobal.dll") not found
err:module:import_dll Library ARUGlobal.dll (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe" failed, status c0000135
[email protected]:/home/tigartist/Downloads/ruuextract#

The way I dealt with it was to cd in ~/.wine, then run the wine line in one tab, and this in another
Code:
while true; do find . -name rom.zip ; cp `find . -name rom.zip` /tmp/; sleep .5; done
(the first find is so I can see that the file was really created, the second is used for the source file for the cp)
Then at the end, rom.zip was in /tmp/ waiting for me.
t1gartist said:
when i run wine in ubuntu 12.04 i get this issue here sorry for bringing up a old thread
[email protected]:/home/tigartist/Downloads/ruuextract# wine /home/tigartist/Downloads/dlxstock.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33f1fc L"C:\\users\\root\\Temp\\{695E0798-C5C2-4E8C-9EAE-45159E1C9D88}\\Disk1\\data1.hdr"
fixme:ieframe:taskbar_list_SetProgressState iface 0x14b95c8, hwnd 0x30022, flags 2 stub!
fixme:ieframe:taskbar_list_SetProgressValue iface 0x14b95c8, hwnd 0x30022, ullCompleted 1, ullTotal 64 stub!
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUGlobal.dll") not found
err:module:import_dll Library ARUGlobal.dll (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\root\\Temp\\{3AA3566E-6871-4B43-8AA5-00E91AD85221}\\{50F2F878-636A-496F-A7CB-544C067E0C4B}\\ARUWizard.exe" failed, status c0000135
[email protected]:/home/tigartist/Downloads/ruuextract#
Click to expand...
Click to collapse

We can just use these steps to do the same on a windows right?
Sent from my One X using xda app-developers app

w0tha said:
We can just use these steps to do the same on a windows right?
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
I mean, you could... but there's far easier ways for windows since the RUU is actually built to run on it.
1. Re-lock bootloader
2. Flash stock recovery
3. Run RUU
4. Re-unlock using either HTC dev or another method of choice. Or if you have s-off you don't need to re-unlock.

I need to run one RUU_xxx.exe in order to lower HBOOT on my Desire S.
Would it change HBOOT if I flash rom.zip? It seems that this step (running RUU) is the only one that really requires Windows, in my way to S-OFF (even Revotionary has Linux version).

In Linux terminal run sudo apt-get install wine then run ruu with wine

Help?
When I run it, I get rom_01.zip and rom_02.zip. I try to grab them, but they disappear within the next split second. After that, I try to quit the wine process before it can delete the files. I successfully retrieve them and put them on the desktop. I can't open them and my zip unarchiver says the files are incomplete or damaged. Is this normal?

Using a VM and actually running the ruu is much easier in my opinion a d you get the full ruu.
The only thing is you have to watch for when the phone disconnects and then remount it in the VM while its ruuing. It disconnects a few times.
Sent from my One X using xda app-developers app

P645 said:
When I run it, I get rom_01.zip and rom_02.zip. I try to grab them, but they disappear within the next split second. After that, I try to quit the wine process before it can delete the files. I successfully retrieve them and put them on the desktop. I can't open them and my zip unarchiver says the files are incomplete or damaged. Is this normal?
Click to expand...
Click to collapse
Even if you can extract the rom.zip (it's actually 2 of them now rom01.zip and rom02.zip) they're encrypted, you would need to do this first http://forum.xda-developers.com/show....php?t=2084470

Tried it.
Entered this:
ruuveal --device evita rom_01.zip rom_d.zip
Got this:
ruuveal
-------
invalid htc aes encrypted zip file!
Edit: Used rom_02.zip instead of rom_01.zip. Works now. nvm.

Thanks for this! Any chance you could fix the images? They appear to be broken.

Related

[MOD] White On Black Evo Splash Screen

Here is a Splash Screen i wanted to share with the community, It's simple just the original with inverted colors
Please enjoy.
As always please backup before trying, I won't be responsible for anything that may go wrong if this fails
and mods if this is posted in the wrong place please move thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To apply just unzip the contents of the package below into the tools folder of the android sdk
How-to Enter fastboot mode .... While the phone is off hold down "Volume down key" and then "power button" hold both till you get a white screen with the androids and skateboards
to confirm your device is seen by adb use this command
Code:
fastboot devices
you should see your phone listed under the command you just typed. After that type the next command to flash the splash image
Code:
fastboot flash splash1 splash1.nb
Then you should see that it was successful and rebbot the phone and preview your new image by typing
Code:
fastboot reboot
Please Thank and post comments as needed, if there is any trouble i'll try to help if i can i'm rather busy lately...lol
There was a huge thread on how to change splash with win 7 and I am stuck in osx thanks for a tut on how to to it in fastboot
Thanks! I followed the instructions and applied it no problem. Makes booting up look seamless with Fresh's bootscreen
So I have been having nothing but problems with Sync, so have rooted, flashed and changed boot image by using a root file manager (which all have worked fine).
Where on the EVO is the splash screen logo located, so I can just manually apply it?
Thank you
Criim
Criimson said:
So I have been having nothing but problems with Sync, so have rooted, flashed and changed boot image by using a root file manager (which all have worked fine).
Where on the EVO is the splash screen logo located, so I can just manually apply it?
Thank you
Criim
Click to expand...
Click to collapse
I'm 99.9% sure that this image cannot be simply replaced in a folder but must be flashed, at least that's how it was for winmo
If you think about it this is where the carrier brands the phone the most, im pretty positive this is flashed to a specific partition
Am I missing something? I do everything step by step and it won't find fastboot command in the terminal (using OS X). I can't do anything.
JSZESZE said:
I'm 99.9% sure that this image cannot be simply replaced in a folder but must be flashed, at least that's how it was for winmo
If you think about it this is where the carrier brands the phone the most, im pretty positive this is flashed to a specific partition
Click to expand...
Click to collapse
Hmm that's too bad. My Vista sees my EVO, but it has an exclamation mark and the driver won't initialize no matter what I try.
Guess I'll wait till some other time then
Criim
Is there a way to flash from the EVO itself? I can copy files with no problem if I connect as a HDD.
add this file to the tools folder of android sdk or i think in OS x anywhere works as long as you direct the command line to it
Criimson said:
Hmm that's too bad. My Vista sees my EVO, but it has an exclamation mark and the driver won't initialize no matter what I try.
Guess I'll wait till some other time then
Criim
Click to expand...
Click to collapse
sounds like your in recovery and not fastboot
you should see the white screen with the androids riding skateboards once its there don't press anything on the phone
I can't connect to fastboot.
Code:
ERROR: could not get pipe properties
ideas?
JSZESZE said:
add this file to the tools folder of android sdk or i think in OS x anywhere works as long as you direct the command line to it
Click to expand...
Click to collapse
Awesome! Thanks man, I appreciate it. Looks great.
beautiful! thank you VERY much for this
JSZESZE said:
sounds like your in recovery and not fastboot
you should see the white screen with the androids riding skateboards once its there don't press anything on the phone
Click to expand...
Click to collapse
No it is in fastboot
From what I gather a lot of people have this issue with Vista 32bit and HTC Sync. I haven't been able to track down a solution. Even when trying to use Sync..it always just errors and says:
Unable to find HTC Sync on your PC. Please make sure.....
Kind of a pain, but so far I have been able to do everyting I want just doing it from the phone with files copied over. Using the terminal emu or file manager
Criim
imaxreed said:
I can't connect to fastboot.
Code:
ERROR: could not get pipe properties
ideas?
Click to expand...
Click to collapse
sounds like a permission issue... are you rooted and nand unlocked?
JSZESZE said:
sounds like a permission issue... are you rooted and nand unlocked?
Click to expand...
Click to collapse
should be. running caulkins rom custom recovery (amons) i have actually used fastboot before. any quick way for me to verify?
imaxreed said:
should be. running caulkins rom custom recovery (amons) i have actually used fastboot before. any quick way for me to verify?
Click to expand...
Click to collapse
in adb type
Code:
adb shell
then you should see
Code:
#
A $ prompt is the prompt for normal terminal ...
whereas:
a # prompt is the prompt for root (super user)
i am running osx and can access adb shell
http://imgur.com/t8MKg.jpg
does this look like the error?
$ fastboot devices
ERROR: could not get pipe properties
HTXXXXXXXXXX fastboot
i found a few things while googling the problem
most pointed to root issues
JSZESZE said:
does this look like the error?
$ fastboot devices
ERROR: could not get pipe properties
HTXXXXXXXXXX fastboot
i found a few things while googling the problem
most pointed to root issues
Click to expand...
Click to collapse
yes exactly. I haven't had a problem before this is strange.
Works great for me, no problems. This is a great way to save battery!
haha.

[I9003] DEODEXING Method If Every Other Method Fails (Without Busybox)

This Method Is The method Used By Me For deodexing Gingerbread XXKPE .I used This Method Because I was Not able to install BusyBox (ie The cp command didn't Work.so I was not able to copy the deodexed files to phone .So That the phone did not boot,stuck at the booting time).
Use This Method If Every Method For Deodexing Fails.
Steps
1.) flash to new XXKPE gingerbread Rom
2.) Root Your Phone
3.) download xUltimate-v2.2.8 xUltimate-v2.2.8
Note: You can use the already deodexed files by downloading this link Download Deodexed System Files [COMPLETE] then Goto step 11
4.) Unzip xUltimate v2.2, and launch "Main.exe"
5.) If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
6.) Run option 1. After option 1 is done, run option 2.
7.) Now these well take a while. Run option 3.
8.) IMPORTANT: After you have run option 3
9.) Now run option 4, and wait.
10.) Exit xUltimate, and put the phone in USB debugging Mode
11.) Download QtADB_0.8.0_windows_with_libs.zip
QtADB_0.8.0_windows_with_libs.zip
12.) Open It QtADB (left side - Browse to the xultimate folder, Right Side System folder)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
13.) copy all the in the done_app folder to the app folder in the phone side
14.) type odex in the filter textbox (phone side) and you will see all the odex files.select all and delete them
15.) copy all the files in done_frame to framework folder in the phone side
16.) type odex in the filter textbox (phone side) and you will see all the odex files.select all and delete them
17.) Reboot
Note 1: Rebooting Will take some time .its due to the new caching of files
Note 2: If Copying Get Stuck At somewere ,NO PROBLEM just Recopy The files Until all files are copied
Forget deodoxed process, and thank you brother for This explorer for windows, and I searched a lot for something like this but didn't find any application.
Thanks....
Recycled comment.
Sent from my GT-I9003 using Tapatalk
Changed The Thread
Comments Starts From HERE
Recycling Threads
with this no need of busybox right ... good one thanks
kchdeepak said:
with this no need of busybox right ... good one thanks
Click to expand...
Click to collapse
Busy box is needed. But the busybox needed will be 1.16.2 (which will be installed automatically when you Root with SuperOneClick).this busybox version do not contain cp commands.But still you can Deodex
Unrecognized option: -splash:./jar/1.png
i get this error after selecting the 3rd option :-/
bajju123 said:
Unrecognized option: -splash:./jar/1.png
i get this error after selecting the 3rd option :-/
Click to expand...
Click to collapse
If you can't deodex the files the you can use the already deodexed files uploaded by Misledz
Download Deodexed System Files [COMPLETE]
checking....
@vivek... *waiting for phone___*
what to do?
xultimate procedure donr... bt when m going to open QtADB .. it ask for path.. when i place the xultimatum folder path... it repleis "There is no adb binaries here"...
what to do?
Aaditya2 said:
@vivek... *waiting for phone___*
what to do?
Click to expand...
Click to collapse
Flashed & Rooted ???
remove usb cable & connect again in debugging mode ??
Or it may be error in driver files
install kies or update it
Aaditya2 said:
xultimate procedure donr... bt when m going to open QtADB .. it ask for path.. when i place the xultimatum folder path... it repleis "There is no adb binaries here"...
what to do?
Click to expand...
Click to collapse
I think you havent even set up the ADB which is used for develpment & othe management of Android phones
I will provide the link
install the adb and the use Qtadb.exe
How To Set Up ADB/USB Drivers for Android Devices
So most people won’t have to use ADB (Android Debug Bridge) ever, but if you want to learn how or want to get a little more technical with your Android phone, here’s how to get it set up.
I. Setting Up The SDK
1. Download the Latest Android SDK from Google
Android SDK
2. Extract the Android SDK .Zip file to C:\AndroidSDK (this should name the new folder created AndroidSDK in the C directory.
3. On your phone, click Settings > Applications > Development and make sure USB Debugging is on.
4. Plug your phone into your computer via USB cable (it needs to be on). It should say installing drivers if using Windows.
!UPDATE 12.01.09 – If using Windows 7 skip steps 4 and 5 and use this procedure instead.
5. After it installs the drivers, goto the Start menu and type cmd into the search bar (Vista or higher) or click Run then type in cmd (XP) to open the command prompt.
6. Type the following into the command prompt window (hitting enter at the end of every line):
cd\
cd AndroidSDK\tools\
adb devices
browse the C:\AndroidSDK\tools\ as the path whe QtADB asks
up to the 17th step all procedure done succesfully.... bt after rebooting my phone just blinked and stuck on startup screen..... what to do?... reply
Aaditya2 said:
up to the 17th step all procedure done succesfully.... bt after rebooting my phone just blinked and stuck on startup screen..... what to do?... reply
Click to expand...
Click to collapse
samsung galaxy SL screen Or the Boot Screen( Glowing SAMSUNG)??
samsung galaxy SL screen
Aaditya2 said:
samsung galaxy SL screen
Click to expand...
Click to collapse
have you tried the new method for deodexing
the recovery CWM method
try it using the zip file
hmmm... ok... thanx... trying dat one!!!!!!!
Thanks dude. Easy method for deodexing
vivekkalady said:
have you tried the new method for deodexing
the recovery CWM method
try it using the zip file
Click to expand...
Click to collapse
dat also not worked.... i want to deodexing with your method... plz help me....
my phone wont reboot. its boot loop i think. what should i do?

[Q] [Noob] Problems Rooting MT4GS

I am having so much trouble getting mytouch4gS to root. I am under the impression that the usb drivers aren't installed Though I could be wrong... I've downloaded HTC Sync (It doesn't recognize the device) Installed with anti-virus disabled, Fastboot is off, USB debug enabled. I've tried using the HTC Boot Unlocker, Revolutionary Method, and one of the Tool Kits here on XDA and none seem to be able to recognize my device... How the fok do I get this thing rooted?
HBOOT: 1.44.0007 (S-On)
This is the code that it throws
Code:
C:\Users\Admin>cd \Android
C:\Android>fastboot oem get_identifier_token
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.009s]
finished. total time: 0.009s
Go with Revolutionary. I had problems initially getting the token to work but I was substituting a zero for an "O" or something. I copied and pasted the token from Revolutionary and it worked like a champ.
Sent from my RubiX CubeD Extreme MT4GS using Tapatalk
Coug76 said:
Go with Revolutionary. I had problems initially getting the token to work but I was substituting a zero for an "O" or something. I copied and pasted the token from Revolutionary and it worked like a champ.
Sent from my RubiX CubeD Extreme MT4GS using Tapatalk
Click to expand...
Click to collapse
When I run Revolutionary nothing happens. The cmd prompt pops up then disappears immediately. I dont even get a chance to put in anything
run Mr Root...it'll work for sure
xmc wildchild22 said:
run Mr Root...it'll work for sure
Click to expand...
Click to collapse
I'm running 32 bit W7 Home Premium and it says The version of this file is not compatible with the version of Windows you are running....
My laptop runs Ubuntu, if anyone knows of a Linux based root?
Maybe the download link was corrupt or something, I'll try the 4shared mirror
Did you install the fastboot drivers?
They are seperate from htc sync.
You can find them on the revolutionary page.
Use rev to s-off it and then you can root your rom or install a new one after replacing your recovery.
Sent from my Bulletproof_Doubleshot using xda premium
Blue6IX said:
Did you install the fastboot drivers?
They are seperate from htc sync.
You can find them on the revolutionary page.
Use rev to s-off it and then you can root your rom or install a new one after replacing your recovery.
Sent from my Bulletproof_Doubleshot using xda premium
Click to expand...
Click to collapse
Thank you! Much Love & Respect
it should work...what happened when you clicked on it?
Keep getting invalid beta key? How do I paste into Revolutionary?
EDIT/SOLUTION: Betakey is strange... Paste into word pad and type out characters until they match exactly using a different font before entering key
xmc wildchild22 said:
it should work...what happened when you clicked on it?
Click to expand...
Click to collapse
This
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
hmm kk thank you
Fully Rooted. S-Off.
Attached is Fastboot.exe from Mr. Root and Signed Superuser.
This is the step by step I used for revolutionary for anyone in the future who is having issues with rooting their MyTouch 4g Slide /Doubleshot
http://theunlockr.com/2011/09/09/how-to-permanently-root-and-gain-s-off-on-the-t-mobile-mytouch-4g-slide-revolutionary-method/
II. Gain S-Off
1. Download the latest version of the tool from the developers here (the initial versions require you to generate a beta key for you to use the program, just follow the steps to do so. If it lets you download the program without a beta key, then it’s a newer version than at the time of writing this, just continue):
Revolutionary
2. Plug in your device.
3. Select charge only if the option exists on your device, or just do NOT mount the SD Card.
4. On your device, click on Settings > Applications > Development > Turn USB Debugging ON.
5. Find the Revolutionary program you downloaded and unzip it to the TempRoot folder inside the TempRoot folder you extracted in Section II.
6. Right click it and select Open as Administrator (if you do not have that option when you right click, simply select Open).
7. Input your beta key you received and wait for it to do it’s thing (if you are using a newer version of Revolutionary then it might not ask you for this. If that is the case, just continue).
III. Flash a Custom Recovery Image
1.. Once done gaining S-Off, it will ask you if you want to flash clockworkmod recovery, type in y and hit enter.
2. Once it is done flashing the recovery image it will close the command prompt window.
3. On your phone, you should see S-Off at the top.
4. Take out the battery and put it back in.
5. Turn on the device, by holding down volume down and power until the screen boots up.
6. Push volume down and then power to select recovery.
7. If the phone reboots to the clockworkmod recovery screen you are all set.
IV. Gain Permanent Root Access.
1. With the phone still in clockworkmod recovery from the last step, plug it in via USB cable.
2. Select Mounts and Storage by using the volume buttons to move and power to select.
3. Then select mount USB storage (the sd card directory should pop up on your computer screen)
4. Download the root .zip file and save it to your computer (do NOT extract it)
MyTouch Slide 4G Root .zip File
5. Copy the root .zip file to the root of your sdcard and wait for it to transfer (not in any folders, just on the sd card itself).
6. On your device, select unmount sdcard.
7. On your device, select go back.
8. Then select Install zip from sdcard and choose the root .zip file.
9. Wait for it to flash, once done, select reboot system now.
10. Once your device reboots, open the app drawer and you should see Superuser permissions there. If so, you are all set, you are rooted, have S-Off and a custom recovery image.
optimus x said:
This
Click to expand...
Click to collapse
I am getting the same error.
^ I also get the same error
Are you on 32 bit Windows?
xmc wildchild22 said:
Are you on 32 bit Windows?
Click to expand...
Click to collapse
Yes I am
Sent from my SGH-T959V using XDA
Yes, i'm also on 32 bit
Hi
The best way I found was here:
http://wiki.rootzwiki.com/HTC_myTouch_4G_Slide
It does have the Revolutionary Method, but for some reason, I found these directions easiest to follow.
Good luck.

[Q]Is there a way to get out of fastboot?

Sorry if the question isnt clear, here is my delemma
So My N5 I had deleted the system partition (or folder) and I no longer had a rom, now my problem is that I cannot get a new rom installed.
I have TWRP as my recovery but no roms.
I also cant do adb sideboot, It always says: Error: Device not found
What Can I do about this?
Does adb Sideboot need usb debugging enabled?
Thanks!
Sounds like you may have to install the drivers for adb on your computer
Sent from my Nexus 5 using XDA Premium 4 mobile app
kevkid said:
Sorry if the question isnt clear, here is my delemma
So My N5 I had deleted the system partition (or folder) and I no longer had a rom, now my problem is that I cannot get a new rom installed.
I have TWRP as my recovery but no roms.
I also cant do adb sideboot, It always says: Error: Device not found
What Can I do about this?
Does adb Sideboot need usb debugging enabled?
Thanks!
Click to expand...
Click to collapse
Why not just flash the factory images from fastboot?
So I tried to using this: http://forum.xda-developers.com/showthread.php?t=2509428 one of mthe multi tools, and it seems to go through and it stays boot looping in the boot animation.
hrmm.... very weird
EDIT: Ok I was able to flash stock via the direct google link, Now a question about adb sideload, How does that function? Do I have to have usb debugging enabled?
kevkid said:
So I tried to using this: http://forum.xda-developers.com/showthread.php?t=2509428 one of mthe multi tools, and it seems to go through and it stays boot looping in the boot animation.
hrmm.... very weird
Click to expand...
Click to collapse
1. Go here: https://developers.google.com/android/nexus/images
2. Download the Nexus 5 Android 4.4 (KRT16M) image.
3. Unzip.
4. Run the .bat file while in fastboot.
That's it. It's going to wipe everything but atleast it will work.
bahnburner said:
1. Go here: https://developers.google.com/android/nexus/images
2. Download the Nexus 5 Android 4.4 (KRT16M) image.
3. Unzip.
4. Run the .bat file while in fastboot.
That's it. It's going to wipe everything but atleast it will work.
Click to expand...
Click to collapse
Thanks worked!!
bahnburner said:
1. Go here: https://developers.google.com/android/nexus/images
2. Download the Nexus 5 Android 4.4 (KRT16M) image.
3. Unzip.
4. Run the .bat file while in fastboot.
That's it. It's going to wipe everything but atleast it will work.
Click to expand...
Click to collapse
Having a little trouble I was hoping you could help clarify how to run the .bat file while in fastboot. I tried to flash the image and I am still stuck on a bootloop. Thanks
capathy21 said:
Having a little trouble I was hoping you could help clarify how to run the .bat file while in fastboot. I tried to flash the image and I am still stuck on a bootloop. Thanks
Click to expand...
Click to collapse
Open a new command prompt, drag and drop the bat file into the terminal window, press enter.
bahnburner said:
Open a new command prompt, drag and drop the bat file into the terminal window, press enter.
Click to expand...
Click to collapse
I am having trouble with what the bat file is. When I unzip the download I have
bootloader-hammerhead-HHZ11d(disc image file).
flash-all(windows batch file)
flash-all.sh(SH File)
flash-base.sh(SH File)
image-hammerhead-krt16m(WinRar zip archive)
radio-hammerhead-M8974A-1.0.25.0.17(Disc Image File)
I am not seeing anything that says .bat file.
Sorry for being so ignorant on this.
capathy21 said:
I am having trouble with what the bat file is. When I unzip the download I have
bootloader-hammerhead-HHZ11d(disc image file).
flash-all(windows batch file)
flash-all.sh(SH File)
flash-base.sh(SH File)
image-hammerhead-krt16m(WinRar zip archive)
radio-hammerhead-M8974A-1.0.25.0.17(Disc Image File)
I am not seeing anything that says .bat file.
Sorry for being so ignorant on this.
Click to expand...
Click to collapse
Windows batch file = .bat file. If you're going to screw with your phone, at the very least you should probably make sure explorer shows all file extensions...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bahnburner said:
Windows batch file = .bat file. If you're going to screw with your phone, at the very least you should probably make sure explorer shows all file extensions...
Click to expand...
Click to collapse
Thanks for the help! Sorry to annoy. I've been rooting and such for several years but was just a bit lost.

[TUT]Extract kernel "zimage" From boot.img and Convert to .tar and Flash using Odin

[TUT]Extract kernel "zimage" From boot.img and Convert to .tar and Flash using Odin
[Extremely Noob GUIDE]Since there is no explained and easy Guide to Extract Kernel [zimage] and Ramdisk [Ramdisk] from Boot.img, Then Convert it to zimage.tar and Flash it using Odin
Well here it is step by step:
Note: This Method is used to Extract Kernels form Stock Rom's Boot.img
First you need to install Python, which is round about 17MBs software freely available on python website.
Step 1:Download the attached Python script named "split_boot_img" from attachments down Below, Extract it and copy to the folder created in Step 2.
Step 2:Create a folder with any name you like. I recommend "boot.img extraction".
Step 3: Copy the boot.img, you want to extract, to the folder you created in Step 2.
Step 4: Run the script named "split_boot_img"by double-clicking and see the magic.
Congratulations!!! Here you go. the "zimage" and "ramdisk" files are extracted.
Now the Conversion Part:
Step 1: Download this IZARC software and install it from Here:http://www.izarc.org/download.html
Step 2: Open the folder created in First-Step 2.
Step 3: Right Click the ziamge File Extracted from boot.img. as in Image 1 in attachments.
Step 4: Select add to archive file from IzArc right click options as in Image 1 in attachments.
Step 5: Now scroll the Archiving type to ".tar" as in Image 2 in attachments.
Step 6: Click the Add button as in Image 3 in attachments.
Last Step: Now flash the "zimage" file created in Step 6 Using Odin.
View attachment split_boot_img.zip
Image 1:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Image 2:
Image 3:
Not Working
extraction doesn't work for me :/
shivasharmaarya said:
extraction doesn't work for me :/
Click to expand...
Click to collapse
Did you follow till last step. What message did you get?
yes
exceptionalkhan said:
Did you follow till last step. What message did you get?
Click to expand...
Click to collapse
Python script of yours is not working.Its giving error which flashes for microsecond and i am unable to see it
shivasharmaarya said:
Python script of yours is not working.Its giving error which flashes for microsecond and i am unable to see it
Click to expand...
Click to collapse
Maybe he should have put in that you need to use Python 2.7.9 not 3.x ... Had the same problem.
All steps worked after, but didn't flash it yet, I'll do it today or tomorrow.
Also you should mention IZArc is full of crapware, it open one install and even if I chose to not install stuff, it installed iStart and Search Enginer extensions to my browsers. After, surprise, another install showed up to actually install IZArc ... not I need to de-crap my system
dotuletz said:
Maybe he should have put in that you need to use Python 2.7.9 not 3.x ... Had the same problem.
All steps worked after, but didn't flash it yet, I'll do it today or tomorrow.
Also you should mention IZArc is full of crapware, it open one install and even if I chose to not install stuff, it installed iStart and Search Enginer extensions to my browsers. After, surprise, another install showed up to actually install IZArc ... not I need to de-crap my system
Click to expand...
Click to collapse
Did the kernel.img actually work for you? I tried this same process as well. It took me 4 hours to clean all the maleware from my laptop. I mad the .Tar file and tried to flash it. it failed completely. I think this OP needs to be removed. More than likely the OP is getting paid for all the downloads he is tricking people into.
Chillyz12 said:
Did the kernel.img actually work for you? I tried this same process as well. It took me 4 hours to clean all the maleware from my laptop. I mad the .Tar file and tried to flash it. it failed completely. I think this OP needs to be removed. More than likely the OP is getting paid for all the downloads he is tricking people into.
Click to expand...
Click to collapse
No, it failed also. Yes, it should be removed.
Ended up using http://forum.xda-developers.com/showthread.php?t=2446269 but for a strage reason Odin would not like it when I moved the .tar archive from a folder to an other from that method (I keep my pc organized), had to create the tar, flash it from that folder, then... deleted it because after I couldn't use it anymore.
dotuletz said:
No, it failed also. Yes, it should be removed.
Ended up using http://forum.xda-developers.com/showthread.php?t=2446269 but for a strage reason Odin would not like it when I moved the .tar archive from a folder to an other from that method (I keep my pc organized), had to create the tar, flash it from that folder, then... deleted it because after I couldn't use it anymore.
Click to expand...
Click to collapse
It won't trip knox, right?
Joker87 said:
It won't trip knox, right?
Click to expand...
Click to collapse
Flashing any modified boot / kernel / recovery trips Knox, doesn't matter what method you use. Sometimes even stock trips Knox as some users said.
What i did was take a stock rom from SamMobile that was 'hackable' through TowelRoot, extracted the kernel with WinRar, made the kernel flashable in Odin using that tool, flashed it via Odin, rooted device with TR, then used same steps to download,extract,make kernel bootable to restore my original kernel. Knox stayed 0x0 on i9195.
You can try reading about Heimdall. Supose you can flash without Odin and without converting. It would make your life easier, but for me it didn't work (didn't start on Win 64bit, i think i needed another MS visual c++ , a dependency of Heimdall).
ps.: the tool to create flashable archives would't work for me just by double-clicking, so I had to open an command prompt - CMD with admin rights, go to the directory where i had the tool and type ImgToTar.MD5.bat . Just put everything in C:\tool including recovery.img / boot.img or kernel.img then go start-> type in search box CMD -> right-click on the result and Run as admin -> in the black box type the next text followed by Enter key:
cd /
cd tool
ImgToTar.MD5.bat
I hope it works, i need it for the same reason of you, flashing an older kernel to root with towelroot keeping knox 0x0 at the end of this process

Categories

Resources