Hi
I have a few questions - yes im a noob
What i would like to do is to root my phone so i can install apps such as greenify, that is all i want to do - root, i dont want to flash roms etc
my questions are:
1. if i root, do i still get OTAs
2.and can someone point me in the right way - the guides i see alll show about installing recovery etc... if i just want to root do i still need to install twrp etc?
This guide explains pretty much everything you'll need to know...
http://forum.xda-developers.com/showthread.php?p=41076144
To do anything, including rooting, you'll need a custom recovery
Sent from my HTC One using xda premium
Flashing custom recovery means that you will not get ota updates. A better way to root your device is to go into fastboot, and merely boot a custom recovery instead of flashing it.
All the things you probably need are in the link in the post before me, but when in fastboot, type "fastboot boot recovery.img" replacing recovery with whatever you named the recovery image.
It will then boot into recovery, and you can flash superuser and get root without having a custom recovery ruining the chances of ota updates.
Sent from my HTC One using xda app-developers app
Related
After unlocking the bootloader, how would I flash ClockworkMod Recovery using ROM Manager. I was looking at Cyanogenmod wiki and it says that i would need root access to do it the easy method. Does this mean I need to root it before flashing the recovery or what?
If you haven't unlocked the bootloader, I would use a tool to root like SuperOneClick or rageagainstthecage, then just install ROM Manager (https://market.android.com/details?id=com.koushikdutta.rommanager&feature=search_result) and have it install the recovery.
If you HAVE unlocked the bootloader already, you just need to find a recovery image (like clockworkmod - http://www.koushikdutta.com/2010/02/clockwork-recovery-image.html) and flash it in fastboot using the fastboot flash command.
So after flashing the recovery image, I could use the rom manager to update the recovery image if there is such a update correct?
Sent from my Nexus One using XDA App
ephung23 said:
So after flashing the recovery image, I could use the rom manager to update the recovery image if there is such a update correct?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
If you flash a recovery image, the next step after that is installing a custom ROM. What I was stating was just that there is a way to flash a recovery image without unlocking the bootloader.
Of course, I completely get what you're saying. I already unlocked the bootloader, but after flashing the custom recovery image, would my phone be rooted with superuser and etc?
Sent from my Nexus One using XDA App
Superuser is an application. You gain root accesses to the filesystem by unlocking the bootloader.
So by unlocking the bootloader, I have root then?
Sent from my Nexus One using XDA App
Unlocking the bootloader allows you to flash unofficial (custom) images. You can flash recovery, system, boot images, etc. Unlocking the bootloader does NOT give you root access to the phone. You need to either root your stock image, or since your bootloader is unlocked, you can flash a pre-rooted custom ROM.
You can also flash a custom recovery via fastboot, and use that to install a custom ROM. Note, however, that the stock ROM will restore the stock recovery on re-boot, so you will need to go into recovery immediately after installing, then flash your custom ROM. Custom ROMs don't restore the custom recovery...
Sent from my Nexus One using XDA App
No. You just have a unlocked bootloader.
If you are looking at Cyans wiki I assume you want to install CM. So basically just get the recovery image you want to flash along with the ROM and the gapps. Put the ROM and gapps in the root of the sd card. Put the recovery image in the sdk folder with fastboot. I believe its still in the tools folder. Flash the recovery and reboot into recovery. If you boot the phone normally the stock ROM will replace the custom recovery you just flashed. So once your in the custom recovery you can install the CM ROM and gapps. Before you do that though do a nandroid back up. This way you can always just restore your system to its current state.
Oh! I get it! Thank you for the clarification. So how would I root the stock image?
Sent from my Nexus One using XDA App
http://forum.xda-developers.com/showthread.php?p=8532790#post8532790
Thank you for the link and for sol the help.
Sent from my Nexus One using XDA App
So after rooting the phone and installing the recovery image. Would I have to install the radio in order to flash cyanogenmod 7? Is it completely necessary?
If you have radio 4.06 or higher, you should be OK...
Sent from my Nexus One using XDA App
sorry for beringing it up but I have question:
I unlocked bootloader but I do not want to install custom rom (at least yet) ... any guide or simple explanation how to install and have operating superuser app with root access on unlocked stock (GB) rom? (but to be able to OTA update in future?)
How about reading the Wiki, section "Root", guide for unlocked bootloader?
Or searching the forum for answer to one of the most asked questions?
hi there every one i updated my nexus one to 2.3.6 (GRK39F) from stock 2.3.4 (GRJ22) sorry but i did not read the post for to upgrade and keep root before upgrading to 2.3.6 and now i am suffering and thought it is not a good idea to post a question there so posting here
my problem is when i upgraded 2.3.6 i was rooted and had clockworkmod recovery image and i had a backup from rom manager as well but before upgrade i wiped the partition and cache and after upgrade i dont have SUPER USER permission nor the clockworkmod recovery tried to flash su.zip from sd card but no luck please can anyone help me get my root back pleaseeeee i need help ....
You'll have to passimg back to an earlier version of Froyo, root, restore your backup, and then flash the update and su zip...
danger-rat said:
You'll have to passimg back to an earlier version of Froyo, root, restore your backup, and then flash the update and su zip...
Click to expand...
Click to collapse
Thankyou very much danger-rat really appriciate your help but today was a bit lucky day for me
I tried to flash a recovery image through ADB and then it went well and then flashed the su.zip from sdcard that gave me superuser permission again thanks again for your help
@0mpranav
No need to flash the system partition, no need to use ADB, just flash Superboot:
Code:
https://bexton.net/2011/09/24/root-access-for-nexus-one-on-android-2-3-6-grk39f-superboot/
If your bootloader is unlocked all you have to do is reboot into fastboot mode. Flash a custom recovery such as RA or CWM, reboot directly into revovery and flash su.zip or whatever flash zip you used to root your device before. Reboot and you are rooted once again.
The following thread has a step by step how to do it. It's fast and easy.
http://forum.xda-developers.com/showthread.php?t=1019759
jboxer said:
If your bootloader is unlocked all you have to do is reboot into fastboot mode. Flash a custom recovery such as RA or CWM, reboot directly into revovery and flash su.zip or whatever flash zip you used to root your device before. Reboot and you are rooted once again.
The following thread has a step by step how to do it. It's fast and easy.
http://forum.xda-developers.com/showthread.php?t=1019759
Click to expand...
Click to collapse
Yup. This is the way every one should be doing it. It's sort of the whole point of the Nexus One. It has an unlockable bootloader.
GldRush98 said:
Yup. This is the way every one should be doing it. It's sort of the whole point of the Nexus One. It has an unlockable bootloader.
Click to expand...
Click to collapse
I have purchased two second hand Nexus Ones. The first thing I did after receiving them and charging the battery was to reboot into fastboot mode and issue "fastboot oem unlock" command. Since they were purchased second hadn I didn't thing I had a warranty anyway so unlocking the bootloader seemed to be a non brainer.
GldRush98 said:
Yup. This is the way every one should be doing it. It's sort of the whole point of the Nexus One. It has an unlockable bootloader.
Click to expand...
Click to collapse
Will any version of su.zip, and fastbook.zip work? What about recovery-RA-passion-v2.2.1.img? or should we be using a different version?
If we should be using different versions of those, could you link to where we could get them?
I've had my Nexus one half-rooted since 2.3 came out, and I haven't been able to root it back.
why mess with 2.3.6 just use oxygen 2.3.7...
kuljit55 said:
why mess with 2.3.6 just use oxygen 2.3.7...
Click to expand...
Click to collapse
I'm sorry I have no idea what that is. I don't even know if its helpful at all. Again, I don't even have root, or a custom recovery. Presently, I have an unlocked bootloader, ADB on my PC, and a half-rooted nexus one from before 2.3.
I have absolutely no idea how to do anything presently, and when someone tells me that trying to root on 2.3.6 is futile and to just use a custom update, it doesn't make any more sense to me.
Care to elaborate past one line that doesn't help at all? Hell when using shell commands through adb, it keeps on saying "permission denied" any time I type in su.
You have an unlocked bootloader, so flash a custom recovery via fastboot, and use the custom recovery to flash the su zip...
danger-rat said:
You have an unlocked bootloader, so flash a custom recovery via fastboot, and use the custom recovery to flash the su zip...
Click to expand...
Click to collapse
Thanks Danger-rat. Although I know you said nothing different that what was already said in this thread, I figured that since you didn't give me specific info about whether or not there were multiple versions of su.zip or fastboot.zip, I figured I should take that as a "No.", so I went for it. All re-rooted now.
I appreciate the help.
EDIT: So if you are as new to this stuff as I am, anyone else who's reading-
You can DL su.zip from http://www.google.com/url?sa=t&sour...ZxOuf9Kw_URvtvh9Q&sig2=Hj72LDNoiBq2Zoa4QquZWQ
and fastboot.zip from http://www.mediafire.com/?ttdkgamud3j
and amon Ra 2.2.1 from http://files.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-passion-v2.2.1.img
then follow the directions here: http://forum.xda-developers.com/showthread.php?t=1019759
** Note: again, these are for people who have unlocked bootloaders. For that info, you'll have to go elsewhere, but it should be readily available, such as this stuff is. I'm just linking it again because I know how frustrating it can be for people like me who aren't too well versed in rooting/unlocking yet.
Downgrade 2.3.6 to 2.2.2 - Nexus One
Problem:
I would like to downgrade my Nexus One to 2.2.2, because I've had non-stop problems with Gingerbread.
So I've gone through the Bootloader -> Recovery -> apply sdcard:update.zip steps, and it fails. This begs the question, how do I go from 2.3.6 to 2.2.2?
Fix:
Generally, phone manufacturers will not allow you to downgrade for various reasons. The stock recovery does indeed validate the update image, so that it's of a greater (or same) version than the installed system. With the Nexus One being a developer phone, you can unlock the bootloader and replace the recovery image with the one that doesn't perform this check, and will allow installation of any image. The caveat is that unlocking the bootloader voids your warranty with the carrier (and sometimes the manufacturer too,) and wipes all user data off the device.
Unlocking the N1 is dead easy. Just install Android SDK and the USB drivers (located in "google-usb_driver" directory.) Then restart the phone in bootloader mode by shutting it off and powering on while holding down the trackball, hook it up to the computer via USB, and in command prompt issue the following command: C:\<path to Android SDK>\tools\fastboot oem unlock. You will be presented with a confirmation screen with further instructions. Upon successful unlock, you can flash a custom recovery that will allow you to install any custom ROM, including downgrade to 2.2.x stock version of Android OS.
To flash ClockworkMod recovery, download the latest version for Nexus One from here, reboot into bootloader mode (power on while holding the trackball down,) and in command prompt issue command C:\<path to ANdroid SDK>\tools\fastboot flash recovery C:\<path to downloaded img>\recovery-clockwork-3.0.0.5-passion.img
Reboot to bootloader mode again, and then use the Volume keys to highlight the "Recovery" option and press Power button. You are now in ClockworkMod recovery, and can flash any custom ROMs via the "Install zip from sdcard" option.
Here is a "stock" 2.2.2 ROM (with root) off XDA-developers forum.
http://forum.xda-developers.com/showthread.php?t=927935
source:http://android.stackexchange.com/questions/13933/downgrade-2-3-6-to-2-2-2-nexus-one
Try It & Report Back...
Basically exactly what it says in the title.
But I'll repeat:
I have my bootloader unlocked but do not have root access at the moment. I am now running the stock recovery after updating to 2.3.6. Do I need to root before I can flash a custom recovery or not? Also I wouldn't mind a bit help either rooting or flashing recovery as guides seem quite limited since 2.3.6.
Thanks in advance,
Addam.
Use fastboot to install a custom recovery, either cwm or amon ra. Now you can boot into custom rscovery and flash
rom.
Check the wiki
Sent from my Transformer TF101 using Tapatalk
You don't need root.
The guide for unlocked bootloader remains the same since a day before Nexus One was released.
I'm thinking about unlocking the bootloader of my Moto X and I have a few questions. I hope you guys can help me.
1. At the moment I'm using PwnMyMoto, which means I dont have the stock recovery. Will this be a problem to unlock the bootloader using 'Motorola website' method? i.e. is this method stock recovery dependent? Do I have to go back stock using RSDlite first?
2. After unlocking the bootloader I will probably install a custom recovery (maybe TWRP). As far as I know, when using a custom recovery we should not install OTA, right? It will bootloop. Can anyone confirm this?
3. When using TWRP, is it possible to flash a ROM using RSDlite and keep the custom recovery? i.e. only flash system. This way I could backup my actual ROM before I flash the new one, and if anything goes wrong I can restore it.
Thank you all!
xitake said:
I'm thinking about unlocking the bootloader of my Moto X and I have a few questions. I hope you guys can help me.
1. At the moment I'm using PwnMyMoto, which means I dont have the stock recovery. Will this be a problem to unlock the bootloader using 'Motorola website' method? i.e. is this method stock recovery dependent? Do I have to go back stock using RSDlite first?
2. After unlocking the bootloader I will probably install a custom recovery (maybe TWRP). As far as I know, when using a custom recovery we should not install OTA, right? It will bootloop. Can anyone confirm this?
3. When using TWRP, is it possible to flash a ROM using RSDlite and keep the custom recovery? i.e. only flash system. This way I could backup my actual ROM before I flash the new one, and if anything goes wrong I can restore it.
Thank you all!
Click to expand...
Click to collapse
1. Fastboot the stock recovery. You will likely have problems unlocking as it performs a factory reset.
2. Don't take OTAs with a custom recovery. You will bootloop. Wait for a flashable zip or fastboot back to stock to get the OTA.
3. You flash ROMs in recovery. You shouldn't need to use fastboot (or rsdlite) unless you want to return to stock or you run into serious phone issues.
Sent from my Moto X.
Hi,
I just got a brand new HTC One 7 (WWE, CID E_11) after my last one died. Im trying to root it and install a custom recovery to install arhd or insertcoin. I used htc one toolkit for this. Everything seemed to work ok, but after booting the installed rom (ARHD or insertcoin) the phone reboots after i see the login screen. I somehow managed to reinstall my phone again yesterday, as it was a complete (soft) brick.
I used this to return to stock:
http://forum.xda-developers.com/showthread.php?t=2759000
Now does anyone know why I get a reboot loop? Does anyone know if i installed this stock rom if I get the normal OTA updates again? And do i need to relock the bootloader for this? I would really like to install stock roms again but I'm a little anxious after yesterday. (I've installed custom roms since the old HD2/HTC desire, and also on my old HTC One M7, never had any problems, I think it has to do with the Hboot).
Hoping to hear from you guys,
best wishes,
Olaf
Agil1ty said:
Hi,
I just got a brand new HTC One 7 (WWE, CID E_11) after my last one died. Im trying to root it and install a custom recovery to install arhd or insertcoin. I used htc one toolkit for this. Everything seemed to work ok, but after booting the installed rom (ARHD or insertcoin) the phone reboots after i see the login screen. I somehow managed to reinstall my phone again yesterday, as it was a complete (soft) brick.
I used this to return to stock:
http://forum.xda-developers.com/showthread.php?t=2759000
Now does anyone know why I get a reboot loop? Does anyone know if i installed this stock rom if I get the normal OTA updates again? And do i need to relock the bootloader for this? I would really like to install stock roms again but I'm a little anxious after yesterday. (I've installed custom roms since the old HD2/HTC desire, and also on my old HTC One M7, never had any problems, I think it has to do with the Hboot).
Hoping to hear from you guys,
best wishes,
Olaf
Click to expand...
Click to collapse
Flash the stock firmware 5.11.401.10! I think your firmware is mismatched.
By flashing the firmware after installing the Rom I might fix the bootloop? Or is the stock firmware necesarry to go back to stock? Sorry bit confused, thanks for your response btw
Sent from my HTC One using XDA Free mobile app
Agil1ty said:
By flashing the firmware after installing the Rom I might fix the bootloop? Or is the stock firmware necesarry to go back to stock? Sorry bit confused, thanks for your response btw
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
Flashing the firmware might fix the boot-loop, since you flashed the stock rom! If it does stop the boot-loops, you can re-install TWRP or CWM to get the custom recovery.
Agil1ty said:
By flashing the firmware after installing the Rom I might fix the bootloop? Or is the stock firmware necesarry to go back to stock? Sorry bit confused, thanks for your response btw
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
when using a sense custom rom you need to make sure you use twrp 2.6.3.3 recovery, do not use the toolkits, most of the time they are out of date and not updated, this would explain the bootloops, take the time to learn how to use adb and fastboot, you'll never look back.
nothing to do with the firmware and no need to flash it, if your firmware was knackered, you would have a hard brick.
Seanie280672 said:
when using a sense custom rom you need to make sure you use twrp 2.6.3.3 recovery, do not use the toolkits, most of the time they are out of date and not updated, this would explain the bootloops, take the time to learn how to use adb and fastboot, you'll never look back.
nothing to do with the firmware and no need to flash it, if your firmware was knackered, you would have a hard brick.
Click to expand...
Click to collapse
First of all thanks for the quick response. I know how to use adb and fastboot (at least I think).
If i would (in this order) do the following, would that be correct?:
unlock using htdev
Flash twrp 2.6.3.3 using fastboot command: "fastboot flash recovery recovery.img" (naming twrp 2.6.3.3.img = recovery.img)
reboot bootloader
Flash SuperSU.zip in TWRP
reboot twrp
flash custom rom (ARHD).
The thing is it isn't a normal bootloop (which normally would come with the HTC logo all the time)
It reboots when I try to setup the phone (in the setup menu). Restoring the phone with the link in the OP, ive recoverd my phone, but I would still love to use custom roms again.
Agil1ty said:
First of all thanks for the quick response. I know how to use adb and fastboot (at least I think).
If i would (in this order) do the following, would that be correct?:
unlock using htdev
Flash twrp 2.6.3.3 using fastboot command: "fastboot flash recovery recovery.img" (naming twrp 2.6.3.3.img = recovery.img)
reboot bootloader
Flash SuperSU.zip in TWRP
reboot twrp
flash custom rom (ARHD)
Click to expand...
Click to collapse
unlock using HTC Dev
flash TWRP 2.6.3.3
fastboot erase cache
fastboot reboot-bootloader
enter recovery
no need to flash super user it will be included in the rom you flash
flash custom rom, or stock reset rom, if its not rooted, twrp will ask you if you would like to root upon exit.
Seanie280672 said:
unlock using HTC Dev
flash TWRP 2.6.3.3
fastboot erase cache
fastboot reboot-bootloader
enter recovery
no need to flash super user it will be included in the rom you flash
flash custom rom, or stock reset rom, if its not rooted, twrp will ask you if you would like to root upon exit.
Click to expand...
Click to collapse
It seems that insertcoin had a problem in it's installer:
http://insertcoin-roms.org/category/devices/one_m7/one_sense6/
the changelog says: Fixed SuperSU install (might solve the sudden reboot issue in SetupWizard)
It left me without any rom to install, so i had to sideload ARHD, which it didnt want to install via sideload... The next step I isntalled stock again, which I'm using right now.. but I miss xposed framework and other tweaks too much..
I'm gonna try to unlock it again this afternoon and install insertcoin again, but this time ill make a backup first. Does installing the recovery wipe anything?
Agil1ty said:
It seems that insertcoin had a problem in it's installer:
http://insertcoin-roms.org/category/devices/one_m7/one_sense6/
the changelog says: Fixed SuperSU install (might solve the sudden reboot issue in SetupWizard)
It left me without any rom to install, so i had to sideload ARHD, which it didnt want to install via sideload... The next step I isntalled stock again, which I'm using right now.. but I miss xposed framework and other tweaks too much..
I'm gonna try to unlock it again this afternoon and install insertcoin again, but this time ill make a backup first. Does installing the recovery wipe anything?
Click to expand...
Click to collapse
no it doesn't wipe anything, but you can use xposed and its tweaks on stock rom, you just need to root first, just install TWRP, enter recovery and again upon exit it will offer to root stock rom for you.