https://github.com/castdrian/adunwrap
Bypasses ad links on android (bypass.vip)
https://github.com/castdrian/adunwrap
Last synced: 2 months ago
JSON representation
Bypasses ad links on android (bypass.vip)
- Host: GitHub
- URL: https://github.com/castdrian/adunwrap
- Owner: castdrian
- Created: 2022-10-23T05:36:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T13:22:47.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:58:40.110Z (2 months ago)
- Language: Dart
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdUnwrap
Bypasses ad links on android (bypass.vip)Devices running Android 10+ will need to have these permissions pushed to the device via adb:
```bash
adb -d shell appops set com.castdrian.adunwrap SYSTEM_ALERT_WINDOW allow
adb shell pm grant com.castdrian.adunwrap android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant com.castdrian.adunwrap android.permission.READ_LOGS
adb shell am force-stop com.castdrian.adunwrap
```