[Q] Nexus 5 wiped need help - Nexus 5 Q&A, Help & Troubleshooting

Hello
I've installed TWRP on my nexus 5, then I fully wiped my phone with TWRP, is there way to install any rom now? How could I transfer rom to nexus storage?
Thanks

halo3333 said:
Hello
I've installed TWRP on my nexus 5, then I fully wiped my phone with TWRP, is there way to install any rom now? How could I transfer rom to nexus storage?
Thanks
Click to expand...
Click to collapse
If you flashed the latest TWRP 2.8.1.0, you can boot into recovery and enable MTP mode. Then drag the files across exactly like when you plug in and use MTP in android.

rootSU said:
If you flashed the latest TWRP 2.8.1.0, you can boot into recovery and enable MTP mode. Then drag the files across exactly like when you plug in and use MTP in android.
Click to expand...
Click to collapse
Thanks for quick answer.
I've flashed TWRP v2.7.1.1 :crying:

halo3333 said:
Thanks for quick answer.
I've flashed TWRP v2.7.1.1 :crying:
Click to expand...
Click to collapse
So flash 2.8.1.0 then.

_MetalHead_ said:
So flash 2.8.1.0 then.
Click to expand...
Click to collapse
Yeah...

I installed twrp using [ROOT] Rashr - Flash Tool from Google Play. Now i have no OS installed and fully wiped nexus 5, how could i do that? Sorry im newbie. Panic

halo3333 said:
I installed twrp using [ROOT] Rashr - Flash Tool from Google Play. Now i have no OS installed and fully wiped nexus 5, how could i do that? Sorry im newbie. Panic
Click to expand...
Click to collapse
fastboot flash recovery [recovery name].img
On a side note, this is exactly why toolkits are discouraged. Had you taken the time to learn how to do it manually, you would have known how to get yourself out of this (very minor) predicament.

_MetalHead_ said:
fastboot flash recovery [recovery name].img
On a side note, this is exactly why toolkits are discouraged. Had you taken the time to learn how to do it manually, you would have known how to get yourself out of this (very minor) predicament.
Click to expand...
Click to collapse
Again, yeah..
There is a fastboot thread in the "guides and info" link in my signature

halo3333 said:
Hello
I've installed TWRP on my nexus 5, then I fully wiped my phone with TWRP, is there way to install any rom now? How could I transfer rom to nexus storage?
Thanks
Click to expand...
Click to collapse
Well? Did you get your problem worked out?

Almost there
Flashed TWRP v2.8.1.0, enabled MTP, but there is no device: i.img ur.com/cG261Qi.png
How it looks like in Device Manager: i.img ur.com/nGMCLV8.png (can not post links having less than 10 posts)
Phone is currently in TWRP.
Also tried to flash zip using command prompt:
C:\androidsdk\sdk\tools>adb sideload zipname.zip
error: closed
error: closed

halo3333 said:
Flashed TWRP v2.8.1.0, enabled MTP, but there is no device: i.img ur.com/cG261Qi.png
How it looks like in Device Manager: i.img ur.com/nGMCLV8.png (can not post links having less than 10 posts)
Phone is currently in TWRP.
Also tried to flash zip using command prompt:
C:\androidsdk\sdk\tools>adb sideload zipname.zip
error: closed
error: closed
Click to expand...
Click to collapse
Need to sort drivers out. Read the "adb and fastboot" thread which you can get to via "guide and info threads" link in my signature

rootSU said:
Need to sort drivers out. Read the "adb and fastboot" thread which you can get to via "guide and info threads" link in my signature
Click to expand...
Click to collapse
Transfered slimcat rom using adb push name.zip /sdcard/ - Phone was recognized by adb and fastboot
Tried to flash rom using TWRP v2.8.1.0, failed; couldn't mount /data
After then tried that http://forum.xda-developers.com/goo...o-repairing-corrupted-data-partition-t2577447
6. Use ADB to launch a root shell from within Philz recovery
a. Ensure that the drivers are now detecting your device as an ADB ready device by entering: ‘adb devices’. If it returns “<serialnumberofdevice> recovery” then you are ready to proceed. If it does not, please verify your ADB driver installation and check again.
b. Enter: ‘adb shell’ to gain full root shell access to the Android file system. (You should see a “~#” prompt to show that you’re now in a root shell)
Click to expand...
Click to collapse
Now phone isn't recognized by adb and fastboot in Philz Touch 6, ClockworkMod v6.0.5.1
http://i.img ur.com/SwRv1wE.png

halo3333 said:
Transfered slimcat rom using adb push name.zip /sdcard/ - Phone was recognized by adb and fastboot
Tried to flash rom using TWRP v2.8.1.0, failed; couldn't mount /data
After then tried that http://forum.xda-developers.com/goo...o-repairing-corrupted-data-partition-t2577447
Now phone isn't recognized by adb and fastboot in Philz Touch 6, ClockworkMod v6.0.5.1
http://i.img ur.com/SwRv1wE.png
Click to expand...
Click to collapse
Cant help ya. Not sure why you did that.
You'll need to get it in fastboot somehow and flash stock.. Maybe you should post in the thread you followed.

halo3333 said:
Transfered slimcat rom using adb push name.zip /sdcard/ - Phone was recognized by adb and fastboot
Tried to flash rom using TWRP v2.8.1.0, failed; couldn't mount /data
After then tried that http://forum.xda-developers.com/goo...o-repairing-corrupted-data-partition-t2577447
Now phone isn't recognized by adb and fastboot in Philz Touch 6, ClockworkMod v6.0.5.1
http://i.img ur.com/SwRv1wE.png
Click to expand...
Click to collapse
Exactly what ROM did you try to flash? Post the link.
And what recovery do you have now? Did you flash Philz or ClockworkMod?

Downloaded and extracted stock rom: hammerhead-krt16m-factory-bd9c39de.tar, then extracted hammerhead-krt16m-factory-bd9c39de.tgz, copied files to adb and fastboot files, launched flash-all.bat and it worked
facepalm
Thanks for help

Related

adb push filename.xxx not working for me!

Hi all,
I want to learn to push files to my phone through adb push command, so I load into bootloader, then type "fastboot devices" , my phone showed up with no problem, but then i type
adb push rom.zip /sdcard/rom.zip
it gives me a message
"error: device not found"
did I do something wrong?
Can't use ADB in bootloader.
Sent from my Nexus 5 using Tapatalk
0dBu said:
Can't use ADB in bootloader.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
didn't I use adb in bootloader to install the teamwin recovery? ( i mean as i remembered)
ok, now its another issue, assuming i need to use adb in recovery mode. when i boot into recovery, my win 7 own't recongnize my device, but when i am in the 4.4 operatiing system or bootloader mode, my pc recongnize my device with no problem
david0916 said:
didn't I use adb in bootloader to install the teamwin recovery? ( i mean as i remembered)
ok, now its another issue, assuming i need to use adb in recovery mode. when i boot into recovery, my win 7 own't recongnize my device, but when i am in the 4.4 operatiing system or bootloader mode, my pc recongnize my device with no problem
Click to expand...
Click to collapse
Force install the driver. I had the same problem.
david0916 said:
didn't I use adb in bootloader to install the teamwin recovery?
Click to expand...
Click to collapse
No. You used fastboot. Fastboot commands in fastboot. Adb commands in recovery or android
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit
Dr Tone said:
Force install the driver. I had the same problem.
Click to expand...
Click to collapse
Thanks for your reply, what do you mean by force install the driver? and do you have the link to the driver or is it included in the SDK already?
david0916 said:
Thanks for your reply, what do you mean by force install the driver? and do you have the link to the driver or is it included in the SDK already?
Click to expand...
Click to collapse
The one in the SDK.
Sent from my Nexus 5 using Tapatalk
If you're still having problems I recommend reading this guide. How to Use “adb sideload” to Update a Nexus Without Root or Custom Recovery
But when you get to the part of the guide where you have to type in "adb sideload <filename.zip>", you might have to refer to this to solve it.
I myself have just installed 4.4.2 using this method. Camera SO much faster now.

[Q] ADB sideload fails?

I recently rooted and installed Cyanogenmod 11(nightly) on my ls970. CM11 was a little glitchy so I decided to downgrade to CM 10.2... but my dumb*ss forgot to wipe CM 11 before I installed 10.2. needless to say it didn't work. I then did a full wipe(the backup I created didn't work) with TWRP and then tried to sideload Cyangogenmod 10.2.. the sideload fails.. so I thought it was an issue with the ROM..So I got the stock ROM from Google and tried to sideload that. The sideload always starts (on both ROMs) but always ends up failing in the end.. Any help would be appreciated.
I also tried to install stock rom via lgnpst but it does not recognize the phone. And all drivers are installed
Turdbasket said:
I recently rooted and installed Cyanogenmod 11(nightly) on my ls970. CM11 was a little glitchy so I decided to downgrade to CM 10.2... but my dumb*ss forgot to wipe CM 11 before I installed 10.2. needless to say it didn't work. I then did a full wipe(the backup I created didn't work) with TWRP and then tried to sideload Cyangogenmod 10.2.. the sideload fails.. so I thought it was an issue with the ROM..So I got the stock ROM from Google and tried to sideload that. The sideload always starts (on both ROMs) but always ends up failing in the end.. Any help would be appreciated.
I also tried to install stock rom via lgnpst but it does not recognize the phone. And all drivers are installed
Click to expand...
Click to collapse
How about copying the rom by just transfer the Rom.zip to scdard? I really never use adb sideload as there is really no reason to, except it has a chance to be not working...
LS.xD said:
How about copying the rom by just transfer the Rom.zip to scdard? I really never use adb sideload as there is really no reason to, except it has a chance to be not working...
Click to expand...
Click to collapse
The phone shows up on my computer but it's greyed out and says I need to insert a memory device. When I wiped the info to install the new rom I think I wiped too much (i wiped everything)
Turdbasket said:
The phone shows up on my computer but it's greyed out and says I need to insert a memory device. When I wiped the info to install the new rom I think I wiped too much (i wiped everything)
Click to expand...
Click to collapse
Which recovery version do you use at the moment?
This is the best recovery you can get --> http://goo.im/devs/philz_touch/CWM_Advanced_Edition/ls970
for your phone.
Install it using "fastboot".
LS.xD said:
Which recovery version do you use at the moment?
This is the best recovery you can get -->link
for your phone.
Install it using "fastboot".
Click to expand...
Click to collapse
I'm using twrp. I'll try what you suggest and let you know
LS.xD said:
Which recovery version do you use at the moment?
This is the best recovery you can get --> link
for your phone.
Install it using "fastboot".
Click to expand...
Click to collapse
when I try to install CWM it gives me this message:
Unknown partition 'recovery.img'
error: cannot determine image filename for 'recovery.img'
Turdbasket said:
when I try to install CWM it gives me this message:
Unknown partition 'recovery.img'
error: cannot determine image filename for 'recovery.img'
Click to expand...
Click to collapse
Could you tell me what you exactly did?
The command must be "fastboot flash recovery recovery.img"
the recovery.img you extracted from the downloaded zip must be placed in "fastboot folder" of course.
If you're not sure about it pls post a screenshot of your command prompt so i can check it for errors.
LS.xD said:
Could you tell me what you exactly did?
The command must be "fastboot flash recovery recovery.img"
the recovery.img you extracted from the downloaded zip must be placed in "fastboot folder" of course.
If you're not sure about it pls post a screenshot of your command prompt so i can check it for errors.
Click to expand...
Click to collapse
That worked.(thank you very much) I was using the wrong command line. I thanked you for that bit of info. I have to go do some things... I'll be back in a bit to let you know how everything is going
Turdbasket said:
That worked.(thank you very much) I was using the wrong command line. I thanked you for that bit of info. I have to go do some things... I'll be back in a bit to let you know how everything is going
Click to expand...
Click to collapse
That would be kind of you
LS.xD said:
Could you tell me what you exactly did?
The command must be "fastboot flash recovery recovery.img"
the recovery.img you extracted from the downloaded zip must be placed in "fastboot folder" of course.
If you're not sure about it pls post a screenshot of your command prompt so i can check it for errors.
Click to expand...
Click to collapse
LS.xD said:
That would be kind of you
Click to expand...
Click to collapse
You solved my problem for me!! The issue was with TWRP!! Thank you so much for your help!

Moto g problem

I am having MOTO G XT1032 US GLOBAL VERSION
I HAD FLASHED A DOZENS OF ROMS IN PAST USING CWM RECOVERY.....
LAST NIGHT I FORMATTED ALL THE FOLDERS USING CWM RECOVERY ......NAMELY....
/DATA
/SDCARD
/SYSTEM
/CACHE ......ETC......
I MEAN COMPLETE WIPE OUT OF THE PHONE AND FOLDERS
now MY PROBLEMS ARE.....
I DONOT HAVE ANY ROM OR ZIP IN /SDCARD TO INSTALL
I AM ABLE TO GET INTO BOOTLOADER AND RECOVERY
BUT NOT ABLE TO PUSH ANY OF THE ROMS OR ZIP FILES USING ADB FASTBOOT.
While using ADB Commands error is................ error: device not found
I Have already tried
fastboot flash recovery (of TWRP recovery over CWM recovery) i.e. I changed the recovery
adb push rom.zip /sdcard/........
adb sideload...........
but none of the above thing worked
It also shows that phone has to be rooted again and supersu is to be installed again......
I donot know how to get it working again
subodhverma21 said:
I am having MOTO G XT1032 US GLOBAL VERSION
I HAD FLASHED A DOZENS OF ROMS IN PAST USING CWM RECOVERY.....
LAST NIGHT I FORMATTED ALL THE FOLDERS USING CWM RECOVERY ......NAMELY....
/DATA
/SDCARD
/SYSTEM
/CACHE ......ETC......
I MEAN COMPLETE WIPE OUT OF THE PHONE AND FOLDERS
now MY PROBLEMS ARE.....
I DONOT HAVE ANY ROM OR ZIP IN /SDCARD TO INSTALL
I AM ABLE TO GET INTO BOOTLOADER AND RECOVERY
BUT NOT ABLE TO PUSH ANY OF THE ROMS OR ZIP FILES USING ADB FASTBOOT.
While using ADB Commands error is................ error: device not found
I Have already tried
fastboot flash recovery (of TWRP recovery over CWM recovery) i.e. I changed the recovery
adb push rom.zip /sdcard/........
adb sideload...........
but none of the above thing worked
It also shows that phone has to be rooted again and supersu is to be installed again......
I donot know how to get it working again
Click to expand...
Click to collapse
Relax no need to shout. lol. Go on fastboot and flash twrp. Then boot into recovery and select advanced rhen from there select terminal and choose any random folder. adb will now recognize your phone again so try to push the rom to /sdcard/
eg0097 said:
Relax no need to shout. lol. Go on fastboot and flash twrp. Then boot into recovery and select advanced rhen from there select terminal and choose any random folder. adb will now recognize your phone again so try to push the rom to /sdcard/
Click to expand...
Click to collapse
Thanks for a quick reply.....
I am able to get into the terminal.......... still the device is not detected.....
what command should i use on twrp terminal to pull rom and supersu in phone....
my phone battery is also getting drained off 15% remaining not charging
subodhverma21 said:
Thanks for a quick reply.....
I am able to get into the terminal.......... still the device is not detected.....
what command should i use on twrp terminal to pull rom and supersu in phone....
my phone battery is also getting drained off 15% remaining not charging
Click to expand...
Click to collapse
Super su can be automatically installed by TWRP when selecting to reboot. Okay heres my little "guide" :
http://forum.xda-developers.com/moto-g/general/unbrick-method-t2794271
eg0097 said:
Super su can be automatically installed by TWRP when selecting to reboot. Okay heres my little "guide" :
http://forum.xda-developers.com/moto-g/general/unbrick-method-t2794271
Click to expand...
Click to collapse
I went through your guide...... its was very gud
but Everything went well till step 5.
In terminal window of phone i could find select..... but after that how to proceed I donot know.......... what commands should i use on TWRP terminal...........
Phone didn't get detected in ADB even in TWRP terminal
subodhverma21 said:
I went through your guide...... its was very gud
but Everything went well till step 5.
In terminal window of phone i could find select..... but after that how to proceed I donot know.......... what commands should i use on TWRP terminal...........
Phone didn't get detected in ADB even in TWRP terminal
Click to expand...
Click to collapse
Check it out again i updated with pictures
eg0097 said:
Check it out again i updated with pictures
Click to expand...
Click to collapse
Thanks a lot
my problem got resolved.........
actually driver was the only problem which was not allowing ADB to detect device in RECOVERY mode, though device was detected in FASTBOOT mode
So I reinstall the driver to get ADB Interface installed in system> device manager
and then followed your remaining steps i.e. 6 onwards
Thanks a lot again.....

[Q] Deleted my OS! | OnePlus One

Today was the worst day ever. I rooted my phone, and it worked perfectly until today. What happened was that when I updated the Google Play Services, I lost connection anything Google related (No connection) I factory reset my phone 4 times, wiped the internal storage, and it still said that I couldn't connect to the Play Store (E.X Could not establish a reliable connection). So I went into recovery and went to Advanced Wipe, and without knowing so, I deleted my OS! Im so stupid..
I FORGOT I WASN'T AN IT...
For the past two days I've been trying to get back the OS (33R). Heres what I've done
1. Downloaded the XNPH33R OS from their website and tried to install it (says NO MD5 Verification)
2. Tried doing everything about resetting OS.
3. HUGEST PROBLEM : Whenever I try and do (e.g adb sideload <rom.>.zip, or flashing) It just says Error: Device not found
4. Downloaded ADB from the Android Debug Bridge, all of my cmd commands return the same thing.
3. Also a huge problem: When I try to flash, it says (device not unlocked) and then I unlock the bootloader (Im guessing what that is will unlock it) and then I go back to the Recovery and do it again on CMD, it repeats it.
ANY SUGGESTIONS?
(If you need more information I will gladly give it to you)
BlaHBlaH525 said:
Today was the worst day ever. I rooted my phone, and it worked perfectly until today. What happened was that when I updated the Google Play Services, I lost connection anything Google related (No connection) I factory reset my phone 4 times, wiped the internal storage, and it still said that I couldn't connect to the Play Store (E.X Could not establish a reliable connection). So I went into recovery and went to Advanced Wipe, and without knowing so, I deleted my OS! Im so stupid..
I FORGOT I WASN'T AN IT...
For the past two days I've been trying to get back the OS (33R). Heres what I've done
1. Downloaded the XNPH33R OS from their website and tried to install it (says NO MD5 Verification)
2. Tried doing everything about resetting OS.
3. HUGEST PROBLEM : Whenever I try and do (e.g adb sideload <rom.>.zip, or flashing) It just says Error: Device not found
4. Downloaded ADB from the Android Debug Bridge, all of my cmd commands return the same thing.
3. Also a huge problem: When I try to flash, it says (device not unlocked) and then I unlock the bootloader (Im guessing what that is will unlock it) and then I go back to the Recovery and do it again on CMD, it repeats it.
ANY SUGGESTIONS?
(If you need more information I will gladly give it to you)
Click to expand...
Click to collapse
Could you post the fastboot and adb commands and results you get from executing them in CMD?
abde27 said:
Could you post the fastboot and adb commands and results you get from executing them in CMD?
Click to expand...
Click to collapse
I've been struggling the hole day long with the same problem.
Maybe you could read my thread. : )
Link
abde27 said:
Could you post the fastboot and adb commands and results you get from executing them in CMD?
Click to expand...
Click to collapse
CMD
cd C:\Users\xxxx\Desktop\android-sdk-windows\platform-tools
adb sideload ROM33R.zip <When the ADB sideload is on>
<Output>
* daemon not running. Starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
Maybe I should try installing ADB drivers?
BlaHBlaH525 said:
CMD
cd C:\Users\xxxx\Desktop\android-sdk-windows\platform-tools
adb sideload ROM33R.zip <When the ADB sideload is on>
<Output>
* daemon not running. Starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
Maybe I should try installing ADB drivers?
Click to expand...
Click to collapse
Go into Device Manager, and make sure your OPO is listed as under ADB Interface while the OPO is in bootloader mode. If it's not there then yes install or reinstall the adb driver but make sure you don't have any other devices with a triangle next to it as that may be your OPO.
abde27 said:
Go into Device Manager, and make sure your OPO is listed as under ADB Interface while the OPO is in bootloader mode. If it's not there then yes install or reinstall the adb driver but make sure you don't have any other devices with a triangle next to it as that may be your OPO.
Click to expand...
Click to collapse
My phone is listed as
Fastboot Interface (Google USB id)
BlaHBlaH525 said:
My phone is listed as
Fastboot Interface (Google USB id)
Click to expand...
Click to collapse
Does your OPO get listed when you enter "fastboot devices" ? When you had originally rooted and unlocked your OPO had you done it through CMD or a toolkit?
abde27 said:
Does your OPO get listed when you enter "fastboot devices" ? When you had originally rooted and unlocked your OPO had you done it through CMD or a toolkit?
Click to expand...
Click to collapse
Ill give you a screen shot of it being in fastboot mode. I also had rooted and unlocked my phone thru CMD
BlaHBlaH525 said:
Ill give you a screen shot of it being in fastboot mode. I also had rooted and unlocked my phone thru CMD
Click to expand...
Click to collapse
Ok so let me get this straight:
You had originally unlocked your bootloader and rooted through the cmd: "fastboot oem unlock" ?
Did you use this guide by any chance?: http://forum.xda-developers.com/showthread.php?t=2788632
Now you have no installed os and whenever you try to sideload or push stock 33R through adb it gives an error of the device not being found to the adb shell? Or does it complain that the bootloader is unlocked? If the second is happening you might need to reset the unlock and tamper bits,
Sorry if I'm asking something you already stated. I just want to be clear before I recommend anything or try to pull someone who's more experienced in for help.
abde27 said:
Ok so let me get this straight:
You had originally unlocked your bootloader and rooted through the cmd: "fastboot oem unlock" ?
Did you use this guide by any chance?: http://forum.xda-developers.com/showthread.php?t=2788632
Now you have no installed os and whenever you try to sideload or push stock 33R through adb it gives an error of the device not being found to the adb shell? Or does it complain that the bootloader is unlocked? If the second is happening you might need to reset the unlock and tamper bits,
Sorry if I'm asking something you already stated. I just want to be clear before I recommend anything or try to pull someone who's more experienced in for help.
Click to expand...
Click to collapse
Yeah I used that guide. And yes, what you stated is true. But another thing is that when I install the ROM, it says No MD5 file, but when I check the zip file, it says that there is a file called md5sum-fastboot.md5, I think that that is what TWRP is saying.
Are you able to use adb to push a zip to your internal storage?
Transmitted via Bacon
---------- Post added at 07:13 AM ---------- Previous post was at 07:02 AM ----------
If you can, just push a recovery flashable version of CM11S from here to your phone and flash it with TWRP. No sideload required.
Transmitted via Bacon
timmaaa said:
Are you able to use adb to push a zip to your internal storage?
Transmitted via Bacon
Click to expand...
Click to collapse
I have not tried, but I was able to view the internal storage and place the ROMs inside /sdcard/
timmaaa said:
Are you able to use adb to push a zip to your internal storage?
Transmitted via Bacon
---------- Post added at 07:13 AM ---------- Previous post was at 07:02 AM ----------
If you can, just push a recovery flashable version of CM11S from here to your phone and flash it with TWRP. No sideload required.
Transmitted via Bacon
Click to expand...
Click to collapse
BlaHBlaH525 said:
I have not tried, but I was able to view the internal storage and place the ROMs inside /sdcard/
Click to expand...
Click to collapse
He is right. If you can actually see the internal storage, you should be able to flash a flashable version of stock 33R from TWRP.
Actually if you are on the latest TWRP you can probably use the MTP functions and copy the file over without having to adb push it.
If you don't have the latest TWRP you can download the .img and flash it via the fastboot command. The latest is 2.8.0.1
abde27 said:
He is right. If you can actually see the internal storage, you should be able to flash a flashable version of stock 33R from TWRP.
Actually if you are on the latest TWRP you can probably use the MTP functions and copy the file over without having to adb push it.
If you don't have the latest TWRP you can download the .img and flash it via the fastboot command. The latest is 2.8.0.1
Click to expand...
Click to collapse
I have the latest version anyways
So, anything else?
Recovery flashable version is the easiest solution.
Transmitted via Bacon
timmaaa said:
Recovery flashable version is the easiest solution.
Transmitted via Bacon
Click to expand...
Click to collapse
Is that what I should do? If so, could you tell me how? Please xD
BlaHBlaH525 said:
Is that what I should do? If so, could you tell me how? Please xD
Click to expand...
Click to collapse
You just flash it like you would flash any ROM, using the install feature in TWRP. Download it from the link I provided before.
Transmitted via Bacon
timmaaa said:
You just flash it like you would flash any ROM, using the install feature in TWRP. Download it from the link I provided before.
Transmitted via Bacon
Click to expand...
Click to collapse
Are these different from the ones I downloaded from the offical CyanogenMOD OnePlus One page? Because when I try to flash it, it says MD5 file not found an then puts an error...
BlaHBlaH525 said:
Are these different from the ones I downloaded from the offical CyanogenMOD OnePlus One page? Because when I try to flash it, it says MD5 file not found an then puts an error...
Click to expand...
Click to collapse
Without you being more specific about exactly which zip you got from the CM site it's impossible to say. What's the filename?
Transmitted via Bacon
timmaaa said:
Without you being more specific about exactly which zip you got from the CM site it's impossible to say. What's the filename?
Transmitted via Bacon
Click to expand...
Click to collapse
The URL is
https://cyngn.com/products/oneplusone/
The name is
cm-11.0-XNPH33R-bacon-signed-fastboot.zip with the MD5 Checksum of 2c5bcbb3230501f2b841b56cac392bcb

Can I still install any recovery(CWM or TWRP) after I have forgotten my password?

My question is: Is there any way that i can install any custom recovery now, when I am locked out of my phone, so I can try Method 7 from this post . I have enabled USB debugging, but for some reason, my device is unauthorized from executing adb commands.
I have Xiaomi Redmi Note 3, and have forgotten its password. I have tried Method 2, 5 and 6 from this post, but to no avail.
I tried method 2 and 5 which requires ADB to be installed, but I was not able to access my phone. I have USB debugging enabled and my phone is not rooted. When I tried to run the following code:
Code:
adb devices
adb shell
it showed that my phone is unauthorized and error: device unauthorized This adb server's $ADB_VENDOR_KEYS is not set
Here's the screenshot:
When trying method 6, I had to change the path of ADB driver because the file I downloaded from the post, had its own ADB driver which clashed with my already installed ADB driver, but even after that, it again showed the above error. Here' the screenshot:
Finally I want to try method 7 from the above post, which requires custom recovery to be installed on the phone, is there any way now?
Though it seems now that the I have only one option left and that is to factory reset my phone, but if , there is any other way by which I can bypass my lock screen, please please please inform me.
Of course you can. Just boot your phone into fastboot and do "fastboot flash recovery <recovery image name>.IMG" and you'll flash it. And you can't access the adb because your screen is locked... This is how companies prevent phone hacking
So flash custom recovery, backup the /data , factory reset and after resetting restore the /data backup. And you're good to go. I suggest you using TWRP, because I use it and it never left me hanging Keep me updated.
Sent from Lenovo a6000 1GB version.
Install TWRP or CWM with fastboot and then flash the Unlock me! zip that I've created and you won't lose your data.
Sent by my iPad using Tapatalk
joe2k01 said:
Install TWRP or CWM with fastboot and then flash the Unlock me! zip that I've created and you won't lose your data.
Sent by my iPad using Tapatalk
Click to expand...
Click to collapse
Didn't know that such package existed... I'd still do it my way if your phone was laggy/corrupted,... Else do the package flash. Keep me updated!
Sent from Lenovo a6000 1GB version.
Thanks! a lot, could you please guide me a little bit, how should I proceed?
MGlolenstine said:
Of course you can. Just boot your phone into fastboot and do "fastboot flash recovery <recovery image name>.IMG" and you'll flash it. And you can't access the adb because your screen is locked... This is how companies prevent phone hacking
So flash custom recovery, backup the /data , factory reset and after resetting restore the /data backup. And you're good to go. I suggest you using TWRP, because I use it and it never left me hanging Keep me updated.
Sent from Lenovo a6000 1GB version.
Click to expand...
Click to collapse
Thanks! a lot for reply, As I am still a newbie and trying to learn few things. Could you please guide me how should I proceed?
Like What files I need to download and from where? Also how should I use these files to install recovery?
dost25 said:
Thanks! a lot for reply, As I am still a newbie and trying to learn few things. Could you please guide me how should I proceed?
Like What files I need to download and from where? Also how should I use these files to install recovery?
Click to expand...
Click to collapse
OK... So first boot into fastboot. When you've done that, connect It to your pc with usb, download fastboot package from somewhere on xda(you'll find it).
Open command prompt "CD" to the directory where your fastboot is located in, put recovery image in the folder where fastboot.exe is and type "fastboot flash recovery <recovery file name>.IMG". I'm gonna update this answer in 2 days, when I get to my pc, so try to do it by these instructions, if something isn't working, comment and we'll resolve the problem. If something isn't clear, just ask. Keep me updated.
Sent from Lenovo a6000 1GB version.
Ok i will try
MGlolenstine said:
OK... So first boot into fastboot. When you've done that, connect It to your pc with usb, download fastboot package from somewhere on xda(you'll find it).
Open command prompt "CD" to the directory where your fastboot is located in, put recovery image in the folder where fastboot.exe is and type "fastboot flash recovery <recovery file name>.IMG". I'm gonna update this answer in 2 days, when I get to my pc, so try to do it by these instructions, if something isn't working, comment and we'll resolve the problem. If something isn't clear, just ask. Keep me updated.
Sent from Lenovo a6000 1GB version.
Click to expand...
Click to collapse
Can unlocking my bootloader somehow brick my phone?
Everything can brick your phone. Updating my lenovo phone with official update hardbricked mine... But yeah, it can.

Categories

Resources