J
jeffcodes

  • 20 Jan
  • Joined Nov 18, 2022
  • Just wanted to chime in here with the results of some experimentation. I have a Pixel 8a on Graphene with a US Mobile eSIM on their Verizon network. I managed to use the AppOps method to get RCS working, after much bashing of head against the wall. This comment was the approach I used (it required granting Play Services access to device identifiers). RCS disconnected after a few weeks.

    I had seen some additional comments that suggested the device identifier requirement was Verizon-specific, so I switched my network to T-Mobile this morning (US Mobile allows you to switch between the big 3). RCS activated almost immediately without any problems and no access to device IDs.

    Bottom line - if you're on Verizon it's a hassle right now without granting Play Services the READ_DEVICE_IDENTIFIER permission via AppOps or ADB, as I think others have discovered. T-Mobile seems to work okay without that permission (though Google Messages still requires the identifiers, it seems). Just thought I'd chime in with my two cents.

    • 83639273 Thanks! This also worked for me (Pixel 8 Pro on T-Mobile USA). Worked straight away after a reboot.

      I granted READ_DEVICE_IDENTIFIERS the old fashioned way via adb:

      adb shell appops set com.google.android.gms READ_DEVICE_IDENTIFIERS allow

      The state of the permission can be found with:

      adb shell appops get com.google.android.gms | grep READ_DEVICE_IDENTIFIER

      Previously, I had:

      READ_DEVICE_IDENTIFIERS: deny; rejectTime=+2m21s554ms ago

      After enabling the permission, I have:

      READ_DEVICE_IDENTIFIERS: allow; time=+47s616ms ago; rejectTime=+7m4s585ms ago