[Q] How to flash CWM - General Questions and Answers

Hey Guys! :cyclops:
I've got just a few questions about replacing my stock recovery with a custom recovery (ClockWorkMod).
My Phone (Huawei ascend g600/ U8950) has been locked by a friend (maybe he'll lose this status after that ;D ). So realize, i haven't still any access at activation of USB-debugging (which is turned off) & to my internet connection (which is necessary to unlock the phone).
Using CWM one should fix that fastly. Now I ask, wheter & how I can install clockworkmod-recovery without USB-Debugging and any loss of data; Any ideas?
(Is it possible to unlock bootloader without losing data or possible to install CWM without unlocking the bootloader?)
Thanks for help, i guess i met some professionals here
Greets from Germany
Wayne

Waynejman said:
Hey Guys! :cyclops:
I've got just a few questions about replacing my stock recovery with a custom recovery (ClockWorkMod).
My Phone (Huawei ascend g600/ U8950) has been locked by a friend (maybe he'll lose this status after that ;D ). So realize, i haven't still any access at activation of USB-debugging (which is turned off) & to my internet connection (which is necessary to unlock the phone).
Using CWM one should fix that fastly. Now I ask, wheter & how I can install clockworkmod-recovery without USB-Debugging and any loss of data; Any ideas?
(Is it possible to unlock bootloader without losing data or possible to install CWM without unlocking the bootloader?)
Thanks for help, i guess i met some professionals here
Greets from Germany
Wayne
Click to expand...
Click to collapse
You need to unlock Bootloader to flash CWM..
Also Unlocking bootloader will always delete all the data you have.

Fantassy123 said:
You need to unlock Bootloader to flash CWM..
Also Unlocking bootloader will always delete all the data you have.
Click to expand...
Click to collapse
So there isn't another possibilty to get in the locked phone, except CWM?

Waynejman said:
So there isn't another possibilty to get in the locked phone, except CWM?
Click to expand...
Click to collapse
No there isn't. With a Locked phone you can't modify anything.

unlocking bootloader always wipes away your all data. You need to back up your data before unlocking bootloader. I dont this so there is any way to flash custom recovery without unlocking bootloader. Just make it simple and unlock bootloader by using adb drivers and enabling USB debugging.

Related

[Q] about root

are the modaco's rooting method still viable ? I'm seeing people saying it not work.
and can we root without having to flash other recovery, just using the default one (fastboot).
Nope, no rooting methods without unlocking bootloader yet. Most reliable method is to use custom recovery to root, and also some other fastboot (which will need unlocked bootloader)
hemanthmahesh said:
Nope, no rooting methods without unlocking bootloader yet. Most reliable method is to use custom recovery to root, and also some other fastboot (which will need unlocked bootloader)
Click to expand...
Click to collapse
root with unlocking bootloader is fine, my question is can we root without flashing other recovery (eg. cwm) ?
Recovery is not working in Moto g sometimes.. It's a known issue.. So better flash cwm to avoid bricking
Sent from my XT1033 using XDA Premium 4 mobile app
padhu1989 said:
Recovery is not working in Moto g sometimes.. It's a known issue.. So better flash cwm to avoid bricking
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
oh thank you for the info, then I root with cwm :good:
Stock recovery is pretty useless now, I hardly have any idea what it can even be used for other than those ota updates. Do you not want to move away from stock recovery cause you might not install firmware updates? You can install alternate recovery just for rooting and revert back to stock if you really want to.
hemanthmahesh said:
Stock recovery is pretty useless now, I hardly have any idea what it can even be used for other than those ota updates. Do you not want to move away from stock recovery cause you might not install firmware updates? You can install alternate recovery just for rooting and revert back to stock if you really want to.
Click to expand...
Click to collapse
I just being careful if not how to send warranty
Well, if you are unlocking the bootloader, you won't be able to claim warranty anyway.
hemanthmahesh said:
Well, if you are unlocking the bootloader, you won't be able to claim warranty anyway.
Click to expand...
Click to collapse
oh yeah forgot about that, but what if after root, I lock back the bootloader ?
is the root still there ?
To lock bootloader you have flash your stock firmware, which in a way would be a complete reset, so no root left. Also, whatever you do after with the phone, once you request the unlock code from the moto website, they will consider your phone unlocked, hence no warranty. You can relock to try your luck and they just might not care if you are lucky.
Be very careful with locking bootloader though, locking your bootloader in a wrong way (wrong firmware, not flashing all files, downgrading) will create a big mess. In my opinion, stay away from locking bootloader!
hemanthmahesh said:
To lock bootloader you have flash your stock firmware, which in a way would be a complete reset, so no root left. Also, whatever you do after with the phone, once you request the unlock code from the moto website, they will consider your phone unlocked, hence no warranty. You can relock to try your luck and they just might not care if you are lucky.
Be very careful with locking bootloader though, locking your bootloader in a wrong way (wrong firmware, not flashing all files, downgrading) will create a big mess. In my opinion, stay away from locking bootloader!
Click to expand...
Click to collapse
thank you man, btw can you help me with rooting by flashing cwm ?
You need working adb and fastboot drivers.
Download here:
http://www.mymotocast.com/download/MDM?platform=windows (drivers)
https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc (minimal adb and fastboot files)
http://forum.xda-developers.com/showthread.php?t=2563599 (cwm download)
Guide:
1. http://forum.xda-developers.com/showpost.php?p=47705438&postcount=6 (For unlocking bootloader)
2. After unlocking (which will be equal to a complete reset, no files left in your "sd card"), boot into fastboot mode again and use this command:
fastboot flash recovery recovery-clockwork-6.0.4.7-falcon.img (or whatever is the name of recovery image file)
or use this tool:
http://forum.xda-developers.com/showthread.php?t=2635706
You can also use that too to push supersu to sd card or manually place it. Reboot to recovery (adb reboot recovery) and flash that zip file.
hemanthmahesh said:
You need working adb and fastboot drivers.
Download here:
http://www.mymotocast.com/download/MDM?platform=windows (drivers)
https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc (minimal adb and fastboot files)
http://forum.xda-developers.com/showthread.php?t=2563599 (cwm download)
Guide:
1. http://forum.xda-developers.com/showpost.php?p=47705438&postcount=6 (For unlocking bootloader)
2. After unlocking (which will be equal to a complete reset, no files left in your "sd card"), boot into fastboot mode again and use this command:
fastboot flash recovery recovery-clockwork-6.0.4.7-falcon.img (or whatever is the name of recovery image file)
or use this tool:
http://forum.xda-developers.com/showthread.php?t=2635706
You can also use that too to push supersu to sd card or manually place it. Reboot to recovery (adb reboot recovery) and flash that zip file.
Click to expand...
Click to collapse
thanks man, seriously million of thanks

[Q] Trying to root on 33R to no avail

Hello,
trying to get root by unlocking the bootloader first (using preload recovery TWRP lastest + tamper bit mod) but I keep getting this error:
booting...
FAILED (remote: Device not unlocked cannot boot)
finished. total time: 0.406s
So I can't preload the custom recovery, is there any way of rooting on this oneplus firmware without wiping the whole device?
Any help would be much appreciated..
Edit: This isn't a reroot, this is first time root/unlock
Did you type fastboot oem unlock?
Your bootloader is locked and needs to be unlocked.
If fastboot oem unlock does not unlock it, then you need to fastboot boot into recovery.
Flash tamper, unlock, and then afterwords, adb sideload SuperSU.
zephiK said:
Did you type fastboot oem unlock?
Your bootloader is locked and needs to be unlocked.
If fastboot oem unlock does not unlock it, then you need to fastboot boot into recovery.
Flash tamper, unlock, and then afterwords, adb sideload SuperSU.
Click to expand...
Click to collapse
Umm thanks, I could have, but I really don't want to wipe everything, I got everything set up how I want with lots of data..I was looking for a way *without* wiping everything.. fastboot oem unlock will be my last resort tbh.
I thought with such a developer friendly phone there might be a way to overcome this problem
therightperson_630 said:
Umm thanks, I could have, but I really don't want to wipe everything, I got everything set up how I want with lots of data..I was looking for a way *without* wiping everything.. fastboot oem unlock will be my last resort tbh.
I thought with such a developer friendly phone there might be a way to overcome this problem
Click to expand...
Click to collapse
Yeah, I'm in the same boat as you. Unfortunately after all my reading, it seems impossible as CM did it as a preventative measure to secure your data.
I'm going to do a back up of everything and then a reflash to 25R where battery life was best, then unlock and reboot.
therightperson_630 said:
Umm thanks, I could have, but I really don't want to wipe everything, I got everything set up how I want with lots of data..I was looking for a way *without* wiping everything.. fastboot oem unlock will be my last resort tbh.
I thought with such a developer friendly phone there might be a way to overcome this problem
Click to expand...
Click to collapse
Well thats the whole point, the OnePlus One is a very developer friendly phone indeed. Thats why you get the "keys" to unlock the phone with a simple command instead of using a exploit to flash a custom recovery.
On 25R bootloader, it was possible but as of now there isn't a way to root without unlocking the bootloader. You can read the thread here, http://forum.xda-developers.com/oneplus-one/help/root-unlocking-bootloader-t2820628
This is why when people just now get a phone that has the ability to fastboot oem unlock, I suggest them to unlock their bootloaders as the first thing to do.
Backup all of your data and move forward. Best of luck.
therightperson_630 said:
Umm thanks, I could have, but I really don't want to wipe everything, I got everything set up how I want with lots of data..I was looking for a way *without* wiping everything.. fastboot oem unlock will be my last resort tbh.
I thought with such a developer friendly phone there might be a way to overcome this problem
Click to expand...
Click to collapse
if you truly want to restore everything there are apps that will zip up all your data and you can flash in one session after wiping your phone. If you are reloading the exact same software it should not be an issue. check google and playstore for such apps like app2zip
app2zip requires root, which I can't get if I've not unlocked the bootloader, which means wiping everything...app2zip won't help here but thanks for the suggestion
therightperson_630 said:
app2zip requires root, which I can't get if I've not unlocked the bootloader, which means wiping everything...app2zip won't help here but thanks for the suggestion
Click to expand...
Click to collapse
oh yea my bad I forgot about the root part. I usually root right away so my bad..
Sorry, but the only way is to unlock the bootloader. You could use Helium backup, also some Apps themselves have great backup functionality.
Yep. Gotta unlock it. No idea why people don't just do that in the first place.
Transmitted via Bacon
timmaaa said:
Yep. Gotta unlock it. No idea why people don't just do that in the first place.
Transmitted via Bacon
Click to expand...
Click to collapse
Because most people set up their phone before getting stuck into rooting and the like. Just as I did. I think locking the bootloader is good in theory, but the average user wouldn't know how to brick their phone even if the bootloader was already unlocked, so why do it?
therightperson_630 said:
Because most people set up their phone before getting stuck into rooting and the like. Just as I did. I think locking the bootloader is good in theory, but the average user wouldn't know how to brick their phone even if the bootloader was already unlocked, so why do it?
Click to expand...
Click to collapse
The difference between having a locked and unlocked bootloader is simply flashing custom recoveries or radios/etc. Theres no harm in doing leaving your bootloader unlocked.
The bootloader has to be locked out of the box, I believe its one of the criterias needed to be fulfilled in order to be approved for Google Apps (Play Store,etc). Also, it doesn't make sense to have a bootloader unlocked for average users.
Just unlock the bootloader and learn from your lesson.... either that or stick with stock ROM without root. Yeah it'll set you back because you'll have to redo your phone apps/settings but on the bright side you won't have to do it again because ur bootloader is already unlocked.
You need your bootloader unlocked to obtain root. See http://forum.xda-developers.com/showthread.php?t=2788632 on instructions on how to do so if you're unfamiliar. After once its unlocked, fastboot flash a custom recovery and flash supersu.
Trust me I'm familiar...had none of this trouble on the G1. Out of 5 android devices this is the second time I've had to unlock the bootloader...and the average user doesn't even know what a bootloader is, so not sure they'd be able to mess about with the radios.
therightperson_630 said:
Trust me I'm familiar...had none of this trouble on the G1. Out of 5 android devices this is the second time I've had to unlock the bootloader...and the average user doesn't even know what a bootloader is, so not sure they'd be able to mess about with the radios.
Click to expand...
Click to collapse
Thats because the G1 had a locked bootloader and the only way to flash a custom recovery was to gain a exploit to push a custom recovery. For the OnePlus/Nexus/HTC, we don't need a exploit because we have the ability to unlock our bootloaders. Think of it as Apple's iOS, in order to gain jailbreak you need a exploit to jailbreak your phone which can take a long time for it to happen. Whereas, on Nexus/OnePlus/HTC, we can simply just obtain access to do changes to the phone without having to wait for a exploit.
You keep mentioning average user but a average user wouldn't be attempting to obtain root access for their phone. The average user would just be using his/her phone as a phone and not tinkering with the deeper innings of the Operating System and if the average user wants to tinker with the deeper innings then they should really do their research and learn. There are a lot of good guides on XDA.
Couldn't agree more. There is no need for any exploit with this phone because you've been handed the keys.
Transmitted via Bacon
therightperson_630 said:
Hello,
trying to get root by unlocking the bootloader first (using preload recovery TWRP lastest + tamper bit mod) but I keep getting this error:
booting...
FAILED (remote: Device not unlocked cannot boot)
finished. total time: 0.406s
So I can't preload the custom recovery, is there any way of rooting on this oneplus firmware without wiping the whole device?
Any help would be much appreciated..
Edit: This isn't a reroot, this is first time root/unlock
Click to expand...
Click to collapse
have you considered the exploit devised in the following thread?:
http://forum.xda-developers.com/oneplus-one/development/mod-reset-unlock-tamper-bit-t2820912
ondoy1943 said:
have you considered the exploit devised in the following thread?:
http://forum.xda-developers.com/oneplus-one/development/mod-reset-unlock-tamper-bit-t2820912
Click to expand...
Click to collapse
That doesn't allow you to root while having a unlocked bootloader. It just changes the bits on whether or not your device has been tampered.
But then again,
This mod will allow you to unlock the bootloader without wiping the userdata as oppose to fastboot oem unlock command.
Click to expand...
Click to collapse
A little off topic but I unlock my boot loader and root as soon as I get the phone so I don't have to loose anything.
zephiK said:
That doesn't allow you to root while having a unlocked bootloader. It just changes the bits on whether or not your device has been tampered.
Click to expand...
Click to collapse
that's what you think, but in my case i was able to unlock the bootloader using the mod, hence rooting was a matter of course. the casual "fastboot oem unlock" command was not effective with my device. so.....
edit: then again, i unlocked the bootloader and rooted my phone while it was still at 30O firmware. i have no idea if the 33R firmware's bootloader is different from that of the 30O or not, that will render the mod ineffective.
It's fine, problem solved, went through the gruelling task of trying to back everything up without root = 40gb of stuff..
Already tried the tamper bit mod...it was stated in the first post (tamper bit mod) and the command screenshot was one of the steps when trying to boot the recovery, it still wouldn't boot because the bootloader wasn't unlocked..so, useless in my case.
Still lost some stuff but I got most of it back. I didn't have this problem on my xperia SP when unlocking the bootloader..if I remember correctly you could root, get recovery and custom rom all without unlocking bootloader. Unlocking the bootloader didn't erase the internal sd either..sure it might have been through an exploit rather than the proper way, but tbh I think I'd rather have that.
I'm not liking this "you've been given the keys" analogy...It's more like you've already settled into your new house and you're given the keys to unlock the front door when you're already inside...it's hassle more than anything.

Root Without BL unlock

Hello guys
im looking to root my OPO, but i dont want to unlock the Bootloader or install a custom recovery, just want a method to root so i can install Xposed on the stock CM11S rom, is this actually possible?
Why not just unlock the bootloader? Your warranty isn't affected by it. You lose nothing by unlocking it, and you gain nothing by leaving it locked.
Transmitted via Bacon
Jaocagomez said:
Hello guys
im looking to root my OPO, but i dont want to unlock the Bootloader or install a custom recovery, just want a method to root so i can install Xposed on the stock CM11S rom, is this actually possible?
Click to expand...
Click to collapse
timmaaa said:
Why not just unlock the bootloader? Your warranty isn't affected by it. You lose nothing by unlocking it, and you gain nothing by leaving it locked.
Transmitted via Bacon
Click to expand...
Click to collapse
Like @timmaaa mentioned, you lose nothing when you unlock bootloader. Not only that, it is the recommended and futureproof approach to do so. Unlocking the bootloader wipes your phone completly clean. Suppose somewhere down the road you want to try different ROMs, you'd realize you cannot do so without losing your data. So you'r much better off unlocaking your bootlaoder right now.
But to answer your question, no. It is not possible at a simpler level. Unlocking the bootlaoder give you access to all the partitions on the phone. What you need access to specifically is the recovery partition so you could flash a custom recovery and install the SU binaries onto your system. through that recovery.
What others have said, unlock the bootloader there's no problem with leaving it unlocked.
You're given the key to unlock the bootloader using a command. Use it and make your life simple. It's like saying you have the key to your house but you want to get inside the house without unlocking the door. Just use the key and make it simple.
Sent from my One A0001 using Tapatalk
Jaocagomez said:
Hello guys
im looking to root my OPO, but i dont want to unlock the Bootloader or install a custom recovery, just want a method to root so i can install Xposed on the stock CM11S rom, is this actually possible?
Click to expand...
Click to collapse
Perhaps you felt like I did, worried that you are ruining your phone or your ota ability.
Unlocking the Bootloader is painless aside from having to reinstall all your programs. Everyone says it wipes the os, but what they don't tell you is that you don't have to dig around looking for the proper version to reinstall. You just type a code, and the phone reboots fresh like a factory reset, ready to go. And installing the custom recovery is easy, and it works perfectly with ota updates.
Sent via quantum entanglement, focused through my OnePlus One.

[Q] Root lost

I recently updated to the xnph05q update and my root access is loss. I can root it again ofcourse but my question is that do i have to unlock the bootloader again? Is there a way to check if my bootloader is still unlocked? I am asking this because then of course i have to go through a long procedure to back up all my data as ofcourse unlocking the bootloader is going to wipe my phone. Thanx in advance.
flameonfzn said:
I recently updated to the xnph05q update and my root access is loss. I can root it again ofcourse but my question is that do i have to unlock the bootloader again? Is there a way to check if my bootloader is still unlocked? I am asking this because then of course i have to go through a long procedure to back up all my data as ofcourse unlocking the bootloader is going to wipe my phone. Thanx in advance.
Click to expand...
Click to collapse
Your boot loader won't be locked again. Can you access your custom recovery (TWRP/CWM etc)? If so you just need to flash a SuperSU zip to get root back. If you lost your custom recovery, you can just flash one again, although you will need to connect to a PC to do this.
If you've lost your custom recovery, just use a toolkit like the one below to install one. You can then reboot to recovery and flash a supersu zip (download one first from here http://download.chainfire.eu/212/SuperSU/). You won't loose any data.
Toolkit:
http://forum.xda-developers.com/oneplus-one/development/oneplus-one-toolkit-manudroid19-gui-t2807418
Okay let me just check if i still have twrp and i'll get back at you. Thanks for replying so fast
gsmyth said:
Your boot loader won't be locked again. Can you access your custom recovery (TWRP/CWM etc)? If so you just need to flash a SuperSU zip to get root back. If you lost your custom recovery, you can just flash one again, although you will need to connect to a PC to do this
Toolkit:
http://forum.xda-developers.com/oneplus-one/development/oneplus-one-toolkit-manudroid19-gui-t2807418
Click to expand...
Click to collapse
Well TWRP was still there so i just flashed the supersu zip which was in my storage from previous installation. And there is root access again. Thanx a ton bro.
flameonfzn said:
Well TWRP was still there so i just flashed the supersu zip which was in my storage from previous installation. And there is root access again. Thanx a ton bro.
Click to expand...
Click to collapse
Great no problem, nice and easy one! :highfive:

There is any way to flash custom recovery - TWRP / CWM without unlocking ?(D6603)

Hey,
So I have Sony Z3 xperia D6603 , and I would like to flash a custom recovery mode - TWRP/CWM without unlocking the bootloader - which will earse all my data
there is any way to do that?
thanks in advance for help.
xKarmax said:
Hey,
So I have Sony Z3 xperia D6603 , and I would like to flash a custom recovery mode - TWRP/CWM without unlocking the bootloader - which will earse all my data
there is any way to do that?
thanks in advance for help.
Click to expand...
Click to collapse
Give some more details. Are you rooted? What Android version do you have?
Nojus33 said:
Give some more details. Are you rooted? What Android version do you have?
Click to expand...
Click to collapse
I'm not rooted the device is locked with a password
I just have a way to bypass the password with a custom recovery mode but the thing is if I will flash now TWRP or CWM
I will have to unlock the bootloader and I don't want to do it ,
so what I want to do is just to flash somehow the recovery mode without unlocking the bootloader
and also there is anyway to check the android version ?
xKarmax said:
I'm not rooted the device is locked with a password
I just have a way to bypass the password with a custom recovery mode but the thing is if I will flash now TWRP or CWM
I will have to unlock the bootloader and I don't want to do it ,
so what I want to do is just to flash somehow the recovery mode without unlocking the bootloader
and also there is anyway to check the android version ?
Click to expand...
Click to collapse
Well, if you only want to bypass password you don't need to root or unlock your bootloader. Try to perform software repair via xperia companion. It should reset your phone by reinstalling software and wiping data.
Nojus33 said:
Well, if you only want to bypass password you don't need to root or unlock your bootloader. Try to perform software repair via xperia companion. It should reset your phone by reinstalling software and wiping data.
Click to expand...
Click to collapse
My problem is with wiping the data , I don't want to wipe the data haha ,
thats the problem the data is important for me .
- If I can flash a custom recovery without unlocking the bootloader - it will be perfect because unlocking will earse all my data
xKarmax said:
My problem is with wiping the data , I don't want to wipe the data haha ,
thats the problem the data is important for me .
- If I can flash a custom recovery without unlocking the bootloader - it will be perfect because unlocking will earse all my data
Click to expand...
Click to collapse
Hmm, the only way to flash custom recovery without unlocking the bootloader is to downgrade to Kitkat, get root and install recovery, but the problem is downgrading requires to wipe data
Nojus33 said:
Hmm, the only way to flash custom recovery without unlocking the bootloader is to downgrade to Kitkat, get root and install recovery, but the problem is downgrading requires to wipe data
Click to expand...
Click to collapse
There is a way like to run aroma manager or file manager from the normal recovery ?
it will help me to bypass the password...
xKarmax said:
There is a way like to run aroma manager or file manager from the normal recovery ?
it will help me to bypass the password...
Click to expand...
Click to collapse
I don't think so. What about your google account? Are you signed in with your phone?
Nojus33 said:
I don't think so. What about your google account? Are you signed in with your phone?
Click to expand...
Click to collapse
I don't have , there isn't anyway to make it?
what about here :
http://forum.xda-developers.com/z3/general/guide-rootrecovery-how-to-root-install-t3017056
have a look
but the device is looked how do I run the file manager? through the normal recovery mode?
xKarmax said:
I don't have , there isn't anyway to make it?
what about here :
http://forum.xda-developers.com/z3/general/guide-rootrecovery-how-to-root-install-t3017056
have a look
but the device is looked how do I run the file manager? through the normal recovery mode?
Click to expand...
Click to collapse
I think that Z3 doesn't even have a recovery partition.
---------- Post added at 10:12 AM ---------- Previous post was at 10:09 AM ----------
Maybe there is a way, but I can't think of anything more. Sorry
Nojus33 said:
I think that Z3 doesn't even have a recovery partition.
---------- Post added at 10:12 AM ---------- Previous post was at 10:09 AM ----------
Maybe there is a way, but I can't think of anything more. Sorry
Click to expand...
Click to collapse
so there isn't anyway just to install custom recovery mode without unlocking the bootloader?
xKarmax said:
so there isn't anyway just to install custom recovery mode without unlocking the bootloader?
Click to expand...
Click to collapse
There are 2 methots to install custom recovery:
1.(Best one) Downgrading to kitkat getting root and then recovery, but here's the problem: Downgrading requires to wipe data, which you don't want to do. So this isn't an option.
2. Unlocking the bootloader and flashing recovery. Problem: unlocking wipes your data and you lose DRM keys, so also not an option.
Sorry but I can't think of anything more.
or try this one ... it's for locked/unlocked bootloader i tested it on my T2 Ultra and it works
http://nut.xperia-files.com/path/XZDualRecovery/XZDualRecovery_2.8.26
Ammar_Hamdan said:
or try this one ... it's for locked/unlocked bootloader i tested it on my T2 Ultra and it works
http://nut.xperia-files.com/path/XZDualRecovery/XZDualRecovery_2.8.26
Click to expand...
Click to collapse
Hey ,
I have been seen it before , but I don't know how to flash this recovery mode into the phone .
could you please send me tutrial ?
Thanks in advance , Karma.
xKarmax said:
Hey ,
I have been seen it before , but I don't know how to flash this recovery mode into the phone .
could you please send me tutrial ?
Thanks in advance , Karma.
Click to expand...
Click to collapse
It's not a flashable zip .-.
-your phone must be rooted and usb debugging enabled.
-extract the zip file "Z3-lockeddualrecovery2.8.26-RELEASE.combined.zip" to desktop or any other location on your PC/Laptop.
-run executable file "install.exe" and connect your phone... if you have SuperSu press 1 and enter.
now you have dual recovery mode
here's the main thread of dual recovery:
http://forum.xda-developers.com/showthread.php?t=2261606
Unfortunately the only available options are these, all this is to protect your data and make them inaccessible to the thief if you get your phone stolen.
If you've forgot the password/pin/pattern of the lock screen, just perform a factory reset, it will wipe the data partition (apps and their data) but it won't touch your personal files such as music and photos
Sent from my D6603 using XDA-Developers mobile app
Ammar_Hamdan said:
It's not a flashable zip .-.
-your phone must be rooted and usb debugging enabled.
-extract the zip file "Z3-lockeddualrecovery2.8.26-RELEASE.combined.zip" to desktop or any other location on your PC/Laptop.
-run executable file "install.exe" and connect your phone... if you have SuperSu press 1 and enter.
now you have dual recovery mode
here's the main thread of dual recovery:
http://forum.xda-developers.com/showthread.php?t=2261606
Click to expand...
Click to collapse
thesplitter said:
Unfortunately the only available options are these, all this is to protect your data and make them inaccessible to the thief if you get your phone stolen.
If you've forgot the password/pin/pattern of the lock screen, just perform a factory reset, it will wipe the data partition (apps and their data) but it won't touch your personal files such as music and photos
Sent from my D6603 using XDA-Developers mobile app
Click to expand...
Click to collapse
I can not do it the phone is locked and I don't want to lose any data
xKarmax said:
I can not do it the phone is locked and I don't want to lose any data
Click to expand...
Click to collapse
yeah, you need to unlock the screen lock to give adb shell root rights :\
The user have been asking similar questions for other devices in the past. I suspect that the user may have stolen the phone and I do not think it's a good idea to provide further assistance to this user, as making it easier to use a possibly stolen phone is no good. If OP is any legit, he would know that he can restore the password using his Google account, and losing the password and recovery for 2 high-end devices at the same time is just fishy.. Just my 2 cents guys.
Sent from my SM-G928F using Tapatalk
GethPrime said:
The user have been asking similar questions for other devices in the past. I suspect that the user may have stolen the phone and I do not think it's a good idea to provide further assistance to this user, as making it easier to use a possibly stolen phone is no good. If OP is any legit, he would know that he can restore the password using his Google account, and losing the password and recovery for 2 high-end devices at the same time is just fishy.. Just my 2 cents guys.
Sent from my SM-G928F using Tapatalk
Click to expand...
Click to collapse
Whoa, i didn't know that, yeah, indeed, in this case it'd be wise to close it here

Categories

Resources