◉ First time Rooting : Please check my work... - Android Q&A, Help & Troubleshooting

Hello :
I am going to be flashing my droid phone for the first time (nOOb), and I want to make sure I will doing it correctly.
I have gathered what I believe to be the correct information, and have listed it below.
I am hoping someone can look at the steps to make sure everything is correct and in order.
If I am missing something, or if something does not look right, could you please correct, ammend, or add as necessary.
This would be a tremendous help to me, and I would greatly appreciate it.
Thank you.
1. Root phone using SuperOneClick v2.3.3
A. Install the USB driver for your phone onto your PC
B. Enable USB debugging mode on phone
C. Download and install Java SE developers kit
D. Download and install Android SDK developers kit
E. Connect phone to computer using USB
F. Download and install SuperOneClick v2.3.3
G. Make sure your SD card is NOT mounted
H. Press "Root"
I. Wait for "Success" confirmation
2. Install ClockworkMod Recovery via ROM manager
A. Download and install ClockworkMod ROM Manager
B. Once installed, open ROM Manager
C. Press "Flash ClockworkMod Recovery"
D. Reboot or Power Off
3. Perform a Nandroid backup (full system backup)
A. Make sure you have an install SD card and you have enough free space available on the SD card
B. Open ROM manager and hit reboot to recovery
C. A pop up will ask if you want to reboot into recovery, press OK
D. Phone will reboot and boot into ClockworkMod Recovery
E. Once in CWR, use volume up and down buttons to scroll up and down the menu list
F. Scroll down to "backup and restore"
G. Press "n" button to enter or go to nex sub-menu
H. Press "backup" to start the nandroid backup process
I. Once complete, you will be brought back to the main menu and it will read "Backup complete!"
J. Now scroll up or down to "reboot system now" and press "n" to execute.
K. Once booted and back to Home screen, open your favorite file browser
L. Make you way to your SD card: folder /clockworkmod/backup/(date of backup)
M. Check to see if you have files files: boot image, cache image, date image, nandroid check file, and system image. (note: Usually you will also see a recovery.img (image) file, which is the file that holds the backup for the recovery utility itself. You will see this files with most custom ROM packages.)
Are the above steps correct? Am I missing anything, or is something incorrect?
Thank you!

All is ok with the steps 2 and 3, but in the step 1 isn't necessary to install the Java SE Dev Kit or the Android SDK, SuperOneClick comes with all the necessary tools

Related

Agh! what am i doing wrong!??

Hi everyone.
I'm really sick of this phone (X10 mini pro). right now no matter what i try and flash to it using xrecovery and update.zip, i reboot and always find that i'm running the same old system - like as if i've done NOTHING TO IT AT ALL!
I tried flashing this (which is what i really wanted):
http://forum.xda-developers.com/showthread.php?t=1041099
Nothing, reboots into stock.
I then tried this:
http://forum.xda-developers.com/showthread.php?t=1059361
Also no luck.
What am i doing wrong!? I download the rom, extract (System, META-INF and/or any other folder) and then i install any hotfixes by dragging and dropping/replacing files.
I then zip up the system and meta folders (plus anything else ie: Data folder) to update.zip, then install via xrecovery -- which does so fine, no warning messages -- then i CLEAR cache or format data (if instructed) and reboot.
As far as i can tell, i'm doing NOTHING wrong and it's extremely frustrating. Everytime i reboot i'm greeted with the same old setup wizard, same old theme, same stock "About Phone" details, as listed below:
Model Number:
U20i
Firmware Version:
2.1-update1
Baseband Version:
M76XX-TSNCJOLYM-53404015
Kernal Version:
2.6.29
[email protected] #1
Build Number:
2.1.1.A.0.6
What is going on???
Have you tried not renaming the zip file and flash it as it is, then flash the hotfixes next?
Maybe what you added or replaced caused the flashing to not work at all. For me when I flash a big rom it'll take about a minute. If it was flashed and you don't even see it copying files then it must have failed.
Sent from my U20i using XDA App
Choose custom zip, navigate to the zip file location in your sd card and confirm flashing it. Must work. I bet you flashed the "update.zip" which doesn't exist.
Sent from my U20i using XDA App
Thanks for the quick reply guys.
Unfortunately i've tried both these methods and i still get the same problem. (I just tried both methods again to be sure) Xrecovery just states "Copying files..." then within about a minute or so, it tells me it's "Completed"
Just for the record, i did buy this phone used (and "unlocked" to any network) would that somehow have something to do with this?
I've also tried a factory reset using the PC companion from Sony (then installing a rom) even after that i still get this problem.
Frustrating, very frustrating.
Ok, so i did this all over again:
Step 1.
Reset phone using PC Companion
Step 2
Setup Wifi using the wizard
Step 3
enable usb debugging and Unknown Sources (both under Applications)
Step 4
Connect phone via usb, transfer over Xrecovery, update.zip, etc. Then UNMOUNT SDCARD.
Root phone using S1C, install busybox during then reboot.
Step 5:
Setup marketplace account & Download (provided i get past that rediculous "downloading.." hang bug):
Busybox Installer, once downloaded, double click icon and install
Download and install Root Explorer
Step 6:
install Xrecovery manually using Root Explorer, placing it's 3 files in \system\bin
step 7:
Connect usb, transfer over update.zip, reboot and enter xrecovery
Now, guess what? XRECOVERY won't even start when i hit the back button when the SE logo appears!
One problem after another, about to give up. Really not impressed.
Do the following at your own risk
> Before you start make sure you have
- Root access
- Busy box and terminal emulator (you can get this from the market) installed
1. Download this script http://www.mediafire.com/?yw2a3r2didpb51t
2. Extract the folder called AAIS and rename it to "aais" (without the quotations)
3. Copy the aais folder to sdcard
4. Open up terminal emulator and type in the following commands
Code:
su
Click on allow when superuser dialog pops up and then type
Code:
cd sdcard/aais
Code:
sh install.sh
A list will appear, type the number which installs xrecovery and press enter
Once the phone has rebooted
1. Copy the zip of the rom which you want to install straight to the sd card (Do not rename it, extract it or do anything to it)
2. Copy the zip of the hotfixes straight to the sd card (again do not rename, extract or do anything)
3. Reboot phone, when it reaches "Sony Ericsson" press back a few times to boot into xrecovery
4. Using xrecovery do this
- Wipe cache partition
- Advanced option > wipe dalvik cache and wipe battery stats
- Go back to xrecovery main menu and then click on factory reset (full wipe)
4. Then goto install custom zip > choose custom zip from sdcard > and then choose the rom zip. Let it install
5. Once rom is installed click on choose custom zip from sdcard > and then choose the hotfix zip.
6. Once installed go back to xrecovery main menu and reboot phone
Hopefully should work
K><A said:
Do the following at your own risk
*snip*
Click to expand...
Click to collapse
Thanks for this post, exactly what i needed. Tis much appreciated.
I did what you said, word for word, and everything went smoothly. Xrecovery booted up fine and installed everything fine.
Unfortunately, this has failed to resolve the problem. I'm totally clueless as i'm sure most of you are. All i can say is it's not user error - i've not done anything wrong or missed a THING. I've really followed as you instructed word for word (as i did with previous attempts) and i still got nowhere. I've now spent all day trying to resolve this and still with no luck.
The only difference all of this ever seems to make is i'm constantly bothered by popups saying "X application has failed" etc etc now. It still just boots into the regular OS like as if nothing has happend.
Download this file, do not extract it, copy it straight to your sd card:
https://rapidshare.com/#!download|7...zip|121614|R~E38D143E052C271F51D9FBCAF24427E1
Download this file, do not extract it, copy it straight to your sd card
https://rapidshare.com/#!download|3...ight.zip|1|R~11A42E8D7D5D2FAE74791CC0D9911BE7
Go into xrecovery then
Wipe cache partition
Wipe dalvick cache
Wipe battery stats
Factory reset (full wipe)
Goto install custom zip from sd card and flash the first file
then flash the second file. Reboot phone. Hope it works.
1- Download Sony Ericsson Update Service from here -> http://www.sonyericsson.com/cws/sup...ed/updateservice/xperiax10minipro?cc=gb&lc=en
2- Install it !
3- Run it !
5- Click on "I agree all..." and then next.
4- On the home page of the software, select "X10 mini pro" and click on next !
5- Turn off your phone and remove your battery.
6- Wait 30 seconds x)
7- Plug your usb cable in your computer but not yet in your phone !
8- Replace your battery !
9- Press and hold "Back" button (the 3rd physic button) !
10- Plug your usb cable into your phone !
11- Let's SEUS doing his work !
12- When it says "Finiiiiish !!!", unplug your usb cable and boot your phone !
13- Go to Settings -> About the phone and check if your Firmware is : 2.1.1.A.0.6 !
14- Root your phone.
15- Install xRecovery with K><A method !
16- After, download the ROM you want, place it at the root of your SD card.
17- Reboot into xRecovery and choose "install a custom.zip"
18- Select the .zip of your ROM and apply
That would fix your problem if you follw my instructions
This worked
Why is that? is the version you linked an older one?
Thingamajig said:
This worked
Why is that? is the version you linked an older one?
Click to expand...
Click to collapse
I am pretty sure you didnt have right baseband and xrecovery.
Please sticky this thread mods. Its one of the best tutorials i have seen so far.
Thanks guys for helping him
Sent from my U20i using XDA Premium App
No worries
I linked the latest version.

.apk file to resolve "you must have ClockwordMod Recovery installed"

Even though clockwork ROM Manager is installed,
https://play.google.com/store/apps/details?id=com.koushikdutta.rommanager
When I try to run it - it says: "you must have ClockwordMod Recovery installed before continuing! Install the recovery thropugh ROM Manager first"
Normally you would just download it but how is this done on a phone without internet connection, can I download the .apk file somewhere then move it to phone? Android phones are Motorola Cliq and CliqXT.
c627627 said:
Even though clockwork ROM Manager is installed,
https://play.google.com/store/apps/details?id=com.koushikdutta.rommanager
When I try to run it - it says: "you must have ClockwordMod Recovery installed before continuing! Install the recovery thropugh ROM Manager first"
Normally you would just download it but how is this done on a phone without internet connection, can I download the .apk file somewhere then move it to phone? Android phones are Motorola Cliq and CliqXT.
Click to expand...
Click to collapse
ClockworkMod recovery is not an application (.apk file). It's an image file. You can get the images here: http://clockworkmod.com/rommanager.
Thank you. How do you install the capability to run the image recovery process by simply running it from the ClockwordMod App, not by manually rebooting?
In other words, on a phone with internet access, you simply "Install the recovery thropugh ROM Manager first".
But how do you install it manually without internet access. How do you install the image file you linked to?
c627627 said:
Thank you. How do you install the capability to run the image recovery process by simply running it from the ClockwordMod App, not by manually rebooting?
In other words, on a phone with internet access, you simply "Install the recovery thropugh ROM Manager first".
But how do you install it manually without internet access. How do you install the image file you linked to?
Click to expand...
Click to collapse
See here: http://wiki.cyanogenmod.com/wiki/Motorola_Cliq:_Full_Update_Guide and follow the "Installing a Custom Recovery Image" section. Change the names as needed.
I'm not sure we understand each other so let me try to clarify and by the way thanks for your help:
Goal:
1. From within running CynogenMod launch ROM Manager >
2. Manage and Restore Backups >
3. Select exiting backup > Restore > OK
It automatically reboots and does its thing.
So now, if you have a phone on which ROM Manager is not installed, you install it and launch it from already running CyanogenMod *however* you get this message:
"you must have ClockwordMod Recovery installed"
It then simply downloads something and from then on you are able to use the ROM Manager to restore existing backups not by custom rebooting but by simply running it from within a running CyanogenMod.
Isn't the image file you linked to for custom booting into the restore environment from which you run the restore? I am trying to "run" the restore by simply lunching the ROM Manager which then itself reboots and runs the restore automatically.
What is it exactly that is installed when you get this message so that I can install it on a phone without an internet connection.
I know how to custom boot by holding the button etc. I just want to not custom boot and have it launch automatically by simply using a shortcut and launching the restore process which itself reboots and does its thing.
c627627 said:
I'm not sure we understand each other so let me try to clarify and by the way thanks for your help:
Goal:
1. From within running CynogenMod launch ROM Manager >
2. Manage and Restore Backups >
3. Select exiting backup > Restore > OK
It automatically reboots and does its thing.
So now, if you have a phone on which ROM Manager is not installed, you install it and launch it from already running CyanogenMod *however* you get this message:
"you must have ClockwordMod Recovery installed"
It then simply downloads something and from then on you are able to use the ROM Manager to restore existing backups not by custom rebooting but by simply running it from within a running CyanogenMod.
Isn't the image file you linked to for custom booting into the restore environment from which you run the restore? I am trying to "run" the restore by simply lunching the ROM Manager which then itself reboots and runs the restore automatically.
What is it exactly that is installed when you get this message so that I can install it on a phone without an internet connection.
I know how to custom boot by holding the button etc. I just want to not custom boot and have it launch automatically by simply using a shortcut and launching the restore process which itself reboots and does its thing.
Click to expand...
Click to collapse
The image I linked to is the "thing" Rom Manager downloads when it gives that message (if you have an internet connection). Flashing that file and linking it to Rom Manager will remove that error.
Got it.
Selecting Flash ClockworkMod Recovery from ROM manager to try to use the img file you linked to results in an "error while downloading from server. Please make sure that you have a stable internet connection..."
So that does not work for the thread topic, which is doing this w/o internet connection.
Will try the Android SDK Tools method.
0. The Cliq XT is known as Zeppelin.
1. Install Motorola USB drivers:
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
2. Install Java SE Runtime Environment (JRE): http://www.oracle.com/technetwork/java/javase/downloads/
3. Get Android SDK zip: http://developer.android.com/sdk/
4. Unzip it and start SDK Manager.exe and download Android SDK Tools.
5. Get ClockworkMod Recovery, for example:
http://download.clockworkmod.com/recoveries/recovery-clockwork-4.0.0.5-zeppelin.img
Copy recovery-clockwork-4.0.0.5-zeppelin.img to
Android SDK folder android-sdk-windows\platform-tools
7. Phone Settings > Applications > Unknown sources (select green check mark to activate it)
Settings > Applications > Development > Enable USB Debugging
Make sure the phone is rooted. Check if Superuser icon is in the drawer menu.
*** Connect the phone to computer but DO NOT enable USB Drive ***
8. Use DOS to navigate to the android-sdk-windows\platform-tools directory
for example, if the folder location is C:\android-sdk-windows\platform-tools
then in type this in DOS:
c:
cd android-sdk-windows\platform-tools
adb shell
su
***You must press on Allow on the phone when prompted***
cd /sdcard/
flash_image recovery recovery-clockwork-4.0.0.5-zeppelin.img

Xperia u ics

Hi guys look I have xperia u gingerbread rooted unlocked bootloader and cwm recovery installed is there a way to install a Rom by cwm recovery to make it ics? Plz help cuz that why I rooted!
Sent from my ST25i using xda premium
Yes, just to go it's subforum ( forum.xda-developers.com/forumdisplay.php?f=1728 ), choose a ROM and follow it's instructions.
Cyanogenmod 9.1 is available for xperia u
Before Installing make sure to :
1. Download and install the android SDK and install adb (Click here for guide to install ADB on the android SDK)
2. Have atleast 70% battery life left
Download these files :
Fastboot
Google Apps (Gapps)
Cyanogenmod 9.1
(Xperia U Codename is KumQuat)
Now comes the flashing part
Extract the downloaded fastboot file to the desktop.
Get the downloaded ROM zip file which contains boot.img file and copy the boot.img it in the fastboot folder.
Copy ROM and Gapps zip file into the Xperia U SD card (Internal memory).
Power off the phone.
Now press and hold the volume down key and at the same time connect your Xperia U to the PC via USB cable.
Now your phone LED turn to blue color
Open the fastboot folder.
Press and hold the shift key on your keyboard and simultaneously right click inside the fastboot folder.
Now you can see the Windows context menu. Click its Open command window here option.
Then Windows Command Prompt(CMD) window will open.
Type or copy/paste following command line.
Code:
fastboot flash boot boot.img
After the installation is completed, next type following command line.
Code:
fastboot reboot
Next we should boot into the recovery. To do that while the Xperia U rebooting you can see the Free Xperia Projectboot-logo. Now quickly press and release the Volume Up key few times.
After you enter into the CWM based recovery first make a backup of your current ROM. Go to backup and restoregtBackup. It will take a few minutes. When its completed go back to the main menu.
Navigate to Wipe data/factory resetgtYes Wipe user data. After it completed go back to the CWM main menu.
Go to Wipe cache partitiongtYes Wipe cache.
Navigate to Advanced>Wipe dalvik-cache >Yes Wipe.
Now we can start the CyanogenMod ROM installation. Go to Install zip from the sd card>Choose zip from sd card. Browse the ROM zip file and select Yes Install.
Installation takes a few seconds. After it completed again select Choose zip from sd card option and select the downloaded Gapps.zip file. To begin the installation select Yes Install.
After all the zip file installed, go back to the ClockworkMod based recovery main menu.
Select reboot system now option.
Now your phone will be rebooted. First boot takes a few minutes. Its longer than usual time.
Congratulations, you just installed CyanogenMod 9.1 on your Sony Xperia U ST25i.
Hit That Thanks Button if i helped!
Thank but there is mistake in volume buttoms you gave me the opposite of it lol
Sent from my ST25i using xda premium

[Q] how to install cm 10.1

I have never flashed a rom before but i have a rooted droid razr maxx on jb 4.1 and i was hoping someone could give me step by step directions about how to install cm 10.1. Thanks!
plcaswell said:
I have never flashed a rom before but i have a rooted droid razr maxx on jb 4.1 and i was hoping someone could give me step by step directions about how to install cm 10.1. Thanks!
Click to expand...
Click to collapse
Download the cm10 ron from the given link below and read the op carefully all the instruction given in to the op . I hope that would work
Thx
Edit :http://forum.xda-developers.com/showthread.php?t=2028020
Download nightlies put it in ya external sd card and reboot ya device into safestarp recovery and make another slot (slot 1) and flash the cm10 rom on slot 1 and profit
Hit the thx button if i helped ya in anyways
This is the best guide: GSM http://wiki.cyanogenmod.org/w/Install_CM_for_umts_spyder, CDMA http://wiki.cyanogenmod.org/w/Install_CM_for_spyder.
Sent from my XT910 using xda app-developers app
loading roms
Google is you friend. Installing SafeStrap Recovery
Download the SafeStrap APK for Droid RAZR/RAZR MAXX (CDMA): Download
md5: 546060f221487ed35cc2f023c7e5d0f1
Place the downloaded APK alongside adb on your computer.
Enable installation from unknown sources on your Droid RAZR/RAZR MAXX (CDMA): Settings > Security and check the Unknown sources box.
Open a terminal on your computer and navigate to the adb executable and run the following: adb install YOURAPK.apk
If you see [SUCCESS] in the terminal, continue on.
NOTE: If you see [FAILED], please go back and ensure you've followed the instructions above to the letter.
Run the SafeStrap app on the Droid RAZR/RAZR MAXX (CDMA).
Once requested, permanently grant the application Superuser access.
Click the button labeled Install Recovery.
Once complete, reboot the device.
When the SafeStrap splash screen appears, hit the Menu button on your Droid RAZR/RAZR MAXX (CDMA).
Click the button labeled Boot Options.
Activate romslot-1 and follow the instructions on the device.
We will be updating SafeStrap to use all ROM slots for Kexec soon.
Follow the instructions below for installing CyanogenMod from recovery.
Installing CyanogenMod from recovery
Note:
Some devices do not have removable SD cards. Regardless, there should still be a partition on the device named "/sdcard" that can be used for flashing purposes, even though the contents of /sdcard may actually be in internal storage.
Download the prebuilt release of CyanogenMod you wish to install. (Or if you've built CM yourself, look in the $OUT directory for the .zip.)
Optional: Download any supplemental 3rd-party applications packages for the device you wish to use.
Place the CyanogenMod rom .zip file on the root of the SD card:
Transfer your file(s): adb push YOURROMZIP.zip /sdcard/
If you boot directly to recovery and have an internal sdcard, you may need to run adb shell mount /data or mount data through the recovery menu before transferring.
See adb documentation for additional help with this step.
Optional: Place any supplemental packages (eg Google Apps or kernel) .zip file(s) on the root of the SD card.
Boot to recovery mode on the device by holding Power and at SafeStrap splash screen press Menu key within 10 seconds.
Once the device boots into the Team Win Recovery Project, use your finger to select your choices by tapping on the appropriately labeled button.
Optional/Recommended: Select the Backup button to create a backup of the current installation on the device.
Select the Wipe and the Factory Reset buttons.
Select the Install button.
Navigate to the location of the installation zip.
Select the CyanogenMod file you placed on the sdcard. You will then need to then confirm that you do wish to flash this file.
Optional: Install any additional packages you wish using the same method.
Once the installation has finished, return back to the main menu, and select the Reboot System option. The device should now boot into CyanogenMod.
If the link is already attached to the post then no need to do copy from cynogenmod official webpage and paste it here .
It makes thread lengthy .pleasse try to drop links instead of copy it from the page.
Hit the thx button if i helped ya in anyways

[Q] How to root Moto E (updated to 4.4.4) ?

I have a Motorola Moto E(XT1022). I bought it recently and just when I first started it, I got the 4.4.4 kitkat update and so I downloaded it right away. Then I realised one of the biggest problems of Moto E i.e. 2.2 gb storage. So i dug into find how to install apps on sd card and got to know that you have to root the phone. On xda, I found various ways to root but they were only for the 4.4.2 version of the phone and others were update to 4.4.4 on aldready rooted devices. Please tell me the way to root my device. Also as I am new to this, I dont understand any words like bootloader, fast recovery, etc. Please help me. Thank you in advance.
Edit: Can I use the way given by deej_roamer in his post here:http://forum.xda-developers.com/show....php?t=2755336
Edit: I am sorry to have posted this in the general section. I don't know how to move it now to the questions section. Sorry again.
Thank You DAVI FELICANO and deej_roamer for their help. I have now successfully rooted my phone. If someone else has a problem, go to Page 2 for the solution.
You can use the defalt method, dont need to change anything.
Who told you that you need root to move apps to sd card?
Once you insert sd card you will get an option in settings/apps to move apps to sd card for those that can be moved.
This is though limited to Apks only and data is still kept in internal sd card.
If this option is not enough for you then you can go the advanced wag by rooting and using gl2sd or link2sd like apps.
DAVI FELICIANO said:
You can use the defalt method, dont need to change anything.
Click to expand...
Click to collapse
You mean I can just follow the way to root if my device would have been running 4.4.2 kitkat (and as suggested by deej_roamer in his post here: http://forum.xda-developers.com/showthread.php?t=2755336 )
Thank you.
SArnab©® said:
Who told you that you need root to move apps to sd card?
Once you insert sd card you will get an option in settings/apps to move apps to sd card for those that can be moved.
This is though limited to Apks only and data is still kept in internal sd card.
If this option is not enough for you then you can go the advanced wag by rooting and using gl2sd or link2sd like apps.
Click to expand...
Click to collapse
I know friend. I was talking about games like asphalt 8 and dead trigger which have data of size 1.5 gb because of which I wanted to root my phone. Thank you for the advice.
SArnab©® said:
Who told you that you need root to move apps to sd card?
Once you insert sd card you will get an option in settings/apps to move apps to sd card for those that can be moved.
This is though limited to Apks only and data is still kept in internal sd card.
If this option is not enough for you then you can go the advanced wag by rooting and using gl2sd or link2sd like apps.
Click to expand...
Click to collapse
You can install only one game due to it's low internal memory. By one game I mean high graphics game. The obb file remains in the internal storage even after moving to SD card. I tried many things like making SD card default storage using SDK tools but to no Vail. Guess the only way now is to root it & use apps like gl2sd
Sent from my XT1022 using XDA Free mobile app
5zan said:
You can install only one game due to it's low internal memory. By one game I mean high graphics game. The obb file remains in the internal storage even after moving to SD card. I tried many things like making SD card default storage using SDK tools but to no Vail. Guess the only way now is to root it & use apps like gl2sd
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
If you read my post correctly then that's what I have written.
5zan said:
You can install only one gphone and due to it's low internal memory. By one game I mean high graphics game. The obb file remains in the internal storage even after moving to SD card. I tried many things like making SD card default storage using SDK tools but to no Vail. Guess the only way now is to root it & use apps like gl2sd
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
I know friend. Thats why in this post I asked how to root the phone and not how to install games on sd card. Thanks.
Harsh862 said:
You mean I can just follow the way to root if my device would have been running 4.4.2 kitkat (and as suggested by deej_roamer in his post here: http://forum.xda-developers.com/showthread.php?t=2755336 )
Thank you.
Click to expand...
Click to collapse
Yes this method work with all 4.x roms i made it in my 4.4.4
(Sorry my bad english)
Sent from my XT1025 using Tapatalk
DAVI FELICIANO said:
Yes this method work with all 4.x roms i made it in my 4.4.4
(Sorry my bad english)
Sent from my XT1025 using Tapatalk
Click to expand...
Click to collapse
Ok. Thank you friend. I will reply if I face any problem. Thank you again.
Any idea of rooting the device without unlocking BL...thnx in advance
Sent from my XT1022 using XDA Premium 4 mobile app
Thank You everyone for your help. I now have succesfully rooted my phone. Thanks a lot. I owe you all.
Harsh862 said:
Thank You everyone for your help. I now have succesfully rooted my phone. Thanks a lot. I owe you all.
Click to expand...
Click to collapse
Hi. i am in the same boat as you were. i have a moto e dual sim version running on 4.4.4 out of the box. i have asked around also but havent found a solution.
i have successfully unlocked the bootloader but i have tried n number of times to flash recovery but unsuccessful.
it just doesnt flash, i have tried official and unofficial TWRP and even CWM but i just simply get the recovery to stick.
Could you please tell me how you successfully flash recovery .
thanks in advance!!
shamps said:
Hi. i am in the same boat as you were. i have a moto e dual sim version running on 4.4.4 out of the box. i have asked around also but havent found a solution.
i have successfully unlocked the bootloader but i have tried n number of times to flash recovery but unsuccessful.
it just doesnt flash, i have tried official and unofficial TWRP and even CWM but i just simply get the recovery to stick.
Could you please tell me how you successfully flash recovery .
thanks in advance!!
Click to expand...
Click to collapse
I followed the thread by deej_roamer here http://forum.xda-developers.com/showthread.php?t=2755336
Try out my steps:
[Your phone battery must be at least 75%]
1. First download "Fastboot" from the thread. (Click on the "mfastboot-v2" link in the thread)
2. Next install it in a folder and remember that folder. Also, make sure you select the option of "Create shortcut on Desktop" during installation.
3. Next download CWM recovery from this thread - http://forum.xda-developers.com/moto-e/general/root-moto-e-rooting-flashing-recovery-t2802971 (Click on the "CWM 6.0.4.9 recovery For MOTO E" link in the thread)
4. Copy the "cwm6.0.4.9_recover.img" file to the installation folder of fastboot.
5. Next download SuperSU v2.02 from here - http://download.chainfire.eu/452/SuperSU/UPDATE-SuperSU-v2.02.zip (Click on "UPDATE-SuperSU-v2.02.zip" link)
6. Don't Extract Supersu zip file.
7. Connect phone to pc. Copy the zip file to your internal memory(the directory of int. memory is /sdcard) (The directory for ext. sd card is /storage/sdcard1).
8. Remove your phone from your pc.
9. Switch off your device.
10. Turn on your device by holding power off button and volume down button together for 6-7 seconds. Quickly connect your phone to your pc.
11. The bootloader must be showing usb connected.
12. Run fastboot from your desktop.
13. Now type this (without quotes) - "fastboot flash recovery cwm6.0.4.9_recovery.img"
14. Look at the screen of device. It must be showing "Mismatched partition size (recovery)". It is normal don't worry.
15. Press volume down once (recovery will be selected) and then volume up so that it goes into recovery.
16. It will show the bootloader unlocked warning. Don't worry about it.
17. Your phone should now be in CWM recovery.
18. Don't do anything except what I tell you.
19. In this menu movement is done by the volume rockers ans selection by power button.
20. Press volume down so that "install zip" is selected.
21. Press power button.
22. Select "choose zip from /sdcard". Press power button.
23. Find the SuperSU.zip file(It will probably be in the "0/" folder)
24. It will ask to confirm install. Select Yes.
25. SuperSU will be installed.
26. Select CWM reboot. When you select CWM reboot, it will display "root access possibly lost - Fix?". PLEASE Select "No".
27. Your phone will now reboot. (The bootloader unlocked warning will be shown and then the boot animation).
28. Open your menu(in the phone) and find SuperSu app (a # symbol will be there in its icon).
29. Disconnect your device from the pc.
CONGRATULATIONS YOU HAVE A ROOTED MOTO E.
If you ever wish to flash any other recovery (like twrp),
1. Copy the file to the fastboot installation folder in your pc.
2. Then reboot your device into bootloader and quickly connect it to your pc.
3. Run fastboot from your desktop and then type the following without quotes: "fastboot flash recovery cwm6.0.4.9_recovery.img"
4. Instead of writing "cwm6.0.4.9_recovery.img" write the complete file name including extension. For eg. if file name is "twrp_recovery_2" and has extension ".img" then write "fastboot flash recovery twrp_recovery_2.img"
I hope that this solved your problem brother.
Urgent help needed
Harsh862 said:
I have a Motorola Moto E(XT1022). I bought it recently and just when I first started it, I got the 4.4.4 kitkat update and so I downloaded it right away. Then I realised one of the biggest problems of Moto E i.e. 2.2 gb storage. So i dug into find how to install apps on sd card and got to know that you have to root the phone. On xda, I found various ways to root but they were only for the 4.4.2 version of the phone and others were update to 4.4.4 on aldready rooted devices. Please tell me the way to root my device. Also as I am new to this, I dont understand any words like bootloader, fast recovery, etc. Please help me. Thank you in advance.
Edit: Can I use the way given by deej_roamer in his post here:http://forum.xda-developers.com/show....php?t=2755336
Edit: I am sorry to have posted this in the general section. I don't know how to move it now to the questions section. Sorry again.
Click to expand...
Click to collapse
after unlocking moto e....at the time of flashing it gives me error like
error: cannot load 'recovery.img': No error
I have followed every step as mentioned by xda.......i have android 4.4.4 update may be thats why it is not rooting.....
please anyone give me solution....i cant root my phone
please reply as early as possible
thanks
kishorr said:
after unlocking moto e....at the time of flashing it gives me error like
error: cannot load 'recovery.img': No error
I have followed every step as mentioned by xda.......i have android 4.4.4 update may be thats why it is not rooting.....
please anyone give me solution....i cant root my phone
please reply as early as possible
thanks
Click to expand...
Click to collapse
I followed the thread by deej_roamer here http://forum.xda-developers.com/showthread.php?t=2755336
Try out my steps:
[Your phone battery must be at least 75%]
1. First download "Fastboot" from the thread. (Click on the "mfastboot-v2" link in the thread)
2. Next install it in a folder and remember that folder. Also, make sure you select the option of "Create shortcut on Desktop" during installation.
3. Next download CWM recovery from this thread - http://forum.xda-developers.com/moto-e/general/root-moto-e-rooting-flashing-recovery-t2802971 (Click on the "CWM 6.0.4.9 recovery For MOTO E" link in the thread)
4. Copy the "cwm6.0.4.9_recover.img" file to the installation folder of fastboot.
5. Next download SuperSU v2.02 from here - http://download.chainfire.eu/452/SuperSU/UPDATE-SuperSU-v2.02.zip (Click on "UPDATE-SuperSU-v2.02.zip" link)
6. Don't Extract Supersu zip file.
7. Connect phone to pc. Copy the zip file to your internal memory(the directory of int. memory is /sdcard) (The directory for ext. sd card is /storage/sdcard1).
8. Remove your phone from your pc.
9. Switch off your device.
10. Turn on your device by holding power off button and volume down button together for 6-7 seconds. Quickly connect your phone to your pc.
11. The bootloader must be showing usb connected.
12. Run fastboot from your desktop.
13. Now type this (without quotes) - "fastboot flash recovery cwm6.0.4.9_recovery.img"
14. Look at the screen of device. It must be showing "Mismatched partition size (recovery)". It is normal don't worry.
15. Press volume down once (recovery will be selected) and then volume up so that it goes into recovery.
16. It will show the bootloader unlocked warning. Don't worry about it.
17. Your phone should now be in CWM recovery.
18. Don't do anything except what I tell you.
19. In this menu movement is done by the volume rockers ans selection by power button.
20. Press volume down so that "install zip" is selected.
21. Press power button.
22. Select "choose zip from /sdcard". Press power button.
23. Find the SuperSU.zip file(It will probably be in the "0/" folder)
24. It will ask to confirm install. Select Yes.
25. SuperSU will be installed.
26. Select CWM reboot. When you select CWM reboot, it will display "root access possibly lost - Fix?". PLEASE Select "No".
27. Your phone will now reboot. (The bootloader unlocked warning will be shown and then the boot animation).
28. Open your menu(in the phone) and find SuperSu app (a # symbol will be there in its icon).
29. Disconnect your device from the pc.
CONGRATULATIONS YOU HAVE A ROOTED MOTO E.
If you ever wish to flash any other recovery (like twrp),
1. Copy the file to the fastboot installation folder in your pc.
2. Then reboot your device into bootloader and quickly connect it to your pc.
3. Run fastboot from your desktop and then type the following without quotes: "fastboot flash recovery cwm6.0.4.9_recovery.img"
4. Instead of writing "cwm6.0.4.9_recovery.img" write the complete file name including extension. For eg. if file name is "twrp_recovery_2" and has extension ".img" then write "fastboot flash recovery twrp_recovery_2.img"
I hope that this solved your problem brother.
problem successfully resolved
Harsh862 said:
I followed the thread by deej_roamer here http://forum.xda-developers.com/showthread.php?t=2755336
Try out my steps:
[Your phone battery must be at least 75%]
1. First download "Fastboot" from the thread. (Click on the "mfastboot-v2" link in the thread)
2. Next install it in a folder and remember that folder. Also, make sure you select the option of "Create shortcut on Desktop" during installation.
3. Next download CWM recovery from this thread - http://forum.xda-developers.com/moto-e/general/root-moto-e-rooting-flashing-recovery-t2802971 (Click on the "CWM 6.0.4.9 recovery For MOTO E" link in the thread)
4. Copy the "cwm6.0.4.9_recover.img" file to the installation folder of fastboot.
5. Next download SuperSU v2.02 from here - http://download.chainfire.eu/452/SuperSU/UPDATE-SuperSU-v2.02.zip (Click on "UPDATE-SuperSU-v2.02.zip" link)
6. Don't Extract Supersu zip file.
7. Connect phone to pc. Copy the zip file to your internal memory(the directory of int. memory is /sdcard) (The directory for ext. sd card is /storage/sdcard1).
8. Remove your phone from your pc.
9. Switch off your device.
10. Turn on your device by holding power off button and volume down button together for 6-7 seconds. Quickly connect your phone to your pc.
11. The bootloader must be showing usb connected.
12. Run fastboot from your desktop.
13. Now type this (without quotes) - "fastboot flash recovery cwm6.0.4.9_recovery.img"
14. Look at the screen of device. It must be showing "Mismatched partition size (recovery)". It is normal don't worry.
15. Press volume down once (recovery will be selected) and then volume up so that it goes into recovery.
16. It will show the bootloader unlocked warning. Don't worry about it.
17. Your phone should now be in CWM recovery.
18. Don't do anything except what I tell you.
19. In this menu movement is done by the volume rockers ans selection by power button.
20. Press volume down so that "install zip" is selected.
21. Press power button.
22. Select "choose zip from /sdcard". Press power button.
23. Find the SuperSU.zip file(It will probably be in the "0/" folder)
24. It will ask to confirm install. Select Yes.
25. SuperSU will be installed.
26. Select CWM reboot. When you select CWM reboot, it will display "root access possibly lost - Fix?". PLEASE Select "No".
27. Your phone will now reboot. (The bootloader unlocked warning will be shown and then the boot animation).
28. Open your menu(in the phone) and find SuperSu app (a # symbol will be there in its icon).
29. Disconnect your device from the pc.
CONGRATULATIONS YOU HAVE A ROOTED MOTO E.
If you ever wish to flash any other recovery (like twrp),
1. Copy the file to the fastboot installation folder in your pc.
2. Then reboot your device into bootloader and quickly connect it to your pc.
3. Run fastboot from your desktop and then type the following without quotes: "fastboot flash recovery cwm6.0.4.9_recovery.img"
4. Instead of writing "cwm6.0.4.9_recovery.img" write the complete file name including extension. For eg. if file name is "twrp_recovery_2" and has extension ".img" then write "fastboot flash recovery twrp_recovery_2.img"
I hope that this solved your problem brother.
Click to expand...
Click to collapse
Thanks harsh862....it really helped a lot..,. Really thanks
shamps said:
Hi. i am in the same boat as you were. i have a moto e dual sim version running on 4.4.4 out of the box. i have asked around also but havent found a solution.
i have successfully unlocked the bootloader but i have tried n number of times to flash recovery but unsuccessful.
it just doesnt flash, i have tried official and unofficial TWRP and even CWM but i just simply get the recovery to stick.
Could you please tell me how you successfully flash recovery .
thanks in advance!!
Click to expand...
Click to collapse
kishorr said:
after unlocking moto e....at the time of flashing it gives me error like
error: cannot load 'recovery.img': No error
I have followed every step as mentioned by xda.......i have android 4.4.4 update may be thats why it is not rooting.....
please anyone give me solution....i cant root my phone
please reply as early as possible
thanks
Click to expand...
Click to collapse
Is your recovery.img placed in the "C:\Program Files (x86)\Minimal ADB and Fastboot"?
It need to placed in it or you'll get an error.
Boot loader is LOCKED !! cannot be unlocked !! so no root for me ?

Categories

Resources