Skip to content

Instantly share code, notes, and snippets.

@JamieHouston
Created February 29, 2012 23:11
Show Gist options
  • Save JamieHouston/1945268 to your computer and use it in GitHub Desktop.
Save JamieHouston/1945268 to your computer and use it in GitHub Desktop.
Steps for flashing your Android to a new ROM
# Get <rom>.zip (like ICS or what not)
# Copy to sdcard
> adb push "c:\path\to\file" /sdcard/
from command prompt, type adb reboot fastboot
from phone choose wipe -> wipe user data/cache/dvorak
from phone return to developer menu -> flash zip menu -> choose zip from sdcard -> pick <rom>.zip
# if you get "Main Version if Older"
http://forum.xda-developers.com/showthread.php?p=22718473#post22718473
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment