diff --git a/nfc/libnfc-nci-raven.conf b/nfc/libnfc-nci-raven.conf
index 789c5eb..3940b1f 100644
--- a/nfc/libnfc-nci-raven.conf
+++ b/nfc/libnfc-nci-raven.conf
@@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
UICC_LISTEN_TECH_MASK=0x07
+###############################################################################
+# Set HOST default listen to the following technology(s).
+# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
+# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_F
+# 0x07 = A + B + F
+HOST_LISTEN_TECH_MASK=0x07
+
###############################################################################
# AID for Empty Select command
# If specified, this AID will be substituted when an Empty SELECT command is
diff --git a/nfc/libnfc-nci.conf b/nfc/libnfc-nci.conf
index c475161..c17296a 100644
--- a/nfc/libnfc-nci.conf
+++ b/nfc/libnfc-nci.conf
@@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
UICC_LISTEN_TECH_MASK=0x07
+###############################################################################
+# Set HOST default listen to the following technology(s).
+# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
+# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_F
+# 0x07 = A + B + F
+HOST_LISTEN_TECH_MASK=0x07
+
###############################################################################
# AID for Empty Select command
# If specified, this AID will be substituted when an Empty SELECT command is
diff --git a/oriole/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/oriole/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
index 546c3de..803765f 100644
--- a/oriole/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
+++ b/oriole/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -37,8 +37,8 @@
- -1
- 5
- 5
- - 27
- - 27
+ - 200
+ - 200
- 5
- 5
- - 27
- - 27
+ - 200
+ - 200