aum 5,196 Posted January 20 Share Posted January 20 Google Messages is a popular messaging app that is installed on more than a billion devices, an impressive feat considering that not every Android device comes pre-installed with the app. The offering serves as a viable alternative to OEM-provided messaging apps on non-Pixel devices. The search giant’s offering can also be sideloaded on devices that are not certified for running Google Mobile Services (GMS), meaning that even devices like those from Huawei – which no longer ship with GMS – can leverage the app. That might be changing soon, if a string in the Messages app spotted by the folks over at XDA Developers is to be believed. A teardown of the app points to a “compliance warning message” that implies that the app will stop working on uncertified devices starting March 31. The mention was spotted on a teardown of version 7.2.203. The publication speculates that this change is being made due to the end-to-end encryption feature that is rolling out for Rich Communication Service (RCS) messages. The inability to vet uncertified devices or ascertain if they are compromised – due to the lack of Play services – might pose a risk for users. This means that starting April 1, uncertified phones could begin losing the ability to run Messages and users must look for alternate services. It is not clear when the updated version of the Messages app will make it to all users with the compliance warning. While the change should affect only a small number of users, it further helps make the service a secure alternative for RCS messaging. Source mood and Karlston 2 Quote Link to post Share on other sites
zanderthunder 2,008 Posted January 22 Share Posted January 22 Fortunately, there's a loophole for those who are using uncertified devices (especially those using custom ROM and unlocked bootloader) so that they can continue using the app without any additional problems. One can edit this file, named "finsky.xml" which are located at this directory "/data/data/com.android.vending/shared_prefs/". However, this step can only be done if the phone is rooted and must have text editor app with root permissions granted. Quote If you find a code like this Code: <boolean name="device-google-certified" value="[COLOR="red"]false[/COLOR]" /> Change the code with Code: <boolean name="device-google-certified" value="[COLOR="green"]true[/COLOR]" /> Source: https://forum.xda-developers.com/t/guides-google-play-protect-certification-on-custom-rom-for-xiaomi-redmi-3s-3x-prime.3994139/ p/s: This step is meant for Redmi 3s, but these steps can be replicated for other phones as well. Karlston 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.