-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force application to register to Google Cloud Messaging without having to reinstall the app #2661
Comments
If you have root you can run this command: It will delete the gms data from all apps causing them to re-register (other app data are left intact). |
I have Huawei p40pro and pura70 ultra :( |
It is the app that request the registration to microG, not the opposite, so microG can't do anything. |
resetting app data usually does the trick.
|
We already know this works but you will also lost all the data of the app you reset. |
should i use Termux or what? |
From the device you can also use Termux:
From the pc:
|
Maybe we could add a button in the app that automate the reset process ?
Get BlueMail for Android
…On Dec 7, 2024, 15:00, at 15:00, ale5000 ***@***.***> wrote:
> should i use Termux or what?
> i have the same problem and if it's not too much trouble for you,
tell me more
From the device you can also use Termux:
```
su
find /data/data/*/shared_prefs -name 'com.google.android.gms.*.xml'
-delete
```
From the pc:
```
adb root
adb shell
find /data/data/*/shared_prefs -name 'com.google.android.gms.*.xml'
-delete
```
--
Reply to this email directly or view it on GitHub:
#2661 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
This thing require root, an app can't do it. It would be better if the option was in the ROM itself since the same thing can be useful also for the real Google Play Services. |
It is better to have this in MicroG Wiki (e.g. FAQ). Thanks a lot! |
Is your feature request related to a problem? Please describe.
After uninstalling / reinstalling microG all the existing app in the telephone does not reregister to GCN.
therefore no more notifications.
The only way I found to force the application to register is either deinstall/reinstall either clear data and reconfigure the app.
the process of reinstalling and configuring 300 applications is very long and painfull .
Describe the solution you'd like
Is there a way to force registration of existing application once microg is installed ?
there is a toggle button "Confirm new apps", I was wondering if we could maybe add a button " register existing apps" and then you choose the app that is installed on the telephone ?
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: