Skip to content
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

1 Click Blocking Trackers - "No Tracker Found" #942

Closed
3 tasks done
Sn0whax opened this issue Nov 30, 2022 · 9 comments
Closed
3 tasks done

1 Click Blocking Trackers - "No Tracker Found" #942

Sn0whax opened this issue Nov 30, 2022 · 9 comments
Labels
Help Wanted Extra attention is needed

Comments

@Sn0whax
Copy link

Sn0whax commented Nov 30, 2022

Please check before submitting an issue

  • I know what my device, OS and App Manager versions are
  • I know how to take logs
  • I know how to reproduce the issue which may not be specific to my device

Describe the bug

1-Click Blocking Trackers is showing "No Tracker Found"
This contradicts the app as when I go into a few specific apps and see their receivers marked as trackers.

A few notes:

  • I've tried both ADB over TCP and WiFi.
  • Default blocking method defaults back to "Disable" when I change it to anything else.

To Reproduce

No response

Expected behavior

No response

Screenshots

No response

Logs

No response

Device info

  • Device: Pixel 7 Pro
  • OS Version: Grapheneos Latest on Android 13
  • App Manager Version: 3.0.3
  • Mode: ADB

Additional context

No response

@Sn0whax Sn0whax added the Bug Something isn't working label Nov 30, 2022
@MuntashirAkon MuntashirAkon added Help Wanted Extra attention is needed and removed Bug Something isn't working labels Dec 1, 2022
@MuntashirAkon
Copy link
Owner

  • I've tried both ADB over TCP and WiFi.

In ADB mode, 1-Click Ops for blocking tracker only checks for apps having the test-only flag as specified in the release logs. If there's no test-only app with trackers, it will report that there are no trackers to be blocked.

  • Default blocking method defaults back to "Disable" when I change it to anything else.

In ADB mode, only Disable option is supported. Therefore, setting this option to anything else will not work.

@molitona
Copy link

molitona commented Mar 15, 2024

Hello @MuntashirAkon
i've 2 questions if you don't mind to see if my understanding is correct :)

  1. for non-rooted phones, we can only block tracker of test-only apps with either ADB over TCP or WiFi ?
  2. if yes for the 1st question, how to have a list of all test-only apps ?

@MuntashirAkon
Copy link
Owner

  • for non-rooted phones, we can only block tracker of test-only apps with either ADB over TCP or WiFi ?

Via 1-click ops as usual.

2. if yes for the 1st question, how to have a list of all test-only apps ?

There's no such option right now. You need to wait for #321, which may be available in the next quarter.

@molitona
Copy link

molitona commented Mar 18, 2024

thank you @MuntashirAkon
unfort, it didn't find any app labled as test-only.

for non-rooted phones, AM can't do anything to block trackers.

i have 2 questions if you don't mind

  1. I use this android app FW https://rethinkdns.com/app and I block WIFI+mobile data for non-FOSS/non-clean of trackers apps found by exodus. do you know about it, i tried it, it blocks TCP connections, ICMP it didn't work, for UDP didn't test. do you think it's a good strong FW that can't be bypassed? (I have android 13)

  2. For android 13, some 3rd party apps (aurora/fdroid) shows an option to block WIFI+data in their settings and others not, why this? can app devs deny it from being prevented to use wifi/data ?

@MuntashirAkon
Copy link
Owner

  • I use this android app FW https://rethinkdns.com/app and I block WIFI+mobile data for non-FOSS/non-clean of trackers apps found by exodus. do you know about it, i tried it, it blocks TCP connections, ICMP it didn't work, for UDP didn't test. do you think it's a good strong FW that can't be bypassed? (I have android 13)

No, I never tried this app.

2. For android 13, some 3rd party apps (aurora/fdroid) shows an option to block WIFI+data in their settings and others not, why this? can app devs deny it from being prevented to use wifi/data ?

Depends on the availability of the Internet permission.

@molitona
Copy link

Depends on the availability of the Internet permission.
you know what is exactly this permission that is added to manifest file ?
some apps shows an option to block wifi and data, others only data and others nothing

otherwise, i have 1 question, to my understanding on android phones we can't have both privacy and security in the same time.

if i root my phone anyone can go to twrp, delete the file that stores pin/password and have access to my phone data so NO SECURITY! (i remember searched for a way to have TWRP secured by password but found it's not possible years ago..)

in the other end, if we stay with no-root then OEMs can still spy on us and steal our data no matter how many bloatware apps we remove with adb.

you agree with my point PRIVACY && SECURITY is something unachievable in android phones ?

@MuntashirAkon
Copy link
Owner

you know what is exactly this permission that is added to manifest file ?

I'm not exactly sure how many permissions. But I'm sure it includes android.permission.INTERNET.

otherwise, i have 1 question, to my understanding on android phones we can't have both privacy and security in the same time.

That's not true. It entirely depends on your threat model. For example, you could buy a Pixel phone, unlock bootloader, install GrapheneOS, re-lock bootloader, and only install privacy respecting apps in the primary profile and others in the secondary/work profile.

@molitona
Copy link

molitona commented Apr 8, 2024

you know what is exactly this permission that is added to manifest file ?

I'm not exactly sure how many permissions. But I'm sure it includes android.permission.INTERNET.

otherwise, i have 1 question, to my understanding on android phones we can't have both privacy and security in the same time.

That's not true. It entirely depends on your threat model. For example, you could buy a Pixel phone, unlock bootloader, install GrapheneOS, re-lock bootloader, and only install privacy respecting apps in the primary profile and others in the secondary/work profile.

ok what can happen if i let bootloader unlocked after rooting ?

@MuntashirAkon
Copy link
Owner

ok what can happen if i let bootloader unlocked after rooting ?

Off-topic questions should be asked in groups/forums, not in an issue tracker. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants