Nexus 7 only boots into Fastboot Mode - Nexus 7 Q&A, Help & Troubleshooting

Hello,
my Nexus 7 wasn't turned on since 3 weeks. Yesterday, I tried to boot it but it just shows the Google logo. The same with the Recovery. So I tried to install with N-Cry a Recovery, it shows that the installation was successfull, but it won't change everything. The same with the factory ROM, I tried it to install it via ADB, it shows that the installation was successfull, but it doesn't boot and still stucks in the Google-Screen. Know? What can I do? Is it a hardware problem? That would be terrible, because the gueranty ended august 2013.
Greetz!
Edit: If I try to Shut it down via fastboot, it shows Unrecoverable Bootloader Error.

DELETE

I am having an identical issue. I have experienced and resolved the battery issues before. This is not that. I've tried factory resets, toolkit stock flashes, toolkit OS updates, adb wipes and flashes. Everything always says successfully completed but it only boots to Google logo and occasionally freezes on the nexus logo.
Does anyone have more info on the N7's acutal boot process? I assume the Google logo is the POST. Is the Nexus logo provided by the bootloader, the kernel or after the OS starts running?
Is there a way to install a new bootloader?
Is there a win7 or Debian program program that will show in more detail every single line and process during the boot process?

Yea, there is a way, I've allready done it, but it doesn't boot anyway. With the Baseband Version sorry, but it's my fault, there cannot be a Baseband Version on my Grouper.
My Fastboot shows:
Product Name - grouper
Variant - grouper
HW Version: ER3
Baseband Version - N/A
Serial Number: 015XXXXXXXXXXX
Singing: Not defiened yet
LOCK STATE - UNLOCKED

fixed mine, conflicting driver issue and used pdanet versions instead of universal.

Thanks man. That could be work. I will try it later. Anybody another ideas?
Sent from my GT-I9300 using xda app-developers app

Push! Please, anybody any another ideas? The driver wasn't the problem, it doesn't turn on. I can do anything, flash with ADB, flash with different Toolkits...
PLEASE I need my tab...

PUSH! Please help. I tried it so much times, I deinstalled all drivers and install different drivers again... Please what could I do?

Hi, i have this problem but worse is that the buttons of my tablet are not working. It seems i can not boot pass the fastboot whenever i try to reboot (using Wug's Toolkit). Please, does anybody here who can help?

Have you tried flashing back to stock with fastboot?
Sent from my SGH-I997 using XDA Premium 4 mobile app

yes, i have tried that but it still won't pass fastboot. i don't know what's happening. i even tried disconnecting the power/volume buttton cable and tried rebooting again to check if it was the one causing the problem but still it did the same thing.

akerocks said:
yes, i have tried that but it still won't pass fastboot. i don't know what's happening. i even tried disconnecting the power/volume buttton cable and tried rebooting again to check if it was the one causing the problem but still it did the same thing.
Click to expand...
Click to collapse
So, you downloaded the factory image from google and flashed via fastboot from the pc?
Sent from my SGH-I997 using XDA Premium 4 mobile app

yes, using wug's toolkit

akerocks said:
yes, using wug's toolkit
Click to expand...
Click to collapse
No, not wugs. Forget toolkits. First, go here and download the factory image.
https://dl.google.com/dl/android/aosp/nakasig-kot49h-factory-83d93b5f.tgz
Unzip into same folder on pc where you have fastboot binary.
Next, boot to fastboot. Plug N7 to the pc. Open pc directory where fastboot is. Open a command window. (Click on an empty section of the folder so no files are highlighted, hold shift key on keyboard and right click with mouse. Choose "open command window here" from the dropdown)
Type these commands.
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot flash bootloader bootloader-grouper-4.23.img
fastboot reboot-bootloader
sleep 10
fastboot -w update image-nakasi-kot49h.zip
Sent from my SGH-I997 using XDA Premium 4 mobile app

hi, thank you for the reply. i followed your steps but this is what i got...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

akerocks said:
hi, thank you for the reply. i followed your steps but this is what i got...
Click to expand...
Click to collapse
The commands must correspond to the version you downloaded. Jkr16s....4.23...etc. Could you post a screenshot of the folder you have those files in? Ill see what the deal is
You unzipped the tar.gz, correct?
Sent from my SGH-I997 using XDA Premium 4 mobile app

akerocks said:
Click to expand...
Click to collapse
Here is the issue. When you downloaded the tar.gz file that the image-nakasi-kot49h.zip was in, ot also contains the bootloader and some files called .flash-all, .flash....etc. All thoes files need to be in this folder. The image cant be flashed without the bootloader being sucessfully flashed, and the -w command is not recognized withoit the .flash-all.... files. Unzip all the tar.gz contents into the folder and do it again. It will be fine.
Sent from my Nexus 7 using XDA Premium 4 mobile app

Related

[Q] Can't boot after unlock and root

Wanted MIUI V5 on my Nexus 4 and tried doing it through unlock and root. Now I have apparently unlocked and rooted I can't boot into Android (stays on the X animation for >10 minutes) and I can't factory reset through recovery.
After installing the Android SDK I tried to unlock through fastboot.exe using the command "fastboot oem unlock" (from here http://www.youtube.com/watch?v=ywaMf29yExQ). It unlocked, I installed a recovery menu using the command "fastboot flash recovery openrecovery-twrp-2.4.2.1-mako.img" and when I booted into it it asked for a password. I used my phone pin but it didn't work so I just skipped it.
After this the phone wouldn't get past the X animation when trying to load the OS so I tried using the Nexus 4 toolkit (from http://forum.xda-developers.com/showthread.php?t=1995688) to install stock android 4.2.2 and it didn't work.
This is my first time into Android DIY so please avoid getting too complicated.
Any suggestions?
Flashing the stock rom using the toolkit didn't work? You mean you couldn't flash it or you could flash it but it still doesn't boot?
By the way I wouldn't recommend to use any toolkits. Better read and understand and flash everything one by one to avoid problems
Sent from my Nexus 4 running Android 4.3
jcrinji said:
Wanted MIUI V5 on my Nexus 4 and tried doing it through unlock and root. Now I have apparently unlocked and rooted I can't boot into Android (stays on the X animation for >10 minutes) and I can't factory reset through recovery.
After installing the Android SDK I tried to unlock through fastboot.exe using the command "fastboot oem unlock" (from here http://www.youtube.com/watch?v=ywaMf29yExQ). It unlocked, I installed a recovery menu using the command "fastboot flash recovery openrecovery-twrp-2.4.2.1-mako.img" and when I booted into it it asked for a password. I used my phone pin but it didn't work so I just skipped it.
After this the phone wouldn't get past the X animation when trying to load the OS so I tried using the Nexus 4 toolkit (from http://forum.xda-developers.com/showthread.php?t=1995688) to install stock android 4.2.2 and it didn't work.
This is my first time into Android DIY so please avoid getting too complicated.
Any suggestions?
Click to expand...
Click to collapse
Follow the directions in the guide at http://forum.xda-developers.com/showthread.php?t=2266654. I would recommend TWRP 2.5.0. You will need to transfer the MIUI ROM and Gapps files to the Nexus internal storage using adb. Download the ROM and Gapps at http://forum.xda-developers.com/showthread.php?t=2327158. Boot your phone into recovery, connect the USB cable from the Nexus to your computer, and transfer the ROM and Gapps files from a command prompt opened on your computer in the folder on where you have installed adb and fastboot using the command "adb push mako_miui_3.8.23_Stock+r165.zip /sdcard/mako_miui_3.8.23_Stock+r165.zip" and "adb push ROM.zip /sdcard/ROM.zip" followed by "adb push GAPPS+EXTRAS_V2.zip /sdcard/GAPPS+EXTRAS_V2.zip". Finally, use TWRP to wipe the system, install miui_3.8.23_Stock+r165.zip followed by GAPPS+EXTRAS_V2.zip, clear the cache and Dalvik cache, and reboot the phone.
mihahn said:
Flashing the stock rom using the toolkit didn't work? You mean you couldn't flash it or you could flash it but it still doesn't boot?
By the way I wouldn't recommend to use any toolkits. Better read and understand and flash everything one by one to avoid problems
Sent from my Nexus 4 running Android 4.3
Click to expand...
Click to collapse
Trying to flash the stock rom with an image "occam-jdq39-factory-345dc199.tar" with the toolkit returns this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
before crashing. After the first "rebooting into bootloader" the phone restarts to bootloader where I can go up and down the menu but I can't actually select any option and so I have to completely turn off the phone by holding down power.
jcrinji said:
Trying to flash the stock rom with an image "occam-jdq39-factory-345dc199.tar" with the toolkit returns this:View attachment 2224086
before crashing. After the first "rebooting into bootloader" the phone restarts to bootloader where I can go up and down the menu but I can't actually select any option and so I have to completely turn off the phone by holding down power.
Click to expand...
Click to collapse
Try flashing stock manually. Follow this guide.
It didn't work because you didn't download superSU, if TWRP asks for a password its because SU wasn't in the storage of the phone. Furthermore always download the latest recovery which is 2.6.10 I believe. Also if you get into a bootloop (stuck at boot screen) go into fastboot and write in SDK 'fastboot erase cache' and if that doesn't work 'fastboot erase userdata'. As you messed up install the nexus factory image and do what you did before but with the corrections I have suggested.
Sent from my Nexus 7 2013 using Tapatalk 4

[Q] Google nexus 7 (2012) - Unrooting leads to total failure(no recovery, no boot up)

Dear developers and other users!
I have been looking for same issues but I was unable to find answer for my problem.
About a year ago I unlocked and rooted my nexus 7 tablet to use special apps on it.
Today I tried to unroot and lock my device. On my laptop the program(Nexus Root Toolkit) said it was successful so I just needed to reboot the tablet.
After rebooting it stopped on the Google screen with a "Booting failed" text on the top left corner like that:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I think I have uninstalled android from the device but I can't Intsall a new one because recovery mode doesn't work and Android is not going to boot.
I can only use Bootloader. Bootloader looks like that:
Once I started my tablet it started in bootloader mode but every other startup fails on Google screen.
Please help me to use my tablet as before without root.
What should I do and how should I do that to get it work again?
Any help would be highly appreciated ​
Download a factory image from here https://developers.google.com/android/nexus/images and follow this guide to flash it http://forum.xda-developers.com/showthread.php?t=1907796
[GUIDE] Flashing a Factory Image with fastboot / return to stock
Sent from my GT-I8190 using Tapatalk
Carlyle_f said:
Download a factory image from here https://developers.google.com/android/nexus/images and follow this guide to flash it http://forum.xda-developers.com/showthread.php?t=1907796
[GUIDE] Flashing a Factory Image with fastboot / return to stock
Sent from my GT-I8190 using Tapatalk
Click to expand...
Click to collapse
Thank you but I have one big problem... I wouldn't have any trouble if I could run the android os on my tablet BUT after starting up it fails to boot so I can't enable usb debugging which I need for pusshong the new firmware. I wouldn't have any problem if II could be able to access my android setting :/
But I will give a chance for everything.( I need to make my device work befora july 2 because I want to use it on my holiday )
Eurioin said:
Thank you but I have one big problem... I wouldn't have any trouble if I could run the android os on my tablet BUT after starting up it fails to boot so I can't enable usb debugging which I need for pusshong the new firmware. I wouldn't have any problem if II could be able to access my android setting :/
But I will give a chance for everything.( I need to make my device work befora july 2 because I want to use it on my holiday )
Click to expand...
Click to collapse
You don't use USB debugging or adb in fastboot to flash the factory image. Follow the link and read the instructions carefully.
#stayparanoid
Pirateghost said:
You don't use USB debugging or adb in fastboot to flash the factory image. Follow the link and read the instructions carefully.
#stayparanoid
Click to expand...
Click to collapse
Thank you It is still not working :/ in cmd after each command it writes waiting for device
Eurioin said:
Thank you It is still not working :/ in cmd after each command it writes waiting for device
Click to expand...
Click to collapse
Fix your drivers then. Fastboot is the surefire way to fix your issue.
#stayparanoid
Eurioin said:
Thank you It is still not working :/ in cmd after each command it writes waiting for device
Click to expand...
Click to collapse
Its much easier on a Linux machine. All you need to do is open terminal and type "sudo apt-get install android-tools-adb android-tools-fastboot" and hit enter. Then extract the .tar file and double click "flash-all.sh" and choose run in terminal. Absolutely no driver headaches.
If you have access to a Linux machine (mint/ubuntu) or if you can dualboot Linux, this will really help
Sent from my GT-I8190 using Tapatalk
I too have this same issue...
Exception is my Nexus is locked... everytime I try to unlock it, it tries to reboot and never comes back on...
What am I doing wrong?
Thanks for everyone I successfully made my tablet work by flashing a stock android 4.4.2
The solution:
1. I connected to my father's laptop (with Win7 on it and mine had Win8.1 so you MUSN'T try fixing on Win8.1 because of the drivers) because my laptop detected the device as undefined USB component and my father's laptop showed the tablet as Nexus 7.
2. I found a working adb&fastboot here
3. After the download is done unip the file and run RUN ME.bat and type fastboot for help
*If needed after running the RUN ME.bat file type
fastboot oem unlock
Click to expand...
Click to collapse
(this will unlock your bootloader which is necessarry
for the following steps)
4. After reconnecting my device and booting to bootloader mode and downloaded the new firmware (unzipped into the fastboot folder) type fastboot
fastboot update image-nakasi-kot49h (this was the firmware that I needed to "update")
Click to expand...
Click to collapse
5. After the fastboot started working and flashing the new OS (it takes about 5 or 10 minuntes) the tablet will restart and starts optimizing all te apps that you had before (that happened in my case).
6. If you want you can lock your bootloader by giving the fastboot this command:
fastboot oem lock
Click to expand...
Click to collapse
And now I am using Android 4.4.4 on my nexus 7 tablet
Eurioin said:
Thanks for everyone I successfully made my tablet work by flashing a stock android 4.4.2
The solution:
1. I connected to my father's laptop (with Win7 on it and mine had Win8.1 so you MUSN'T try fixing on Win8.1 because of the drivers) because my laptop detected the device as undefined USB component and my father's laptop showed the tablet as Nexus 7.
2. I found a working adb&fastboot here
3. After the download is done unip the file and run RUN ME.bat and type fastboot for help
*If needed after running the RUN ME.bat file type (this will unlock your bootloader which is necessarry
for the following steps)
4. After reconnecting my device and booting to bootloader mode and downloaded the new firmware (unzipped into the fastboot folder) type fastboot
5. After the fastboot started working and flashing the new OS (it takes about 5 or 10 minuntes) the tablet will restart and starts optimizing all te apps that you had before (that happened in my case).
6. If you want you can lock your bootloader by giving the fastboot this command:
And now I am using Android 4.4.4 on my nexus 7 tablet
Click to expand...
Click to collapse
I was hopeful that this would work for me.... I am using a win 8.1 machine and the downloaded fastboot and adb seemed to work fine.
I go to do a fastboot unlock and I get the following:
(bootloader) erasing userdata...
(bootloader) erasing userdata done...
(bootloader) erasing cache...
(bootloader) erasing cache done...
(bootloader) unlocking....
FAILED (remote: (Unknown error code))
finshed. total time: 7.902s
So..... Anyone ? The tablet does ask if I want to Unlock the Bootloader... I select yes and hit the power button to select... yet the tablet goes back to the android screen... The top of the screen says Unlocking now...... yet it doesn't...
Please help...

4.4.2 to 4.4.4

Not sure what happened here with this freaking thing. I followed the instructions located here. I grabbed both the 4.4.2 and the 4.4.4 located here.
I applied 4.4.2 to go back to stock and the tablet didn't make it past the Nexus boot logo. So, I rebooted into the bootloader and then flashed 4.4.4 thinking there was an issue.
Same result. Still no boot.
Any ideas? Of course I didn't back squat up because I did this same exact thing on my Nexus5 and it worked flawlessly. So, I figured, why back up anything because it will work the same on this tablet.
No clue what the %&@(&% happened.
I also can't get into Recovery mode either.
usafle said:
Not sure what happened here with this freaking thing. I followed the instructions located here. I grabbed both the 4.4.2 and the 4.4.4 located here.
I applied 4.4.2 to go back to stock and the tablet didn't make it past the Nexus boot logo. So, I rebooted into the bootloader and then flashed 4.4.4 thinking there was an issue.
Same result. Still no boot.
Any ideas? Of course I didn't back squat up because I did this same exact thing on my Nexus5 and it worked flawlessly. So, I figured, why back up anything because it will work the same on this tablet.
No clue what the %&@(&% happened.
I also can't get into Recovery mode either.
Click to expand...
Click to collapse
How did you flash these update with fastboot?
Yup. Copied all the files in the factory images to "platform-tools". Opened a CMD prompt window and then typed "Flash-all"
lj50036 said:
How did you flash these update with fastboot?
Click to expand...
Click to collapse
Going to re-download the 4.4.2 and re-flash it.... see what happens. But so far, no joy on anything at the moment. Just stuck in a bootloop.
usafle said:
Yup. Copied all the files in the factory images to "platform-tools". Opened a CMD prompt window and then typed "Flash-all"
Click to expand...
Click to collapse
If using windows is the file called flash-all.bat ?
make sure if you are using windows that your CMD window is opened as Admin....
Can you do this again and post the input and output of the process here ?
Thx Josh
Yes Sir, I am.
I've done this:
Proceed with this step if you want to keep your data intact. If you skip this step, your data will be wiped. With your favorite text editor, edit (be careful not to run it by accident instead of editing) flash-all.bat (if you're on Windows) or flash-all.sh (Mac, Linux) and remove "-w" from the fastboot update command. For example, if the line reads fastboot -w update image-razor-jss15j.zip, it should now read fastboot update image-razor-jss15j.zip. The -w option instructs fastboot to wipe data.​Which worked flawlessly on my N5 "upgrade".
I am an Admin user on this machine so the CMD prompt is Admin.
There are no errors either in the CMD prompt window or, the Tablet. Everything appears to transfer over without any issues / errors.
lj50036 said:
If using windows is the file called flash-all.bat ?
Click to expand...
Click to collapse
usafle said:
Yes Sir, I am.
I've done this:
Proceed with this step if you want to keep your data intact. If you skip this step, your data will be wiped. With your favorite text editor, edit (be careful not to run it by accident instead of editing) flash-all.bat (if you're on Windows) or flash-all.sh (Mac, Linux) and remove "-w" from the fastboot update command. For example, if the line reads fastboot -w update image-razor-jss15j.zip, it should now read fastboot update image-razor-jss15j.zip. The -w option instructs fastboot to wipe data.​Which worked flawlessly on my N5 "upgrade".
I am an Admin user on this machine so the CMD prompt is Admin.
Click to expand...
Click to collapse
Yes, I have never had good luck with removing
Code:
fastboot -w
at this point with no recovery and not booting your data is lost...
So I would not modify it and see if you can get it to boot...
Thx Josh
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Well there goes everything data wise. Freaking great. LOL
Boots up by removing
Code:
fastboot -w
and flashing. Dammit.
Thanks anyway for the assist.
lj50036 said:
Yes, I have never had good luck with removing
Code:
fastboot -w
at this point with no recovery and not booting your data is lost...
So I would not modify it and see if you can get it to boot...
Thx Josh
Click to expand...
Click to collapse

Can't sideload anything (No rom installed; Tried everything)

Hello people, basically I'm experiencing a problem in which no ROMS will install and I have nothing on the phone itself to fall back on (all partitions wiped.)
I'm using the latest drivers, but the phone has a problem receiving commands via the bootloader for some reason. I've tried side-loading, flashing a zip normally, using the "Flash stock+unroot option" all via the "Nexus Root Tool-kit"; I've tried using the command prompt through Android SDK's ADB flashing tool, but it didn't work.
While trying to side-load via the Nexus root tool-kit it doesn't work, however while sending the command to boot into stock recovery it does show "downloading..." text at the bottom of the screen, but it freezes up and I have to hold power+volume down to get back into the bootloader successfully.
While trying to side-load via the command prompt through ADB side-loading (SDK) however, it recognizes my device and tries to install zip files but says at 1%, 2%, and 4% (depending on the file) and nothing really happens and after I cancel the sideload it says "can't open /tmp/update.zip (bad)", I then tried finding an update.zip file for the recovery but that didn't side-load either (nor TWRP; my preferred recovery)
This all happened after I stupidly downloaded+installed a previous version of CyanogenMod in which afterwards no processes would work, so I factory reset it and nothing's working (here I am.) Early on I hit root on the clockwork mod since it said it wasn't rooted (I hit it anyway, hence it already being rooted), that may be why I can't do anything in the first place (I did this before I even tried flashing a zip); I then wiped all of the partitions this morning, and no changes. I've also tried all 3 drivers for the Google bootloader (Naked drivers)
I'm using Clockwork recovery 6.0.5.0 legacy (non-touch) and have a Nexus 4 that's unlocked+rooted.
Please help, I've tried everything and have spent hours on end with Google searches and troubleshooting to try to fix this.
Have you tried the flash-all.bat file in the factory image while booted into fastboot?
Sent from my Nexus 5 using XDA Free mobile app
Don't see it
jd1639 said:
Have you tried the flash-all.bat file in the factory image while booted into fastboot?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
I don't see a .bat file in either the the stock or liquidsmooth rom. Could you point me to a rom that has one so I may try this? Thanks
xXDustinoXx said:
I don't see a .bat file in either the the stock or liquidsmooth rom. Could you point me to a rom that has one so I may try this? Thanks
Click to expand...
Click to collapse
Google nexus 4 factory image. Download that and extract it using winrar or 7-zip
Sent from my Nexus 5 using XDA Free mobile app
Nothing...
jd1639 said:
Google nexus 4 factory image. Download that and extract it using winrar or 7-zip
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Darn, I was hoping it was going to work; On my phone in the command line it says:
(Before I sent the file)
sideload started...
Now send the package you want to apply
to the device with "adb sideload <filename>
(after I sent the file):
Restarting adbd...
Finding update package...
Opening update package...
E:/can't open /ta[/update.zip
(bad) (there's that error again, except it almost worked)
Installation aborted.
xXDustinoXx said:
Darn, I was hoping it was going to work; On my phone in the command line it says:
(Before I sent the file)
sideload started...
Now send the package you want to apply
to the device with "adb sideload <filename>
(after I sent the file):
Restarting adbd...
Finding update package...
Opening update package...
E:/can't open /ta[/update.zip
(bad) (there's that error again, except it almost worked)
Installation aborted.
Click to expand...
Click to collapse
Just boot into the bootloader with your device connected and double click the bat file. Don't boot into recovery and try to side load it
Sent from my Nexus 5 using XDA Free mobile app
"Downloading"
jd1639 said:
Just boot into the bootloader with your device connected and double click the bat file. Don't boot into recovery and try to side load it
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
The bootloader freezes up and shows "downloading..." on the screen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
xXDustinoXx said:
The bootloader freezes up and shows "downloading..." on the screen
Click to expand...
Click to collapse
image url attatched for command prompt picture
What should I do?
xXDustinoXx said:
image url attatched for command prompt picture
What should I do?
Click to expand...
Click to collapse
I'm on my phone and can't see your image. What does it say?
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
I'm on my phone and can't see your image. What does it say?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
It says:
sending 'bootloader; <2500KB>...
FAILED <data transfer failure <unknown error>>
finsihed. total time:5.007s
rebooting into bootloader...
All the while the device is trying to download the data but freezes up as if it can't accept unsigned code (unrooted)?
xXDustinoXx said:
It says:
sending 'bootloader; <2500KB>...
FAILED <data transfer failure <unknown error>>
finsihed. total time:5.007s
rebooting into bootloader...
All the while the device is trying to download the data but freezes up as if it can't accept unsigned code (unrooted)?
Click to expand...
Click to collapse
Are you trying to flash while booted into recovery? You don't want to be in recovery, just the bootloader, vol down + power
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Are you trying to flash while booted into recovery? You don't want to be in recovery, just the bootloader, vol down + power
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I was doing it with the bootloader, and I did try it via the adb side load just to see if that'd work after the bootloader wouldn't work
xXDustinoXx said:
Yes, I was doing it with the bootloader, and I did try it via the adb side load just to see if that'd work after the bootloader wouldn't work
Click to expand...
Click to collapse
Then you have something wrong with your device. If you try to relock the boot loader does it stay locked or does it remain unlocked?
fastboot oem lock
Then
fastboot oem device-info
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Then you have something wrong with your device. If you try to relock the boot loader does it stay locked or does it remain unlocked?
fastboot oem lock
Then
fastboot oem device-info
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
It was the cord the entire time, that was it! Can't believe that after all of these hours! It's now booting into android! Thanks so much for your help, greatly appreciated
xXDustinoXx said:
It was the cord the entire time, that was it! Can't believe that after all of these hours! It's now booting into android! Thanks so much for your help, greatly appreciated
Click to expand...
Click to collapse
Glad you got it working. Go figure, the cord
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Glad you got it working. Go figure, the cord
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yeah, I know right! Thanks again

My OPT Stuck in 1+ logo and not enter to TWRP and cannot get inside bootloader

Please help I can Open my OPT
Ahmed Shawky said:
Please help I can Open my OPT
Click to expand...
Click to collapse
Please I ned any help
My mobile not open
I can not Unlock the boatloader
Huh. There is no information on your post. What do you think XDA is? Can't help until you tell your situation.
Nobody can solve your problem until you explain what happened.
Sent from my ONE A2003 using Tapatalk
Please elaborate on what happened to your phone. Till then check these links out for a possible fix:
http://forum.xda-developers.com/oneplus-2/general/firstaid-zip-revert-h2os-mm-beta-to-lp-t3306967
http://forum.xda-developers.com/oneplus-2/general/rom-mirrors-official-oxygen-os-roms-ota-t3209863
http://forum.xda-developers.com/oneplus-2/general/guide-to-stock-t3341130
http://forum.xda-developers.com/oneplus-2/general/oneplus-solution-hard-bricked-device-t3183449
I have similar problem, so maybe not generating new threat...
I got OP2 from friend. He used Oxygen 2.x (don't know exactly) and decided to flash some custom ROM. And something went wrong
He brought me today his phone and:
- fastboot works,
- device is locked and impossible tu unlock (FAILED (remote: oem unlock is disabled))
- after 2 hours of work I got stock recovery working (using some Chinese Qualcomm recovery tool).
But: I can't unlock BL, I can't flash anything via fastboot (because ->locked), ADB doesn't work too (cant push any file to devices).
When turning on phone it's in bootloop, but I can enter fastboot or stock recovery.
I tried almost all solutions from her and OP forums, but everything false because of locked BL.
ANY ideas? My short knowledge ends here There is probably no any data in device (no system, userdata etc.).
I don't have USB-C pendrive / cable so I cant flash anything from stock recovery. If I'll get USB-C pendrive will it be possible to flash stock ROM with stock recovery?
Does it show up in fastboot devices?
Sent from my Nexus 7 using Tapatalk
Try first-aid for oneplus 2. It's worked for me twice before. It's on XDA but I don't have a link. Search for it. I'm pretty sure it'll work.
EggZenBeanz said:
Does it show up in fastboot devices?
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yes, It shows. But not much possible to do because of locked BL.
McCullyCullen said:
Try first-aid for oneplus 2. It's worked for me twice before. It's on XDA but I don't have a link. Search for it. I'm pretty sure it'll work.
Click to expand...
Click to collapse
I tried but with no success. All this tools works flashing .img's from fastboot. It's useless for me...
Have you tried the fastboot oem unlock using the device id as part of the command string?
Sent from my ONE A2003 using Tapatalk
No. How to do this?
vonski said:
Yes, It shows. But not much possible to do because of locked BL.
I tried but with no success. All this tools works flashing .img's from fastboot. It's useless for me...
Click to expand...
Click to collapse
try this...... "fastboot -i 0x2a70 oem unlock-go"
worked for me
Thank, but :
C:\Android_sdk\sdk\platform-tools>fastboot -i 0x2a70 oem unlock-go
...
FAILED (remote: oem unlock is disabled)
finished. total time: 0.007s
Same...
It sounds like the ability to unlock the bootloader is disabled in developer options. I think, but I'm only guessing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my ONE A2003 using Tapatalk
Yes, but I can't boot to system (probably memory is empty- no data) and switch OEM Unlock.
I've got only fastboot and stock recovery.
do any of these help you? I guess you could say your phone is hard bricked due to not booting to OS and not having TWRP recovery?
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
I used this tutorial but I can't get device correctly installed as Qualcomm. I'll try on other pc.
Tapatalk @ OnePlus X
vonski said:
I have similar problem, so maybe not generating new threat...
I got OP2 from friend. He used Oxygen 2.x (don't know exactly) and decided to flash some custom ROM. And something went wrong
He brought me today his phone and:
- fastboot works,
- device is locked and impossible tu unlock (FAILED (remote: oem unlock is disabled))
- after 2 hours of work I got stock recovery working (using some Chinese Qualcomm recovery tool).
But: I can't unlock BL, I can't flash anything via fastboot (because ->locked), ADB doesn't work too (cant push any file to devices).
When turning on phone it's in bootloop, but I can enter fastboot or stock recovery.
I tried almost all solutions from her and OP forums, but everything false because of locked BL.
ANY ideas? My short knowledge ends here There is probably no any data in device (no system, userdata etc.).
I don't have USB-C pendrive / cable so I cant flash anything from stock recovery. If I'll get USB-C pendrive will it be possible to flash stock ROM with stock recovery?
Click to expand...
Click to collapse
Fastboot this, it will DELETE EVERYTHING(no exceptions) (maybe except firmware) and install seraph08's cm13.
https://s.basketbuild.com/devs/Seraph08/oneplus2/fastboot img files
or flash stock OOS2.x official via stock recovery(if MTP or ADB works in stock recovery)
No idea about USB OTG, try dont buy. Might work in TWRP, dont think itll work on stock
or try the soft brick recovery on his basketbuild or other various available threads
Edit: you said fastboot works and then you said it doesnt work, confirm.
I used other PC and other tool including system.bin and userdata.bin. And it finally worked. Unbricked

Categories

Resources