Skip to main content
Tweeted twitter.com/#!/StackAndroid/status/516432200846168065
added 1851 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5

I went ahead with trying to flash my phone anyhow, and it's still stuck in bootloop after this:

usernames-MacBook-Air:~ username$ cd Desktop/adt/sdk/platform-tools usernames-MacBook-Air:platform-tools username$ ./fastboot devices 014E38590B016008 fastboot usernames-MacBook-Air:platform-tools username$ ./fastboot oem unlock ... OKAY [ 9.316s] finished. total time: 9.316s usernames-MacBook-Air:platform-tools username$ ./fastboot flash bootloader bootloader-maguro-primelc03.img sending 'bootloader' (2308 KB)... OKAY [ 0.296s] writing 'bootloader'... OKAY [ 7.966s] finished. total time: 8.262s usernames-MacBook-Air:platform-tools username$ ./fastboot flash radio radio-maguro-i9250xxlj1.img sending 'radio' (12288 KB)... OKAY [ 1.547s] writing 'radio'... OKAY [ 4.364s] finished. total time: 5.910s usernames-MacBook-Air:platform-tools username$ ./fastboot flash boot boot.img sending 'boot' (4400 KB)... OKAY [ 0.558s] writing 'boot'... OKAY [ 2.547s] finished. total time: 3.106s usernames-MacBook-Air:platform-tools username$ ./fastboot flash system system.img erasing 'system'... OKAY [ 0.006s] sending 'system' (425579 KB)... OKAY [ 53.344s] writing 'system'... OKAY [1502.494s] finished. total time: 1555.844s usernames-MacBook-Air:platform-tools username$ ./fastboot flash userdata userdata.img erasing 'userdata'... OKAY [ 0.031s] sending 'userdata' (137559 KB)... OKAY [ 17.258s] writing 'userdata'... OKAY [244.587s] finished. total time: 261.877s usernames-MacBook-Air:platform-tools username$ ./fastboot flash recovery recovery.img sending 'recovery' (4900 KB)... OKAY [ 0.620s] writing 'recovery'... OKAY [ 4.519s] finished. total time: 5.140s usernames-MacBook-Air:platform-tools username$ 

I went ahead with trying to flash my phone anyhow, and it's still stuck in bootloop after this:

usernames-MacBook-Air:~ username$ cd Desktop/adt/sdk/platform-tools usernames-MacBook-Air:platform-tools username$ ./fastboot devices 014E38590B016008 fastboot usernames-MacBook-Air:platform-tools username$ ./fastboot oem unlock ... OKAY [ 9.316s] finished. total time: 9.316s usernames-MacBook-Air:platform-tools username$ ./fastboot flash bootloader bootloader-maguro-primelc03.img sending 'bootloader' (2308 KB)... OKAY [ 0.296s] writing 'bootloader'... OKAY [ 7.966s] finished. total time: 8.262s usernames-MacBook-Air:platform-tools username$ ./fastboot flash radio radio-maguro-i9250xxlj1.img sending 'radio' (12288 KB)... OKAY [ 1.547s] writing 'radio'... OKAY [ 4.364s] finished. total time: 5.910s usernames-MacBook-Air:platform-tools username$ ./fastboot flash boot boot.img sending 'boot' (4400 KB)... OKAY [ 0.558s] writing 'boot'... OKAY [ 2.547s] finished. total time: 3.106s usernames-MacBook-Air:platform-tools username$ ./fastboot flash system system.img erasing 'system'... OKAY [ 0.006s] sending 'system' (425579 KB)... OKAY [ 53.344s] writing 'system'... OKAY [1502.494s] finished. total time: 1555.844s usernames-MacBook-Air:platform-tools username$ ./fastboot flash userdata userdata.img erasing 'userdata'... OKAY [ 0.031s] sending 'userdata' (137559 KB)... OKAY [ 17.258s] writing 'userdata'... OKAY [244.587s] finished. total time: 261.877s usernames-MacBook-Air:platform-tools username$ ./fastboot flash recovery recovery.img sending 'recovery' (4900 KB)... OKAY [ 0.620s] writing 'recovery'... OKAY [ 4.519s] finished. total time: 5.140s usernames-MacBook-Air:platform-tools username$ 
added 128 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle. I'm pretty sure this was caused by trying to copy too many files to my android via USB cable (not the sd card, I don't have one).


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this: ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status. Is that supposed to happen?

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle.


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this: ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status. Is that supposed to happen?

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle. I'm pretty sure this was caused by trying to copy too many files to my android via USB cable (not the sd card, I don't have one).


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this: ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status. Is that supposed to happen?

added 25 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle.


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this:
      ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status. Is that supposed to happen?

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle.


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this:
      ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status.

So I'm trying to flash adb my android (mostly following this guide), and I'm getting stuck at the unlock device step. I can successfully unlock, but once I reboot my device it reverts to being locked. Apparently I'm unable to continue to the next step without having my device rebooted after it's unlocked.

(I have tried using the volume keys to reboot bootloader, and terminal to reboot it. Neither work.)

I'm using a mac, Samsung Galaxy Nexus, and my initial problem was that my phone was (and still is) stuck in a reboot cycle.


EDIT: So this is exactly what I've been doing.

  1. Open terminal
  2. cd to platform-tools, where I have an up to date adb, fastboot, and a zip file as well as the uncompiled version of image-yakju-jdq39 (Factory Image "yakju" for Galaxy Nexus "maguro" (GSM/HSPA+)).
  3. Volume up+Volume down+ power on (I get a screen with Fastboot mode in red at the bottom, and a picture of an android being operated on. I don't think it matters if I change the "start" thing with the volume buttons, but I'll keep it there.).
  4. Plug the USB cable in.
  5. ./fastboot devices, I get my phones serial number on terminal
  6. ./fastboot oem unlock.
  7. Terminal gives me this: ... OKAY [ 10.016s] finished. total time: 10.016s While on my phone I get the unlock confirmation screen, which I follow through with, and now my phone says it's unlocked (and in blue at the bottom: Fastboot status - OKAY).
  8. ./fastboot reboot starts my phone, but it's clearly still stuck in a bootloop. So I forcefully turn it off, and go back to the fastboot mode, where it's back at the locked status. Is that supposed to happen?

added 163 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading
deleted 323 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading
added 1311 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading
added 753 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading
added 104 characters in body
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading
Source Link
RootFAIL
  • 25
  • 1
  • 5
Loading