Hi, my nexus 4 had received the system update for 4.4, i installed it thursday night but my phone is now stuck on bootloop.
i can get to recovery mode and have tried installing sottock but it keeps saying device not found. any ideas?
i have tried using the toolkits but nothing seems to be working/
any help much appreciated
Hello buddy, I just fixed mine by doing the following from peste386 over on
androidcentral.
Modified the steps to fix the no command bootloop on the Nexus 4 whilst trying to update to 4.4 kitkat.
1. Get the android SDK if you don't already have it
https://developer.android.com/sdk/index.html
2. Get the image for your device from here:
https://developers.google.com/android/nexus/images
I downloaded Factory Images "occam" for Nexus 4 Android 4.3 (JWR66Y)
3. Extract image-occam-jwr66y.rar and copy the following files to platform-tools
- boot.img
- recovery.img
- system.img
4. Boot into your bootloader (volume down+power) and connect your cable.
5. 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
This is how I got back into 4.3 without losing any data. Hope that helps.