dasmoothride
New member
- Nov 18, 2012
- 1
- 0
- 0
I did exactly this after the "no command" loop kept on looping on my nx7 wifi. Now its back to working again with 4.4
I second this!
I did exactly this after the "no command" loop kept on looping on my nx7 wifi. Now its back to working again with 4.4
I also managed to fix my Nexus 7 2012 Wifi using Wug's Nexus Toolkit. ( I assume this toolkit will work with Nexus 4,7 and 10 as it is a unified toolkit.) NB: As you will flash stock you will loose all your apps and settings. At least it is better than being stuck with the "No Command" screen.
1. Download and install Nexus Root Toolkit v1.7.8: Nexus Root Toolkit v1.7.8 | WugFresh
2.. Connect to PC and Boot in Fastboot Mode: VOL DOWN + POWER ON
3. In the toolkit, under "Back to stock" tick "Soft-Bricked/Bootloop"
4. Click "Flash Stock + Unroot"
5. When done you will have a working Nexus again. I thought I was going back to stock and would have to install 4.4. But ended up with 4.4. .
I hope this helps someone else.
Did you ever got a solution? My nexus 7 just got into the same state yesterday. The four colored dots after booting keep merging in the screen forever. I already left the tablet running 24 hours in that state. Google said I had to wait 2 days. (WTF!) I called Google again and they basically said my device is bricked, out of warranty; they offered to contact me with ASUS (the manufacturer). This is clearly a software problem, not a hardware problem. Google sucks.
If you are having trouble with drivers then perhaps you might try using a Linux distro, as you don't need to worry about drivers on Linux. You can run many distros from a usb stick without installing them to your computer. I would suggest Ubuntu or something based on Ubuntu because they have the android tools in their repository which makes installing them easier. On Ubuntu, you can install adb and fastboot from the command line with the command "sudo apt-get install android-tools-adb android-tools-fastboot". When using adb and fastboot on Linux you may need to prefix the commands with "sudo " to get them to work, the "sudo" command runs other commands with root privileges.
Posted via Android Central App
OK, I fixed mine without losing any data by following the instructions below, copied from here.
EDIT: To clarify, I have a 2012 wifi so used JWR66Y factory image and then used ADB sideload to install the kitkat zip update which I found on this page. link
-----------
I was in the same situation and ran into that issue as well. What I did was download the 4.3 factory image from here: https://developers.google.com/androi...s/images?hl=vi
Make sure you get the correct one for your device. I have a 2013 wifi so I chose: Android 4.3 (JSS15R)
Inside that downloaded file, you'll find image-razor-jss15r.zip. It's a couple of levels down. Unzip the files from there to your SDK folder (should be boot.img, recovery.img, system.img, userdata.img, and cache.img).
Boot your Nexus 7 to the bootloader (volume down + power) and connect to your PC with USB cable. Do NOT go into Recovery mode yet.
From the command prompt, make sure you can see your device: fastboot devices
Then, run the following commands:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot erase system
fastboot flash system system.img
At this point you have a clean install of 4.3 JSS15R.
Now go to Recovery mode and sideload the 4.4 OTA as you originally tried and it should work this time.
I followed these steps and was able to update to 4.4 without losing any data. YMMV