Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created April 5, 2012 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnantoni/2310617 to your computer and use it in GitHub Desktop.
Save johnantoni/2310617 to your computer and use it in GitHub Desktop.
nexus s i9020a flash
# http://code.google.com/android/nexus/images.html#soju
# specifically "soju"
# download, untar
# copy fastboot-mac files into dir
# unlock bootloader (wipes all content on phone)
./fastboot-mac oem unlock
# perform updating process
./fastboot-mac flash bootloader bootloader-crespo-i9020xxkl1.img
./fastboot-mac fastboot reboot-bootloader
sleep 5
./fastboot-mac fastboot flash radio radio-crespo-i9020xxki1.img
./fastboot-mac fastboot reboot-bootloader
sleep 5
./fastboot-mac fastboot -w update image-soju-imm76d.zip
# lock bootloader
./fastboot-mac oem lock
# install clockwork mod (replaces stock recovery tools)
./fastboot-mac flash recovery recovery-clockwork-5.0.2.0-crespo.img
# note: for some strange reason they decided to make the i9020a's radio different to the rest
# so you'll need to install the i9020a radio file via clockwork-mod otherwise 3G & Calls will not work
# so...
# reboot into boot loader
# install clockwork mod (if you haven't)
# select recovery
# mount usb
# copy i9020a radio file.zip
# unmount usb
# mount sdcard
# install from zip
# select zip file
# confirm install
# reboot and 3G and calls will work again.
# fast boot tools & i9020a corrected radio file available at https://github.com/johnantoni/fastboot-tools
@johnantoni
Copy link
Author

fast boot tools & i9020a corrected radio file available at https://github.com/johnantoni/fastboot-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment