[nokiax][cwm recovery] - Nokia X

++++++++++++++++++++++++++++++++++++++++++++++BEFORE STARTING++++++++++++++++++++++++++++++++++++++++++++++
1.ROOT REQUIRED
2.PLEASE CREATE BACKUP OF WHOLE PHONE BEFORE STARTING
3.I AM NOT RESPONSIBLE FOR ANY DAMAGES SUCH AS DELETING YOUR RECOVERY PARTITION, BRICKED.ETC.
4.AT YOUR OWN RISK
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WHAT IS CUSTOM RECOVERY?
A RECOVERY IS A PROGRAM MOSTLY FOUND ON ALL ANDROID DEVICES, IT ALLOWS THE USER TO DO DIFFERENT THINGS WITHOUT SWITCHING THE PHONE. EVERY ANDROID PHONE HAS A RECOVERY. ONCE THE RECOVERY PARTITION OF A DEVICE IS DELETED THEN HE CAN NOT HAVE ACCESS TO THE RECOVERY. A CUSTOM RECOVERY GIVES MORE OPTIONS THAN THE NORMAL RECOVERY. BUT HOWEVER IT NEEDS ROOT!!!!
REQUIREMENTS:
A WINDOWS COMPUTER
FASTBOOT DRIVER
NOKIA X DRIVER
NOKIA X CWM RECOVERY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
METHODS:
1.INSTALL THE DRIVER SUPPLIED WITH NOKIA X
2.REBOOT YOUR WINDOWS PC
3.DOWNLOAD FASTBOOT DRIVER AND EXTRACT IT TO YOUR DESKTOP IT CONTAINS THE FASTBOOT DRIVER AND CWM RECOVERY
4.MOVE THE RECOVERY IMG FILE TO THE FASTBOOT FOLDER
5.CONNECT NOKIA X WITH USB CABLE, REMEMBER CONNECT WITH THHE NOKIA X USB CABLE
6.OPEN THE FASTBOOT FOLDER AND HIT SHIFT+RIGHT CLICK IN THE FASTBOOT FOLDER AND CHOOSE OPEN COMMAND PROMPT HERE, THIS WILL OPEN COMMAND PROMPT.
7.ENTER THE FOLLOWING COMMANDS ONE BY ONE, REMEMBER THAT USB CABLE IS PLUGED DURING THIS TIME:
adb reboot bootloader
fastboot -i 0×0421 flash recovery nokiaxrec.img
NOW CMD WILL START TO TRANSFER FILES TO YOUR PHONE, BE PATIENT IT TAKES SOME TIME........ :good:

Can anyone had tried this recovery?????

Any screenshot about this recovery no one?
Sent from my Nokia_X using XDA Free mobile app

Related

No more recovery

Hello! First of all sorry for my explanations but i'm not English. I'm S-off and tried to flash a new recovery through Android Flasher but since I can't acces the recovery anymore ! Please help me I would be grateful
Try it via fastboot.
1.Download the desired recovery .img file from the site.
2. Download android SDK from official site, and run SDK Manager. When it is running, then install the platform-tools (revision 3 ATM), too.
3. Copy the file (.img) you downloaded into the android SDK folder, where fastboot.exe is located.
4. Reboot your phone into fastboot (holding down BACK+POWER keys when the phone is switched off) - it should show FASTBOOT USB.
4a. Make sure you have the USB drivers installed (for me HTC sync is not needed, i used the UNREVOKED USB drivers instead)
5. Fastboot flash. navigate to your android SDK directory in Command Promt (CMD.EXE) then run these commands:
a, fastboot flash recovery clockworkmod2518.img (or whatever is the name of the file)
b, fastboot reboot-bootloader
c, fastboot erase cache
6. You have now the recovery installed.
You don't have to have access to the recovery to flash anything that uses fastboot. For fastboot do what davebugyi said, if you want to use the Android Flasher, just boot into the rom or even better, boot into the bootloader. It works a charm. Fastboot has never worked for me for some weird reason, never have gotten it to work but the Android Flasher works.

Help with Android Flasher

I am trying to change my recovery with this tool but have come up against problems. I open up the program and then select recovery. The phone then reboots into fastboot usb as expected and then it say can not find recovery.img. I obviously have put the recovery img in the data folder and have also tried renaming it recovery.img. I am sure I am being thick but I have spent a bit of time and thought someone must have a quick answer?
Thanks in advance
You have to put the recovery.img in some place on your computer, not on the phone.
Swyped from my HTC Desire using XDA App
The recovery image is on the computer in the date folder that is created by unzipping andriod flasher, all the drivers are installed and I am s off etc.
I hope the recovery you want to flash is for your phone?!
I would give up android flasher, and do it directly via fastboot:
Copy recovery.img in the folder of android sdk, open command line, go to tools folder of android sdk, boot your phone into fastboot, connect it to your computer via usb and enter:
Code:
fastboot flash recovery recovery.img
Swyped from my HTC Desire using XDA App
I am simply trying to flash CWM 3.2.0.1 I think it is, think I might just leave it with the alpha rev recovery that came as part of the s off procedure
hi,
to do what mattdroid says, you need adb sdk install or brwse to your android flasher with cmd line.
best is to declare variable environnement into win.
quiet simple:
1/righ click onto my computer sekect property
2/select adnvanced tab
3/ hit environment varaiables button
4/first part [user environment variable for (users)]
===> select new - a popup come up into variable name write [path] whitout bracket
==============================>variable value write [c:\the path\whereandroidflasheris] whitout bracket.
now just log off and log in.
open dos prompt and just type:
Code:
fastboot erase recovery
fastboot flash recovery c:\wheretherecoveryis\recovery.img
fastboot reboot
should do the trick
hope this help

Fastboot-unbrick your device with 'no display'

How to USE FASTBOOT commands in case your Device got Soft-Bricked with NO DISPLAY
Click to expand...
Click to collapse
Let's describe Softbrik:-Anything caused to your phone except damage to Hardware of your phone which put your Device into a state where it is not booting up and kept showing White, Gray, Blue or Black Screen or Either It gets stuck at Company logo Screen. This may occur if something goes wrong during Rooting, flashing Recovery or ROMs or during Updating in Recovery Mode or either being caught by some wrong software or VIRUS !!!
Preface to the Guide:
Fastboot is a command line tool used to directly flash the filesystem in Android devices from a host computer via USB. It allows flashing of unsigned partition images and also can erase partitions. Its a part of Android Developement Kit (Android SDK).
Use of FASTBOOT is disabled in production devices since USB support has been disabled in the bootloader. You must have an Engineering SPL, or an SPL that is S-OFF or Unlocked bootloader to use 'fastboot'.
After installing the Android SDK or ADB Standalone you can use 'fastboot' in addition to the more common ADB.
One can use the attached .android folder if u want to skip downloading Android SDK. (Refer Attachment)
Verify SPL S-OFF or Bootloader Unlocked:
Not required for Micromax !! But certain Production Devices like Sony HTC LG etc may need bootloader to be unlocked before carrying out this process. My simple advice to people is.. "If you enjoy experiments on your device, you must be ROOTED and to ROOT you device you may need to have unlock bootloader"
Preparations:
(1) Download attached .android.zip, Extract and place .androidfolder on C:/ drive of your PC. So the path of this folder will look likeC:/.android
(Never remove this ".android" folder from C:/ coz you will require it whenever u want to experiment with you Droid using ADB or FASTBOOT methods. I assure... You can do a lot more with it; if you really explore how to use various commands !!!)
.android folder is containing adb.exe, fastboot.exe and related drivers adb_usb.ini, android_winusb.ini AdbWinApi.dll and AdbWinUsbApi.dll and other files; all together not more than 800KB
(2) Connect Device in 'USB debugging ON' mode.
Ensure Drivers for your Device are already installed on the host computer
Note: I recommend you should always keep USB Debugging opetion 'ON' as it only can help you, in case, your device get SoftBricked and you cant see anything on Device Screen. Remember that with USB debugging 'OFF' your Device can't communicate with your Host Computer.
(3) Host Computer Ability to Launch Command Prompt:
On Windows-XP or earlier, to start ADB (Android Debug Bridge) You need to locate your folder containing adb.exe where as Windows-7/Vista/Other-Latest-OS can directly launch command prompt from the Folder itself by Shift+Right Click on Mouse and Selecting "Open Command Prompt from here".
Hence 'Locating 'adb' folder-steps' are for XP users only, However higher OS users can skip it and can directly start giving 'adb' commands after opening cmd from .android folder.
(4) So now, Open Command Prompt (in Windows XP), it will return like this:
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\USERNAME>
(As our adb.exe is in C:/.android.... we will type: Cd C:\.android)
C:\Documents and Settings\USERNAME>Cd C:\.android (Hit Enter)
C:\.android>
Let's give command to detect attached device by writing: 'adb device'. On hitting enter it will list all devices attached to your PC.
Code:
C:\.android>adb devices
List of devices attached
XXXXXXXX-XXXX device
Now u can do a lot while your Device is attached in 'adb mode' e.g.:
Code:
1. Rebooting into Bootloader (FASTBOOT)
2. Installing apps on as /system/app or /data/app
3. Copying Files to/from your SDCARD
4. Pulling Files or Apps already installed on your /system or /data partition
To Understand adb commands and how they work please read:
http://developer.android.com/tools/help/adb.html#commandsummary
Let's come back to ISSUE: "We have a SOFTBRICKED devices !!!"
(1) Booting into FASTBOOT mode:
Let's come back to'fastboot' as we need to flash new ROM or to apply update.zip in a Softbricked deviceNote: Let your device remain connected to PC and don't disconnect untill You finish you job-successfully and get your Device again in working Factory Condition.
""fastboot reboot-bootloader" This command is used to reboot your device into bootloader i.e into fastboot mode) and In this Mode your device will stuck into boot logo only and u cant operate it. ;D Well we are not concerned as we already have a bricked device with no screen display !!!. Lets go ahead...on cmd follow:
Code:
C:\.android>adb reboot-bootloader
C:\.android>fastboot devices
XXXXXXXXXXXX fastboot
(2) Unlocking-ReLocking Bootloader:
(Skip if u working with pre-unlocked devices)
C:\.android>fastboot oem unlock
...
SUCCESSFUL
finished. total time: 118.063s
Click to expand...
Click to collapse
(Accept/Decline warning on your devices screen. Select YES to Unlock)
(Once ROM is flashed) To relock Bootloader use command: fastboot oem lock:
Code:
C:\.android>fastboot oem unlock
...
SUCCESSFULL
finished. total time: 118.063s
(Accept/Decline warning on your devices screen. Select YES to ReLock)]
(Skip if u working with pre-unlocked devices)
(3)Get 'Recovery.img' and 'Update.zip' for your Device:
Lets Wipe the Data and then proceed to Flash new ROM/Update.zip
IMPORTANT: Copy the stock recovery.img and your devices' Update.zip[ in .android folder(You can get it even by searching it in this forum or by Googling for it..) So I assume that you have it....in your .android
Abbreviations:
recovery.img = Stock Recovery of your Device
Update.zip = Update Package/Stock ROM of your Device
Let's start wiping and updating process with following commands:
(4)Wiping Old Data and Flashing new Update.zip:
Code:
C:\.android>fastboot -w
SUCCESSFUL
C:\.android>fastboot update Update.zip
(Here Replace Update with Full Name of your any Update.zip that you copied to .android folder)
Your phone will update and automatically reboot into the Factory State. Cheers !!!
Note: Its important to spell the file name correctly that u want to flash/update. No space between name are allowed. This process will only be successful if your device is still carrying recovery partition 'intact'.
.....If above wiping/updating FAILS....
If you still in "No Display State", extract update.zip to .android folder (U can use 7zip).
You will find following main .img files, each incorporate specific partition on any android device. In our case we can extract following:
boot.img -The main kernel and initrd
recovery.img -A 'backup' kernel, initrd, and OS 4 sysm recovery/maintanance
sytem.img -The main OS
userdata.img -User data and settings
splash.img -Has Boot image. can be splash1 as well.
cache.img -Temp storage
...there can be similar partition names depends on your device type.... but basically these 6 partitions constitute a ROM. Copy all of (6) files to .android folder. (Henceforth, we can use this recovery.img as stock recovery for your device.)
"As your device is bricked/corrupted, we need to erase all old Partitions and flash (rewrite) new partitions that we have extracted from Update zip and placed in .android."
(1) Lets erase all partitions first (one by one)using: fastboot erase <partition>
Code:
C:\.android>fastboot erase system
Successful
C:\.android>fastboot erase recovery
Successful
C:\.android>fastboot erase boot
Successful
C:\.android>fastboot erase userdata
Successful
C:\.android>fastboot erase splash
Successful
C:\.android>fastboot erase cache
Successful
(2) Continuing with Flashing new partionsusing the Images copied in .android:
Command: fastboot flash <partition> <partition_name.img>
Code:
C:\.android>fastboot flash boot boot.img
Successful
C:\.android>fastboot flash recovery recovery.img
Successful
C:\.android>fastboot flash system system.img :(here people gen. get stuck
Successful
C:\.android>fastboot flash userdata userdata.img
Successful
C:\.android>fastboot flash splash splash.img
Successful
C:\.android>fastboot reboot
If all successful, Your phone will update and automatically reboot into the Factory State. Cheers !!!
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
..If you are Unable to flash 'system.img' successfully...
Reason: Your device is not allowing to format and rewrite 'system' partition manually. If your device is Rooted then probably such failure will never occur.
Let's overcome this Issue as well...Try Following...
First, Understand current State of Device...
We Wiped out old partitions and Flashed new partitions except :-\ system :-\ So No System on your Device at present.
What we will do now..
We will now wipe all partitions again
We will then flash only recovery.img saved in .android folder
We will use update.zip saved in .android folder to Flash it using SD Card.
We will copy update.zip on SD Card (using adb). If you can do it manually using a card reader skip step-II in below process.
Step-I: Wiping 'partitions' and Flashing 'recovery.img':Let's wipe all partitions again:
Code:
C:\.android>fastboot -w
C:\.android>fastboot reboot-bootloader
C:\.android>fastboot flash recovery recovery.img
C:\.android>reboot
Step-II: Copy update.zip on SDCARD
Code:
C:\.android>adb push update.zip /data/sdcard
Step-III: As you can't manage to see what is happening on screen(No Display) hence Don't do mistakes here, read carefully and follow exactly:
1.Reboot Device into Recovery Mode:
On cmd type:
Code:
C:\.android>adb reboot recovery
2.Now Press 'Volume(-)' button ONCE. (Once means 'once only'-if you did mistake here repeat the Step-III)
3.Press 'Power' Button TWICEand Leave you Device for some 10 Minutes time.
If phone don't get alive in 10 Minutes Repeat Step-III again.
You may not able to see but Your phone will update and automatically reboot into the Factory State. Cheers !!!
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Explaining Last Step:
We used simple logic in last procedure/ Its nothing but updating using Recovery Mode. Always remember Custom Recovery of Micromax A56/57 has following options: (May be diferent for other devics)
As the default curser in recovery UI remains on Option-1 and we needed to choose Option-2.
Hence to select "Apply update for sdcard" we pressed 'Vol(-)'ONCE and then to Confirm and execute that option Tapped 'POWER' button TWICE.
Hope this Guide helped you or ...will Help you to help others !!! ​
One quick question...
What if my device detected in fastboot but not in adb devices?
How to enter recovery or solve my softbricked issue?
RmatriX1218 said:
One quick question...
What if my device detected in fastboot but not in adb devices?
How to enter recovery or solve my softbricked issue?
Click to expand...
Click to collapse
bro if your volume + key is not working so how can u say that your device is soft bricked...
i think you should repair your volume keys and than try to move to recovery...
& one more thing without installing all drivers/thing u will not be able to access fastboot mode.....
Hey!!
Please please help me!!
I have MICROMAX a54 ninja 3.5.my mobile stuck in bootloop and soft bricked!!
When I turn on my devices it stuck in logo ninja 3.5.
I also try to go in recovery mode by pressing volume up+home key+lock key!
But it doesn't enter in recovery mod!!
Now what am I do??
Please please help me.
Thank you in advance..
I think for going in recovery:-
1. Press and hold power button.
2. While holding power key, press and hold both volume keys, (vol+ & vol-)
3. When mmx logo comes it will display a message vol(+) for recovery and vol(-) for fast boot then again press vol(+) for once,
And now your in recovery
I lost my recovery.
And I can't go into recovery mod!!
Please help me
Sent from my YU5010 using XDA Free mobile app
What do u mean by, lost your recovery???
I am not able to go to recovery!!
When I m try to gobto recovery mod it doesn't happen only logo ninja 3.5 is there
Sent from my YU5010 using XDA Free mobile app
Ok ok just try flashing your official rom
---------- Post added at 10:35 AM ---------- Previous post was at 10:17 AM ----------
Aakash mehta said:
I am not able to go to recovery!!
When I m try to gobto recovery mod it doesn't happen only logo ninja 3.5 is there
Sent from my YU5010 using XDA Free mobile app
Click to expand...
Click to collapse
Just download your official rom, Your device driver for pc, and install the rom to your device using "sp flash tool"
Please give me steps and link of above method!!!
Thank you for help me
Sent from my YU5010 using XDA Free mobile app
Aakash mehta said:
Please give me steps and link of above method!!!
Thank you for help me
Sent from my YU5010 using XDA Free mobile app
Click to expand...
Click to collapse
1.First download your stock recovery for your mmx a54 from here http://d-h.st/D7G
2. Now download sp flash tool from here https://drive.google.com/file/d/0B9S_ERLSMngHVE9Qc25ObGU1UU0/edit?pli=1 install it to your pc.
3. Download drivers for a54 from here singledrivers.blogspot.in/2013/12/micromax-ninja-a54-usb-driver-for.html?m=1 install the driver to your pc.
4. Download your phone stock rom from here http://d-h.st/fg2 place it in your external sd card(mmc) of your device.
5. Download scatter file from here www.mediafire.com/view/rvz1c5tiifx7yck/MT6575_Android_scatter.txt
6. Now run sp flash tool in your pc, browse to the scatter file.txt, turn off your phone remove the battery and connect it through usb to your pc. (Connect the device without battery)
7. Now select the recovery tab in sp flash tool browse to the recovery.img file (Which we hv downloaded before). Now select the option download in sp flash tool it will Start flashing your stock recovery to the device, A green tick marked will be comes as the flashing complete, now remove your device from pc.
8. Now goto recovery by vol key combination.
9. Now select apply update from sd card and select the stock rom.zip file
10. When flashing done then, Wipe Cache Partition and factory data reset of your device.
Now just select reboot device now it will take around 10min to boot for the first time so wait. Hope this helps you
Thank you for giving me whole information!!
Sent from my YU5010 using XDA Free mobile app
Aakash mehta said:
Thank you for giving me whole information!!
Sent from my YU5010 using XDA Free mobile app
Click to expand...
Click to collapse
Don't say thanks my Buddy just press thanks button.
Hello
I tried sp tool flasher!!
I followed all steps which were given by you!!
BT although not any change in my mobile..
When I tick recovery and then browse recovery.img file and click download button but nothing had happened..
It didn't detect my mobile and didn't go for procedure!!
So now what am I do???
You helped me very much!!
Bu please further help me...
Sent from my YU5010 using XDA Free mobile app
Hv u installed driver properly, just trust me try different usb ports
Yeah i installed drivers properly!!!
Sent from my YU5010 using XDA Free mobile app
So your device is not recognizing by sp flash tool r8
I think so
Sent from my YU5010 using XDA Free mobile app
micromax a210
I have a problem with fastboot stuck on system erasing on adb fastboot mood also userdata and cache only flash recovery and boot img sp flash not working with this phone I do other mtk android with sp tool successfully what I do
What if the device is recongised in adb as : (device name) recovery, but can't actually boot into recovery (twrp) and thus when entering the command : adb reboot fastboot it can never actually boot into fastboot ?
Are there any adb commands that can do the trick or is it game over ?

[TUT][Normal and PDANET Method] YUREKA-UNLOACK BOATLOADER, FLASH RECOVERY, ROOT

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:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf flash recovery cwm_recovery.img[/SIZE]
this will flash cwm recovery.
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf flash twrp_recovery.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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/details?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : http://pdanet.co/a/
-> 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:
[SIZE="4"]adb devices[/SIZE]
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.
Code:
[SIZE="4"]adb reboot-bootloader[/SIZE]
then the devices goes to fastboot mode which is showing in the screen.
Code:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
this command will unlocks your bootloader.
Code:
[SIZE="4"]fastboot -i 0x1ebf flash recovery cwm_recovery.img[/SIZE]
this will flash cwm recovery.
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf flash twrp_recovery.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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)
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:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf boot recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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/details?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : http://pdanet.co/a/
-> 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:
[SIZE="4"]adb devices[/SIZE]
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.
Code:
[SIZE="4"]adb reboot-bootloader[/SIZE]
then the devices goes to fastboot mode which is showing in the screen.
Code:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
this command will unlocks your bootloader.
Code:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf boot recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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
Credits:
RDS for [64-Bit Rooting original post]
PRATHAM for 64-Bit CWM Recovery
@Santhosh M for 32-bit Philz Recovery & 64-bit TWRP recovery
@vishal_android freak for [32-Bit Rooting original post]
@[SIZE="4"]TechnoTrons(me)[/SIZE] for making this tutorial noob friendly
Reserved
Sent from my YUREKA using XDA Free mobile app
@TechnoTrons nice and thank you..but its not ctrl+right click...its shift+right click....so pls change it...
btw win 8.1 x64 users need to disable signature verification and here tut link add it also
http://www.howtogeek.com/167723/how...8.1-so-that-you-can-install-unsigned-drivers/
ansebovi said:
@TechnoTrons nice and thank you..but its not ctrl+right click...its shift+right click....so pls change it...
btw win 8.1 x64 users need to disable signature verification and here tut link add it also
http://www.howtogeek.com/167723/how...8.1-so-that-you-can-install-unsigned-drivers/
Click to expand...
Click to collapse
Thank u
Now edited ......:thumbup:
Sent from my YUREKA using XDA Free mobile app
thnx alot.i was trying this for more than 2 hours.but your pda method worked.
TechnoTrons said:
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​
METHOD - 1 (NORMAL)​
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:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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 connection issue between your PC and mobile follow​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/details?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : http://pdanet.co/a/
-> 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:
[SIZE="4"]adb devices[/SIZE]
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.
Code:
[SIZE="4"]adb reboot-bootloader[/SIZE]
then the devices goes to fastboot mode which is showing in the screen.
Code:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
this command will unlocks your bootloader.
Code:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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
Credits:
@vishal_android freak for his original post & superuser.zip
@Santhosh M for Philz Recovery
@[SIZE="4"]TechnoTrons(me)[/SIZE] for making this tutorial noob friendly
Click to expand...
Click to collapse
thnx alot.i was trying this for more than 2 hours.but your pda method worked
Thanks
Thanks the first method worked for me. But there is one problem everything is done successfully but I am not able to boot in Philz recovery by pressing vol up and down key with power key. It boots to stock recovery.
Then I used the command of fastboot to boot in philz recovery. It booted in that but it doesnt boots while pressing the vol up and down key with power key simultaneously. Any idea why its not booting?
Thanks
TechnoTrons said:
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​
METHOD - 1 (NORMAL)​
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:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf boot recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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 connection issue between your PC and mobile follow​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/details?id=com.pdanet
-> enable usb debugging in setting -> Developer options -> Mark ADB debugging and USB debugging
-> Install PdaNet software in PC : http://pdanet.co/a/
-> 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:
[SIZE="4"]adb devices[/SIZE]
if device is displaying in command window then type next command otherwise try reinstalling PdaNet in PC and mobile as well.
Code:
[SIZE="4"]adb reboot-bootloader[/SIZE]
then the devices goes to fastboot mode which is showing in the screen.
Code:
[SIZE="4"]fastboot -i 0x1ebf oem unlock[/SIZE]
this command will unlocks your bootloader.
Code:
[SIZE="4"]fastboot -i 0x1ebf flash recovery recovery_yuphilz.img[/SIZE]
[OR]​
Code:
[SIZE="4"]fastboot -i 0x1ebf boot recovery_yuphilz.img[/SIZE]
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:
[SIZE="4"]fastboot -i 0x1ebf reboot[/SIZE]
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
Credits:
@vishal_android freak for his original post & superuser.zip
@Santhosh M for Philz Recovery
@[SIZE="4"]TechnoTrons(me)[/SIZE] for making this tutorial noob friendly
Click to expand...
Click to collapse
Followed all steps as mentioned....
Bootloader was unlocked
but when i try to reboot into recovery it reboots into stock recovery...
after that i tried flashing the super su zip through the stock recovery it shows error while installing
"E:failed to verify whole-file signature
E:signature verification failed"
Installation aborted.
amardeep434 said:
Followed all steps as mentioned....
Bootloader was unlocked
but when i try to reboot into recovery it reboots into stock recovery...
after that i tried flashing the super su zip through the stock recovery it shows error while installing
"E:failed to verify whole-file signature
E:signature verification failed"
Installation aborted.
Click to expand...
Click to collapse
I think u want to root ur device after ota update r8
Even I faced the problem in flashing recovery after ota update
So follow these steps to root ur device
-Use this command to flash ur recovery
Code:
fastboot -i 0x1ebf boot recovery_yuphilz.img
-After that ur device automatically reboots into recovery
-now flash supersu zip
-now reboot ur phone
- install flashify from play store
-copy the recovery.IMG to ur phone memory
-flash recovery.img using flashify software
-now reboot that's it
Sent from my AO5510 using XDA Free mobile app
TechnoTrons said:
I think u want to root ur device after ota update r8
Even I faced the problem in flashing recovery after ota update
So follow these steps to root ur device
-Use this command to flash ur recovery
Code:
fastboot -i 0x1ebf boot recovery_yuphilz.img
-After that ur device automatically reboots into recovery
-now flash supersu zip
-now reboot ur phone
- install flashify from play store
-copy the recovery.IMG to ur phone memory
-flash recovery.img using flashify software
-now reboot that's it
Sent from my AO5510 using XDA Free mobile app
Click to expand...
Click to collapse
yes i did the ota update but
there wasnt any error regarding recovery ..but even after flashing the custom recovery it always booted into stock cm recovery..
the above error was in installing super su zip using stock cm recovery..
raman_ said:
Thanks the first method worked for me. But there is one problem everything is done successfully but I am not able to boot in Philz recovery by pressing vol up and down key with power key. It boots to stock recovery.
Then I used the command of fastboot to boot in philz recovery. It booted in that but it doesnt boots while pressing the vol up and down key with power key simultaneously. Any idea why its not booting?
Thanks
Click to expand...
Click to collapse
Even I faced same issue after ota update
Did u successfully rooted ur device
If rooted
Flash recovery.img once again using flashify app which is available in play store
This will solve ur problem
Sent from my AO5510 using XDA Free mobile app
amardeep434 said:
yes i did the ota update but
there wasnt any error regarding recovery ..but even after flashing the custom recovery it always booted into stock cm recovery..
the above error was in installing super su zip using stock cm recovery..
Click to expand...
Click to collapse
Yes it won't show any kind errors
But recoveries are not at all flashing after ota update using adb
So follow above steps
The above given code will redirect u to recovery only once
At that time flash the supersu.zip. so that device get rooted
After that use flashify app to flash custom recovery for using multiple times
Sent from my AO5510 using XDA Free mobile app
TechnoTrons said:
Even I faced same issue after ota update
Did u successfully rooted ur device
If rooted
Flash recovery.img once again using flashify app which is available in play store
This will solve ur problem
Sent from my AO5510 using XDA Free mobile app
Click to expand...
Click to collapse
Thank you so much brother!!
Everything worked perfectly now!!
TechnoTrons said:
Yes it won't show any kind errors
But recoveries are not at all flashing after ota update using adb
So follow above steps
The above given code will redirect u to recovery only once
At that time flash the supersu.zip. so that device get rooted
After that use flashify app to flash custom recovery for using multiple times
Sent from my AO5510 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks bro but one more question do we have to flash everytime we have to boot into the custom recovery?
raman_ said:
Thanks bro but one more question do we have to flash everytime we have to boot into the custom recovery?
Click to expand...
Click to collapse
No don't need to flash recovery every time
Just flash the recovery after rooting using flashify app
Then onwards you don't need flash again and again
Sent from my AO5510 using XDA Free mobile app
OK thanks for the help. BTW any idea why battery is draining so quickly even after flashing Sudeep bros First kernel? I am on stock ROM and followed the procedure mentioned in his post.
Sent from my AO5510 using xda premium
raman_ said:
OK thanks for the help. BTW any idea why battery is draining so quickly even after flashing Sudeep bros First kernel? I am on stock ROM and followed the procedure mentioned in his post.
Sent from my AO5510 using xda premium
Click to expand...
Click to collapse
Even I'm using it
Not only drains battery but also heats like hell
So better u revert back to stock kernel
Sent from my AO5510 using XDA Free mobile app
Thanks OP! The second method worked for me. The first kept giving me the error "Device not found." I was on Win 10 x64.
have a question
Thanks dude i have done with the process using method 2 and i have a question will i get the OTA update as now my phone is rooted and boot-loader unlocked
zaro143 said:
Thanks dude i have done with the process using method 2 and i have a question will i get the OTA update as now my phone is rooted and boot-loader unlocked
Click to expand...
Click to collapse
U need stock recovery to update
Place the stock recovery in sd card and
Just flash the stock recovery using flashify app available in play store and update
That's it
Now you can update
Sent from my AO5510 using XDA Free mobile app
TechnoTrons said:
U need stock recovery to update
Place the stock recovery in sd card and
Just flash the stock recovery using flashify app available in play store and update
That's it
Now you can update
Sent from my AO5510 using XDA Free mobile app
Click to expand...
Click to collapse
Ok, thanks
1. so if i flash Stock recovery whether my root will get disturbed ?
2. Stock recovery download link i could not find in the forum
3. If i flash stock recovery whether i will get the OTA update from Cyanogen ?

Nokia X heavily bricked

Hey.
Sometime ago I've installed this ROM and it was great (excluding radio), but due to some reason I had to revert to the stock, and I used ROM zip file at the SD card. Something god bad and now I have a near complete brick.
The phone doesn't respond to any button combinations. No logo, no vibration, no any other activity. The only thing I've got is "USB device" at WinXP, and only drivers fit were Qualcomm USB device drivers. Now I can see phone as "Qualcomm HS-USB QDLoader 9008 (COM11)". Nokia Care Suit, Nokia X Flasher and other similar software don't detect the phone at all, so no simple flashing available. Only software that sees it is QPST kit, it recognises the phone as "Phone in Download mode", but all I've found doesn't help. I've read about special recovery hardware like ATF box, but I don't have it.
Anything I have that can help is another Nokia X phone in OK state.
Does have anoyone have any ideas before getting to hardware service?
Can any1 help
punky! said:
Hey.
Sometime ago I've installed this ROM and it was great (excluding radio), but due to some reason I had to revert to the stock, and I used ROM zip file at the SD card. Something god bad and now I have a near complete brick.
The phone doesn't respond to any button combinations. No logo, no vibration, no any other activity. The only thing I've got is "USB device" at WinXP, and only drivers fit were Qualcomm USB device drivers. Now I can see phone as "Qualcomm HS-USB QDLoader 9008 (COM11)". Nokia Care Suit, Nokia X Flasher and other similar software don't detect the phone at all, so no simple flashing available. Only software that sees it is QPST kit, it recognises the phone as "Phone in Download mode", but all I've found doesn't help. I've read about special recovery hardware like ATF box, but I don't have it.
Anything I have that can help is another Nokia X phone in OK state.
Does have anoyone have any ideas before getting to hardware service?
Click to expand...
Click to collapse
Same Problem Here when trying to flash cm10. I Guess the only solution is to take it to a nokia care.
As u said ur phone is been detected in downloading mode,switch ur phone to the same mode again and connect it to ur PC.
NoteCopy the Backup of ur stock rom to ur pc)
Now:
1.Open the device manager on ur PC (right click On my computer select device manager the last option)
2.u will detect ur device with a yellow question mark triangle.
Select it someway and say 'update drivers'
3.Then let it download the drivers from Net OR u can download it from google and then update the drivers manually by browsing I.e by selecting BROWSE I.e from ur computer storage.
4.After that install 'minimal adb and fastboot' on ur pc.
5.Copy the backup of ur stock rom that u copied earlier to ur pc TO fastboot folder.
6. Open fastboot folder and open cmd window there
Enter following commands
(Press enter after every command to execute)
fastbood devices
fastboot -i 0x0421 erase system.img
fastboot -i 0x0421 erase boot.img
fastboot -i 0x0421 erase data.img
fastboot -i 0x0421 erase recovery.img
7.Extract the files in the backup of ur stock rom to fastboot folder and rename system,boot,recovery etc etc .img files to
system.img,boot.img,recovery.img etc etc etc..
8.Again open the cmd command window in fastboot folder
Enter following commands.
fastboot devices
fastboot -i 0x0421 flash boot.img
fastboot -i 0x0421 flash system.img
fastboot -i 0x0421 flash data.img
fastboot -i 0x0421 flash recovery.img
9.Procedure Completed
Hope this is helpful.
Sent from my Nokia_X using xda app-developers app
Device owner already took it away, so I cannot try this. I'll try to get it for the experiment
A question about "Copy the Backup of ur stock rom to ur pc" - can I use something from internet? Another phone I have already has custom ROM.
If u want to flash a custom rom,extract the .zip file and copy the .img files in it to your fastboot folder.
If u want to flash your stock rom copy the .img files in backup to fastboot folder.
Hope this is helpful.
Hit thanx if helped.
Sent from my Nokia_X using xda app-developers app
Hi
My nokia X is detected as "qualcomm HSUSB 9009" What I have to do now. Its detected only by QFIL .
Please help me
Sharashchandra said:
Hi
My nokia X is detected as "qualcomm HSUSB 9009" What I have to do now. Its detected only by QFIL .
Please help me
Click to expand...
Click to collapse
Same problem to me
well did you guys fix it? I need it aswell
---------- Post added at 04:58 AM ---------- Previous post was at 04:55 AM ----------
******* said:
If u want to flash a custom rom,extract the .zip file and copy the .img files in it to your fastboot folder.
If u want to flash your stock rom copy the .img files in backup to fastboot folder.
Hope this is helpful.
Hit thanx if helped.
Sent from my Nokia_X using xda app-developers app
Click to expand...
Click to collapse
where is the fast boot folder located?

Categories

Resources