Bricked my MyTouch? I hope not. - T-Mobile myTouch 4G Slide

Recently I posted a thread here: http://forum.xda-developers.com/showthread.php?t=2363047&nocache=1 And he said that this forum wasnt the correct forum. So now I am posting here the exact thread hoping you guys can help me out with this. I havent touched my phone in a while and forgot a lot of the steps I took, I just remember what I put into this thread. So if anyone could help me out, that would be awesome.
Well recently I was trying to root my Mytouch 4g Slide and ACCORDING to this thread:
http://forum.xda-developers.com/showthread.php?t=1801106
All I had to do was flash the custom ROM as it would have the root already in there.
-6. ROOT YOUR DEVICE.-
Now that you have a custom recovery, you can flash custom ROMs. These custom ROMs are already rooted with Superuser and binary files.
NOTE: If you are S-ON, installing a custom ICS ROM will require an extra step in fastboot. You will have to extract the “boot.img” from the ROM and flash it with fastboot after installing the ROM in CWM recovery. More information from Limewirelord.
HOWEVER, if you want to root the STOCK ROM and/or continue to step 7 to achieve JuopunutBear S-OFF, you’ll have to root the device yourself. This is very simple. Download Superuser ZIP from androidsu.com/superuser. I can only recommend version 3.0.7 efgh because that is the only one I have tested, but newer versions may work.
Place the “Superuser-3.0.7-efgh-signed” on the ROOT of your SD card. Go to CWM Recovery and use “install zip from sdcard” to flash the Superuser zip. If installation aborts or fails the first time, try to flash the zip again until installation is complete. Reboot your phone and check in your apps to see if Superuser app is there. If so, congratulations, you have successfully rooted your stock MT4GS!
Click to expand...
Click to collapse
Which I did.
I was using this kids download tools to get the files I wanted. So I extracted the boot.img and used this tutorial to flash it for me.
THAN I ran a back up in clockwork. I haven't put the files on my SD card yet, I was just jumping ahead and was not prepared.
So I tried to go back to my phones regular state, but it is stuck on the "MyTouch 4G" splash pages, doesn't move what so ever.
I than grew worried about the phone, and thought I just bricked it or something. I am still able to get into Clockwork and do stuff in it. I tried to do a restore from my backup, didnt work. Tried wiping everything then do the backup, didnt work.
So I said, well maybe its because its a custom boot.img or something and it doesnt want to work? Luckily I had a old Mytouch 3G laying around so I could put stuff on my SD card.
So I put everything the kid provided from his mediafire folder and placed it into the root of my SD card. Switched over to the 4G and tried to install the packages.
The first was the ROM. At first it didnt work, it gave me an error:
Code:
assert failed: getprop("ro.product.device") == "glacier" || getprop("ro.build.product") == "glacier"
By googling the error, I come to this thread: http://forum.xda-developers.com/showthread.php?t=2250785
And a few posts down, a person writes this:
Step 1.Open the ROM.zip with winrar
Step 2.Found \META-INF\com\google\android\updater-script ,use Notepad open
Step 3.delete assert(getprop("ro.product.device") == "p880" ||
getprop("ro.build.product") == "p880");
Step 4.OK,safe
Click to expand...
Click to collapse
I followed those steps, and it did work. It "Installed" this time.
I followed the rest of the steps until it got to the last package. When installing "grapefruit" my phones display shut off, and then when it went back on, I was back at the beginning of Clockwork. So I went and tried to install it again, and this time it gives me a (Status 0) error, with no other information.
I assumed that it was already installed or something, and it was just saying it is already installed.
I tried to reboot back to normal and I am still stuck where it says "Mytouch 4g"
So now I am on this thread: http://forum.xda-developers.com/showthread.php?t=1844910
And there are the download links, I click on both of them to get 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"
}
And now I am here. Cant find the download for this dang it file.
Anything helpful will be greatly appreciated.
-----
TL;DR: Im stuck at the "MyTouch 4g" splash page. I can get into CWM mod fine. It is S-ON. Halp.

You are lucky your phone still boots!
Do right now you have been trying to put software and firmware from the mytouch 4g onto the mytouch 4g slide, is this correct? Your phone has a keyboard and is made by HTC correct?
If so hopefully all you need to do is flash a proper recovery and then a ROM (and possible use fastboot to flash kernel)
Will you boot into your bootloader and write down every word line for line here
Sent from my Nexus 4 using xda premium

demkantor said:
You are lucky your phone still boots!
Do right now you have been trying to put software and firmware from the mytouch 4g onto the mytouch 4g slide, is this correct? Your phone has a keyboard and is made by HTC correct?
If so hopefully all you need to do is flash a proper recovery and then a ROM (and possible use fastboot to flash kernel)
Will you boot into your bootloader and write down every word line for line here
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
*** UNLOCKED ***
DOUBLESHOT PVT SHIP S-ON RL
HBOOT-1.45.0013
MICROP-0353
eMMC-boot
Nov 21 2011,20:20:47
I didnt realy understand your first question, sorry.
Yes It does have a keyboard, if its made by HTC, I have no clue. It says HTC on the back, but imsure all MyTouches are made by HTC.
I wrote what it said in the bootloader up there. CWM is installed but I dont know where to get the stock ROM nor do I know how to install it at this point.
Thanks again for your support.

Not all mytouches are made by HTC
So go to the dev forum here, grab a proper recovery (there are a few to pick from)
Pick a ROM
Use fastboot to erase all
fastboot erase system -w
fastboot erase boot
fastboot erase recovery
Now flash recovery
fastboot flash recovery recovery.img
(Replace recovery.img as needed)
Now boot to new recovery
Flash ROM (and gapps if needed)
Extract kernel from ROM you flashed
Reboot to bootloader and flash kernel
fastboot flash boot boot.img
fastboot reboot
This should fix your phone up, check the stickies in development and general section for more help
If you get really stuck feel free to ask
Best of luck!
Sent from my Nexus 7 using xda premium

demkantor said:
Not all mytouches are made by HTC
So go to the dev forum here, grab a proper recovery (there are a few to pick from)
Pick a ROM
Use fastboot to erase all
fastboot erase system -w
fastboot erase boot
fastboot erase recovery
Now flash recovery
fastboot flash recovery recovery.img
(Replace recovery.img as needed)
Now boot to new recovery
Flash ROM (and gapps if needed)
Extract kernel from ROM you flashed
Reboot to bootloader and flash kernel
fastboot flash boot boot.img
fastboot reboot
This should fix your phone up, check the stickies in development and general section for more help
If you get really stuck feel free to ask
Best of luck!
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Would any ROM do? Is there any you recommend?
Im assuming since we are typing things in, we are doing this first part inside of cmdprompt on the computer.
Also can you give me more detailed steps for that last part? I dont fully understand the process.
Thanks again :angel:

I'm not in the business of recommending ROMs, but yes any will do if you follow the steps in previous post
http://forum.xda-developers.com/showthread.php?p=41374534
Here's a guide on fastboot that should help you further. Be careful with your phone, too many people here rooting is amazing and all androids need to be rooted. Truth is too many people brick their phone because they aren't willing to do a little homework first. So please read up, if you don't understand something search for an answer, if your still confused then ask here
Sent from my Nexus 4 using xda premium

Sorry for the late reply, I just got around to fixing this thing.
I tried to fastboot erase [cmd] But I keep on getting a FAILED (remote: not allowed).
So I ignored it and went on. I tried to flash "cm-10.2-20130810-UNOFFICIAL-doubleshot.zip" in Clockwork and I got a error:
(bad)
Installation aborted.
So I hit a wall again

I have a sneaking feeling the recovery you have is not meant for your phone, will fastboot allow you to flash the recovery (you don't have access to the erase commands I guess but hopefully you can flash a new recovery)
If so flash one that is in these my touch 4g slide forums (in the dev section) then wipe all, then flash this ROM in recovery
http://forum.xda-developers.com/showthread.php?p=25186914
Sent from my Nexus 4 using xda premium

demkantor said:
I have a sneaking feeling the recovery you have is not meant for your phone, will fastboot allow you to flash the recovery (you don't have access to the erase commands I guess but hopefully you can flash a new recovery)
If so flash one that is in these my touch 4g slide forums (in the dev section) then wipe all, then flash this ROM in recovery
http://forum.xda-developers.com/showthread.php?p=25186914
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I have tried to download the ROM from the thread you gave me, but I got a Server not Found error:

Weekends has a mirror thread here
http://forum.xda-developers.com/showthread.php?p=30280777
Be sure to thank him
Make sure you download gingerbread version so you can skip flashing the kernel with fastboot (in other words only use a stock based ROM now until you get things working, no cm10 or 9, no pa, no anything but stock rooted ROM)
Sent from my Nexus 4 using xda premium

demkantor said:
Weekends has a mirror thread here
http://forum.xda-developers.com/showthread.php?p=30280777
Be sure to thank him
Make sure you download gingerbread version so you can skip flashing the kernel with fastboot (in other words only use a stock based ROM now until you get things working, no cm10 or 9, no pa, no anything but stock rooted ROM)
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Sweet! I gained access to my phone again. :victory:
Im going to hold off on the idea of rooting for a while, going to get a little bit more educated on it before I try anything else. I thanked that guys post and Im about to thank your posts.
Cheers!

No need for the thanks, that's not why I help
FYI, if you followed these steps you are rooted and have a custom recovery and custom ROM (based off stock and much better)
But yes, stick with what you have for a while, research your phone a bit, read all the stickies in these threads, and before you do your next adventure read up, and feel free to ask questions. There are many talent people here always willing to help
Glad your up and running!
Sent from my Nexus 4 using xda premium

I have this app that checks if I have root access, and it says I still do not. When I got the phone up and running, nothing seems to have changed from last time I used it. Was it supposed to be wiped?

well, tell me more about how you got your phone up and running
if you flashed the rom i told you to you should have root, if you did something else than i cant say for sure without some more info
1)what steps brought you alive
2)what does it say under settings>about phone

demkantor said:
well, tell me more about how you got your phone up and running
if you flashed the rom i told you to you should have root, if you did something else than i cant say for sure without some more info
1)what steps brought you alive
2)what does it say under settings>about phone
Click to expand...
Click to collapse
I got the ROM you told me to get. I extracted the boot.img and did the following in cmd prompt:
fastboot flash recovery boot.img
I went to the menus again and selected Recovery. It booted to my regular phone interface :highfive:
This is what it says under Settings>About:
Software (Which im pretty sure your looking for)
Version: 2.3.4
HTC Version: 3.0
Software #: 1.63.531.2 710RD
More:
Kernal: 2.6.35.13-gf3a1982
BaseBand: 11.59.3504.00U_11.16.35.04.20_2
Build #: 1.63.531.2 CL315903 release-keys
Now I am kinda thinking I should have done it to fastboot flash boot boot.img, should I?

You flashed the kernel you extracted from the ROM to your recovery partition and then all worked
If this was your exact steps I'm sorry to say but I'm as confused as you are...
In truth I never have thought to do such a thing, what I gather has happened is you have a stock ROM that never got wiped, you then flashed the kernel to this ROM into your recovery partition and then selected recovery and got the phone to just boot.... If this is all true I'm intrigued, I'll have to run some tests later as this may just be a sneaky way to fix borked partitions... Or a fluke, but I'm risky so I'll test and report back to see my findings....
Sent from my Nexus 4 using xda premium

demkantor said:
You flashed the kernel you extracted from the ROM to your recovery partition and then all worked
If this was your exact steps I'm sorry to say but I'm as confused as you are...
In truth I never have thought to do such a thing, what I gather has happened is you have a stock ROM that never got wiped, you then flashed the kernel to this ROM into your recovery partition and then selected recovery and got the phone to just boot.... If this is all true I'm intrigued, I'll have to run some tests later as this may just be a sneaky way to fix borked partitions... Or a fluke, but I'm risky so I'll test and report back to see my findings....
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
This ROM to be exact:
Link: https://www.cx.com/mycx/share/jzvMU-erEeGfjBICOBql1A/MikTouch-0.7-signed.zip

Related

[SOLVED] Rooting a Factory-S-OFF'ed Desire S (need assistance)

Hi all,
so I've been reading around here for a few weeks now. Found a few guides on rooting the Desire S and tried to get basic orientation.
Now I'd like to discuss my particular situation for a bit with you guys, before I attempt to actually do the job on my phone.
There is a slight difference between where I'm finding myself and where all the rooting guides seem to aim:
I bought my Desire S already S-OFF'ed.
You can see my exact specs at the lower end of this post.
As it appears, AlphaRev and Revolutionary are supposed to be used with S-ON devices. I'm not sure what would happen if I run these tools with my S-OFF device.
GingerBreak doesn't work with HBOOT-0.98.0002. So that won't help me either.
The most promising method i found so far is the Temproot + Revolutionary method by Silver Bullet, which has been tested on a device with the exact same Hboot and ROM build as mine, with the only exception, that I am on S-OFF.
Today I've been successful in achieving temporary root access, using the commands from Silvers thread. (I got the # prompt.)
Sof far, so good. Now I've got and S-OFF'ed device with temporary root access possibility.
Silver proposed this in a personal message (hope it's ok I'm posting it here):
You could try to get temporary root access using the commands I have posted in my guide. If you get the "#" prompt then you have root access, so you could use dd from the command prompt to a) backup your current HBOOT, just in case, and b) flash the recovery manager of your choice.
With the recovery manager in place, you'd be able to flash whatever rom you like.
Please note that I have no means to test this procedure on my own!
You should take your risks if you dare!
Now I don't understand how I "use dd from the command prompt to a) backup your current HBOOT, just in case, and b) flash the recovery manager of your choice."
So what do all of you think about this approach? Do you see it as safe? If not, what could possibly be a safer method? Any other suggestions/comments?
Also, could anyone kindly direct me to some info about how exactly do I flash a recovery in this setup?
Thanxalot!
since you are already s-off i think you should be able to install a custom recovery on your device(im not sure about this you may want to wait for someone else to confirm this just to be safe)
once you have a custom recovery you can install a custom ROM or a prerooted stock ROM to gain ROOT access
try this recovery
this is the link to the DS index thread for easy access to more useful threads
If you are s-off, you have fastboot so you can flash a recovery with adb. And flash a new rom
Sent from my HTC Desire S using XDA Premium App
kartkk said:
since you are already s-off i think you should be able to install a custom recovery on your device(im not sure about this you may want to wait for someone else to confirm this just to be safe)
once you have a custom recovery you can install a custom ROM or a prerooted stock ROM to gain ROOT access
try this recovery
this is the link to the DS index thread for easy access to more useful threads
Click to expand...
Click to collapse
Yea, I've been thinking in the same direction.
So there are two possibilities I can think of right now, as to how to install 4EXT recovery.
1) Download "4EXT Recovery UPDATER" to my phone -> then -> Enter temporary root state using adb -> then -> download & flash 4EXT recovery automatically using "4EXT updater"
or
2) Download "4EXTRecovery_v2.1.0_saga.zip" to computer -> then -> enter temporary root state using adb -> then -> flash "4EXTRecovery_v2.1.0_saga.zip" from computer using fastboot.
Agreed? Which one seems more reasonable to you guys?
Could someone experienced please confirm that I'm getting this right?
Flashing 4EXT recovery via fastboot:
1) download <4EXTRecovery_v2.1.0_saga.zip>
2) extract the <recovery.img> file from that zip archive
3) run these commands: fastboot flash recovery recovery.img
Correct? Do I need to wipe something first or can I just flash right away?
Secondly, Silver was talking about first backing up my current Hboot using adb, before I attempt to flash the 4EXT recovery. Does anyone please know how to do this? Can't find it anywhere explained.
Thanks
You'll first need to download and extract the adb & fastboot links from my signature and esnure that you have the HTC Drivers installed on your PC (also in my links in my signature).
Then follow the instructions within the Flash CWM & su via fastboot link that's in my signature.
That will put CWM (clock work mod a custom recovery and make you root by installing the su (super user) )
I'd say follow this and then once you've CWM and are root simply install the 4EXT from the market and update recovery to 4EXT (again link in my sig).
Any question then fire away?
ben_pyett said:
You'll first need to download and extract the adb & fastboot links from my signature and esnure that you have the HTC Drivers installed on your PC (also in my links in my signature).
Then follow the instructions within the Flash CWM & su via fastboot link that's in my signature.
That will put CWM (clock work mod a custom recovery and make you root by installing the su (super user) )
I'd say follow this and then once you've CWM and are root simply install the 4EXT from the market and update recovery to 4EXT (again link in my sig).
Any question then fire away?
Click to expand...
Click to collapse
Ok, got you ben_pyett. Thanks for clear instructions.
So no way (or need) to backup hboot prior to flashing recovery?
And no need to enter temporary root state before flashing WCM?
Gonna give it a try.
mimirom said:
Ok, got you ben_pyett. Thanks for clear instructions.
So no way (or need) to backup hboot prior to flashing recovery?
And no need to enter temporary root state before flashing WCM?
.
Click to expand...
Click to collapse
You can always get the original HBOOT (recovery) back from a stock ROM RUU if and when you need, see link to STOCK ROMS in the thread DEV INDEX
you may be able to do it via temp root fr3vo and adb but I'm not 100% . Temp root - If you're S-OFF I don't think you need to, but be sure to flash correct verison of CWM (saga) or else there is trouble.
I downloaded the newest CWM (recovery-clockwork-5.0.2.0-saga.img) for saga from the Clockworkmod website.
Attempted to flesh it simply using fastboot. This is what I got.
{
"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"
}
So perhaps the next step could be 1) get into temporary root state 2) flash
Comments?
edit: Ok, I see now the difference - to do it via temproot + adb I need to work with android up and running.
mimirom said:
I downloaded the newest CWM (recovery-clockwork-5.0.2.0-saga.img) for saga from the Clockworkmod website.
Attempted to flesh it simply using fastboot. This is what I got.
So perhaps the next step could be 1) get into temporary root state 2) flash
Comments?
edit: Ok, I see now the difference - to do it via temproot + adb I need to work with android up and running.
Click to expand...
Click to collapse
was your device in HBOOT, FASTBOOT USB ?
How to start Fastboot USB mode:
Unplug USB
Turn the device off
Hold volume down button (HOLD IT) and press power
Hboot will start.
Wait for sdcard scan to complete.
Plug in USB cord connected to the computer
Press power ONCE and Fastboot USB mode starts
ben_pyett said:
was your device in HBOOT, FASTBOOT USB
Click to expand...
Click to collapse
Yes, it was. That's why I get the device listed when I do the <fastboot devices> command
I tried the same procedure also in hboot mode, but there I get a <waiting for device>
When the phone is in fastboot I get <FAILED (remote: not allowed)> now.
Thanks for your assistance ben_pyett. Appreciate it.
edit: So something changed, since I'm not getting the <FAILED (command write failed (Unknown error))> anymore, but now it's <FAILED (remote: not allowed)>
Ensure that you device has device has "Debug USB" enabled
Boot and then Settings->Applications->Development->USB Debugging = YES (tick)
and then try again
Unfortunately that's not the problem. The phone has been in debugging mode from the beginning. It also shows the <usb debugging connected> in status bar when I connect it.
I found an older thread where people seem to have been successful rooting s-off devices with superoneclick. Will read through it.
Thinking back to what I did after I'd Made my s devices s-off although I used xtc
Although first question, have you tried running ginger break? You'll find a link to it from within the root section of the http://forum.xda-developers.com/showthread.php?t=1146601DEV INDEX a sticky in that forum on the root sub section
Anyway what I did myself I've I was s-off was to Install a boot image that then enabled me to simply run one click, which gave me root.
http://forum.xda-developers.com/showthread.php?t=1105763 Link to boot image post
You find link the link to ginger break and super one click used with in the Dev INDEX within the root sub section
So try ginger break first and if that doesn't work, then boot image and super one click which is literally that easy
Once you're root simply download ROM manager from Android market and use that to install Cwm as it's only one click
Good luck
Swyped from my Desire S using XDA Premium
Great help, thanks!
I tried Gingerbrake a few weeks ago without success. A far as I know it doesn't work with HBOOT-0.98.0002. Some folks propose downgrading the hboot but I noticed that it's supposed to be dangerous. However I'll give it another try.
The one click method you propose looks good, thanks. I remember though that I tried to flash something using a "PG88IMG.zip" during my few initial attempts to get root, and my phone refused to read it from the sd card.
Would love to try it right away, have to leave though...
Cheers.
Hi ben_pyett,
it clicked! (pun fully intended)
I first flashed the boot image and then ran SuperOneClick.
I have SuperUser installed. RootChecker confirmed full root access. Right now Im doing a Nandroid backup from CWM recovery.
Loved to see that recovery screen again (I'm coming from Wildfire)
So thank you ben_pyett for your patience and willingness to offer not-just-sporadic support.
_______________________________________​
There were slight complications occurring during the root process. Superoneclick hanged at step 6. After disabling USB debugging it showed a few more lines in the right window section and after enabling USB debugging again it finished the root procedure without further problems.
It seems to me that the phone now takes longer to shut down plus, more importantly, Wifi stopped working. It gives an error message on the Wifi tab in settings.
Actually the phone appears generally unstable now. It just gave me a <Tell HTC> notification with something like "the phone just recovered from an abnormal reboot."
Hope I can sort this out by flashing a new rom...
So far, so good. Go to bed now.
mimirom said:
Hi ben_pyett,
it clicked! (pun fully intended)
I first flashed the boot image and then run SuperOneClick.
I have SuperUser installed. RootChecker confirmed full root access. Right now Im doing a Nandroid backup from CWM recovery.
Loved to see that recovery screen again (I'm coming from Wildfire)
So thank you ben_pyett for your patience and willingness to offer not-just-sporadic support.
_______________________________________​
There were slight complications occurring during the root process. Superoneclick hanged at step 6. After disabling USB debugging it showed a few more lines in the right window section and after enabling USB debugging again it finished the root procedure without further problems.
It seems to me that the phone now takes longer to shut down plus, more importantly, Wifi stopped working. It gives an error message on the Wifi tab in settings.
Actually the phone appears generally unstable now. It just gave me a notification with something like "the phone just recovered from an abnormal reboot."
Hope I can sort this out by flashing a new rom...
So far, so good. Go to bed now.
Click to expand...
Click to collapse
Now you have root you can get custom recovery and from there you can Custom ROMS, there are loads to choose from.
All the problems you report are fixable.....wifi fails as boot image is missing Wifi do modules, but a custom well resolve that, glad you got there in the end.
Ensure that you have Settings->Power->Fastboot set to OFF (un-ticked)
night
Can't root your desire s ? Me too...
smartceleron said:
Can't root your desire s ? Me too...
Click to expand...
Click to collapse
Well, no, I actually rooted it the way described in this thread... The thread is also labeled as "solved" now.
Did u try to follow the steps described? What are your specs?
Sent from my HTC Desire S using XDA App

Bootloader unlocked, what next?

Hi everyone,
I would like to install a custom ROM onto my HTC Desire S but I can't seem to find a guide that I can understand. I do have some experience in flashing a LG Arena if that would help.
Anyway, I have unlocked my bootloader with the official HTC tool yesterday and I have a bit of a problem.
If I want to S-OFF my phone with Revolutionary, I can't select my current HBOOT version (2.00.0002 or so).
My question is; what do I do next?
Thanks in advance
Sent from my HTC Desire S using XDA App
I'm pretty sure there are other ways to s-off now. If you do a search you should find them. But I'm not even sure if you need s-off to install roms if you have unlocked the bootloader
Sent from my DesireS using xda premium
You cannot S-Off with hboot 2.00.0002 (at least there's no way I saw here). You can though downgrade the hboot to 0.98.0000 following the steps in THIS guide, then you can S-Off with Revolutionary.
Even you decide not to downgrade, you should still be able to flash ROMs following the instructions from another topic (all credits should go to Skanob):
Originally Posted by Skanob
You should be able to change your recovery without any problem if your s-off or unlocked 2.xx.xx hboot s-on.
1. Get 4ext recovery.img
2. connect phone on fastboot
3. In cmd use these command to push the recovery image:
fastboot flash recovery D:\recovery.img (<- should be directory of 4ext recovery image)
fastboot reboot-bootloader
Now you should have 4ext recovery.
Sent from my HTC Desire S using XDA App
Click to expand...
Click to collapse
Once you have 4EXT Recovery installed, just reboot in recovery and flash the ROM you want
Alright, that helps me a lot! But don't I have to root my phone before I'll be able to install a custom ROM?
EDIT // If I browse to the 4ext website, I cannot download the .img but I can download the app, although it says that it can only be used on S-OFF devices. Where can I get this image file and how do I apply it to my phone? I'm very confused right now.
EDIT // When I was browsing through my Downloads folder, I saw a folder "4EXTRecovery_v2.1.0_bravo" that contained a file "recovery.img". I've used this earlier to unlock my bootloader. Can I use this one in Recovery as well?
Sent from my HTC Desire S using XDA App
You can also just obtain temporary root using for example the zergRush exploit:
http://forum.xda-developers.com/showthread.php?t=1296916
Nilscollection said:
Alright, that helps me a lot! But don't I have to root my phone before I'll be able to install a custom ROM?...
Click to expand...
Click to collapse
No you don't need root at that point. With the method described by Skanob you can flash 4EXT Recovery and after that you can flash a rooted ROM (all ROMs here at XDA are rooted anyways)
Nilscollection said:
...
EDIT // If I browse to the 4ext website, I cannot download the .img but I can download the app, although it says that it can only be used on S-OFF devices. Where can I get this image file and how do I apply it to my phone? I'm very confused right now.
...
Click to expand...
Click to collapse
Sorry cause I was not very clear from the beginning. I don't find it right now, there was a 4EXT flashable zip somewhere from which you could extract the recovery.img file. You can download THIS file (credits goes to caelli) then perform the following:
1. Rename file to PG88IMG.ZIP and place it on the root of your sdcard
2. Boot with vol down + power
3. Wait till the image is recognized (PG88IMG.ZIP is the standard name for radio images and system will recognize and try to flash it)
4. Press vol down for YES (to flash it)
5. Reboot (it'll ask you to press vol down or up for reboot)
After having that flashed, either enter recovery via powerup with vol down pressed and choosing Recovery from boot menu or by issuing on the computer adb reboot recovery command (with phone connected with USB cable). Either ways you'll end up in recovery from where you can flash a rooted ROM of your choice.
As alternative, you can extract the recovery.img from this zip file and follow the instructions that I've give to you in the previous post.
Nilscollection said:
...
EDIT // When I was browsing through my Downloads folder, I saw a folder "4EXTRecovery_v2.1.0_bravo" that contained a file "recovery.img". I've used this earlier to unlock my bootloader. Can I use this one in Recovery as well?
Click to expand...
Click to collapse
That is the file you should find though I don't know if it'll work. The one I've linked above works for Desire S since it was used by one of the members (you can find his post in the same topic where Skanob gives the instructions).
Good luck...
Well, it's been a while and I haven't get a single step closer to installing a custom ROM.
This website says that unlocking the bootloader also makes you perm root, is that true?
Anyway, I've tried rooting my phone using this guide but as soon as I press "root", SuperOneClick freezes and I can't do anything any more.
{
"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"
}
Can someone please help me with this?
Nilscollection said:
Well, it's been a while and I haven't get a single step closer to installing a custom ROM.
This website says that unlocking the bootloader also makes you perm root, is that true?
Anyway, I've tried rooting my phone using this guide but as soon as I press "root", SuperOneClick freezes and I can't do anything any more.
Can someone please help me with this?
Click to expand...
Click to collapse
No need, download the 4ext app, start it, go to online upgrade.
Choose the latest touch version (i would recommend it, but you can choose whatever you like) and hit download only.
Copy the received recovery.img to your pc and flash it at the commandline with
Code:
fastboot flash recovery recovery.img
.
Now you have a recovery.
Download the ROM you like and flash it with recovery.
Reboot to bootloader (no normal reboot in between, it's the last option in 4ext).
Flash the boot.img from the downloaded rom zip with
Code:
fastboot flash boot boot.img
Swyped from my Desire S far away from my PC (maybe)
Tectas said:
No need, download the 4ext app, start it, go to online upgrade.
Choose the latest touch version (i would recommend it, but you can choose whatever you like) and hit download only.
Copy the received recovery.img to your pc and flash it at the commandline with
Code:
fastboot flash recovery recovery.img
.
Now you have a recovery.
Download the ROM you like and flash it with recovery.
Reboot to bootloader (no normal reboot in between, it's the last option in 4ext).
Flash the boot.img from the downloaded rom zip with
Code:
fastboot flash boot boot.img
Swyped from my Desire S far away from my PC (maybe)
Click to expand...
Click to collapse
How do I flash this exactly? Where do I put "fastboot flash boot boot.img", or are these the options when in recovery mode?
EDIT // When I try to upgrade in 4EXT, it says I have to install BusyBox first. BusyBox then says I don't have my phone rooted. What should I do now? I have the free version of 4EXT, if that helps.
Nilscollection said:
How do I flash this exactly? Where do I put "fastboot flash boot boot.img", or are these the options when in recovery mode?
EDIT // When I try to upgrade in 4EXT, it says I have to install BusyBox first. BusyBox then says I don't have my phone rooted. What should I do now? I have the free version of 4EXT, if that helps.
Click to expand...
Click to collapse
Ok, another way, download the Android sdk and instal it.
When your finished open a terminal and type adb devices, if your device is shown as combination of letters and digits your good to go, otherwise download htc sync, instal it and afterwards uninstall it (it's just for the drivers, they won't be removed at uninstall).
Download the attached recovery.img, reboot your device to bootloader and attach it to pc.
Open a terminal and execute the recovery command (make sure you are in the folder where the img file is).
Afterwards boot to recovery flash the ROM and the boot img.
Here is the recovery.img
Pls tell me when you downloaded it, because i will delete the link afterwards.
Swyped from my Desire S far away from my PC (maybe)
Tectas said:
Ok, another way, download the Android sdk and instal it.
When your finished open a terminal and type adb devices, if your device is shown as combination of letters and digits your good to go, otherwise download htc sync, instal it and afterwards uninstall it (it's just for the drivers, they won't be removed at uninstall).
Download the attached recovery.img, reboot your device to bootloader and attach it to pc.
Open a terminal and execute the recovery command (make sure you are in the folder where the img file is).
Afterwards boot to recovery flash the ROM and the boot img.
Here is the recovery.img http://db.tt/9lvfKV7n
Pls tell me when you downloaded it, because i will delete the link afterwards.
Swyped from my Desire S far away from my PC (maybe)
Click to expand...
Click to collapse
I downloaded it! I'll try it now. Thanks a lot!
EDIT // I got into 4EXT Recovery, now what? Should I put my desired ROM onto my SD-card?
Since you unlocked with htcdev, you need to flash the boot.img of your desired ROM separately. You have to do this each time you install a new ROM.
on your PC, extract the boot.img from your ROM file. put both ROM file (probably zip) and the boot.img on your Sd card. (You might create an extra folder for stuff like that on your SD card)
Get into recovery, make backup and wipe and format all. (not SD card
Then choose "flash zip from Sd card"when you're in recovery and flash the ROM first, second the boot.img.
Reboot your phone and you're done.
Edit: try endymion 3.4
Sent by my fingers to your head.
eyahl said:
Since you unlocked with htcdev, you need to flash the boot.img of your desired ROM separately. You have to do this each time you install a new ROM.
on your PC, extract the boot.img from your ROM file. put both ROM file (probably zip) and the boot.img on your Sd card. (You might create an extra folder for stuff like that on your SD card)
Get into recovery, make backup and wipe and format all. (not SD card
Then choose "flash zip from Sd card"when you're in recovery and flash the ROM first, second the boot.img.
Reboot your phone and you're done.
Edit: try endymion 3.4
Sent by my fingers to your head.
Click to expand...
Click to collapse
Alright, gonna try. Let's hope this works!
I'm pretty sure you'll be happy... Post your result here
The phone might take some minutes for the first boot. just be patient
Sent by my fingers to your head.
eyahl said:
I'm pretty sure you'll be happy... Post your result here
The phone might take some minutes for the first boot. just be patient
Sent by my fingers to your head.
Click to expand...
Click to collapse
Could that be like +5 minutes?
Nilscollection said:
Could that be like +5 minutes?
Click to expand...
Click to collapse
Yep. For me it took once about fifteen minutes.
Just.be.patient.
Sent by my fingers to your head.
eyahl said:
Yep. For me it took once about fifteen minutes.
Just.be.patient.
Sent by my fingers to your head.
Click to expand...
Click to collapse
Nope, just had to flash the boot.img as well! ICS works all great now, I love it!
Thank you SO MUCH for your time / effort, all of you
Nilscollection said:
Nope, just had to flash the boot.img as well! ICS works all great now, I love it!
Thank you SO MUCH for your time / effort, all of you
Click to expand...
Click to collapse
well, we told you very often to do so:
Tectas said:
Download the ROM you like and flash it with recovery.
Reboot to bootloader (no normal reboot in between, it's the last option in 4ext).
Flash the boot.img from the downloaded rom
Click to expand...
Click to collapse
Tectas said:
Afterwards boot to recovery flash the ROM and the boot img.
Click to expand...
Click to collapse
eyahl said:
flash the ROM first, second the boot.img.
Click to expand...
Click to collapse
and its written in so many guides...
anyways, always happy to help, have fun with flashing roms, and dont forget to backup everytime...
eyahl said:
well, we told you very often to do so:
and its written in so many guides...
anyways, always happy to help, have fun with flashing roms, and dont forget to backup everytime...
Click to expand...
Click to collapse
Indeed, I guess I skipped it in excitement. But hey, it worked in the end!
I'm really glad you all helped me!

[Guide / Tool][10/15/12] - Update to Official Jellybean Then Root or Custom ROM!

I wrote this guide do to the general lack of information for users about the Jellybean update. This guide is basic in nature and will provide you with all the tools and links you need to update from an ICS based ROM to the official JB ROM then re-root or prepare for custom ROM.
If you already have the Official JB Update simply unlock it and proceed to Section #2. This guide was intially intended for those who cannot update because of Asus stupid lock out program once you unlock.
Warning
I have tested this guide on my device multiple times and never have one single issue. I cannot say it will work perfect for you! I am not responsible for anything that goes wrong including but not limited to; A $500 brick! The economy imploding worse, Nuclear war, End of the world on 12/12/12!
Pre-requisites
Unlocked bootloader
Custom Recovery
Any version of TF700T
Windows 7 or Windows 8 PC
General Overview
Flash Asus JB update
Flash TWRP 2.2.3
Flash SuperSU or Custom ROM
Profit!
Please do not be afraid to ask for help!
This guide was written for people who need help. I didint write it for myself because I already know how to do it, lol
Donations gratefully accepted but never expected!
Please hit Thanks and Rate the thread 5 Stars
Click to expand...
Click to collapse
-Scott
Section 1 - Flash Asus JB update
Obtain the appropriate Jellybean update from the Asus Support Site HERE
Go to Downloads and pick the local / region specific update file for your device. For the intent of this guide I will focus on the US Based variant but all other devices will follow the exact same steps.
{
"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"
}
After you download the Jellybean update you must extract the zip file in the zip (I dont know why they did this!). The name of the first zip file will be "US_epad_user_10_4_4_16_UpdateLauncher.zip"
The zip file inside of that will be "US_epad-user-10.4.4.16.zip" This is the file we will flash to update to JB!
To do this open the first zip file with your zip [rogram of choice, (as you can see I use 7zip) and pull out the only other zip file in there (US_epad-user-10.4.4.16.zip).
Once you have that file copy it to you internal SD card. Although, untested, external SD should work too.
Now.... Reboot to recovery. To do this power down the device, and then Hold Volume Down and then press power untill you get a menu that says press XX key to boot to recvoery.
Once in recovery you MUST wipe data before you continue!
Now flash the ROM file you just copied like it was a plain old fashioned custom ROM or Root.zip. Just select it and flash!
Once the flash is done reboot. Dont be scared... This will take a LONG time... Maybe in upwards of 3 to 5 minutes. This is normal. Its completely rebuilding the device!
Once the device is all booted up and you are at your desktop we can proceed to Section 2.
Section 2 - Flash TWRP 2.2.2.3
First we need to obtain TWRPREcovery. You are free to use any version you want, including ClockworkMod (although I highly discourage CWM and recomend TWRP).
You can find TWRP HERE. Remember I recommend the 2.2.2.3 version. 2.3.0.0 gave me some issues.
Now that you have the file download you need to rename it to "recovery.blob" for use with my tool!
Now download the attached tool and unzip it. It contains the fastboot and ADB files you will need to flash the recovery.
Next place the recovery.blob in the folder
Turn on USB Degging in the developer menu of the device. This is very important otherwise you will be just sitting there forever, lol
Now initiate the "Recovery Install Tool.bat" file. This will reboot you to bootloader and flash the recovery for you ;c)
Done!
Section 3 - Flash SuperSU or Custom ROM
Needless to say I am partial to custom ROMS ;c) But I know some may be content with just flashing root so I will show you how to obtain the correct root file and or ROM and give a brief over view on how to flash them. This section will be pretty routine and will not contain a lot of new info for most of you!
Obtain my favorite root app, SuperSU, from HERE
Copy to storage
Reboot to recovery
Flash and Be rooted!
Same steps for a custom ROM. The best Custom ROM can be found HERE! ;c)
Section 4 - Thanks!
Thanks to Dess_troy for making TWRP for our devices!
Thanks to Chainfire for the root app!
Thanks to all the Developers on XDA that have taught me (in one way or another) everything I know!
Special Thanks to all the CleanROM users who have inspired me to push CleanROM to be the premier custom ROM for your Android Device!
Please feel free to rebuild this for the Linux or Mac platform and re-distrubute!
So, the very first step is unlocking the bootloader, correct?
Sent from my S2 Skyrocket using XDA app
scrosler said:
Pre-requisites
Unlocked bootloader
Custom Recovery
Any version of TF700T
-Scott
Click to expand...
Click to collapse
A number of people have asked and I have usually replied that it is possible to use the Asus provided UnLock tool - the one on the website that says is only compatible with ICS - with a tablet that has been updated to JB.
In short the Unlock tool works in Jellybean!
You might want to add this as an addendum to your original post.
Cheers,
Eric
i apologize for my beligerant question but if i want to try the new cwm touch recovery, do i just rename it to recovery.blob? when i downloaded it it was the usual iso. when renamed it didnt change anything so i dont wanna brick my tab. figured id ask first. thanks for the awesome walk through tho man. i really apreciate it. loving your roms. have 2.0 downloaded already. also can you pm the link to your tf300 kernel you used? i need to show off some high quadrant numbers lol
Confused...
How do I get a custom recovery on my tablet before this whole process? I've read thru some threads, do I need to be rooted first on ICS before starting this process of updating to JB? I'm not getting the official ASUS JB OTA...I've checked for the update about 500 times, I'm just not getting it.
At this point, I have an unlocked but unrooted, and wiped stock TF700T on ICS. Whats my next step?
BlastTyrantKM said:
So, the very first step is unlocking the bootloader, correct?
Sent from my S2 Skyrocket using XDA app
Click to expand...
Click to collapse
BlastTyrantKM said:
How do I get a custom recovery on my tablet before this whole process? I've read thru some threads, do I need to be rooted first on ICS before starting this process of updating to JB? I'm not getting the official ASUS JB OTA...I've checked for the update about 500 times, I'm just not getting it.
At this point, I have an unlocked but unrooted, and wiped stock TF700T on ICS. Whats my next step?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
This guide is for people who have already unlocked there device any may have had a custom ROM installed pre-JB.
You fall into a unique and rather off situation. I have never heard of some one not getting the OTA.
You could follow these steps but as a pre-step...
Download and unlock with the Asus unlock tool. Its on the same download page.
Download an ICS based recovery and use that in in place of the one noted for now. And then just start at Section 2. Then start back over at Section 1.
Basically we will put a recovery on your device in Section 2. Then start over at step 1 by applying the JB build then put a recovery back on, as it gets wiped off by Asus builds and your all set.
So I got the OTA JB update from Asus. I unlocked the boot loader using the Asus app. I downloaded and extracted US_epad-user-10.4.4.16.zip then threw it on the insternal SD card ( /storage/sdcard0 ). I rebooted with the volume key press and selected recovery. It gave me a message saying "booting recovery kernel". The next thing I see is an android on his back with a red exclamation sign.
What am I doing wrong?
beowolfschaefer said:
So I got the OTA JB update from Asus. I unlocked the boot loader using the Asus app. I downloaded and extracted US_epad-user-10.4.4.16.zip then threw it on the insternal SD card ( /storage/sdcard0 ). I rebooted with the volume key press and selected recovery. It gave me a message saying "booting recovery kernel". The next thing I see is an android on his back with a red exclamation sign.
What am I doing wrong?
Click to expand...
Click to collapse
The stock recovery will only flash firmware zips with a certain name. Rename the zip to EP201_768_SDUPDATE.ZIP and try again.
I upgraded to jb firmware and lost root. My 700T is unlocked. I thought I followed the procedure correctly but I did not get the message correct message when I ran the program. My device is not rooted. Can you tell me what I might be doing wrong.
yes you lose root. this will make your tf700 like the factory jellybean firmware which is not rooted. go back to op and keep reading. each section builds on the previous. first get the jellybean firmware. im still playing with mine stock its so damn smooth. then you flash a custom recovery using his tool. then you flash the zip which gives you root. then i would make a back up so you can always get back to that point. then you can look into custom roms like scotts sweet clean rom for tf700 series
joseph473 said:
I upgraded to jb firmware and lost root. My 700T is unlocked. I thought I followed the procedure correctly but I did not get the message correct message when I ran the program. My device is not rooted. Can you tell me what I might be doing wrong.
Click to expand...
Click to collapse
beowolfschaefer said:
So I got the OTA JB update from Asus. I unlocked the boot loader using the Asus app. I downloaded and extracted US_epad-user-10.4.4.16.zip then threw it on the insternal SD card ( /storage/sdcard0 ). I rebooted with the volume key press and selected recovery. It gave me a message saying "booting recovery kernel". The next thing I see is an android on his back with a red exclamation sign.
What am I doing wrong?
Click to expand...
Click to collapse
If you have the JB Update why ware you trying to install it again? Proceed to section #2. You just need the Recovery and the Root portion. Skip step 1.
joseph473 said:
I upgraded to jb firmware and lost root. My 700T is unlocked. I thought I followed the procedure correctly but I did not get the message correct message when I ran the program. My device is not rooted. Can you tell me what I might be doing wrong.
Click to expand...
Click to collapse
To me it looks like you are trying to run the batch file without extracting the contents.
Thank you for this guide! Although it took me some time to understand it as I was on non-rooted/locked JB stock rom.
---------- Post added at 01:34 PM ---------- Previous post was at 01:29 PM ----------
scrosler said:
If you have the JB Update why ware you trying to install it again? Proceed to section #2. You just need the Recovery and the Root portion. Skip step 1.
Click to expand...
Click to collapse
I actually had similar problem as this guy. I was already on JB and the guide is made for people that are on ICS.
scrosler said:
To me it looks like you are trying to run the batch file without extracting the contents.
Click to expand...
Click to collapse
I am using a borrowed PC. I am a Mac user so forgive my ignorance. But when I look at the folder with Scott's Tool in it it looks like everything is extracted.
scrosler said:
If you have the JB Update why ware you trying to install it again? Proceed to section #2. You just need the Recovery and the Root portion. Skip step 1.
Click to expand...
Click to collapse
I actually tried this last night with no luck. I guess it was something funny with my desktop in that it couldn't connect using fast boot. Anyway I brought it in to work and ran it here and everything is fine. I am going to throw your stock/root rom on it now. Thanks for your help!
CWM-SuperSU-v0.96.zip
Hello,
thanks a lot for the guide, it is really clear and detailed.
My question is something I did not find on the previous question and it is more a double check to be sure I am not doing something I should not.
You say to install SU with the package copied on the internal SD, and you added a link to the SU thread. in this thread, the only SU as a package you can find is CWM-SuperSU-v0.96.zip, as it is CWM, will it work if I install it with TWRP? or there is special settings in this package that will not be recognised by TWRP?
Thanks in advance for your help
Regards

[Q] Root and Custom recovery not sticking...

curious if there is something i'm missing here... i've unlocked my bootloader successfully but whenever i fastboot flash a recovery or flash root files in recovery nothing seems to stick... not sure whats going on... i've heard of having to flash recovery everytime on devices with a locked bootloader but i didn't think that would apply here... any help is much appreciated... (this is also my first samsung/nexus device so i'm more familiar with methods used on the EVO line)
thispaininmyhead said:
curious if there is something i'm missing here... i've unlocked my bootloader successfully but whenever i fastboot flash a recovery or flash root files in recovery nothing seems to stick... not sure whats going on... i've heard of having to flash recovery everytime on devices with a locked bootloader but i didn't think that would apply here... any help is much appreciated... (this is also my first samsung/nexus device so i'm more familiar with methods used on the EVO line)
Click to expand...
Click to collapse
Make sure you're using a perm root method. and make sure you have the correct updated SU application. My root wouldn't come through because I didn't have the latest SU.
Hopefully I helped.
thispaininmyhead said:
curious if there is something i'm missing here... i've unlocked my bootloader successfully but whenever i fastboot flash a recovery or flash root files in recovery nothing seems to stick... not sure whats going on... i've heard of having to flash recovery everytime on devices with a locked bootloader but i didn't think that would apply here... any help is much appreciated... (this is also my first samsung/nexus device so i'm more familiar with methods used on the EVO line)
Click to expand...
Click to collapse
Hi,
What root method did u use?
What recovery are u using?
What ROM are u flashing?
The more info, the better
Vs Nexus S4G using tapatalk2
Unlocked the boot loader with fast boot commands then flashed superuser.zip with clockwork 3.x.x and twrp 2.2.0 haven't tried flashing any Roms since nothing seems to stick...
Sent from my Nexus S 4G using Tapatalk 2
And Vidal I used the toolkit you linked me to in my last q&a post...
Sent from my Nexus S 4G using Tapatalk 2
vidaljs said:
Hi,
What root method did u use?
What recovery are u using?
What ROM are u flashing?
The more info, the better
Also after looking into the scripts and files in the method with the toolkit it seems none of the files get pushed to the device to begin flashing
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
By default, any recovery you flash on the system will be gone by the next reboot. This is a security measure the android os does I think.
1. You can flash a ROM. Anyone. I prefer aokp or cna. That way the recovery sticks (the recovery sticks on all the ROMs besides stock)
OR
P.S. You will need the latest cwm recovery
2. So all you need to do is to flash the recovery of your choice. I would recommend CWM for this short guide. Then once flashed go to the recovery make a backup. Then if it reboots flash the same recovery again. Boot into it and restore that backup. When you restore it and go reboot system now it should come up with a menu saying recovery flash fix (or something around those lines). Hit/navigate to yes and you should get a sticky recovery from there. BTW I have not tried this method.
You cannot blame me for bricking, damaging or done anything to your phone
Hope this helps.
Regards,
UselessSniper001
P.S. I don't know how root isn't sticking. I mean if you have flashed the su is the recovery already well then you are all set to go. Unless you haven't actually flashed the su in the recovery. Then flash the recovery from your PC boot into the recovery and flash the su files in the recovery. Reboot and enjoy. Then follow this guide above. Or follow this link:
http://forum.xda-developers.com/showthread.php?t=875875&page=2
I finally figured out the SU and CWM I was flashing was ancient so I found the newest and they stuck with help of the fix ya mentioned inside CWM... Thanks
Sent from my Nexus S 4G using Tapatalk 2

OnePlus One not getting OTA

Hi there,
A while ago I got a OnePlus One which came with ColorOS loaded. I of course googled my way to get the Cyanogenmod and followed these instructions.
http://www.youtube.com/watch?v=QDKOEtN9pbo
I'm currently on the 25R firmware and I know there are some updates after that but the phone doesnt detect any update release. I would like to know why the OTA updates are not being picked up from the phone. Was it simply the easy method mentioned above?
I also thought of reflashing it properly and found some instructions on the web.
Code:
Install Android tools (and drivers if you use Windows-crap). You need the fastboot and adb tools
Get http://dist01.slc.cy...ed-fastboot.zip and unpack it
Enable USB debugging on the phone
Run adb reboot-bootloader
Once bootloader started run: fastboot oem unlock
After automatic reboot, do steps 3 & 4 again
In the directory where you unpacked it, run in a console
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata_64g.img (or userdata.img for 16G version)
fastboot oem lock
fastboot reboot
These instructions will somehow get the OTA updates working, am I right to assume that this method would rewrite everything and I would lose the recovery software of the ColorOS? Also are the Android tools these?
http://developer.android.com/sdk/index.html
Fastboot and ADB, I can use this one right?
http://forum.xda-developers.com/showthread.php?t=2588979
I appreciate the help and a few explanations.
Cheers.
Just download this
http://builds.cyngn.com/fota/incremental/bacon/cm-bacon-ac1ccf7921-to-5fa8c79c0b-signed.zip
Sent from my A0001 using XDA Premium 4 mobile app
scabbie1980 said:
Just download this
http://builds.cyngn.com/fota/incremental/bacon/cm-bacon-ac1ccf7921-to-5fa8c79c0b-signed.zip
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi scabbie, from the looks of the file its an incremental update. Do I just run it from the OPO with Cyanogenmod? If this is a long tedious method, I would rather do a fresh install and get the OTA updates to work. Also part of the reason I want a clean install is because the phone is acting up and my screen goes black when I call someone and then when I want to hang up the screen is still black and I cant hang up. and physical buttons dont respond either.
I dont know if this incremental update will fix this kind of problem, so hence my option to do some clean install.
Cheers
dude777 said:
Hi scabbie, from the looks of the file its an incremental update. Do I just run it from the OPO with Cyanogenmod? If this is a long tedious method, I would rather do a fresh install and get the OTA updates to work. Also part of the reason I want a clean install is because the phone is acting up and my screen goes black when I call someone and then when I want to hang up the screen is still black and I cant hang up. and physical buttons dont respond either.
I dont know if this incremental update will fix this kind of problem, so hence my option to do some clean install.
Cheers
Click to expand...
Click to collapse
If you're looking for a completely fresh install, just go to my guide thread (link in signature) and follow section 8.
Transmitted via Bacon
OK, for a clean download you need to download this in fastboot mood
https://www.copy.com/s/hMXtmkJAbDhjxQyC
Sent from my A0001 using XDA Premium 4 mobile app
---------- Post added at 02:01 PM ---------- Previous post was at 01:56 PM ----------
scabbie1980 said:
OK, for a clean download you need to download this in fastboot mood.
https://www.copy.com/s/hMXtmkJAbDhjxQyC
Look on YouTube on how to use this toolbox and it will completely wipe your phone then flash clean.
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sent from my A0001 using XDA Premium 4 mobile app
scabbie1980 said:
OK, for a clean download you need to download this in fastboot mood
https://www.copy.com/s/hMXtmkJAbDhjxQyC
Sent from my A0001 using XDA Premium 4 mobile app
---------- Post added at 02:01 PM ---------- Previous post was at 01:56 PM ----------
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
A toolbox is completely unnecessary, and they're more trouble than they're worth. Plus, nobody learns anything even using a toolbox, and that knowledge is crucial for when things go wrong.
Transmitted via Bacon
DON'T use a toolbox please
Learn as you go by doing things properly, I speak from my own experience. These skills and knowledge that you gain will help if you ever run into any issues
Go here to install the adb drivers computer wide so you can flash from any folder on your computer, it makes your life so much easier
http://forum.xda-developers.com/showthread.php?t=2588979
Then follow timmaaa guide on how to start fresh with a complete 44s ROM
Sent from my A0001 using XDA Free mobile app
Thanks guys for the effort here, really like your guides timmaaa very clear and non confusing. Yes I would like to avoid shortcuts as I took the easy route and now the phone goes in hiatus moment when calling. I'll get around this in the weekend and see how that goes.
Cheers.
@ timmaaa
Love the guide you put up, I was having a read through this and I'm slightly confused on your comments. http://forum.xda-developers.com/one...-to-guides-t2839471/post56731494#post56731494
You mentioned just go straight to Section 8, but in the link above you mentioned go through 1-4 then go to 8. I dont think I need to root on section 4 but for 1, 2 and 3, I would like to know, particularly in section 2 and 3 if you can explain to a novice like me. As I'm understanding this, I think the ColorOS phone has some recovery software, thats how I did the easy flashing method thing, so for section 2 your instructions will overwrite the ColorOS one?
For Section 3 the nandroid backup seems like a snapshot of the phone (which includes recovery, phone OS and other things) before installing custom rom?
Please let me know if my interpretation is correct and correct me along the way, I am here to learn what I can, so that I can successfully flash the OPO phone.
Cheers.
dude777 said:
@ timmaaa
Love the guide you put up, I was having a read through this and I'm slightly confused on your comments. http://forum.xda-developers.com/one...-to-guides-t2839471/post56731494#post56731494
You mentioned just go straight to Section 8, but in the link above you mentioned go through 1-4 then go to 8. I dont think I need to root on section 4 but for 1, 2 and 3, I would like to know, particularly in section 2 and 3 if you can explain to a novice like me. As I'm understanding this, I think the ColorOS phone has some recovery software, thats how I did the easy flashing method thing, so for section 2 your instructions will overwrite the ColorOS one?
For Section 3 the nandroid backup seems like a snapshot of the phone (which includes recovery, phone OS and other things) before installing custom rom?
Please let me know if my interpretation is correct and correct me along the way, I am here to learn what I can, so that I can successfully flash the OPO phone.
Cheers.
Click to expand...
Click to collapse
I was assuming that because you're on the 25R build of CM11S that you've already unlocked your bootloader and installed TWRP recovery, if this isn't the case then you will need to follow sections 1, 2, and 3 before moving on to section 8.
The phone definitely already has some kind of recovery on it (every phone does), but you do need to install a custom recovery in order to make a backup of your current ROM. It will overwrite the existing recovery when you install it, and then later on when you flash the fastboot images (in section 8) the stock recovery will overwrite the custom recovery. So why bother flashing the custom recovery if it'll just be overwritten? Because insurance. It'll allow you to make a nandroid backup of your current setup to fall back on just in case something goes wrong.
A nandroid is like a snapshot of the phone, but it doesn't include your recovery partition, it includes the /system partition (where the os resides), the /data partition (where your apps and settings reside), and the /boot partition (the kernel). You should always have at least one nandroid on your phone at all times. Personally, I make one before I flash anything, that way if I don't like whatever I'm flashing or if something goes wrong, I can just restore my backup and boot the phone up, and it's exactly how I left it.
After you've made your backup make sure you transfer it to your PC (and anything else important on the phone), because flashing the fastboot images is going to wipe your whole phone, including all of your user data.
If you have any other questions please don't hesitate to ask.
Transmitted via Bacon
timmaaa said:
I was assuming that because you're on the 25R build of CM11S that you've already unlocked your bootloader and installed TWRP recovery, if this isn't the case then you will need to follow sections 1, 2, and 3 before moving on to section 8.
The phone definitely already has some kind of recovery on it (every phone does), but you do need to install a custom recovery in order to make a backup of your current ROM. It will overwrite the existing recovery when you install it, and then later on when you flash the fastboot images (in section 8) the stock recovery will overwrite the custom recovery. So why bother flashing the custom recovery if it'll just be overwritten? Because insurance. It'll allow you to make a nandroid backup of your current setup to fall back on just in case something goes wrong.
A nandroid is like a snapshot of the phone, but it doesn't include your recovery partition, it includes the /system partition (where the os resides), the /data partition (where your apps and settings reside), and the /boot partition (the kernel). You should always have at least one nandroid on your phone at all times. Personally, I make one before I flash anything, that way if I don't like whatever I'm flashing or if something goes wrong, I can just restore my backup and boot the phone up, and it's exactly how I left it.
After you've made your backup make sure you transfer it to your PC (and anything else important on the phone), because flashing the fastboot images is going to wipe your whole phone, including all of your user data.
If you have any other questions please don't hesitate to ask.
Transmitted via Bacon
Click to expand...
Click to collapse
I see, so even if my phone doesnt have much inside it should still be recommended, because of the listed above are operational and if something were to happen on the newly flashed phone, I have no way of retracing my steps.
So in a hypothetical situation I unlocked the bootloader and proceed to section 2. The recovery software provided when I first got the phone will be overwritten by the TWRP recovery and I will have lost the old one. I will then perform a nandroid backup where I can preserve a last known working configuration as an insurance, if future flashes fail. I assume you restore nandroid backup through the TWRP recovery? Also the nandroid backup is made on the phone? so I will need to transfer that to my PC before flashing?
At this stage all I changed is the bootloader and recovery partition with custom recovery. When I jump to section 8 it should be smooth sailing, provided I follow them clearly and the drivers work on the PC.
I apologise for being a pain in the butt! I just like to clarify before I do something horrible and have no idea what to do next.
Cheers
dude777 said:
I see, so even if my phone doesnt have much inside it should still be recommended, because of the listed above are operational and if something were to happen on the newly flashed phone, I have no way of retracing my steps.
So in a hypothetical situation I unlocked the bootloader and proceed to section 2. The recovery software provided when I first got the phone will be overwritten by the TWRP recovery and I will have lost the old one. I will then perform a nandroid backup where I can preserve a last known working configuration as an insurance, if future flashes fail. I assume you restore nandroid backup through the TWRP recovery? Also the nandroid backup is made on the phone? so I will need to transfer that to my PC before flashing?
At this stage all I changed is the bootloader and recovery partition with custom recovery. When I jump to section 8 it should be smooth sailing, provided I follow them clearly and the drivers work on the PC.
I apologise for being a pain in the butt! I just like to clarify before I do something horrible and have no idea what to do next.
Cheers
Click to expand...
Click to collapse
You do indeed restore a nandroid backup with the recovery that you made the backup with. And yes it is saved on the phone so you will need to transfer it to your PC. You're not being a pain in the butt, you're doing the right thing and researching before attempting something.
Transmitted via Bacon
Yeah I agree users like you that research crap before attempting something are much preferred over users that blindly use a toolbox then come complaining cuz they messed something up but dunno how to fix it. I always do my research before flashing just like you are doing. Just make sure you install the drivers I linked to computer wide on your windows computer and you should have no problems, no need to install separate SDK for android and copy the files you're flashing into a special folder, etc
info update
Hey guys, noob here. I wanted to update to the most recent version and I am running version: XNPH25R atm.
Anyone could be so kind to tell me what's the easiest way to to this? I have a 64gb chinese version.
If you follow timmaaa's guide you should be good to go. I'm a noob myself and just did it over the weekend and its a blast. Good luck
Cheers
maeishoj said:
Hey guys, noob here. I wanted to update to the most recent version and I am running version: XNPH25R atm.
Anyone could be so kind to tell me what's the easiest way to to this? I have a 64gb chinese version.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2839471
Transmitted via Bacon
maeishoj said:
Hey guys, noob here. I wanted to update to the most recent version and I am running version: XNPH25R atm.
Anyone could be so kind to tell me what's the easiest way to to this? I have a 64gb chinese version.
Click to expand...
Click to collapse
Lol really? Did u completely ignore reading the thread that you just posted in??
[emoji15] [emoji58]

Categories

Resources