Flash TWRP From here
Flash Chainfire's SuperSu updater from here
If you don't want to flash the recovery, then you can do these commands instead
Code:
adb reboot bootloader
fastboot boot recovery.img
This will preserve the original recovery, and root your system
Would this unlock the bootloader?
avik735 said:
Would this unlock the bootloader?
Click to expand...
Click to collapse
no, this roots the system only
hecatae said:
no, this roots the system only
Click to expand...
Click to collapse
ohai hecatae
and yes this is for rooting. you need an unlocked bootloader to do this. I thought that would be clear..
Old root method
This is purely for historical records
Note: This method is long winded, and could result in no more booting if done incorrectly
This method will be replaced with a cleaner, faster method, and is only here as a reference for people who can't wait, or to see how it was initially done
Note:
I am not supplying any links to the tools I used (excluding make_ext4fs). This is because this is not a guide for the faint hearted, and if you don't know how to locate the tools yourself, you shouldn't be here.
This is only for Linux.
required:
The Phone
A USB Cable for the Phone
ADB
Fastboot
make_ext4fs (remove .zip off the end)
SuperSU update pack
make a working directory
Code:
WORK_DIR="~/moto_e_hacking"
cd $WORK_DIR
Fetch the system contents from the phone
Code:
adb pull /system system/
apply the SuperSU pack to the fetched system
for reference, follow the update-binary contents
You need to apply all the permissions the same way the update binary does as well
create a system.img
Code:
./make_ext4fs -a system system.img system/ -l 800M
flash the system image
Code:
adb reboot bootloader
sudo fastboot flash system system.img
This should take a few minutes. Ignore the sparse warning.
once this is done, reboot the phone. You should now have root
I'm currently building a recovery, so once that is done, we can just flash the update package.
Successfully Rooted! No issues at all.
Just take a backup of stock ROM
Sent from my XT1022 using XDA Free mobile app
Flashing this zip will give me root access on my phone?
Sent from my XT1022 using XDA Free mobile app
startracker said:
Flashing this zip will give me root access on my phone?
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
If you first unlock your bootloader, then flash the TWRP recovery image in the original post of this thread, and then flash the SuperSU.zip included in the original post, in that order then you will have root access. If you have any questions feel free to ask.
shimp208 said:
If you first unlock your bootloader, then flash the TWRP recovery image in the original post of this thread, and then flash the SuperSU.zip included in the original post, in that order then you will have root access. If you have any questions feel free to ask.
Click to expand...
Click to collapse
What's the codename for moto e?
Sent from my XT1022 using XDA Free mobile app
startracker said:
What's the codename for moto e?
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
Deleted
So what we need now is someone to work on cyanogen mod right
Sent from my XT1022 using XDA Free mobile app
startracker said:
What's the codename for moto e?
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
Condor is the device codename for the Motorola E.
startracker said:
So what we need now is someone to work on cyanogen mod right
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
I have Slim building atm
cybojenix said:
I have Slim building atm
Click to expand...
Click to collapse
Will you be adding dual sim support into it or not?
SArnab©® said:
Will you be adding dual sim support into it or not?
Click to expand...
Click to collapse
Slim doesn't support Dual Sim. I can look into it for CM, but without the dual sim version, it may take a while
We waiting take ur time
U can add dual sim settings by modifying settings.apk
Sent from my XT1022 using XDA Free mobile app
Awsomm.... Finally Rooted My Friend's Moto E.. Thanks Alot...
And You Made Some News Also
http://www.xda-developers.com/android/root-and-unofficial-twrp-recovery-available-for-the-moto-e/ :good::good:
Can u give me link of condour source code?
Sent from my XT1022 using XDA Free mobile app
---------- Post added at 05:29 PM ---------- Previous post was at 05:29 PM ----------
startracker said:
Can u give me link of condor source code?
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
Sent from my XT1022 using XDA Free mobile app
startracker said:
Can u give me link of condour source code?
Sent from my XT1022 using XDA Free mobile app
---------- Post added at 05:29 PM ---------- Previous post was at 05:29 PM ----------
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
I'm not publishing it yet
Related
Hi, i want to root my phone ( LB ) so i can make a TA backup and unlock my bootloader so i can try 4.4 kitkat, What is the best way to root my phone?
Sent from my C2105
Moesappel said:
Hi, i want to root my phone ( LB ) so i can make a TA backup and unlock my bootloader so i can try 4.4 kitkat, What is the best way to root my phone?
Sent from my C2105
Click to expand...
Click to collapse
Try one of the following guides:
http://forum.xda-developers.com/showthread.php?t=2307983
http://forum.xda-developers.com/showthread.php?t=2302700
Next time please try the search function
Moesappel said:
Hi, i want to root my phone ( LB ) so i can make a TA backup and unlock my bootloader so i can try 4.4 kitkat, What is the best way to root my phone?
Sent from my C2105
Click to expand...
Click to collapse
This one is easiest and safest and reliable way to root with locked bootloader. And you know what it works with unlocked bootloader too.
Follow each step very carefully.
Link: http://forum.xda-developers.com/showthread.php?t=2553449
coolhz said:
This one is easiest and safest and reliable way to root with locked bootloader. And you know what it works with unlocked bootloader too.
Follow each step very carefully.
Link: http://forum.xda-developers.com/showthread.php?t=2553449
Click to expand...
Click to collapse
Do i have to power off my phone for this?
Moesappel said:
Do i have to power off my phone for this?
Click to expand...
Click to collapse
No I don't think so. I think it'll just reboot after you've rooted.
Sent from my C2104 using xda app-developers app
Joel16 said:
No I don't think so. I think it'll just reboot after you've rooted.
Sent from my C2104 using xda app-developers app
Click to expand...
Click to collapse
Yep, i tried it when i asked it, i had to try 3/4 times cuz there was a error. After restarting my pc the script worked!
Sent from my C2105 using XDA Premium 4 mobile app
Moesappel said:
Yep, i tried it when i asked it, i had to try 3/4 times cuz there was a error. After restarting my pc the script worked!
Sent from my C2105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just restart explorer will do rather than restart your pc..its something to do with the explorer and those scripts that make we're getting an error..
Moesappel said:
Do i have to power off my phone for this?
Click to expand...
Click to collapse
NO but after the process is done , the phone will reboot.
---------- Post added at 06:13 PM ---------- Previous post was at 06:11 PM ----------
Moesappel said:
Do i have to power off my phone for this?
Click to expand...
Click to collapse
And yeah strictly follow these settings:
1.Security > Unknown Sources(tick) and Verify Apps(untick)
2.USB debugging (tick)
Because when unkown sources is not ticked the SuperSU app is not pushed through ADB
coolhz said:
NO but after the process is done , the phone will reboot.
---------- Post added at 06:13 PM ---------- Previous post was at 06:11 PM ----------
And yeah strictly follow these settings:
1.Security > Unknown Sources(tick) and Verify Apps(untick)
2.USB debugging (tick)
Because when unkown sources is not ticked the SuperSU app is not pushed through ADB
Click to expand...
Click to collapse
I already rooted my phone so i dont need help with that anymore
Sent from my C2105 using XDA Premium 4 mobile app
Moesappel said:
I already rooted my phone so i dont need help with that anymore
Sent from my C2105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah I read that above but , extra information , in case you need it , anyways welcome bro :good:
Here's a 100% working method of rooting Micromax Canvas A114. I bought this phone today and after a few hit & trials found out that this is the only method to root this amazing device. Framaroot, Binary Tools and SRS Root did not work. This method is not as quick as Framaroot and it requires a PC but it's quite simple.
All you have to do is download the 2 files from these links:
1. http://d-h.st/okL
2. http://d-h.st/jll
and install them on your PC. Then turn on the USB Debugging option in your phone and connect it to the PC. Make sure that no other phone is connected to your computer. Then run Root Genius on your pc, it will automatically identify your phone. Then just follow the on screen instructions. Click on Restore Data on the phone if prompted during the rooting process. After 100% rooting procedure is complete, you'll find KingUser app in your app drawer. Then reboot your phone (not necessary but recommended). Your phone is now rooted. Enjoy.
The process usually takes about 10-15 minutes & restarts your phone multiple number of times , so there's no need to panic.
Disclaimer : Me or XDA is not responsible if anything goes wrong with your device or if your device turns into Britney Spears.
Hit the THANKS button if I helped you.
I cnt download te files 'no download option plz
naga raju said:
I cnt download te files 'no download option plz
Click to expand...
Click to collapse
It's working just fine. Try UC Browser.
Thank u bro nw my phone is rootrd
Sent from my A250 using xda app-developers app
---------- Post added at 04:58 PM ---------- Previous post was at 04:54 PM ----------
CM Punk said:
It's working just fine. Try UC Browser.
Click to expand...
Click to collapse
Thank u bro i got it and its workin
Sent from my A250 using xda app-developers app
CM Punk said:
Here's a 100% working method of rooting Micromax Canvas A114. I bought this phone today and after a few hit & trials found out that this is the only method to root this amazing device. you.
Click to expand...
Click to collapse
Can this tool unroot again to get warranty back.
Sent from my A114 using Tapatalk
kuldeepraj said:
Can this tool unroot again to get warranty back.
Sent from my A114 using Tapatalk
Click to expand...
Click to collapse
Plz don't quote the main post. You are posting a reply that itself implies that you are replying to the main post, so there's no need to quote it. It takes necessary bandwidth for those users who are on 2G.
There's an option to unroot it in the KingUser app. On a safer side you can always take titanium backup of all the data and format the phone before handing it to the service center coz they will format it anyways. (BTW I don't think the Micromax service center guys even know what root is, I got all my services done while using custom roms in my Canvas 2)
Downloading......
Bro can u port some recovery for our phone.
Sent from my A114 using Tapatalk
kuldeepraj said:
Bro can u port some recovery for our phone.
Sent from my A114 using Tapatalk
Click to expand...
Click to collapse
I haven't tried it yet coz 1) There is no custom rom as of now 2) Mobile Uncle Tools is not yet compatible with MTK 6582.
I'll try to flash it through SP Flash Tools or when Mobile Uncle Tools gets updated for MTK 6582.
CM Punk said:
I haven't tried it yet coz 1) There is no custom rom as of now 2) Mobile Uncle Tools is not yet compatible with MTK 6582.
I'll try to flash it through SP Flash Tools or when Mobile Uncle Tools gets updated for MTK 6582.
Click to expand...
Click to collapse
Best of luck buddy.
That will be first attempt for mt6582 chip set based device.
Sent from my A114 using Tapatalk
kuldeepraj said:
Best of luck buddy.
That will be first attempt for mt6582 chip set based device.
Sent from my A114 using Tapatalk
Click to expand...
Click to collapse
Were you able to root your phone? If yes, then how much time did it take?
Sent from my A114 using XDA Premium 4 mobile app
CM Punk said:
Were you able to root your phone? If yes, then how much time did it take?
Sent from my A114 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes I HV rooted my phone but with vroot coz root genius denied to root it.
With vroot it hardly takes 15-20 secs to root a114.
Sent from my A114 using Tapatalk
kuldeepraj said:
Yes I HV rooted my phone but with vroot coz root genius denied to root it.
With vroot it hardly takes 15-20 secs to root a114.
Sent from my A114 using Tapatalk
Click to expand...
Click to collapse
That's weird, coz everyone who tried this method rooted their phones in the very first go..
Sent from my A114 using XDA Premium 4 mobile app
CM Punk said:
That's weird, coz everyone who tried this method rooted their phones in the very first go..
Sent from my A114 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I HV made cwm recovery 5.5 & ctr recovery for a114 but ctr is operating through touch button for scrolling & power key to select ( not full touch) if somebody want I can share.
Edit- cwm recovery published here
Sent from my A114 using Tapatalk
canvas 2.2
i accidentaly deleted my system files now it wont reboot what do i do plz help its canvas 2.2
---------- Post added at 07:54 AM ---------- Previous post was at 07:52 AM ----------
i accidentaly deleted my system files what do i do plz help its canvas 2.1
naga raju said:
i accidentaly deleted my system files now it wont reboot what do i do plz help its canvas 2.2
---------- Post added at 07:54 AM ---------- Previous post was at 07:52 AM ----------
i accidentaly deleted my system files what do i do plz help its canvas 2.1
Click to expand...
Click to collapse
Flash stock ROM with sp flash tool. U can find it on needrom.
Sent from my A114 using Tapatalk
naga raju said:
i accidentaly deleted my system files now it wont reboot what do i do plz help its canvas 2.2
---------- Post added at 07:54 AM ---------- Previous post was at 07:52 AM ----------
i accidentaly deleted my system files what do i do plz help its canvas 2.1
Click to expand...
Click to collapse
Plz check your PM.
Sent from my A114 using XDA Premium 4 mobile app
Please someone kindly give me download's provider.apk and it's. ui file.I accidentally deleted them.now phone is not downloading anything
they are located in /system/app
neeraj797 said:
Please someone kindly give me download's provider.apk and it's. ui file.I accidentally deleted them.now phone is not downloading anything
they are located in /system/app
Click to expand...
Click to collapse
Sorry I saw ur post just just today. Do you still want me to post the apk file?
Sent from my A114 using XDA Premium 4 mobile app
CM Punk said:
Sorry I saw ur post just just today. Do you still want me to post the apk file?
Sent from my A114 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
no , dont, actually only one of those files worked only. so i reinstalled rom
well, when are you coming back to wwe?
neeraj797 said:
no , dont, actually only one of those files worked only. so i reinstalled rom
well, when are you coming back to wwe?
Click to expand...
Click to collapse
When Cena learns actually how to wrestle..
Can anyone upload the stock rom 4.4.4 for any gsm in the form of a complete nandroid backup
Thanks
Falcon G
Anyone? can you please upload a nandroid backup
Bump post please reply
Sent from my iPad using Tapatalk
Falcon G said:
Can anyone upload the stock rom 4.4.4 for the us global gsm in the form of a complete nandroid backup
Thanks
Falcon G
Click to expand...
Click to collapse
there is not 4.4.4 for US yet. 4.4.3 only
But may be you'll be also satisfied with 4.4.2 US CWM backup https://yadi.sk/d/H4UDpCDBJLVxs
S0bes said:
there is not 4.4.4 for US yet. 4.4.3 only
But may be you'll be also satisfied with 4.4.2 US CWM backup https://yadi.sk/d/H4UDpCDBJLVxs
Click to expand...
Click to collapse
Thanks this worked on the boost mobile.
Can you please upload another nandroid backup of UK 4.4.4 or any other single sim 4.4.4
@Falcon G.. Preferred Recovery Method??
Sent from my XT1032 using XDA Premium 4 mobile app
---------- Post added at 01:04 PM ---------- Previous post was at 01:03 PM ----------
Do I need to reset my phone or can I choose not to backup data and it will work?
Sent from my XT1032 using XDA Premium 4 mobile app
Clarkiieh said:
@Falcon G.. Preferred Recovery Method??
Sent from my XT1032 using XDA Premium 4 mobile app
---------- Post added at 01:04 PM ---------- Previous post was at 01:03 PM ----------
Do I need to reset my phone or can I choose not to backup data and it will work?
Sent from my XT1032 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi you can flash this via philz. All your installed apps would be lost.
A request to ppl who have got the 4.4.4 stock update
could you please provide a nandroid backup of the same
Thank You
There is a TWRP nandroid being uploaded to Google Drive .. Its @80% won't be long now
Sent from my XT1032 using XDA Premium 4 mobile app
Clarkiieh said:
There is a TWRP nandroid being uploaded to Google Drive .. Its @80% won't be long now
Sent from my XT1032 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you
I am greatful to you. Can you please also specify about the rom details. I mean is it uk or something else
Falcon G said:
Thank you
I am greatful to you. Can you please also specify about the rom details. I mean is it uk or something else
Click to expand...
Click to collapse
I have forggoten to ZIP the Folder before uploading, it has been uploaded, alothough the backup files are seperate downloads and im not sure how to set so the download is the whole thing, im in the process of ziping and uploading again
i have posted the link for you anyways you might get away with it if you download then place it in a folder like this....
Create folders like this.
TWRP>BACKUPS>TA930054TO>2014-07-23--07-15-32 KXB21.14-L1.40
put all the files into the (2014-07-23--07-15-32 KXB21.14-L1.40) folder.
The Firmware is UK RETAIL UPDATED VIA OTA using PHILZ
https://drive.google.com/folderview?id=0B0xLa72FHQrpUmZHdjJ5RThsclk&usp=sharing
EDIT: Compressed ZIP containg the Backup is being uploaded now.
Should only take half as long, you will need a program to extract.
NOTE: THIS IS NOT FLASHABLE! IF YOU TRY TO AND YOU BRAKE YOUR PHONE. I WILL GIGGLE.. AND WILL NOT BE HELD RESPONSIBLE .
Clarkiieh said:
I have forggoten to ZIP the Folder before uploading, it has been uploaded, alothough the backup files are seperate downloads and im not sure how to set so the download is the whole thing, im in the process of ziping and uploading again
i have posted the link for you anyways you might get away with it if you download then place it in a folder like this....
Create folders like this.
TWRP>BACKUPS>TA930054TO>2014-07-23--07-15-32 KXB21.14-L1.40
put all the files into the (2014-07-23--07-15-32 KXB21.14-L1.40) folder.
The Firmware is UK RETAIL UPDATED VIA OTA using PHILZ
https://drive.google.com/folderview?id=0B0xLa72FHQrpUmZHdjJ5RThsclk&usp=sharing
Click to expand...
Click to collapse
Hi I'm sorry for troubling you but it would be good if you would upload the zip file. I get really bad speeds at this point of the month and was hoping for a one click solution
Heres a link to the ZIPED VERSION
https://drive.google.com/file/d/0B0xLa72FHQrpanIzZmNWcE1ZYTg/edit?usp=sharing
hey guys...for god's sake someone plz tell me how to get rid off the cm recovery in cm12.1...i already tried the cwm fota app but it didn't change the recovery and tried to flash tz4.16 and it didn't have philz recovery..i appreciate your help
man_77 said:
hey guys...for god's sake someone plz tell me how to get rid off the cm recovery in cm12.1...i already tried the cwm fota app but it didn't change the recovery and tried to flash tz4.16 and it didn't have philz recovery..i appreciate your help
Click to expand...
Click to collapse
Could you tell the procedure you used with Fota app? Since it worked for me
man_77 said:
hey guys...for god's sake someone plz tell me how to get rid off the cm recovery in cm12.1...i already tried the cwm fota app but it didn't change the recovery and tried to flash tz4.16 and it didn't have philz recovery..i appreciate your help
Click to expand...
Click to collapse
use my new updated app.... its now rookie safe(yes i guess you didnt waited for extracting all files)... (require root)
http://forum.xda-developers.com/showthread.php?p=59778797
Sent from my C2105 using XDA Free mobile app
abhi007.john said:
Could you tell the procedure you used with Fota app? Since it worked for me
Click to expand...
Click to collapse
i installed it then chose the philz recovery it said that it was successful then it reboot,,,but nothing changes
man_77 said:
i installed it then chose the philz recovery it said that it was successful then it reboot,,,but nothing changes
Click to expand...
Click to collapse
yes that error was about skiping waiting time.... the file created was not completely extracted and that caused the error.... do that:
redownload my new version with all fixes (you can use the "small" app no need for full app)
go to sdcard0 and delete fotacwm.img
open the apk....grand su permissions....klick flash (if you cant klick you have to wait until the app says you can)
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
yes that error was about skiping waiting time.... the file created was not completely extracted and that caused the error.... do that:
redownload my new version with all fixes (you can use the "small" app no need for full app)
go to sdcard0 and delete fotacwm.img
open the apk....grand su permissions....klick flash (if you cant klick you have to wait until the app says you can)
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
thanx dude:good:
man_77 said:
thanx dude:good:
Click to expand...
Click to collapse
worked?
Sent from my C2105 using XDA Free mobile app
SdtBarbarossa said:
worked?
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
yup!! thanx again and sorry for the late rep;y
hi devs
i got a new lg max X160 with induild lollipop and upgradable to marshmello.
now i want to root it to increase the battery life and external game data access and twick the camera and gallery.
i tried framaroot, kingoroot with no luck.
if any one could tell me how to root and flash custom recovery like CWM/TWRP it will be nice.
thanks in advance
[Removed]
No luck tried it.
I also tried king root pc version and that also did not work.
Framaroot seems to be incompactable.
Rooting this guy is going to be fun
Sent from my LG-X160 using XDA Free mobile app
The recovery mode does not show any options also.
Only a sleeping android doll with his tommy open and a red warning triangular symbel inside it. Written with no command
Sent from my LG-X160 using XDA Free mobile app
[Removed]
droid_god said:
hi devs
i got a new lg max X160 with induild lollipop and upgradable to marshmello.
now i want to root it to increase the battery life and external game data access and twick the camera and gallery.
i tried framaroot, kingoroot with no luck.
if any one could tell me how to root and flash custom recovery like CWM/TWRP it will be nice.
thanks in advance
Click to expand...
Click to collapse
You should try this method
---------- Post added at 12:19 PM ---------- Previous post was at 12:07 PM ----------
OnbekendV said:
Hi,
I will find out what's going on. Stay tuned.
Update:
It looks like that @Newyork! already knew what I was going to post. What a coincidence. I hope it will work.
Regards,
OnbekendV
Click to expand...
Click to collapse
Jinx!
I did not want that my lg should look like a box without os booting up.
This can happen if i try to root unsupported device.
And i did not have a pc to reflash a stock rom in fastboot mode.
More over this device has fastboot mode not download mode.( but both refer to same thing).
In that post can you reply to get a lg max root method on my behalf.
Sent from my LG-X160 using XDA Free mobile app
Hi man.
My device have followind sensors.
Light sensor
Magnetometer
Proximity sensor
Orientation sensor
Accelerometer
I want to disable them forever.
They combined brain a lot of battery and i want a longer battery life.
I am not rooted still.
Please help.
Sent from my LG-X160 using XDA Free mobile app
[Removed]
Nope.
I did not have nything for my device except the device itself.
For flashing rom i will need a recovery but this device has no options in recovery mode
Sent from my LG-X160 using XDA Free mobile app
[Removed]
And can i know why you need the IMEI number of my device.
Sent from my LG-X160 using XDA Free mobile app
[Removed]
If any one know about how to downgrade lg g3 stylus
Can we converse on hangouts
[email protected]
Sent from my LG-X160 using XDA Free mobile app
Remove the underscore plz
Sent from my LG-X160 using XDA Free mobile app
Tried all methods to root with no luck
Sent from my LG-X160 using XDA Free mobile app
did u got it rooted
droid_god said:
Tried all methods to root with no luck
Sent from my LG-X160 using XDA Free mobile app
Click to expand...
Click to collapse
if yes send me method at [email protected]
Yo, tell me how you entered recovery mode. If you can attach a photo, it will be fun. I too have an LG X160 Max and looks like found something.
Let's together fix this guy, huh?
So press the power and vol down button together and select mode ypu want to enter