GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Micromax

Micromax General Micromax phones discussion, firmwares, solution, root, help

Reply
 
LinkBack Thread Tools Display Modes
Old 08-26-2015, 17:12   #1 (permalink)
Cheater -Don't Deal with him-
 
Join Date: May 2015
Location: faridabad(delhi)
Age: 33
Posts: 532
Member: 2388887
Status: Offline
Sonork: 100.1623070 QQ 3208774531
Thanks Meter: 1,203
YU(YUREKA) - UNLOCK BOOTLOADER, FLASHING CUSTOM RECOVERY, ROOTING (normal method)


YU(YUREKA) - UNLOCK BOOTLOADER, FLASHING CUSTOM RECOVERY, ROOTING (NORMAL AS WELL AS PDANET METHOD)


EXPLORE UNLIMITED POSSIBLITIES BY ROOTING YOUR DEVICE
ROOTING DOESN'T VOID YOUR YUREKA's WARRENTY


INSTRUCTIONS FOR
[ 64-Bit ] OFFICIAL STOCK CM12s (LOLLIPOP)
METHOD - 1 (NORMAL)


Requirements :
Laptop or Desktop with windows OS
USB Data cable


Files Required:
adb.zip : DOWNLOAD HERE
SuperSU.zip : DOWNLOAD HERE
TWRP Recovery :DIRECT LINK ..............OFFICIAL POST
CMW Recovery : DIRECT LINK ..............OFFICIAL POST



Download adb.zip file and extract it in your PC path C:/ADB
now place CWM recovery : "cwm_recovery.img" [or] TWRP recovery : "twrp_recovery.img" in that ADB folder


WARNING:
-> Unlocking bootloader will erase all your data. So backup your data before unlocking bootloader

PROCEDURE :

-> Now copy SuperSu.zip in Root of the SDcard in your device
-> Now Turn off the device and connect mobile to PC using USB cable
-> Now at the top you can see RED led glowing. Once you observe it keep pressing the Volume up rocker button and your device will move to fastboot mode.
-> Now navigate to ADB folder c:/ADB
-> Now open adb terminal by "shift + right click" and select "open command prompt here"



Now follow these steps in adb terminal:

Code:
fastboot -i 0x1ebf oem unlock
this command will unlocks your bootloader.

NOTE: If U are facing issue like "waiting for device" when U type the command then please follow METHOD 2

Code:
fastboot -i 0x1ebf flash recovery cwm_recovery.img
this will flash cwm recovery.
[OR]

Code:
fastboot -i 0x1ebf flash twrp_recovery.img
this will flash philz recovery.

Note : if you download any other custom recovery which is named differently just replace "cwm_recovery.img" to ur recovery name "your_recovery.img" without quotes in above command.

Code:
fastboot -i 0x1ebf reboot
this will reboot your device.

that's it now your bootloader as been unlocked and installed CWM or TWRP custom recovery

NOTE: In this stage i suggest you take full nandroid backup which is very very very useful in future and dont delete that backup ever.

i always suggest CWM recovery which works on both touch interface as well as device hard keys.

TO ROOT YOUR DEVICE
-> Place "SuperSu.zip" in your internal or external Sd card
-> reboot to recovery and select install zip from storage and browse to the folder where you have downloaded the SuperSu.zip

that's it now your device has been rooted


For those who are facing Device Detection issue on adb

METHOD - 2 (USING PDANET SOFTWARE)

.
Requirements :
Laptop or Desktop with windows OS
USB Data cable


Files Required:
db.zip : DOWNLOAD HERE
SuperSU.zip : DOWNLOAD HERE
TWRP Recovery :DIRECT LINK ..............OFFICIAL POST
CMW Recovery : DIRECT LINK ..............OFFICIAL POST
PdaNet mobile app : DOWNLOAD HERE
PdaNet PC application : DOWNLOAD HERE


Download adb.zip file and extract it in your PC path C:/ADB
now place CWM recovery : "cwm_recovery.img" [or] TWRP recovery : "twrp_recovery.img" in that ADB folder


WARNING:
-> Unlocking bootloader will erase all your data. So backup your data before unlocking bootloader

PROCEDURE :
-> Download and install PdaNet mobile app : https://play.google.com/store/apps/d...?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : Download PdaNet+
-> when PdaNet software in PC requested to connect mobile Keep mobile TURN ON and connect it using USB cable.
-> it will install the device drivers automatically, if already installed select reinstall option

-> Now unplug the device from USB cable
-> Now reboot PC as well as mobile
-> now keep mobile TURN ON and connect mobile to PC using USB cable
-> Now navigate to ADB folder c:/ADB
-> Now open adb terminal by "shift + right click" and select "open command prompt here"


Now follow these steps in adb terminal:

Code:
adb devices
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.

Code:
adb reboot-bootloader
then the devices goes to fastboot mode which is showing in the screen.

Code:
fastboot -i 0x1ebf oem unlock
this command will unlocks your bootloader.

Code:
fastboot -i 0x1ebf flash recovery cwm_recovery.img
this will flash cwm recovery.
[OR]

Code:
fastboot -i 0x1ebf flash twrp_recovery.img
this will flash TWRP recovery.

Note : if you download any other custom recovery which is named differently just replace "cwm_recovery.img" to ur recovery name "your_recovery.img" without quotes in above command.

Code:
fastboot -i 0x1ebf reboot
this will reboot your device.


that's it now your bootloader as been unlocked and installed CWM or TWRP custom recovery

NOTE: In this stage i suggest you take full nandroid backup which is very very very useful in future and dont delete that backup ever.

i always suggest CWM recovery because which works on both touch interface as well as device hard keys

TO ROOT YOUR DEVICE
-> Place "SuperSU.zip" in your internal or external Sd card
->reboot to recovery and select install zip from storage and browse to the folder where you have downloaded the superuser.zip

that's it now your device has been rooted



INSTRUCTIONS FOR
[ 32 Bit ] OFFICIAL STOCK CM11s (KITKAT)
METHOD - 1 (NORMAL)
[HIDE]

Requirements :
Laptop or Desktop with windows OS
USB Data cable


Files Required:
ADB.zip : DOWNLOAD HERE
Philz Recovery : DOWNLOAD HERE
SuperSU :DOWNLOAD HERE



Download ADB zip file and extract it in your PC path C:/ADB
now place philz recovery : "recovery_yuphilz.img" in that ADB folder


WARNING:
-> Unlocking bootloader will erase all your data. So backup your data before unlocking bootloader

PROCEDURE :
-> keep mobile Turn off and connect mobile to PC using USB cable
-> Now at the top you can see RED led glowing. Once you observe it keep pressing the Volume up rocker button and your device will move to fastboot mode.
-> Now navigate to ADB folder c:/ADB
-> Now open adb terminal by "shift + right click" and select "open command prompt here"



Now follow these steps in adb terminal:

Code:
fastboot -i 0x1ebf oem unlock
this command will unlocks your bootloader.

NOTE: If U are facing issue like "waiting for device" when U type the command then please follow METHOD 2

Code:
fastboot -i 0x1ebf flash recovery recovery_yuphilz.img
[OR]

Code:
fastboot -i 0x1ebf boot recovery_yuphilz.img
this will flash philz recovery.

Note : if you download any other custom recovery which is named differently just replace "recovery_yuphilz.img" to ur recovery name "your_recovery.img" without quotes in above command.

Code:
fastboot -i 0x1ebf reboot
this will reboot your device.

that's it now your bootloader as been unlocked and installed philz custom recovery

NOTE: In this stage i suggest you take full nandroid backup which is very very very useful in future and dont delete that backup ever.

i always suggest philz which works on both touch interface as well as device hard keys.

TO ROOT YOUR DEVICE
-> Place "UPDATE-SuperSU-v2.45.zip" in your internal or external Sd card
-> reboot to recovery and select install zip from storage and browse to the folder where you have downloaded the superuser.zip

that's it now your device has been rooted


For those who are facing Device Detection issue on adb

METHOD - 2 (USING PDANET SOFTWARE)

.
Requirements :
Laptop or Desktop with windows OS
USB Data cable


Files Required:
ADB.zip : DOWNLOAD HERE
Philz Recovery : DOWNLOAD HERE
SuperSU : DOWNLOAD HERE
PdaNet mobile app : DOWNLOAD HERE
PdaNet PC application : DOWNLOAD HERE


Download ADB zip file and extract it in your PC path C:/ADB
now place philz recovery : "recovery_yuphilz.img" in that folder


WARNING:
-> Unlocking bootloader will erase all your data. So backup your data before unlocking bootloader

PROCEDURE :
-> Download and install PdaNet mobile app : https://play.google.com/store/apps/d...?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : Download PdaNet+
-> when PdaNet software in PC requested to connect mobile Keep mobile TURN ON and connect it using USB cable.
-> it will install the device drivers automatically, if already installed select reinstall option

-> Now unplug the device from USB cable
-> Now reboot PC as well as mobile
-> now keep mobile TURN ON and connect mobile to PC using USB cable
-> Now navigate to ADB folder c:/ADB
-> Now open adb terminal by "shift + right click" and select "open command prompt here"


Now follow these steps in adb terminal:

Code:
adb devices
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.

Code:
adb reboot-bootloader
then the devices goes to fastboot mode which is showing in the screen.

Code:
fastboot -i 0x1ebf oem unlock
this command will unlocks your bootloader.

Code:
fastboot -i 0x1ebf flash recovery recovery_yuphilz.img
[OR]

Code:
fastboot -i 0x1ebf boot recovery_yuphilz.img
this will flash philz recovery.

Note : if you download any other custom recovery which is named differently just replace "recovery_yuphilz.img" to ur recovery name "your_recovery.img" without quotes in above command.

Code:
fastboot -i 0x1ebf reboot
this will reboot your device.


that's it now your bootloader as been unlocked and installed philz custom recovery

NOTE: In this stage i suggest you take full nandroid backup which is very very very useful in future and dont delete that backup ever.

i always suggest philz because which works on both touch interface as well as device hard keys

TO ROOT YOUR DEVICE
-> Place "UPDATE-SuperSU-v2.45.zip" in your internal or external Sd card
->reboot to recovery and select install zip from storage and browse to the folder where you have downloaded the superuser.zip

that's it now your device has been rooted



THANX

Bro here is your file click and download here one click download link
if you like my post just press onlybutton
_________________
B.R
Abhay_Rana_Singh!!!!


Source

Last edited by ~Leo~; 12-15-2015 at 17:41.
  Reply With Quote
The Following 10 Users Say Thank You to abhayranasingh For This Useful Post:
Show/Hide list of the thanked
Old 08-27-2015, 03:00   #2 (permalink)
No Life Poster
 
srinibas's Avatar
 
Join Date: Apr 2007
Location: M W Balasore,Odisha,INDIA
Age: 52
Posts: 12,751
Member: 492222
Status: Offline
Sonork: 100.1594126
Thanks Meter: 10,377
This is too bad , at least you should mention the source link where you copy it

Original source - [TUT][Normal and PDANET Method] YUREKA-UNLOA… | YU Yureka | XDA Forums




Br - srinibas
  Reply With Quote
The Following User Says Thank You to srinibas For This Useful Post:
Old 08-28-2015, 12:50   #3 (permalink)
No Life Poster
 
mediapeople's Avatar
 
Join Date: Apr 2008
Location: inside forum
Posts: 1,285
Member: 759477
Status: Offline
Sonork: 100.1618763
Thanks Meter: 111
Today i have flashed by fastboot method after flash mobile becomes dead not making any port only shows red light if i insert usb cable without battery
  Reply With Quote
Old 09-17-2015, 17:39   #4 (permalink)
No Life Poster
 
Join Date: Apr 2006
Location: IN INDIA
Posts: 1,641
Member: 263005
Status: Offline
Thanks Meter: 147
Arrow

Quote:
Originally Posted by mediapeople View Post
Today i have flashed by fastboot method after flash mobile becomes dead not making any port only shows red light if i insert usb cable without battery

me too pls give solution THANKS
  Reply With Quote
Old 09-22-2015, 04:34   #5 (permalink)
Freak Poster
 
Join Date: May 2012
Posts: 474
Member: 1761266
Status: Offline
Thanks Meter: 79
what if phone is hang/restart ,u need to flash it and bootloader /flashing port is lock?
  Reply With Quote
Old 09-22-2015, 07:02   #6 (permalink)
Crazy Poster
 
Join Date: Nov 2011
Posts: 52
Member: 1681546
Status: Offline
Thanks Meter: 2
usb device not recognized windows 7 micromax a093 android phone plz help me
  Reply With Quote
Old 09-22-2015, 07:25   #7 (permalink)
Cheater -Don't Deal with him-
 
Join Date: May 2015
Location: faridabad(delhi)
Age: 33
Posts: 532
Member: 2388887
Status: Offline
Sonork: 100.1623070 QQ 3208774531
Thanks Meter: 1,203
Flashing Procedure And Flash File By Me Working Link

Yureka

Micromax YUREKA Flash File And Flashing Procedure In Video BY Me All Problem Solved Flash Yureka With This Flashing Procedure



Download :
Flash File : Yureka Latest Version Flash File 4.4.035.00.P1.150420.8675_I01_ROM.rar

Flashing Procedure Video 100% tested By Me : Yureka AO5510 Flashing Procedure Video 100% tested By Me



Plz Read This Rules
Use Thanks Button instead
_________________
B.R
Abhay_Rana
  Reply With Quote
The Following User Says Thank You to abhayranasingh For This Useful Post:
Old 12-13-2015, 01:10   #8 (permalink)
Freak Poster
 
Join Date: Feb 2007
Location: hyderabad
Posts: 392
Member: 455693
Status: Offline
Thanks Meter: 48
yu4711

there is a problem with yu 4711 .

it is patterun unlock , after format asking google lock , unable to flash, unable to oem unlock , pls help me
  Reply With Quote
Old 03-15-2016, 13:15   #9 (permalink)
Freak Poster
 
Join Date: Dec 2013
Location: shimla himachal pradesh
Posts: 248
Member: 2088075
Status: Offline
Thanks Meter: 48
go to fast boot6 mode unlckbootloder with mirale box after unlock pattern
  Reply With Quote
Old 03-28-2016, 07:45   #10 (permalink)
Junior Member
 
Join Date: Feb 2016
Posts: 4
Member: 2528517
Status: Offline
Sonork: 100.69540
Thanks Meter: 0
i have Yu5010A network up down plz any body soultion..thanks
  Reply With Quote
Old 04-24-2016, 16:33   #11 (permalink)
Freak Poster
 
sekharsun288's Avatar
 
Join Date: Jul 2011
Location: Andhra Pradesh
Age: 38
Posts: 438
Member: 1612111
Status: Offline
Sonork: 100.1586314
Thanks Meter: 52
showing page not found.....plz provide flash file for yu5010...
  Reply With Quote
Old 05-06-2016, 17:16   #12 (permalink)
No Life Poster
 
Join Date: Apr 2010
Location: chirala
Posts: 596
Member: 1293395
Status: Offline
Sonork: 100.1657302
Thanks Meter: 87
i tried many time but it was showing waiting for device plz help me to unlock boot loder and more .....
Attached Images
File Type: png Capture.PNG (50.2 KB, 188 views)
  Reply With Quote
Old 11-11-2016, 16:59   #13 (permalink)
No Life Poster
 
mak1983's Avatar
 
Join Date: Dec 2011
Posts: 950
Member: 1704666
Status: Offline
Sonork: 100.1652565
Thanks Meter: 157
usb device not recognized windows 7 micromax a093 android phone plz help me
  Reply With Quote
Old 12-15-2016, 19:43   #14 (permalink)
Junior Member
 
Join Date: Dec 2016
Posts: 2
Member: 2658842
Status: Offline
Sonork: asifprince
Thanks Meter: 0
Hi...
Pls give me solution for yu4711 frp lock...
How to go to fastboot mode?
  Reply With Quote
Old 12-24-2016, 10:33   #15 (permalink)
Junior Member
 
Join Date: Dec 2010
Location: berhampur
Age: 34
Posts: 15
Member: 1475961
Status: Offline
Thanks Meter: 4
Thumbs up yu5510 bootloader unlock successsful

yu5510 bootloader unlock successsful by tow commands

adb devices
fastboot -i 0x1ebf oem unlock
fastboot -i 0x1ebf reboot
  Reply With Quote
The Following 2 Users Say Thank You to santosh92 For This Useful Post:
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 07:24.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.29549 seconds with 9 queries

SEO by vBSEO