Rooting a 4g - Nexus S General

OK so I'm commingle from the epic and I want to root for titanium but I've seen there is different varrent and different ways to root what meatod will work and I have looked and searched before I get the plaza use search I just don't want to brick using wrong root meathod thank you in advance for who ever is willing to help
Sent from my Nexus S 4G using XDA App

+1
Sent from my Nexus S 4G using XDA App

Do you have SDK and working fastboot? That is step one.

Yep
Sent from my Nexus S 4G using XDA App

*note* i did not develop this method entirely i scrapped it together from multiple posts found here on xda. I give credit to those who did the work first. it worked fine for me hopefully it works for you too.
download sdk tools and install
download fastboot drivers and install
both found here
after that, download clockwork recovery
also download superuser files you want eclair/froyo su it works for gingerbread too.
open command prompt and enter the following
Code:
fastboot devices
if it doesn't return your phone in the following line double check that your fastboot drivers are properly installed.
if it does enter the following
Code:
fastboot oem unlock
follow the onscreen prompt on your phone. volume up to "yes" and hit power to confirm
Your phone is now unlocked. next step installing a recovery.
navigate to the folder where the clockwork recovery image is located.
Code:
cd C:\users\#username#\downloads
or wherever the file is on your pc.
then enter the following
Code:
fastboot flash recovery recovery-clockwork-3.0.2.4-crespo.img
you now have a proper recovery installed on your phone you may now vol dn to recovery and hit power to confirm
VERY IMPORTANT
in recovery vol dn to "backup and restore" power to confirm
select Backup and hit power again.
you just created a nandroid backup of your phone if you ever mess it up you can restore it back to when it was stock and problem free
In recovery vol dn to "mounts and storage" power to confirm
then choose "Mount USB storage"
copy the SU zip to the root of your phone's storage
then "Unmount"
then "+++++Go Back+++++"
then "install zip from sdcard"
then "choose zip from sdcard"
Choose su-2.3.6.1-ef-signed.zip
then select "Yes - Install su-2.3.6.1-ef-signed.zip"
Reboot your phone and you should now have a stock rooted phone.

Ty Joe I will do this as soon as I get home
Sent from my Nexus S 4G using XDA App

tildog said:
No I have not but did not want to start on anything till I confirmed that the method will not brick I will dl. Sdk. And drivers tonight at work ATM
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
It's really *really* hard (if not damn near impossible) to actually brick a nexus-s. Just so ya know ;D

netarchy said:
It's really *really* hard (if not damn near impossible) to actually brick a nexus-s. Just so ya know ;D
Click to expand...
Click to collapse
That is good to know I had a few scares on my epic I know how to do stuff but on the epic was always a onclick meathod so this looks a little overwhelming in comparison but easyenof otherwise
Sent from my Nexus S 4G using XDA App

tildog said:
That is good to know I had a few scares on my epic I know how to do stuff but on the epic was always a onclick meathod so this looks a little overwhelming in comparison but easyenof otherwise
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
Just remember to make a nandroid backup in clockwork after you're done rooting, so you always have a working setup to fall back on if something should go wrong in the future

tildog said:
That is good to know I had a few scares on my epic I know how to do stuff but on the epic was always a onclick meathod so this looks a little overwhelming in comparison but easyenof otherwise
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
i just came from the evo and rooted that phone way before any one click roots where out. Trust me the nexus s is 100 times easier to root than any other phone it's actually pretty quick and easy, i just went into great detail so anyone could be able to follow it hopefully. I think i have seen some 1 click roots for the ns but i never looked into them once i saw how relatively pain free it is to do this way.
i remember having to copy and paste adb commands and spamming them while my phone rebooted. and hopefully... hopefully it would unlock the evo.

just out of curiousity as i wont know until tomorrow, but does gingerbreak work? if so just using the sdk and using adb to push it seems like it would be faster..

shabbypenguin said:
just out of curiousity as i wont know until tomorrow, but does gingerbreak work? if so just using the sdk and using adb to push it seems like it would be faster..
Click to expand...
Click to collapse
Yes there has been success using that. You could i suppose gain root with gingerbreak and then use that to flash clockwork recovery. You would be rooted and able to flash Roms through clockwork. Bootloader would remain locked.

Thanks all. I'll try this later tonight and report back. I've seen a few root methods around here but wanted to make sure it was no different for the ns4g before I actually got into it.
So to confirm one more time Joe's method he posted here should work for the ns4g as well, right?
Sent from my Nexus S 4G using XDA App

matt2053 said:
Yes there has been success using that. You could i suppose gain root with gingerbreak and then use that to flash clockwork recovery. You would be rooted and able to flash Roms through clockwork. Bootloader would remain locked.
Click to expand...
Click to collapse
Yea but its a quick and easy way to root. Until there is more support for the ns4g no real reason to unlock

shabbypenguin said:
Yea but its a quick and easy way to root. Until there is more support for the ns4g no real reason to unlock
Click to expand...
Click to collapse
Yeah for sure, I'm not saying its good or bad. Just pointing out the difference in that method. Some people prefer to keep the bootloader locked anyway. Unlocking it is always one command line away.
Sent from my Nexus S using XDA App

shabbypenguin said:
Yea but its a quick and easy way to root. Until there is more support for the ns4g no real reason to unlock
Click to expand...
Click to collapse
Not totally sure regarding roms, but my latest kernel builds *should* be compatible ;D
(Disclaimer: always nandroid before flashing customs!!)

netarchy said:
Not totally sure regarding roms, but my latest kernel builds *should* be compatible ;D
(Disclaimer: always nandroid before flashing customs!!)
Click to expand...
Click to collapse
cool thanks for the support man

Running into an issue on ns4g. I can unlock and install Clockwork 3.0.0.5 but when I try to Nand backup it says it can't find cache. I've tried to manually mount it but won't do it there either. Any suggestions?

oubravs2b said:
Running into an issue on ns4g. I can unlock and install Clockwork 3.0.0.5 but when I try to Nand backup it says it can't find cache. I've tried to manually mount it but won't do it there either. Any suggestions?
Click to expand...
Click to collapse
Install clockwork 3.0.2.4
Make sure you've renamed the /system/etc/install-recovery.sh script (if you haven't already) as well so clockwork isn't overwritten by the stock recovery.

netarchy said:
Install clockwork 3.0.2.4
Make sure you've renamed the /system/etc/install-recovery.sh script (if you haven't already) as well so clockwork isn't overwritten by the stock recovery.
Click to expand...
Click to collapse
Good to go I think - thanks netarchy!
So for you all that are trying to follow joe's steps, they are correct except the download linked in his post will give you the 3.0.0.4 version of Clockwork and you need the one referenced by netarchy (3.0.2.4). All worked as planned after that.
Rooted and ready to flash netarchy's kernel on ns4g!

Related

How to install update.zip WITHOUT power button

So I am trying to install update.zip to root my vibrant but the power button is broken with JI6 z4mod patched kernel. I am trying to root the phone and I have the update.zip in both sdcard and sdcard/sd folders. I am looking for a way to install update.zip in recovery mode without power button.
Is this possible using ADB on a nonrooted device? I have already tried this without success....
Also, I can't use adb remount since I dont have root access.
Code:
adb shell recovery --update=sdcard/update.zip
Anyone out there found a solution to this? The power button on my Nexus One is completely shot, and luck would have it that I voided my warranty to replace a smashed digitizer shortly before it started to act up, so no love from HTC.
I get by with WidgetLocker, which allows wake-via-trackball, so I haven't yet sprung the US$50 to buy a replacement power button/upper circuit board on eBay. I wanted to apply the Gingerbread update.zip to my phone, but I haven't yet found a way to do that without having to use the power button somewhere in the procedure.
Advice?
Google Nexus One
Android 2.2.2 FRG83G
Rooted using SuperOneClick v1.7
Thanks!
you don't "install a update.zip"
You leave it on your external SD Card that you mount on your computer. and thts that.
Okay read your question one more time..
Here's what you do.
This rooting method doesn't require you to go into Recovery at all.
Use a program called "super one click root" it some-how which idk, puts a superuser app on your app drawer, and if the superuser app is there, your rooted. so try that. I'll edit this post if i find the link. hold up.
found it:
http://forum.xda-developers.com/showthread.php?t=803682
Are you able to
adb reboot recovery
s15274n said:
Are you able to
adb reboot recovery
Click to expand...
Click to collapse
That will work to get into recovery, but then how does he select anything in the menu?
Ahh, so simple, yet I neglected.... This seems tough
I am not familiar with this mod z4 kernel... Is there not a revert?
Why don't you root with super one click, then use rom manager from koush to install a new kernel?
No power button needed. (I think)
Sent from my SGH-T959 using XDA App
Is the physical power button broken, or is it software broken?
If it's software wouldn't an odin to jfd fix it? To access d/l mode without power button, run "adb reboot download".
If its the physical button...i don't know if this works on stock recovery but I was able to use the back button to select in clockwork red. I didn't have the stock recovery long enough to remember if it works on it.
Sent from my SGH-T959 using XDA Premium App
Yeah, if you are stuck on a kernel with bad button mapping then you should probably just odin out.
jamaroufi said:
Why don't you root with super one click, then use rom manager from koush to install a new kernel?
No power button needed. (I think)
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Agreed, I think through ROM manager you have to select flash rom or something to that effect, but it will let you flash any .zip including a new kernel
(edited)(delete)
Wow I created this thread 4 months ago. Great to see the community has evolved and a lot of folks are here to help
::facepalm::
I'm mad I didnt notice the OP date smh....hope it worked out for you.
Sent from my SGH-T959 using XDA Premium App
jamesd86 said:
::facepalm::
I'm mad I didnt notice the OP date smh....hope it worked out for you.
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
same lol i thought this was a recent thread.
haha, it's alright, glad you didn't create a new thread. It's all consolidated in here now

How to Flash Clockworkmod Recovery 3.0 easily from your phone

I found a really easy way to flash the new recovery. My fastboot didnt seem to have an option for a terminal so I thought of this genius yet n00b way. Here are the steps.
Steps:
1. Install clockworkmod from market.
2. Flash Clockworkmod recovery from Rom Manager.
3. Navigate to clockworkmod/download/koush.tandtgaming.com/recoveries (or where ever your recovery was downloaded to. This can be done in File Manager, Astro, or Androzip.
4. Mine was "recovery-clockwork-2.5.1.3-vision.img". Rename it to "recovery-clockwork-2.5.1.3-visionXXX.img" or something obviously different.
5. Download clockworkmod 3.0 from hereish:
http://forum.xda-developers.com/showthread.php?t=893933
6. Move your recovery.img to clockworkmod/download/koush.tandtgaming.com/recoveries and name it recovery-clockwork-2.5.1.3-vision.img
7. Go into ROM Manager and Flash Clockworkmod recovery, it will say its still 2.5.1.3 when your done. Reboot into recovery and you'll be welcomed by a new orange 3.0
More than likely i could have done it much easier but it just kinda clicked and i didn't wanna bother with fastboot as it feels clunky on the G2.
there's nothing noob about it. that is a bonafide hack. nice!
I tried something like that but I didnt rename it correctly. So nice to know though. Good work.
Sent from my T-Mobile G2 using XDA App
Can u put that in a zip for lazy people like me
Sent from my T-Mobile G2 using XDA App
charlieton said:
there's nothing noob about it. that is a bonafide hack. nice!
Click to expand...
Click to collapse
How is that a hack? LOL
not really a "hack" per se but it tricks ROM manager into flashing a newer clockwork while still thinking it is the same old one. i thought about doing this the other day but never got around to it so great job on this
wineguy13 said:
Can u put that in a zip for lazy people like me
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
You need this is a zip to simply move a file to your SD card? Wow, that IS lazy. lol
I followed the thread but the download take u to a bunch of jumbled code.. is that right?
Sent from my T-Mobile G2 using XDA App
Typo
shadymnms said:
4. Mine was "recovery-cockwork-2.5.1.3-vision.img". Rename it to "recovery-cockwork-2.5.1.3-visionXXX.img" or something obviously different.
Click to expand...
Click to collapse
Nicely done, flashed it via your method.
You may want to correct the typo you have in there as I first tried to copy and paste your file names. It's clockwork, not cockwork.
shadymnms said:
More than likely i could have done it much easier but it just kinda clicked and i didn't wanna bother with fastboot as it feels clunky on the G2.
Click to expand...
Click to collapse
How does it feel clunky? fastboot flash recovery recovery.img is a lot easier than this method.
rp1783 said:
How does it feel clunky? fastboot flash recovery recovery.img is a lot easier than this method.
Click to expand...
Click to collapse
For some reason flashing recovery from fastboot hangs everytime on my phone. This way is good but I did it in terminal. I actually had to flash a cyanogen rom to get the fastboot command, this method would have saved that step.
Sent from my HTC Vision using XDA App
overpower said:
Nicely done, flashed it via your method.
You may want to correct the typo you have in there as I first tried to copy and paste your file names. It's clockwork, not cockwork.
Click to expand...
Click to collapse
Fixed. Thanks lol. I was doing in between flashing villian and was going back and forth. Ahhh... "cockwork", really? Musta slept in too late too.
Sent from my HTC Vision using XDA App
And the downgrade?
fastboot is a lot easier than this IMHO !
You will have fastboot if you have got adb setup on your PC. See the adb guide in this forum for how to setup adb (and fastboot too). It's worth going to the effort, because fastboot will help you with various things in the future. Also you will need the eng hboot.
thank you so much! man now this i can do. i was trying to adb or find terminal in my fastboot.
I'm just starting to install custom ROM tho my DZ, but is this means that ROM Manager will never integrate the new Clockworkmod Recovery?
shadymnms said:
I found a really easy way to flash the new recovery. My fastboot didnt seem to have an option for a terminal so I thought of this genius yet n00b way. Here are the steps.
Steps:
1. Install clockworkmod from market.
2. Flash Clockworkmod recovery from Rom Manager.
3. Navigate to clockworkmod/download/koush.tandtgaming.com/recoveries (or where ever your recovery was downloaded to. This can be done in File Manager, Astro, or Androzip.
4. Mine was "recovery-clockwork-2.5.1.3-vision.img". Rename it to "recovery-clockwork-2.5.1.3-visionXXX.img" or something obviously different.
5. Download clockworkmod 3.0 from hereish:
http://forum.xda-developers.com/showthread.php?t=893933
6. Move your recovery.img to clockworkmod/download/koush.tandtgaming.com/recoveries and name it recovery-clockwork-2.5.1.3-vision.img
7. Go into ROM Manager and Flash Clockworkmod recovery, it will say its still 2.5.1.3 when your done. Reboot into recovery and you'll be welcomed by a new orange 3.0
More than likely i could have done it much easier but it just kinda clicked and i didn't wanna bother with fastboot as it feels clunky on the G2.
Click to expand...
Click to collapse
Thank you kind sir.
Thanks for this simple guide! Before I move forward though, a couple of questions - I need this recovery to flash gingervillain or the CM7 that's being worked on, right? But if I want to revert back to my nandroid backup of cm6.1.1, will I have to flash the old recovery before doing so? Cheers
Sent from my HTC Vision using XDA App
steviewevie said:
fastboot is a lot easier than this IMHO !
You will have fastboot if you have got adb setup on your PC. See the adb guide in this forum for how to setup adb (and fastboot too). It's worth going to the effort, because fastboot will help you with various things in the future. Also you will need the eng hboot.
Click to expand...
Click to collapse
now cmon stevie, i agree its good to have adb and proper sdk w\ drivers installed. But for the super ober noob thats wants shiny pretty new cw3 for whatever reason be it cm7 or just because, even trying to teach the super ober how to cmd and cd to the sdk is a larger challenge than this. Im just saying your a well respected source of info on xda to a lot of super obers and to say this is easier on the big picture, well thats just crazy talk. This is pretty easy for just about anyone.
kalipedia said:
Thanks for this simple guide! Before I move forward though, a couple of questions - I need this recovery to flash gingervillain or the CM7 that's being worked on, right? But if I want to revert back to my nandroid backup of cm6.1.1, will I have to flash the old recovery before doing so? Cheers
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
from what i've read this seems to be the case. i think i'll wait for a stable cm7 release before updating to 3.0

Bought Evo on eBay... has s-off but recovery goes to red triangle

Ok bought an evo on eBay, after getting rid of my evo for a blackberry and realizing I made a huge mistake. It's used but like new.
I go to the boot screen and it says s-off. Then I select recovery but it goes to an evo with a red triangle.
What can I do?
Thanks
Sent from my PC36100 using XDA App
If you can acess the bootloader, I would recommend searching in the rooting wiki and look for a PCIMG file place that in the root of the sd card(hopefully your comp has a media reader) and insert the sd card with that file and the bootloader should detect when you select recovery.
What that file does is resets everything on the phone to stock. if you could find a RUU that might work but if your comp cant see the phone its useless i hope this helps
oh hey just stole this from a post from mattykins(thanks for the link) http://forum.xda-developers.com/showthread.php?t=884060
josh995 said:
Ok bought an evo on eBay, after getting rid of my evo for a blackberry and realizing I made a huge mistake. It's used but like new.
I go to the boot screen and it says s-off. Then I select recovery but it goes to an evo with a red triangle.
What can I do?
Thanks
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
If you're s off, your rooted. The triangle means you have no recovery. All you need to do is flash a PC36IMG of recovery, using the bootloader. Once you do that, you'll have recovery, and can flash a rom of your choice. That's it. No need to re root or ruu or anything like that. Just recovery, that's it.
Sent from my PC36100 using XDA App
k2buckley said:
If you're s off, your rooted. The triangle means you have no recovery. All you need to do is flash a PC36IMG of recovery, using the bootloader. Once you do that, you'll have recovery, and can flash a rom of your choice. That's it. No need to re root or ruu or anything like that. Just recovery, that's it.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
or you could install clockwork mod and make it even easier on yourself by installing recovery through there
k2buckley said:
If you're s off, your rooted. The triangle means you have no recovery. All you need to do is flash a PC36IMG of recovery, using the bootloader. Once you do that, you'll have recovery, and can flash a rom of your choice. That's it. No need to re root or ruu or anything like that. Just recovery, that's it.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Could you do a huuuuge favor for a newbie and link me to the file I need to flash?
Sent from my PC36100 using XDA App
iitreatedii said:
or you could install clockwork mod and make it even easier on yourself by installing recovery through there
Click to expand...
Click to collapse
This would probably be the easiest thing. DL clockwork from the market and install the recovery I prefer amon_ra it will be at the bottom under alternate recoveries. Also do a nand backup as soon as you have a recovery.
I agree with above, just get rom manager from the market and flash a recovery...simple
We're comin from a pure power source.
josh995 said:
Could you do a huuuuge favor for a newbie and link me to the file I need to flash?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
SUre, give me one sec to upload a file for you. And as the other guys suggested, flashing a recovery using ROM manager would be your easiest bet. HOWEVER, if you dont have the SUPER USER app, (which i bet you do not), rom manager wont work. t herefore you cant flash anything with it.
So give me one sec, and i'll upload what you need to flash, with instructions for ya
EDIT: I attatched a recovery for you. It's Amon Ra V2.3. Download the PC36IMG, and leave it named exactly as it is. Place the file on the main directory (root) of your sd card. Power your phone off completely. Then boot to the bootloader by holding the power and volume down buttons simultaneously. When it gets to the bootloader, after a sec it will scan for files, and find the PC36IMG. It will then ask you if you want to update, so select yes (volume UP). Once it's done flashing, it'll ask you to reboot. Select no. Then choose the 'recovery' option from the bootloader menu. You should now successfully boot into Amon Ra V2.3 recovery. From that point, you can create a backup of your current setup. Then you can perform a full wipe, and then flash the rom of your choice.
And what ever you do DON'T restore a nandroid from your old phone. You will wipe out your 4g if the wimax partition is included in the nandroid.
Sent from my PC36100 using XDA App
k2buckley said:
SUre, give me one sec to ........
Click to expand...
Click to collapse
Thanks man, a lot!
josh995 said:
Thanks man, a lot!
Click to expand...
Click to collapse
You're welcome. Never a problem at all. Let us know if you need any more assistance getting things up and running.
Ok that worked. I now have Amon ra recovery
But, lol, one more question. Amon ra has changed since I've had an evo.. now when I select backup, it has a list of things I want to back up with "[x]" next to them. Which items should I select? It didn't have that feature in the past so I'm a little lost.
Sent from my PC36100 using XDA App
josh995 said:
Ok that worked. I now have Amon ra recovery
But, lol, one more question. Amon ra has changed since I've had an evo.. now when I select backup, it has a list of things I want to back up with "[x]" next to them. Which items should I select? It didn't have that feature in the past so I'm a little lost.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Right, that feature was added after version 1.8.0 (which I still use). I believe you want to check all of the boxes, for your first backup. (I'm not sure if you need to have everything checked after that, but I'm sure it couldn't hurt). I've seen people say that you only need to back up your wimax one time, then keep the file in a safe place (it's your RSA keys), however I just can't see what the problem is with backing it up each time. I kind of like the simplicity of 1.8.0, just hit backup and let it do it's thing. Whatever the heck 1.8.0 automatically backs up on its own, works perfectly fine for me, lol.
So I would just check everything off, and then let it perform the backup.
EDIT: and sorry I don't have more info on that for ya. I'm sure someone else who regulrarly uses ar 2.3 will chime in, and give you a more solid answer. I just simply don't use that recovery, as I never saw a need to 'upgrade' from 1.8.0, because it has always worked flawlessly for me. If it ain't broke, don't fix it. I'd say you could use 1.8.0 if you wanted to, but I believe it won't work on the 004 hardware phones with the 0040000 size erase block.
Ok cool.
Thanks again
And yes i remember the simple way, things are supposed to get easier as time goes on, not more complicated, haha!
Sent from my PC36100 using XDA App

CWM 5.0.1.0?

Hi folks,
Today I booted up Rom Manager and it told me that a new version of CWM was available : 5.0.1.0 So I flashed it (through Rom Manager, so the temporary one) and noticed that it is cyan instead of orange. I didn't pay attention to new features. Is there a official version for permanent flash? Is this a official CWM?
Thanks in advance
Sent from my HTC Wildfire using XDA App
Yes its official, and yes, there is an IMG file for a permanent flash.
http://download.clockworkmod.com/recoveries/
ROM Manager and Clockworkmod are written by the same person, so, if ROM Manager says there's an update, it will be an official one.
PS - Questions shouldn't be in Dev Section.
It works but this isn't permanent flash?
after recovery reboot i get back to v.3.x.x.x
Ups... I didn't download *.img. now it's working
Can someone talk me through how do I go about making this permanent? I've downloaded through Rom Manager and if I boot into recovery via rom manager I get the new version but if I reboot into recovery I still have the old one.
I've read about a couple of methods of doing this, I believe it's possible using either Unrevoked or Terminal Emulator? I'm having trouble working out which method is easier/more reliable.
I'm S-On if this makes any difference?
Thanks!
steve_032 said:
Can someone talk me through how do I go about making this permanent? I've downloaded through Rom Manager and if I boot into recovery via rom manager I get the new version but if I reboot into recovery I still have the old one.
I've read about a couple of methods of doing this, I believe it's possible using either Unrevoked or Terminal Emulator? I'm having trouble working out which method is easier/more reliable.
I'm S-On if this makes any difference?
Thanks!
Click to expand...
Click to collapse
Both work. Unrevoked method is definitely more easier, but, if you don't mind typing in a bunch of commands, then the terminal emulator method is probably more reliable.
EDIT - I think the Terminal method needs S-OFF, so I guess you are stuck with Unrevoked, in all probability.
Download the image. Open up a terminal and type su, you should get a # sign. Move the image to the root of your SD. In your terminal type flash_image recovery SD/(name of image). Hit return and watch the terminal flash the latest version. Personally I'd use Amon-Ra, but that's just me.
Sent from my hacked wonderphone using XDA Premium
3xeno said:
Both work. Unrevoked method is definitely more easier, but, if you don't mind typing in a bunch of commands, then the terminal emulator method is probably more reliable.
EDIT - I think the Terminal method needs S-OFF, so I guess you are stuck with Unrevoked, in all probability.
Click to expand...
Click to collapse
Ok that's awesome! I'll give it a try, thanks for the quick response.
Wait what? You don't have S-OFF? ......oh
Sent from my PC36100 using XDA Premium App
KFlannigan5 said:
Wait what? You don't have S-OFF? ......oh
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
Yeah, it will only work when you are S-OFF.
steve_032 said:
Can someone talk me through how do I go about making this permanent? I've downloaded through Rom Manager and if I boot into recovery via rom manager I get the new version but if I reboot into recovery I still have the old one.
I've read about a couple of methods of doing this, I believe it's possible using either Unrevoked or Terminal Emulator? I'm having trouble working out which method is easier/more reliable.
I'm S-On if this makes any difference?
Thanks!
Click to expand...
Click to collapse
When you open the UnrEVOked tool, you can somewhere select a custom recovery image (I can't tell you exacly, but if I remember right, there weren't that much menu options in unrEVOked). You can then proceed with the normal procedure: the UnrEVOked tool will do its magic to install your new recovery image.
You can download the .img from the link from 3xeno, or you can find it somewhere on your sdcard as ROM Manager has already downloaded it.
To be honest: your life willnbe much mor easy when you use the AlpheRevX/Revolutionary tool to get S-OFF. The commands to flash a new recovery aren't that difficult, and other fastboot commands can be very usefull when you did something very stupid, want to restore a nandroid backup and notice that clockworkmod doesn't want to cooperate anymore. It really saved my phone more then once And, last but not least, when S-OFF you can remount your system folder as read/write (im stead of read-only) to change certain system files (for example, deinstall a useless system app) in a descent graphical interface and when your phone is booted.
Good luck!
Erwin
Unrevoked doesn't seem to want to play ball for me at the moment, keep getting "Is your firmware too new?" error messages. I'll S-Off, it's something I've been meaning to do anyway just never got round to! Thanks for your help.
Use an older version of Unrevoked, something between 3.14 and 3.21. All newer versions give this error for some or the other reason. (Assuming you are not going to S-OFF yet)
Ahh yes 3.14 did the trick! Thanks.
It is an official update, CWM won't install something that isn't official.
Use fast boot flash. From windows or linux.
Sent from my HTC Wildfire using XDA App
Not sure if the OP is aware but a newer version is available btw (5.0.2.0)
Sent from my HTC Wildfire using Tapatalk

[Q]Can we use ClockworkMod Recovery instead of TWRP?

Just was wondering. I'm more used to what clockworkmod has so I figured it would be easier to install that instead. But I wanted to make sure it was supported before I went ahead and installed it. Anyone know?
Yes. ClockworkMod works just fine on the Kindle Fiya. there is no looking back now.
androidcues said:
Yes. ClockworkMod works just fine on the Kindle Fiya. there is no looking back now.
Click to expand...
Click to collapse
awesome. so i'm ok with installing it straight from rom manager right?
i'm a little paranoid bc a lot of people seem to be posting about bricking their fires.
Unknown. But if you follow the "bricked fire" threads, you'll see that most people find ways to get them back. So I think a lot of folks are at times stuck, but not truly bricked. I think the most common problem, and the one that bit me too - is being stuck in fastboot and therefore having the device not accessible by adb. And they, like me, panic a bit and think they've bricked it. Granted, I'm sure there are ways of truly bricking it, but as long as you're patient, I think KFU and the fastboot command can get you out of most problems.
gadgetman13 said:
Unknown. But if you follow the "bricked fire" threads, you'll see that most people find ways to get them back. So I think a lot of folks are at times stuck, but not truly bricked. I think the most common problem, and the one that bit me too - is being stuck in fastboot and therefore having the device not accessible by adb. And they, like me, panic a bit and think they've bricked it. Granted, I'm sure there are ways of truly bricking it, but as long as you're patient, I think KFU and the fastboot command can get you out of most problems.
Click to expand...
Click to collapse
thanks man, gonna go ahead and do it in a bit. fingers crossed .
Where do you find the CWM files to download?
Sent from my Kindle Fire using Tapatalk
Bmcd37 said:
Where do you find the CWM files to download?
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
it installs when you start up rom manager for the first time
EDIT: Woops, just went to install it and it says it's not officially supported yet. Anyone know where to get it?
Looks like there's more to it. Guess I'm gonna be going by this guide to install early CM9:
http://liliputing.com/2011/12/how-to-install-cyanogenmod-7-on-the-amazon-kindle-fire.html
HeliosAI said:
it installs when you start up rom manager for the first time
EDIT: Woops, just went to install it and it says it's not officially supported yet. Anyone know where to get it?
Click to expand...
Click to collapse
I thought CWM required the use of hardware buttons?
HeliosAI said:
Looks like there's more to it. Guess I'm gonna be going by this guide to install early CM9:
http://liliputing.com/2011/12/how-to-install-cyanogenmod-7-on-the-amazon-kindle-fire.html
Click to expand...
Click to collapse
Go to the development section. It says beta but its solid, I did most of the alpha testing for it and doom lord did the port. Is not officially supported by koush. If you know how to use fastboot, you can't fastboot flash recovery.img if u can't figure it out pm me. I'll get u going.
Sent from my Amazon Kindle Fire using xda premium
smirkis said:
Go to the development section. It says beta but its solid, I did most of the alpha testing for it and doom lord did the port. Is not officially supported by koush. If you know how to use fastboot, you can't fastboot flash recovery.img if u can't figure it out pm me. I'll get u going.
Sent from my Amazon Kindle Fire using xda premium
Click to expand...
Click to collapse
Agreed. Doomlord's CWM recovery port is awesome. It's touch based and I've tried most every feature and it seems very solid. I installed it in a much easier fashion than most... I just copied it to my SD area and used the dd command to put a copy into the recovery partition. I did this during normal operation of the Kindle.... No fastboot necessary in using that method. Neall.
.
ndoren said:
Agreed. Doomlord's CWM recovery port is awesome. It's touch based and I've tried most every feature and it seems very solid. I installed it in a much easier fashion than most... I just copied it to my SD area and used the dd command to put a copy into the recovery partition. I did this during normal operation of the Kindle.... No fastboot necessary in using that method. Neall.
.
Click to expand...
Click to collapse
That method is sketch. Fastboot is the proper way to flash a recovery. Any other way you risk trouble. Wear your rubbers and use the fastboot binary.
androidcues said:
That method is sketch. Fastboot is the proper way to flash a recovery. Any other way you risk trouble. Wear your rubbers and use the fastboot binary.
Click to expand...
Click to collapse
its not sketch, just no room for error.
put recovery.img on the root of ur SD card, than open mobile terminal, than type these commands.
su (enter)
dd if=/sdcard/recovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery (enter)
just don't mistype it, all it does is make a copy directly to the /dev folder.
this is how, rom manager actually puts cwm on ur device.
or use this http://forum.xda-developers.com/showthread.php?t=1500935
Sent from my HTC Glacier using xda premium

Categories

Resources