TGTGInsighttelegram intelligenceLIVE / telegram public index
← Libreware
Libreware avatar

TGINSIGHT POST

Post #1398

@libreware

Libreware

Views3,230Post view count
PostedFeb 202/02/2025, 08:22 AM
Post content

Post content

DisableGoogleAnalytics https://gitlab.com/adrian.m.miller/disablegoogleanalytics Attempts To Disable Common Google Analytics And Ads Receivers In All Affected Packages What it does/How it works: On 1st run after rebooting after install the module is assuming you want it to disable the listed analytics and ad receivers, so it will: Wait till boot is completed Then sleep for 2 minutes Then test that cpu usage is under 30% before running It will then disable the analytics and ad receivers as listed below, and log its progress to /sdcard/fixgoogleanalytics.log Common Analytics And Ad Recievers: com.google.android.gms.analytics.AnalyticsJobServicecom.google.android.gms.analytics.CampaignTrackingServicecom.google.android.gms.measurement.AppMeasurementServicecom.google.android.gms.measurement.AppMeasurementJobServicecom.google.android.gms.analytics.AnalyticsReceivercom.google.android.gms.analytics.CampaignTrackingReceivercom.google.android.gms.measurement.AppMeasurementInstallReferrerReceivercom.google.android.gms.measurement.AppMeasurementReceivercom.google.android.gms.measurement.AppMeasurementContentProvidercom.crashlytics.android.CrashlyticsInitProvidercom.google.android.gms.ads.AdActivitycom.google.firebase.iid.FirebaseInstanceIdService Once complete the service.sh script will delete itself Once that happens any further interaction is purely via the included dga script as a binary in /system/(x)bin dga takes 2 arguments, disable or enable, though i doubt too many will be looking to enable analytics and ad receivers, unless the disabling has unwanted effects on their system, which is high time to include the usual disclaimer that you run this at your own risk and not even dga enable is garaunteed to undo the changes Module Installation: Download from Releases Install the module via #Magisk app/Fox Magisk Module Manager/MRepo Reboot Usage: After first run optmization has completed, any further interaction is purely via the included dga script as a binary in /system/(x)bin: dga takes 2 arguments, disable or enable, though i doubt too many will be looking to enable analytics and ad receivers, unless the disabling has unwanted effects on their system, which is high time to include the usual disclaimer that you run this at your own risk and not even dga enable is garaunteed to undo the changes Uninstall Note: Uninstalling the module will not reverse the changes, if your intention is to uninstall the module and re-enable the analytics and ad receivers, please run dga enable first