-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mobile and Windows application blocking not working #65
Comments
Block mobile doesn't do anything and has been removed. This issue is something else. |
Ok. Is this planned to be included later one if you find a way? |
Unfortunately not, the API "supports" the command, however it seems Microsoft's apps themselves don't even give you the option block a mobile device, and when the block is turned on the mobile device is still usable. I've never been able to get it to do anything myself. |
@idorose I have just released 2024.12.0b2 which allows downloading diagnostic data. I don't need everything from it, but if you could find the application IDs that don't work when blocking / unblocking apps that would be fantastic. You can find them under the following key in the json file that is downloaded after pressing the
|
Hey, so I updated the integration, blocking \ unblocking service works for me now (yey!), but there is a problem if the app is not one word for example - Brawl Stars. I am getting an error, if I block Whatsapp its wroking perfectly |
Another problem is when you have the same app name on Windows and Mobile, it seems to block only one of them, for EG. app id x:androidplt:e23658734a781a3e and app id x:windowsplt:e23658734a781a3e are both WhatsApp, can you add an option to block apps according to that app id on the diagnostics JSON you told me to extract? |
@idorose thanks for those IDs, they are useful to see. Do you think if I added the platform to the start of the app name to distinguish between it would be ok? For example:
|
Sounds great |
Originally posted by @idorose in #37 (comment)
This seems to be related to the logic implemented here https://github.com/pantherale0/pyfamilysafety/blob/34c9df2c1dcafef227746efb888ced39edb137ba/pyfamilysafety/application.py#L5
The text was updated successfully, but these errors were encountered: