I would love to be able to root, install clockwork and flash a custom ROM on this thing, but I see no mention of it in the development thread. Does any one have any idea's on modding this phone?
bootloader is not locked, its very easy to install recovery
you just have to paste new recovery in download mode (static rom partition, then you can root with any custom rom
http://forum.xda-developers.com/showthread.php?t=1278027
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?
Hello. I need help!! I want my htc sense 3.6 back on my phone but I am not sure how to uninstall MIUI ROM. In other words, I wanted what I had right after I rooted my phone, before I installed MIUI ROM. Anyone know how to do this? Thanks!
If you made a recovery file in the recovery then just install the file if not then relock the bootloader and run the Stock ruu file and then just re unlock root ect.
menachemt said:
Hello. I need help!! I want my htc sense 3.6 back on my phone but I am not sure how to uninstall MIUI ROM. In other words, I wanted what I had right after I rooted my phone, before I installed MIUI ROM. Anyone know how to do this? Thanks!
Click to expand...
Click to collapse
I imagine you would have rooted your phone, unlocked bootloader (maybe), and flashed a custom recovery (like clockworkmod or wcx). I don't think any of those things would have changed during your use of MIUI.
Easiest way? Relock your bootloader (if you had unlocked it), and then run the stock RUU for your phone to revert your phone to stock. Then you can unlock bootloader again and then root your stock rom (I believe there is the all-in-one tool that makes rooting quite easy).
Or... if you want to try another custom rom, download the rom zip, copy it on your SDCard, and....
1) Pull the battery, and re-insert
2) Boot phone by holding VOLDOWN and POWER. You are in bootloader. At this screen you can see if you are S-ON or S-OFF (good to know for the later steps)
3) Choose recovery
4) If you're in WCX recovery or ClockWorkMod recovery, then you can do the 4 wipes (Data/Cache/Dalvik/System). ** But if you see you are NOT in a custom recovery, stop now.
5) Then you can flash the custom rom zip.
6) *At this point - if you are S-OFF, then the rom's kernel would have flashed with the rom, so you're done.
*But if you're S-ON, you will now need to flash the rom's kernel manually via fastboot. (on your computer, just extract the boot.img from the rom's zip, put it in the same folder where your fastboot.exe is, and run
Code:
fastboot flash boot boot.img
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.
Hello everyone, i am pretty bad at english so dont judge me becouse of this, and i am also noob here
So, i have problem. Why i cannot enter into recovery mode? I want to flash custom rom in my phone, i already have succesfully rooted with this method http://forum.xda-developers.com/xperia-z/general/guide-how-to-root-10-5-1-0-283-t2872873 and now i want custom rom, but i cant flash it becouse i cant enter in recovery mode, whats the problem? And another question, did i need unlocked bootloader for custom roms? What if i need it but i have already rooted? Did its big risk to unlock bootloader for already rooted phone? Sorry guys i am noob here, thanks for help!
First, did you install any recovery like CWM or TWRP or Phil...
on the page it talks about XZDualRecovery: you may choose any other if you prefer
if not there is no GUI based recovery in Sony Software and you need to install them separately.
Since you have already Rooted the Phone..
1. Start with This, go to the below link and backup your TA partition
http://forum.xda-developers.com/showthread.php?t=2292598
This backup is very important if you want to revert back to factory image so keep it safe. WITHOUT THIS BACKUP DO NOT UNLOCK YOUR BOOTLOADER
2. Only on successful backup of TA, think about unlocking your bootloader. from your dialer dial *#*#7378423#*#*, and check if you have "Bootloader unlock allowed: Yes"
Unlocking the bootloader means you can install any of the ROM's available for your phone. If you don't want to unlock or cannot unlock then you may be restricted ROM's with Sony Kernels only.
Guys , I have to sell my phone, so, I decided to do all the necessary to have it stock..
So, the question is, how can I do this? I need the phone like when I bought it
You can do most of this via SRK Tool. If you can't relock bootloader then you can flash your stock update.app via stock recovery and that will relock your bootloader and get rid of root.
Please don't follow this for when you have Nougat beta installed though.
I currently have TWRP recovery.. How can I put stock recovery?
Is better to put 1st the rom and for 2nd the recovery or contrary?
Anyway thanks for answering me!
1. Backup (as always)
2. Flash stock recovery with flashify for example
https://www.androidfilehost.com/?fid=529152257862669572
3. Flash stock Rom b182 with dload-method
http://download-c.huawei.com/download/downloadCenter?downloadId=91783&version=358257&siteCode=de
Now your Bootloader is relocked and everything is stock again (I hope so)