Deleted OS on my one pleae help me! - ONE Q&A, Help & Troubleshooting

I am sort of new to android. The bootloader is LOCKED . I have team win recovery installed. How can I get the phone back to stock settings. Thanks

cameron-k said:
I am sort of new to android. The bootloader is unlocked and it is rooted. I have team win recovery installed. How can I get the phone back to stock settings. Thanks
Click to expand...
Click to collapse
You could use adb sideload in twrp to install stock. Alternatively, you could use fastboot to do it too. Either way, there are ample resources for you in the general thread to accomplish both.

cameron-k said:
I am sort of new to android. The bootloader is unlocked and it is rooted. I have team win recovery installed. How can I get the phone back to stock settings. Thanks
Click to expand...
Click to collapse
If you want to go back to stock just go to my guide thread and follow the instructions in section 8 to flash the stock images.
Transmitted via Bacon

side load
kibmikey1 said:
You could use adb sideload in twrp to install stock. Alternatively, you could use fastboot to do it too. Either way, there are ample resources for you in the general thread to accomplish both.
Click to expand...
Click to collapse
I found adb side load do i need to download anything? all it says is "starting ADB side load feature"

cameron-k said:
I found adb side load do i need to download anything? all it says is "starting ADB side load feature"
Click to expand...
Click to collapse
You need to install ADB tools on your mac or pc. Here's a good tutorial: http://hackerspace.lifehacker.com/how-to-install-a-rom-via-sideload-1505153925

cameron-k said:
I found adb side load do i need to download anything? all it says is "starting ADB side load feature"
Click to expand...
Click to collapse
Don't you have adb/fastboot installed on your PC? You should face if you have an unlocked bootloader. Anyway, that feature isn't really necessary, you should just be able to copy a ROM zip from your PC to your phone and flash it. Or do as I suggested and flash the stock images.
Transmitted via Bacon

Unlock
timmaaa said:
Don't you have adb/fastboot installed on your PC? You should face if you have an unlocked bootloader. Anyway, that feature isn't really necessary, you should just be able to copy a ROM zip from your PC to your phone and flash it. Or do as I suggested and flash the stock images.
Transmitted via Bacon
Click to expand...
Click to collapse
sorry my phone isn't unlocked anymore i locked it back and then the OS was deleted how can I unlock it again?

cameron-k said:
sorry my phone isn't unlocked anymore i locked it back and then the OS was deleted how can I unlock it again?
Click to expand...
Click to collapse
The exact same way you unlocked it in the first place. Why did you lock it again?
Transmitted via Bacon

timmaaa said:
The exact same way you unlocked it in the first place. Why did you lock it again?
Transmitted via Bacon
Click to expand...
Click to collapse
I was trying to make it closer to factory. when ever i try it just boots into tw and when i check unlock in fastboot it says false. what am i doing wrong?

cameron-k said:
I was trying to make it closer to factory. when ever i try it just boots into tw and when i check unlock in fastboot it says false. what am i doing wrong?
Click to expand...
Click to collapse
There's no point to locking your bootloader, having the phone closer to factory doesn't actually achieve anything constructive. As you can see now it causes problems like this. So you have TWRP recovery installed still?
Transmitted via Bacon

TW
timmaaa said:
There's no point to locking your bootloader, having the phone closer to factory doesn't actually achieve anything constructive. As you can see now it causes problems like this. So you have TWRP recovery installed still?
Transmitted via Bacon
Click to expand...
Click to collapse
Yes i still have it

cameron-k said:
Yes i still have it
Click to expand...
Click to collapse
All you need to do is connect your phone to your PC and copy a ROM to your phone, then install it.
Transmitted via Bacon

timmaaa said:
All you need to do is connect your phone to your PC and copy a ROM to your phone, then install it.
Transmitted via Bacon
Click to expand...
Click to collapse
ive tried putting CM on the phone but it doesnt show up where can i find it? it wont let me copy folders onto the phone just the files

cameron-k said:
ive tried putting CM on the phone but it doesnt show up where can i find it? it wont let me copy folders onto the phone just the files
Click to expand...
Click to collapse
It should be wherever you pasted it onto your internal storage. You shouldn't need to copy a folder, only the ROM zip.
Transmitted via Bacon

Actually, you can unlock your bootloader by flashing this:
http://forum.xda-developers.com/attachment.php?attachmentid=2859187&d=1405749374
Just flash it with TWRP recovery, and it'll unlock your bootloader.
Transmitted via Bacon

Flash
timmaaa said:
Actually, you can unlock your bootloader by flashing this:
http://forum.xda-developers.com/attachment.php?attachmentid=2859187&d=1405749374
Just flash it with TWRP recovery, and it'll unlock your bootloader.
Transmitted via Bacon
Click to expand...
Click to collapse
first off thanks for all the help! second for some reason my phone isnt showing up it shows up in device manager under othere devices but not in folder view. Do you know a fix for this??

cameron-k said:
first off thanks for all the help! second for some reason my phone isnt showing up it shows up in device manager under othere devices but not in folder view. Do you know a fix for this??
Click to expand...
Click to collapse
Does adb work when you're in recovery?
Transmitted via Bacon

ADB
timmaaa said:
Does adb work when you're in recovery?
Transmitted via Bacon
Click to expand...
Click to collapse
Ok i got that to work. The problem i keep running into is when I try to put the unlocker zip on the phone it says both of the files cannot be copied and the device is disconnected or not responding i don't know what to do

cameron-k said:
Ok i got that to work. The problem i keep running into is when I try to put the unlocker zip on the phone it says both of the files cannot be copied and the device is disconnected or not responding i don't know what to do
Click to expand...
Click to collapse
If adb is working you can use adb sideload to flash it. Put the file in your adb/fastboot folder on your PC. Go into TWRP and connect your phone to your PC, go to the Advanced menu and select adb sideload, then swipe to start sideload. Open a command prompt from within your adb/fastboot folder (shift + right click, select open command prompt here), issue this command:
Code:
adb sideload OnePlusOne-BootUnlocker.zip
Wait for it to finish, and you should have an unlocked bootloader. You can confirm by putting the phone into fastboot mode and issuing this command:
Code:
fastboot oem device-info
Transmitted via Bacon

NVM all done thanks a ton!!!!!!!!!!!!!!!!!!!!!!!!!!

Related

Restoring to stock, "data too large" error

I was restoring to stock and got this error at the update -w step. I am returning to the 38R release and I am stuck at the boot screen with no luck.
Any advice?
How did you install adb/fastboot? That error usually comes due to an outdated version.
Transmitted via Bacon
timmaaa said:
How did you install adb/fastboot? That error usually comes due to an outdated version.
Transmitted via Bacon
Click to expand...
Click to collapse
I was using this thread: http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541
And I downloaded the firmware link provided for the 64GB version in step number 1.
I used the flash-all.bat command and it never rebooted correctly at the end.
bukithd said:
I was using this thread: http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541
And I downloaded the firmware link provided for the 64GB version in step number 1.
I used the flash-all.bat command and it never rebooted correctly at the end.
Click to expand...
Click to collapse
That wasn't what I asked, I asked how you installed adb & fastboot.
timmaaa said:
That wasn't what I asked, I asked how you installed adb & fastboot.
Click to expand...
Click to collapse
Ahh, sorry. Now that you mention it, I am using adb/fastboot from an old toolkit. You pretty much pointed out what I was just looking into. I'm downloading the new sdk files now...
bukithd said:
Ahh, sorry. Now that you mention it, I am using adb/fastboot from an old toolkit. You pretty much pointed out what I was just looking into. I'm downloading the new sdk files now...
Click to expand...
Click to collapse
Cool, that should fix it for you.
Transmitted via Bacon
timmaaa said:
Cool, that should fix it for you.
Transmitted via Bacon
Click to expand...
Click to collapse
Well now I get something new...
"Device not unlocked cannot flash or erase"
I unlocked it already... I have the stupidest stuff happen to me. I've already tried fastboot oem unlock again... didn't work.
bukithd said:
Well now I get something new...
"Device not unlocked cannot flash or erase"
I unlocked it already... I have the stupidest stuff happen to me. I've already tried fastboot oem unlock again... didn't work.
Click to expand...
Click to collapse
Quite a few people have had to deal with the spontaneous locking of the bootloader, I can't remember the fix off the top of my head though. It's been discussed quite a bit in this q&a section though.
Transmitted via Bacon

[Q] Help: Can't boot to TWRP

Hi guys,
I need your helps. I was currently on TWRP 2.8.0.1, and I was able to access to recovery just fine with bbear's 5.0 rom. then I wanted to update to 2.8.1.0 using the TWRP manager (they said it was the safest) and didn't install busybox as they wanted me to. I proceed with the update and I believed the i got a prompt said that it failed. So I boot to recovery for a good 5 minutes but just stuck on logo. I can still reboot and go back to my rom. How do I fix this?
what if I boot into bootloader and re-push TWRP. should i pushed it with 2.8.0.1 or 2.8.1.0?
Thanks
Just flash TWRP 2.8.1.0 the normal way (fastboot), their app is notorious for screwing up. If you need instructions, check out my guide thread, the link is in my signature.
Transmitted via Bacon
timmaaa said:
Just flash TWRP 2.8.1.0 the normal way (fastboot), their app is notorious for screwing up. If you need instructions, check out my guide thread, the link is in my signature.
Transmitted via Bacon
Click to expand...
Click to collapse
thanks I will do that when I get home tonight. Believed it or not, i did used your guide to unlock boot loader, flash twrp, and rooted my phone . And TWRP said using their app is safer
Well, TWRP just want you to use their app. In my experience though, using apps like TWRP Manager, ROM Manager, etc to undertake such critical tasks is just asking for trouble. You should be fine once you've flashed it with fastboot.
Transmitted via Bacon
timmaaa said:
Well, TWRP just want you to use their app. In my experience though, using apps like TWRP Manager, ROM Manager, etc to undertake such critical tasks is just asking for trouble. You should be fine once you've flashed it with fastboot.
Transmitted via Bacon
Click to expand...
Click to collapse
I'm on 5.0 rom and I don't think I have this option "Update recovery with system updates" to uncheck. I just have to enable USB debugging and flash away correct?
lpiratel said:
I'm on 5.0 rom and I don't think I have this option "Update recovery with system updates" to uncheck. I just have to enable USB debugging and flash away correct?
Click to expand...
Click to collapse
Yep, disregard the 'update cm recovery' part.
Transmitted via Bacon
timmaaa said:
Yep, disregard the 'update cm recovery' part.
Transmitted via Bacon
Click to expand...
Click to collapse
Hell yea, got it fixed and now on 2.8.1.0 using (fastboot). Thanks a lot Timmaaa, now i got to go thanks you on another post.
lpiratel said:
Hell yea, got it fixed and now on 2.8.1.0 using (fastboot). Thanks a lot Timmaaa, now i got to go thanks you on another post.
Click to expand...
Click to collapse
Haha, you're welcome, no need to do that though, one thanks is more than enough.
Transmitted via Bacon

[Q] Phone Bootloop no matter what!

So as the title said no matter what i tried to do to the phone, reflash the stock and everything (it is my friend 1+1 so i dont know how it happen) and still i stuck in a bootloop.
anyone know how to fix it? if you do please help, thanx ahead!
Without knowing what caused the problem it's a bit difficult to help. Why isn't your friend posting? We need to know what he did to the phone.
Transmitted via Bacon
timmaaa said:
Without knowing what caused the problem it's a bit difficult to help. Why isn't your friend posting? We need to know what he did to the phone.
Transmitted via Bacon
Click to expand...
Click to collapse
He said that he was with the phone in the toilet and it just started to boot loop, he didn't flash anything (he doesn't know about those kind of things) so the phone had a stock kernel with stock frameware
Sent from my One using XDA Free mobile app
Ok, well you should be able to hold the power button to force it to shut down. Once it's off you can use the volume up + power button combo to get it into fastboot mode (hold volume down, then hold power, it should boot directly into fastboot mode). Once in fastboot mode you need to unlock the bootloader, and then flash the fastboot images, I have detailed instructions for both in my guide thread (link in my signature).
Transmitted via Bacon
timmaaa said:
Ok, well you should be able to hold the power button to force it to shut down. Once it's off you can use the volume up + power button combo to get it into fastboot mode (hold volume down, then hold power, it should boot directly into fastboot mode). Once in fastboot mode you need to unlock the bootloader, and then flash the fastboot images, I have detailed instructions for both in my guide thread (link in my signature).
Transmitted via Bacon
Click to expand...
Click to collapse
Ye actually i tried it already with no success, any different idea?
solokiller11 said:
Ye actually i tried it already with no success, any different idea?
Click to expand...
Click to collapse
You tried which part?
Transmitted via Bacon
timmaaa said:
You tried which part?
Transmitted via Bacon
Click to expand...
Click to collapse
to unlock the bootloader and flash the fastboot images again, it didnt work
Please provide more information, I need specifics, details, anything and everything that's relevant, otherwise it's virtually impossible to help you.
Transmitted via Bacon
timmaaa said:
Please provide more information, I need specifics, details, anything and everything that's relevant, otherwise it's virtually impossible to help you.
Transmitted via Bacon
Click to expand...
Click to collapse
what info shuold i provide? like what files?
What files you used, what steps you did, how did the phone react, everything in details. the more info you give Timmaaa the more he will be able to zero in on your problem .
timmaaa
The steps i did:
1. unlocked the bootloader
2. flash the stock cm11s 44s
3. the fastboot showed that eberything is ok
4. the phone booted and after 2 sec it start to bootloop again
5. thats it! i did nothing more
solokiller11 said:
timmaaa
The steps i did:
1. unlocked the bootloader - How did you do this ? command lines ? Toolkit ?
2. flash the stock cm11s 44s - What files exactly did you use ?
3. the fastboot showed that eberything is ok - What was the message ?
4. the phone booted and after 2 sec it start to bootloop again
5. thats it! i did nothing more
Click to expand...
Click to collapse
1. unlocked the bootloader - How did you do this ? command lines ? Toolkit ?
2. flash the stock cm11s 44s - What files exactly did you use ?
3. the fastboot showed that eberything is ok - What was the message ?
Cholerabob said:
1. unlocked the bootloader - How did you do this ? command lines ? Toolkit ?
2. flash the stock cm11s 44s - What files exactly did you use ?
3. the fastboot showed that eberything is ok - What was the message ?
Click to expand...
Click to collapse
1. fastboot oem unlock
2. https://www.androidfilehost.com/?fid=95784891001613103 those files
3. after each flash the message was that the flash was ok (the normal message after flashing the file, nothing spacial)
solokiller11 said:
timmaaa
The steps i did:
1. unlocked the bootloader
2. flash the stock cm11s 44s
3. the fastboot showed that eberything is ok
4. the phone booted and after 2 sec it start to bootloop again
5. thats it! i did nothing more
Click to expand...
Click to collapse
This is the information I needed. Check this out:
http://www.androidpolice.com/2014/1...den-death-bug-results-neverending-boot-loops/
I'm not sure if that'll help but it's worth a try.
Transmitted via Bacon
timmaaa said:
This is the information I needed. Check this out:
http://www.androidpolice.com/2014/1...den-death-bug-results-neverending-boot-loops/
I'm not sure if that'll help but it's worth a try.
Transmitted via Bacon
Click to expand...
Click to collapse
Man!!!! Tank You Very Very Very Much for your help!!!! It worked like a charm!!!!
solokiller11 said:
Man!!!! Tank You Very Very Very Much for your help!!!! It worked like a charm!!!!
Click to expand...
Click to collapse
Oh sweet [emoji106]
Transmitted via Bacon

[Q] Flashing a ROM from the PC

I have a strange problem with my One running CM12. The bottom 1/4 of the screen is not detecting touch. so I can't use the navigation buttons or a little above it. Nothing has happened physically to the phone so I was thinking (hoping) it was a software issue. I figured it's the perfect time to put Oxygen on it but when I boot into TWRP I still can't access the bottom of the screen to swipe the flash (hoping that it's software diminishes).
As a last ditch effort I wanted to flash it from the PC but I can't find any tutorials that take me step by step. I copied the ROM over to the device (no SD card) and can boot into Fastboot mode but I'm not sure how to flash the image.
Ironman273 said:
I have a strange problem with my One running CM12. The bottom 1/4 of the screen is not detecting touch. so I can't use the navigation buttons or a little above it. Nothing has happened physically to the phone so I was thinking (hoping) it was a software issue. I figured it's the perfect time to put Oxygen on it but when I boot into TWRP I still can't access the bottom of the screen to swipe the flash (hoping that it's software diminishes).
As a last ditch effort I wanted to flash it from the PC but I can't find any tutorials that take me step by step. I copied the ROM over to the device (no SD card) and can boot into Fastboot mode but I'm not sure how to flash the image.
Click to expand...
Click to collapse
The only way to flash Oxygen from PC would be to adb sideload it, but that requires touch control in the section of the screen that isn't working. Your best bet is to actually flash the stock images with fastboot, not only does that not require any touch control on the phone, but it'll being the phone back to a factory state which is the best method to see if it's software/firmware or hardware. I have instructions in section 8 of my guide here:
http://forum.xda-developers.com/showthread.php?t=2839471
Transmitted via Bacon
timmaaa said:
The only way to flash Oxygen from PC would be to adb sideload it, but that requires touch control in the section of the screen that isn't working. Your best bet is to actually flash the stock images with fastboot, not only does that not require any touch control on the phone, but it'll being the phone back to a factory state which is the best method to see if it's software/firmware or hardware. I have instructions in section 8 of my guide here:
http://forum.xda-developers.com/showthread.php?t=2839471
Transmitted via Bacon
Click to expand...
Click to collapse
Thank you! That's the type of help I needed. One question. I download cm-11.0-XNPH38R-bacon-signed-fastboot.zip and that contains a file called boot.img. Do I only unzip that file or all the files in the zip?
Ironman273 said:
Thank you! That's the type of help I needed. One question. I download cm-11.0-XNPH38R-bacon-signed-fastboot.zip and that contains a file called boot.img. Do I only unzip that file or all the files in the zip?
Click to expand...
Click to collapse
Just unzip cm-11.0-XNPH38R-bacon-signed-fastboot.zip into the folder where you have adb.exe and fastboot.exe. It should contain way more files than just boot.img though. And is it that particular build that you're wanting? That one has been replaced by the 44S and 05Q builds now.
Transmitted via Bacon
timmaaa said:
Just unzip cm-11.0-XNPH38R-bacon-signed-fastboot.zip into the folder where you have adb.exe and fastboot.exe. It should contain way more files than just boot.img though. And is it that particular build that you're wanting? That one has been replaced by the 44S and 05Q builds now.
Transmitted via Bacon
Click to expand...
Click to collapse
Yup, you were right. I downloaded 05Q and flashed it and got to the setup screen. Unfortunately I can't click "Next" because that area is still unresponsive. So much for it being software.
Thanks again for all your help, though. It's exactly what I wanted to do.
Ironman273 said:
Yup, you were right. I downloaded 05Q and flashed it and got to the setup screen. Unfortunately I can't click "Next" because that area is still unresponsive. So much for it being software.
Thanks again for all your help, though. It's exactly what I wanted to do.
Click to expand...
Click to collapse
No worries, that's a shame that it's a hardware issue though. Time to start the dreaded OnePlus RMA process.
Transmitted via Bacon

How to downgrade from 13.0 ?

Hi I have 13.0 and I want to go back to 12, is it possible to do it without root? How can I do it?
Thank's in advance.
blazingphoenix.in/mzo/ONE download cos12.1 package here
Transmitted via BACON
MZO said:
blazingphoenix.in/mzo/ONE download cos12.1 package here
Transmitted via BACON
Click to expand...
Click to collapse
Thank's a lot, but how do I install this package?
Download the tgz file and run flash-all file. Must have fastboot installed already. Do it his fastboot mode
Transmitted via BACON
MZO said:
Download the tgz file and run flash-all file. Must have fastboot installed already. Do it his fastboot mode
Transmitted via BACON
Click to expand...
Click to collapse
Thaank's I know I'm annoying for you, but I just don't understand. How I run the file in my phone, is there a post or video about how to do it?
Thank's, excuse my ignorance.
Lontuku said:
Thaank's I know I'm annoying for you, but I just don't understand. How I run the file in my phone, is there a post or video about how to do it?
Thank's, excuse my ignorance.
Click to expand...
Click to collapse
You can not run this from your phone. You must download the file to your pc, extract the files, reboot your phone to fastboot mode, plug phone to pc, run the bat file
I want to do this also, I have never flashed anything before, I am not rooted. I need a step by step walk thru on how to do this. I am on 13.1 and if I go back to 12.1 will I lose everything on my phone?

Categories

Resources