NoGoolag
4.52K subscribers
14.7K photos
7.65K videos
610 files
15.2K links
Live free!

πŸ“‘ @NoGoolag

FAQ:
http://t.me/NoGoolag/169

β˜…Group:
https://t.me/joinchat/nMOOE4YJPDFhZjZk

πŸ“‘ @Libreware

πŸ“‘ @TakeBackOurTech

🦊 @d3_works

πŸ“š @SaveAlexandria

πŸ’― % satire OSINT
Download Telegram
Debloat guides and scripts
Remove bloatware and unnecessary files from your rom

NanoDroid
https://t.me/NoGoolag/35

Gapps removal script
https://github.com/CHEF-KOCH/Remove-Gapps

G-Killer (GAPPS aroma Debloater) by K3V1991
https://forum.xda-developers.com/android/software-hacking/aroma-google-services-debloater-t3668456

Remove GApps in ROM: now support Nougat. Flashable zip
https://forum.xda-developers.com/showpost.php?p=40534912&postcount=19

Debloat miui guide by uvera:
https://forum.xda-developers.com/mi-note-3/themes/magisk-app-google-apps-debloater-t3756258

Miui bloatware Disabler by SayTison
https://t.me/libreware/73

Debloat MIUI 9 + Magisk + MicroG + ARISE Magnum Opus: An Experiment By Grandpa
http://en.miui.com/thread-884539-1-1.html

Rom Cleaner to remove gapps by DroidTR
Latest version: https://github.com/DroidTR/Rom-Cleaner/blob/master/app/app-release.apk?raw=true
Sources: https://github.com/DroidTR/Rom-Cleaner


πŸ“‘ t.me/NoGoolag
#debloat #bloatware #disable #gapps
Hardening Chrome based browsers

Go to chrome://flags

Then,

Disable - The Following Flags
==========================
#enable-offline-auto-reload
#disable-webrtc-hw-decoding
#disable-webrtc-hw-encoding
#enable-webrtc-hw-vp8-encoding
#clear-old-browsing-data
#enable-usermedia-screen-capturing
#disable-hyperlink-auditing
#contextual-search-ml-tap-suppression
#contextual-search-ranker-query
#enable-password-generation
#enable-manual-password-generation
#wallet-service-use-sandbox
#enable-chrome-home-survey
#vr-browsing-native-android-ui
#enable-gamepad-extensions
#webxr
#webxr-gamepad-support
#webxr-orientation-sensor-device
#webxr-hit-test
#vr-icon-in-daydream-home
#safe-search-url-reporting
#keep-prefetched-content-suggestions
#content-suggestions-debug-log
#enable-breaking-news-push
#interested-feed-content-suggestions
#enable-ntp-article-suggestions-expandable-header
#enable-ntp-remote-suggestions
#enable-ntp-suggestions-notifications
#PasswordExport
#PasswordImport
#password-search
#enable-nostate-prefetch
#enable-new-preconnect
#enable-async-dns
#enable-mark-https-as set to: Enable (mark as actively dangerous) this option will be removed
#BundledConnectionHelp
enable-omnibox-voice-search-always-visible
#enable-viz-test-draw-quad
#enable-framebusting-needs-sameorigin-or-usergesture

Enable - The Following Flags
==========================
#num-raster-threads (4)
#enable-offline-auto-reload-visible-only
#enable-tcp-fast-open
#enable-scroll-anchoring
#enable-new-photo-picker (enabled)
#enable-fast-unload
#enable-history-entry-requires-user-gesture
#smooth-scrolling
#enable-quic (see explanation)
#enable-android-spellchecker
#enable-chrome-modern-design
#enable-modal-permission-dialog-view
#reduced-referrer-granularity
#enable-site-per-process
#offline-bookmarks
#enable-brotli
#force-show-update-menu-badge
#tls13-variant set to: Enabled (Draft23)
#disable-audio-support-for-desktop-share
#enable-content-suggestions-new-favicon-server
#important-site-in-cbd
#enable-font-cache-scaling
#new-audio-rendering-mixing-strategy
#expensive-background-timer-throttling
#modal-permission-prompts
#lsd-permission-prompt
#language-settings
#enable-custom-context-menu
#enable-custom-feedback-ui
#omnibox-display-title-for-current-url
#autoplay-policy set to: Document user activation required
#enable-async-image-decoding
#dont-prefetch-libaries
#sound-content-setting
#enable-parallel-downloading
#enable-overflow-icons-for-media-controls
#enable-downloads-location-change
#enable-block-tab-unders
#stop-in-background
#clipboard-content-settings
#enable-modern-media-controls
#unified-consent


By Chef Koch
Taken from @EnergizedProtection ⚑️
#hardening #chrome #browser
/d/gapps

Delete/disable GApps

https://f-droid.org/app/org.droidtr.deletegapps

This application is used to delete or disable gapps. It uses a regex to find GApps package

- pm disable xxx (xxx is a package name that is found by the application)

or

- rm -rf xxx (xxx is a path name that is found by the application)

It requires root to work.

Don't delete GApps on touchwiz (or similar) stock rom or your device might not boot afterwards. You should try to disable GApps instead!

To re-enable GApps, go to the *Settings β€Ί Apps* menu, and chose "restore apps preferences". If you want to reinstall GApps, you should use the OpenGApps zip or GApps installer (third party apps).

Sources:
https://gitlab.com/parduscix/disable-delete-gapps


πŸ“‘ @NoGoolag
#dgapps #delete #disable #debloat #gapps
A way to programmatically disable the "Find my device" in gapps from being a device administrator

The trick is to disable gms - which clears device admin status, and then enable it again:

pm disable-user com.google.android.gms
pm enable com.google.android.gms

I know most of you don't have GApps at all on board, but still it might be useful to know.
Best is, to run the script at boot, with a delay - in order to kick in only after "Find my device" was reactivated and kill it for good.

#!/system/bin/sh

(
sleep 60
pm disable-user com.google.android.gms
pm enable com.google.android.gms
) &

Commands are in a backgrounded subshell in order not to delay boot.
Best way would be, to put it in your init.d, or execute it from Kernel Adiutor, or with Magisk boot hooks and put it in /data/adb/post-fs-data.d/.

Source, last (unvoted!) comment here:
https://stackoverflow.com/questions/13911444/disable-deviceadmin-from-shell


πŸ“‘ @NoGoolag
#find #findmydevice #disable #device #administrator #google #gms #script #shell #gapps
/d/gapps

Delete/disable GApps and other bloatwares

It uses a regex to find GApps package
- pm disable xxx (xxx is a package name that is found by the application)
or
- rm -rf xxx (xxx is a path name that is found by the application)

It requires root to work.

Don't delete GApps on touchwiz (or similar) stock rom or your device might not boot afterwards. You should try to disable GApps instead!

To re-enable GApps, go to the *Settings β€Ί Apps* menu, and chose "restore apps preferences". If you want to reinstall GApps, you should use the OpenGApps zip or GApps installer (third party apps).

Install:
https://f-droid.org/app/org.droidtr.deletegapps

Group:
t.me/antiGapps

Channel:
https://t.me/joinchat/AAAAAFHu1UPpeWNFHm8Qgw

Sources:
https://gitlab.com/parduscix/disable-delete-gapps


πŸ“‘ @NoGoolag πŸ“‘ @Libreware
#dgapps #gapps #debloat #disable #bloatware
Disable Fuck Services script 1.2

The goal of this program is to disable many trackers by Google, Facebook and others from the installed apps (and from Google Services if you have them). It will do a search and disable many of the analytics, ads, and firebase services for all user apps

1. Download the DisableFuckServices12.sh file
2. Copy it to /data/local/tmp with some root explorer (I used Mixplorer)
3. Give it 755 permission (also used Mixplorer for this, right after pasting)
4. Open a terminal (like Termux or Terminal Emulator)
5. Do the following 2 commands:
su
cd /data/local/tmp
sh DisableFuckServices12.sh

6. Wait (maybe a couple minutes depending on the number of apps installed)
7. Done

Warning: there is a small chance some apps will force close after this.
If so you can just reinstall them

https://forum.xda-developers.com/apps/magisk/script-disable-fk-services-trackers-apps-t4074427

Changelog : 
- 1.0 : Original version from MOVZX
- 1.1 : add Facebook trackers
- 1.2 : add IAMs trackers read Ars technica article https://arstechnica.com/information-technology/2020/03/4000-android-apps-silently-access-your-installed-software

Credits:
by MOVZX
Updated by rayman95
DanGoodin from Ars Technica
Tutorial by saitama


πŸ“‘ @NoGoolag πŸ“‘ @Libreware
#disablefuckservices #disable #trackers #ads #analytics #firebase #fb #facebook
Disable Tracking Services
By steveglowpunk

https://forum.xda-developers.com/android/development/script-disable-tracking-services-t4099469

This is a set of scripts that disables privacy invasive tracking components in all user installed apps (service/broadcast receiver/activity/content provider).
Root permission is required to run the scripts.

How it works:
UpdateExodus.sh downloads tracker names from Exodus Privacy ( https://etip.exodus-privacy.eu.org)

DisableTracking.sh will dump a list of components of all installed apps, compare it against the list of trackers name, and disable those components (using the 'pm disable' command) if they match.

Download: Goolag Drive link (https://drive.google.com/drive/mobile/folders/1_G6-M8ToF0PsjY0HIrZIAVrTHT6nbptE?usp=drive_open) or attached below

Check instructions.txt for details on how to use the scripts.
The latest version is 1.5.
You are recommended to backup your apps before running the scripts.

I hope you will find this useful

The script was originally based on #disablefuckservices here:
https://forum.xda-developers.com/android/development/script-disable-fk-services-trackers-apps-t4074427


πŸ“‘ @Libreware πŸ“‘ @NoGoolag
#disablebadservices #disable #blocker #watt #mat #block #ifw #intents #services #ads #tracking
Disable Fuck Services script

The goal of this program is to disable many trackers by Google, Facebook and others from the installed apps (and from Google Services if you have them). It will do a search and disable many of the analytics, ads, and firebase services for all user apps

1. Download the DisableFuckServices15.sh file
2. Copy it to /data/local/tmp with some root explorer (I used Mixplorer)
3. Give it 755 permission (also used Mixplorer for this, right after pasting)
4. Open a terminal (like Termux or Terminal Emulator)
5. Do the following 2 commands:
su
cd /data/local/tmp
sh DisableFuckServices15.sh

6. Wait (maybe a couple minutes depending on the number of apps installed)
7. Done

Warning: there is a small chance some apps will force close after this.
If so you can just reinstall them

https://forum.xda-developers.com/apps/magisk/script-disable-fk-services-trackers-apps-t4074427

Changelog : 
- 1.0 : Original version from MOVZX
- 1.1 : add Facebook trackers
- 1.2 : add IAMs trackers read Ars technica article https://arstechnica.com/information-technology/2020/03/4000-android-apps-silently-access-your-installed-software
- 1.3 : more FB adds and chinese trackers too...thank's to @LE CHEVALIER for the help Veyrbin
- 1.4 : I remove some trackers i added myself but without confirmation and I add some flurry adds
- 1.5 : much more trackers...thank's @steveglowplunk for the new ones


πŸ“‘ @Libreware πŸ“‘ @NoGoolag
#disablebadservices #disablefuckservices #disable #blocker #watt #mat #block #ifw #intents #services #ads #tracking
Disable trackers from recovery
By @robertoprubio

Useful when you don't have root.
It requires a pc


πŸ“‘ @Libreware πŸ“‘ @NoGoolag
#disablebadservices #disable #blocker #watt #mat #block #ifw #intents #services #ads #tracking
Forwarded from Libreware
disable-trackers-from-recovery.pl
23.2 KB
Modified perl script of @ robertoprubio to use the local file

perl disable-trackers-from-recovery.pl --exodus-trackers-pathname <pathname>

where <pathname> refers to pathname of the local exodus file that you've downloaded from https://etip.exodus-privacy.eu.org/trackers/export

#disablebadservices #disable #blocker #watt #mat #block #ifw #intents #services #ads #tracking