[Q] Bricked my device - ONE Q&A, Help & Troubleshooting

It's fair to say I'm an idiot. I couldn't update my OPO to XNPH30O, so I thought it was a good idea to reboot the recovery (TWRP) and reset my device. I clicked on advance and checked all the boxes, including system... So as dumb as I was I didn't know what it meant, so accidentally I erased my operating system. Now I don't know what to do. Could somebody please help me. I already tried this, but I received an error: http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541

pronkjuweel said:
It's fair to say I'm an idiot. I couldn't update my OPO to XNPH30O, so I thought it was a good idea to reboot the recovery (TWRP) and reset my device. I clicked on advance and checked all the boxes, including system... So as dumb as I was I didn't know what it meant, so accidentally I erased my operating system. Now I don't know what to do. Could somebody please help me. I already tried this, but I received an error: http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541
Click to expand...
Click to collapse
Goto android development and download any rom mahdi or calkulins and perform full wipe from twrp and flash it...if that didnt bootnurbdevice foral a reason or other u have to flash stock using fastboot,
Try and lets see

Nickthegr8 said:
Goto android development and download any rom mahdi or calkulins and perform full wipe from twrp and flash it...if that didnt bootnurbdevice foral a reason or other u have to flash stock using fastboot,
Try and lets see
Click to expand...
Click to collapse
That's exactly what I did: [GUIDE] Return your OPO to 100% Stock (Current Build - XNPH30O) , but it failed as I showed above.

What is the step that you want to achieve? Stock ROM? Custom ROM?
If you're able to get into fastboot and recovery mode, your device is not bricked

If you have fastboot or can access your recovery your fine. You have wiped your complete phone so you will need to sideload an appropriate ROM or put it onto a USB stick and use USB to loaf ROM from twrp

zephiK said:
What is the step that you want to achieve? Stock ROM? Custom ROM?
If you're able to get into fastboot and recovery mode, your device is not bricked
Click to expand...
Click to collapse
I want stock ROM.
nathlynn22 said:
If you have fastboot or can access your recovery your fine. You have wiped your complete phone so you will need to sideload an appropriate ROM or put it onto a USB stick and use USB to loaf ROM from twrp
Click to expand...
Click to collapse
I can access my fastboot and my recovery (TWRP). How do you sideload an appropriate ROM or put it onto a USB stick and use USB to load ROM from twrp?
Thank you both for your help

pronkjuweel said:
I want stock ROM.
I can access my fastboot and my recovery (TWRP). How do you sideload an appropriate ROM or put it onto a USB stick and use USB to load ROM from twrp?
Thank you both for your help
Click to expand...
Click to collapse
Just browsing the forums don't have a OPO but its all the same with twrp if you have a USB otg cable put the stock ROM you want which you will find in development put that onto the USB stick then connect USB stick to otg cable then install through twrp. Or of you can't do that search on google how to sideload an app using twrp and you will find your answer and flash it that way

nathlynn22 said:
Just browsing the forums don't have a OPO but its all the same with twrp if you have a USB otg cable put the stock ROM you want which you will find in development put that onto the USB stick then connect USB stick to otg cable then install through twrp. Or of you can't do that search on google how to sideload an app using twrp and you will find your answer and flash it that way
Click to expand...
Click to collapse
Do you know which one of these two version I need to download?
cm-11.0-XNPH30O-bacon-signed-fastboot.zip
or
cm-11.0-XNPH30O-bacon-boot-debuggable.img

pronkjuweel said:
Do you know which one of these two version I need to download?
cm-11.0-XNPH30O-bacon-signed-fastboot.zip
or
cm-11.0-XNPH30O-bacon-boot-debuggable.img
Click to expand...
Click to collapse
Your best bet is asking @zephiK that as I'm pretty sure he has the phone so he could help better there.

pronkjuweel said:
Do you know which one of these two version I need to download?
cm-11.0-XNPH30O-bacon-signed-fastboot.zip
or
cm-11.0-XNPH30O-bacon-boot-debuggable.img
Click to expand...
Click to collapse
fastboot.zip

zephiK said:
fastboot.zip
Click to expand...
Click to collapse
I downloaded the file, how do I put in on my phone?

pronkjuweel said:
I downloaded the file, how do I put in on my phone?
Click to expand...
Click to collapse
http://forum.xda-developers.com/oneplus-one/orig-development/discussion-cyanogenmod-11s-t2840305
Follow the instructions under "Instructions." You'll need fastboot environment set up.. http://forum.xda-developers.com/showthread.php?t=2788632

zephiK said:
http://forum.xda-developers.com/oneplus-one/orig-development/discussion-cyanogenmod-11s-t2840305
Follow the instructions under "Instructions." You'll need fastboot environment set up.. http://forum.xda-developers.com/showthread.php?t=2788632
Click to expand...
Click to collapse
I downloaded the file from the site and followed the instructions, all the steps worked, expect the last one:
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot update -w cm-11.0-XNPH30O-bacon-signed-fastboot.zip
There isn't such an file when I unpack the zip.And if you checked out the attachment on my original post you see that I got an error with this method? Any idea how to fix that? thanks alot.

Had the same weird boot.sig error when following the CM11s guide too. It seems the last command didn't want to work for me either. Here's how to fix it:
Get the CM11s zip and extract the contents. Stick the OPO into fast boot mode and open your command line.
Then do each command manually (copy/paste):
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
Source: http://forum.xda-developers.com/showthread.php?t=2770535
That should get you back up and running.

kinghu said:
Had the same weird boot.sig error when following the CM11s guide too. It seems the last command didn't want to work for me either. Here's how to fix it:
Get the CM11s zip and extract the contents. Stick the OPO into fast boot mode and open your command line.
Then do each command manually (copy/paste):
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
Source: http://forum.xda-developers.com/showthread.php?t=2770535
That should get you back up and running.
Click to expand...
Click to collapse
Thank you man! It worked. The rest of you who helped my out also thanks.

Now that's what I like seeing. People helping others. Great job guys

Related

XNPH25R-bacon-signed-fastboot.zip via recovery?

CM just posted a cm-11.0-XNPH25R-bacon-signed-fastboot.zip on the OPO homepage.
https://cyngn.com/products/oneplusone/
Can this be flashed via recovery?
donalgodon said:
CM just posted a cm-11.0-XNPH25R-bacon-signed-fastboot.zip on the OPO homepage.
https://cyngn.com/products/oneplusone/
Can this be flashed via recovery?
Click to expand...
Click to collapse
If you want to flash through recovery use the OTA link: http://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH25R-bacon-signed.zip
The link works, its just not published. Enjoy!
ddggttff3 said:
If you want to flash through recovery use the OTA link: http://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH25R-bacon-signed.zip
The link works, its just not published. Enjoy!
Click to expand...
Click to collapse
So, what can I do with the signed_fastboot.zip ?
4cop2c said:
So, what can I do with the signed_fastboot.zip ?
Click to expand...
Click to collapse
"signed_fastboot.zip" for fastboot mode.
i found something in flash-radio.sh (signed_fastboot.zip 's root-dir) ,maybe you're Into It Too.
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
if you had 64g , be careful with userdata.img , try this in "recovery mode" choice "wipe media/data" that doing the same thing gets the almost same results.
kaiwater said:
"signed_fastboot.zip" for fastboot mode.
i found something in flash-radio.sh (signed_fastboot.zip 's root-dir) ,maybe you're Into It Too.
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
if you had 64g , be careful with userdata.img , try this in "recovery mode" choice "wipe media/data" that doing the same thing gets the almost same results.
Click to expand...
Click to collapse
I am doing all this because i un-install busybox and lost root. Try root it again, but no hope.. so I have to reflash the whole things. Anyway, thanks! Following are the steps i do:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
reboot into recovery, wipe data and wipe user data
reboot to normal and following this to root again:
http://forum.xda-developers.com/showthread.php?t=2788632
No I have root again! Thanks!!
kaiwater said:
"signed_fastboot.zip" for fastboot mode.
i found something in flash-radio.sh (signed_fastboot.zip 's root-dir) ,maybe you're Into It Too.
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
if you had 64g , be careful with userdata.img , try this in "recovery mode" choice "wipe media/data" that doing the same thing gets the almost same results.
Click to expand...
Click to collapse
Can you just do a
fastboot update </path/to/your/signed_fastboot.zip>
???
indesisiv said:
Can you just do a
fastboot update </path/to/your/signed_fastboot.zip>
???
Click to expand...
Click to collapse
Yea I was also wondering this? The only thing that is stopping me from trying it is the two different user data files. Does it automatically decide which one it should take?

No baseband or data after flashing rom

Hi I've owned my one for a few months now and have flashed numerous ROMs since plus I've owned every nexus and have flashed countless roms on them. Yesterday I flashed Aicp on a clean wipe and all of a sudden my phone would get to the setup and reboot. I tried restoring 3 different nandroids and they would boot into the os but I had no access to data or WiFi and my hardware keys wouldn't work except the back key. I managed to get into settings and I'm missing my baseband. So I tried to fastboot the cm11s factory image and all I get is audiofx fc every second. I then did a bit of research and here on xda there were a few others with this issue and read that side loading the color os would bring back the files I lost. I'm now writing this from color os and I do indeed have data back but WiFi does not work and its showing my 64 GB one as a 16gb one. I'm lost what to do from here, will flashing stock cm11s work? I tried flashing liquid and same thing happened again. I'm getting extremely frustrated and do not want to send this in to oppo if I can help it. Any help would be so greatly appreciated.
Sent from my A0001 using XDA Premium HD app
1)Reboot into bootloader
2)reinstall cm11s using fastboot
http://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH33R-bacon-signed-fastboot.zip
fastboot flash boot boot.img
fastboot flash userdata userdata_64g.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
3)flash twrp recovery using fastboot
you can download here
http://techerrata.com/file/twrp2/bacon/openrecovery-twrp-2.8.0.1-bacon.img
rename it "recovery.img"
fastboot flash recovery recovery.img
4)boot into recovery
factory reset,advanced wipe-->dalvik,cache,system,data
and flash cm11 rom zip
https://download.cyanogenmod.org/get/jenkins/84302/cm-11-20140921-NIGHTLY-bacon.zip
kenzolo said:
1)Reboot into bootloader
2)reinstall cm11s using fastboot
http://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH33R-bacon-signed-fastboot.zip
fastboot flash boot boot.img
fastboot flash userdata userdata_64g.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
3)flash twrp recovery using fastboot
you can download here
http://techerrata.com/file/twrp2/bacon/openrecovery-twrp-2.8.0.1-bacon.img
rename it "recovery.img"
fastboot flash recovery recovery.img
4)boot into recovery
factory reset,advanced wipe-->dalvik,cache,system,data
and flash cm11 rom zip
https://download.cyanogenmod.org/get/jenkins/84302/cm-11-20140921-NIGHTLY-bacon.zip
Click to expand...
Click to collapse
I think its file system problem,because it shows 16gb instead 64gb.Pls also check your imei,probably its 0.
k3mik4l said:
Hi I've owned my one for a few months now and have flashed numerous ROMs since plus I've owned every nexus and have flashed countless roms on them. Yesterday I flashed Aicp on a clean wipe and all of a sudden my phone would get to the setup and reboot. I tried restoring 3 different nandroids and they would boot into the os but I had no access to data or WiFi and my hardware keys wouldn't work except the back key. I managed to get into settings and I'm missing my baseband. So I tried to fastboot the cm11s factory image and all I get is audiofx fc every second. I then did a bit of research and here on xda there were a few others with this issue and read that side loading the color os would bring back the files I lost. I'm now writing this from color os and I do indeed have data back but WiFi does not work and its showing my 64 GB one as a 16gb one. I'm lost what to do from here, will flashing stock cm11s work? I tried flashing liquid and same thing happened again. I'm getting extremely frustrated and do not want to send this in to oppo if I can help it. Any help would be so greatly appreciated.
Sent from my A0001 using XDA Premium HD app
Click to expand...
Click to collapse
Your issue clearly describes what's in this thread here. Have you tried it? What recovery are you using?

[Q] No OS One Plus

Hello,
I have been updating my cyanogenmod 12s using the nightlies for a while now.
While I was updating with the update on the 18th, my phone got stuck at the 'upgrading apps' step and keeps repeating the upgrade for hours.
I accidentally then wiped the phone completely in TWRP while trying to restore the phone.
I lost the backups and OS. The warning saying 'No OS installed' shows up when I try rebooting.
My PC does not show the phone when I connect it via USB. I have nothing on TWRP to install either.
Can anyone please suggest how I should proceed?
Thank you,
Abhi2488
1. If you can boot into fastboot, just download stock CM11S fastboot package (you wont have trouble find it, just search forum) and simply flash it with fastboot, one by one partition.
I will just qoute some instructions from oneplus forum:
"Once you're on ColorOS and want to go to Cyanogenmod 11S, you have a few options. The easiest way if to use a toolkit from http://forum.xda-developers.com/onep...9-gui-t2807418, or you can download an image manually from: http://forum.xda-developers.com/onep...stock-t2826541 and run the following commands in fastboot mode:
fastboot flash boot boot.img
fastboot flash userdata userdata.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
Make sure you have the proper image. I accidentally installed the 16GB version on my 64GB OPO first time and obviously didn't get 64GB of space.
That's about it. I think if people are still having problems then it's likely due to drivers, or Windows 7/8 issue. If you're still getting stuck, let me know, I'll see if I can help."
2. If you allready have custom recovery installed, you can try to flash any custom rom from OTG USB disc (you need OTG cable or OTG adapter and USB fat32 formatted disc where you will copy some custom firmware).

Problems getting back to stock from boot loop after trying to root.

First I unlocked the bootloader, and then I tried to use chainfire's root method by flashing the boot-to-root-img through fastboot. The phone will no longer boot to system and I cant seem to get google's factory image to install via fastboot. The flash-all would only flash the bootloader and radio, but would fail after that. I also cannot manually flash the stock system.img file. I get an error that reads " remote: data too large ". Not sure how to get out of this so any help would be GREATLY appreciated.
Did you manually flash the boot and system.img to each slot?
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
Fastboot flash system_a system.img
fastboot flash system_b system_other.img
Use these commands assuming your boot slot is slot_a...if your boot slot is slot_b then use
Fastboot flash system_a system_other.img
fastboot flash system_b system.img
Hope this helps!!!
You need to update your fastboot version....then the system file will flash for you. Only the newest supports large files.
Sent from my Pixel using Tapatalk
maulich said:
You need to update your fastboot version....then the system file will flash for you. Only the newest supports large files.
Click to expand...
Click to collapse
Good call...totally forgot about that man
BakedTator said:
Good call...totally forgot about that man
Click to expand...
Click to collapse
Thanks to both of you! I actually did get my phone to boot up just before you replied by flashing to boot.img to both slots. Just installed TWRP and flashed superSU after that to get root. All is well now!

Help with cm11s!

How to return back to cm11s from Nougat without losing my internal?
Maybe some radio or frimware can help flashing it directly from twrp.
Thanks.
Mr.Ak said:
How to return back to cm11s from Nougat without losing my internal?
Maybe some radio or frimware can help flashing it directly from twrp.
Thanks.
Click to expand...
Click to collapse
Don't wipe internal. Use a flashable zip (search for your preferred build). Nothing else.
Gawd said:
Don't wipe internal. Use a flashable zip (search for your preferred build). Nothing else.
Click to expand...
Click to collapse
But what radio/frimware/modem I should flash first?
I mean I can't directly flash KK over N..
Mr.Ak said:
But what radio/frimware/modem I should flash first?
I mean I can't directly flash KK over N..
Click to expand...
Click to collapse
You can. Just clean flash, I'm not talking about dirty here. If you want the modem that came with CM11S, then you can find it in the respective thread. Otherwise no problem. Happy flashing.
Mr.Ak said:
How to return back to cm11s from Nougat without losing my internal?
Maybe some radio or frimware can help flashing it directly from twrp.
Thanks.
Click to expand...
Click to collapse
You can just flash the fastboot image of CM11S from here: https://forum.xda-developers.com/oneplus-one/general/official-cm11s-roms-ota-updates-t2906746
Fastboot image includes the firmware.
Use the following commands and you won't lose your internal storage:
Code:
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
Also, if you are not comfortable with fastboot method, you will find the flashable zip in the same thread mentioned above. You can flash that via TWRP.
Here's the modem collection for CM11: https://forum.xda-developers.com/oneplus-one/general/ref-oneplus-one-modem-collection-t2858734
PS: I don't guarantee that this will work, because jumping back from nougat to kitkat is something I never tried myself. Good Luck!
ninjasumit said:
You can just flash the fastboot image of CM11S from here: https://forum.xda-developers.com/oneplus-one/general/official-cm11s-roms-ota-updates-t2906746
Fastboot image includes the firmware.
Use the following commands and you won't lose your internal storage:
Code:
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash oppostanvbk static_nvbk.bin
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
Also, if you are not comfortable with fastboot method, you will find the flashable zip in the same thread mentioned above. You can flash that via TWRP.
Here's the modem collection for CM11: https://forum.xda-developers.com/oneplus-one/general/ref-oneplus-one-modem-collection-t2858734
PS: I don't guarantee that this will work, because jumping back from nougat to kitkat is something I never tried myself. Good Luck!
Click to expand...
Click to collapse
So I have downloaded the fastboot package.
Is there any chance that KK would boot without flashing userdata,as you mentioned?
Mr.Ak said:
So I have downloaded the fastboot package.
Is there any chance that KK would boot without flashing userdata,as you mentioned?
Click to expand...
Click to collapse
It should. But if it doesn't then you can always flash a nougat ROM via twrp.
Also, don't forget to backup your EFS partition.

Categories

Resources