Skip to content

Commit

Permalink
Bug 908341 - Add unlocking to nexus 4 flashing step; r=mwu
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Aug 22, 2013
1 parent dcd6e13 commit 662b9ec
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,23 +240,11 @@ case "$PROJECT" in
esac

case "$DEVICE" in
"otoro"|"unagi"|"keon"|"peak"|"inari"|"leo"|"hamachi"|"sp8810ea"|"helix"|"wasabi"|"mako")
"otoro"|"unagi"|"keon"|"peak"|"inari"|"leo"|"hamachi"|"sp8810ea"|"helix"|"wasabi")
flash_fastboot nounlock $PROJECT
;;

"panda")
flash_fastboot unlock $PROJECT
;;

"maguro")
flash_fastboot unlock $PROJECT
;;

"m4")
flash_fastboot unlock $PROJECT
;;

"crespo"|"crespo4g")
"panda"|"maguro"|"m4"|"crespo"|"crespo4g"|"mako")
flash_fastboot unlock $PROJECT
;;

Expand Down

0 comments on commit 662b9ec

Please sign in to comment.