Skip to content

Commit

Permalink
Update device name not to contain '&'
Browse files Browse the repository at this point in the history
Certain bad apps (I am looking at you, Zinio!) cannot tolerate
special characters as part of device name as they send the string
verbatim in http request. Little Johhny Tables will get you some day!
  • Loading branch information
verygreen committed Jun 13, 2013
1 parent 8b06351 commit 76215b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BOARD_USE_CUSTOM_LIBION := true
PRODUCT_NAME := cm_ovation
PRODUCT_DEVICE := ovation
PRODUCT_BRAND := Android
PRODUCT_MODEL := Barnes & Noble Nook HD+
PRODUCT_MODEL := BN NookHD+
PRODUCT_MANUFACTURER := Barnes & Noble
PRODUCT_RELEASE_NAME := NookHD+

Expand Down
4 changes: 2 additions & 2 deletions full_ovation.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ $(call inherit-product, device/bn/ovation/device.mk)
# Discard inherited values and use our own instead.
PRODUCT_NAME := full_ovation
PRODUCT_DEVICE := ovation
PRODUCT_BRAND := bn
PRODUCT_BRAND := Android
PRODUCT_MODEL := NookHD+
PRODUCT_MANUFACTURER := bn
PRODUCT_MANUFACTURER := BN

0 comments on commit 76215b8

Please sign in to comment.