2
Not possible to bypass default tap & pay app on Nord 2 via OnePlus 8

  1. Benj55
    Donut Sep 9, 2021

    Benj55 , via OnePlus 8 , Sep 9, 2021 :
    Hi,

    On my OnePlus 8, I can select my default tap & pay app, and I have an option to either use it all the time, or override this default paying app, if I have another NFC paying app open at the moment of payment. Eg Use Gpay, but will use WeChat or paylib for instance if those are open at the moment of payment.

    1631211331891.jpg


    On my Nord 2, I can't find the option to let me use another paying app but default. The selected paying app becomes the only working paying app. It prevents me from using another service. That becomes an issue when some of my cards are not all Gpay compatible. Eg, if I open the paylib app and tap to pay...it will open and use Gpay instead, if Gpay was selected as the default app.

    Am I missing an option on the OnePlus nord 2, or will this issue be fixed.?
     

    #1
  2. SnejPro
    Cupcake Nov 18, 2021


    #2
    G_Tim_van_Gompel_pNry likes this.
  3. valexi
    Eclair Dec 11, 2021

    valexi , Dec 11, 2021 :
    You can do it like this:
    1. Enable developer options
    2. From developer options enable:
      1. USB debugging
      2. Disable permission monitoring (go down to the bottom)
    3. Use ADB commands:
      Code:
      adb shell settings list secure
      adb shell settings put secure nfc_payment_foreground 1
      adb shell settings list secure
    4. Reboot
    5. Profit?
     

    #3
  4. VaNkIS23
    Cupcake Apr 4, 2022

    VaNkIS23 , Apr 4, 2022 :

    Hi, thanks for your tip. I tried it today and it doesn't work. I have also a Nord 2 and the feature to "Use default app except other payment app is open" doesn't appear. My girlfriend has a 5T that has the option. It is really a shame that older phones have better features than newer ones. Any other tip?
     

    #4
  5. Pesedm
    Ice Cream Sandwich Apr 4, 2022

    Pesedm , Apr 4, 2022 :
    Hello,

    You can write it here:
    https://forums.oneplus.com/feedback
    👉 OnePlus developers do not read it here.
     

    #5
  6. valexi
    Eclair Apr 25, 2022

    valexi , Apr 25, 2022 :
    Hi,
    It does not make the setting magically appear. It does the setting without GUI feature; it does same thing that "Use default app except other payment app is open" setting would do under the bonnet.

    Set the setting as instructed and try to pay with another payment app that is open. It works.
     

    #6
  7. VaNkIS23
    Cupcake Apr 25, 2022

    VaNkIS23 , via OnePlus Nord 2 , Apr 25, 2022 :
    Hi! It doesnt't work for me. I already tried what you said and tried to pay with an app but it automatically switches to the default app.
     

    #7
  8. valexi
    Eclair May 10, 2022 at 5:05 AM

    valexi , May 10, 2022 at 5:05 AM :
    That's weird. I have Nord2 and it works perfectly.

    Did you reboot your phone after doing the setting?
    After reboot check with adb that setting sticks
    Code:
    adb shell settings list secure
    And search that "nfc_payment_foreground" is set to 1.
     

    #8