Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itznotabug/air
A utility app for rooted devices to clear / reset Advertising Identifier.
https://github.com/itznotabug/air
ads advertising-identifier android android-ad-id android-root clear-android-ad-id reset-advertising-identifier reset-android-ad-id
Last synced: about 1 month ago
JSON representation
A utility app for rooted devices to clear / reset Advertising Identifier.
- Host: GitHub
- URL: https://github.com/itznotabug/air
- Owner: ItzNotABug
- License: apache-2.0
- Created: 2023-02-03T07:17:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T14:36:00.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:00:27.065Z (about 1 month ago)
- Topics: ads, advertising-identifier, android, android-ad-id, android-root, clear-android-ad-id, reset-advertising-identifier, reset-android-ad-id
- Language: Kotlin
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AIR
AIR is short for **Advertising Identifier Reset**.\
A utility app for **Rooted Devices** to clear / reset Advertising Identifier.\
AIR also supports periodic identifier resets via `WorkManager` api. Can be enabled / disabled via
Settings tab.The App handles all the device formats i.e.
- Devices with GMS Installed
- Devices without GMS Installation (Huawei, Other Core Chinese phones, etc.)## How AIR works
For devices with GMS Installed, the process is pretty straightforward which simply deletes the
file `adid_settings.xml`!On devices without GMS, you'll have to paste the `Advertising Identifier` ***once*** so that the app
can traverse the filesystem & store the path of the file that contains the identifier.\
This is used then to fetch the identifier which can be deleted anytime (if it exists).**Note:** There can be instances where multiple files contain the provided identifier, the path of
the first file is used in that case.\
Yes I do plan to do something about that in the future.### But Why?
- I was bored 😤
- I don't want that blue colored big bad to show me Ads about the things I've just thought about 😂
- I didn't wanna navigate to Settings everytime 🤷♂️