G
glenn

  • Joined Nov 6, 2024
  • Just to close the loop, the fix in the release seems to work. The color scheme is pretty hard to read (black text on a dark gray background).

  • Has anyone been able to get visual voicemail to work with the Graphene Dialer on a Verizon MNVO?

    It looks like the vvm_config.xml from the Graphene Dialer sets the Verizon MNVOs to a type of vvm_type_vvm3_mvno, which the app doesn’t understand, so it just doesn’t try enabling. Dose anyone know if this this is actually a different visual voicemail protocol or should it just be the normal vvm_type_vvm3 type?

    Lineage seems to set the type to vvm_type_vvm3 and it appears to work.

  • other8026 Looks like I can't do that without a github account which I would rather not create at this time. If you could do it, I would be much grateful.

    • When I attempt to view an RTT transcript of a call in the dialer that ships with Graphene, I get this crash:

      D AndroidRuntime: Shutting down VM
      E AndroidRuntime: FATAL EXCEPTION: main
      E AndroidRuntime: Process: com.android.dialer, PID: 9455
      E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.dialer/com.android.dialer.rtt.RttTranscriptActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
      E AndroidRuntime: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4061)
      E AndroidRuntime: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4248)
      E AndroidRuntime: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:112)

      After a very brief look, it seems like a theme is never set on the RttTranscriptActivity. Perhaps the fix as simple as setting the theme on that activity to Dialer.ThemeBase.ActionBar?

      • DeletedUser87 No, I didn’t. It seems to be working now. Thanks so much!

        I guess I learned about that terrible button + switch UI...

        • Is anyone running WhatsApp without google play? I just migrated Graphene OS phones, but on the new one WhatsApp messages are not received when the application is not in the foreground.

          I would prefer not installing sand boxed google play. IIRC, on my old device, which I don’t have anymore, since FCM was not available WhatsApp opened a background websocket for push. This post seems to suggest there is a setting in WhatsApp for this, but I can’t find it and I don’t recall ever setting this on the old phone. I have "Allow background usage" on in the app's battery settings.

          From the log, I'm assuming WhatsApp never starts the service as a foreground service:

          GooglePlayServicesUtil: com.whatsapp requires the Google Play Store, but it is missing.
          ...
          ActivityManager: Stopping service due to app idle: ... com.whatsapp/.messaging.MessageService

          What am I missing here? Maybe WhatsApp doesn't support the websocket mode anymore?