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

Required packages for private space feature #749

Open
3 tasks done
Faulhait opened this issue Dec 2, 2024 · 1 comment
Open
3 tasks done

Required packages for private space feature #749

Faulhait opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
package::breakage Phone has unexpected issues after debloating

Comments

@Faulhait
Copy link

Faulhait commented Dec 2, 2024

Describe the problem

Private Spaces

Private spaces are a new feature on Android 15 that allow the users to have something similar to a second Profile except less prone to issues and better accessibility.

Issue

Private spaces were not in my system settings. After fixing the issue (see Context and confirming the functionality I removed the packages below again and the private spaces feature continued to be in my app menu but would not launch.

Context

The feature was not available on my pixel device after updating to the latest Android version. I pinned down the missing package by process of elimination after reinstalling all packages deleted with Canta. I deleted the packages (see Dependencies) due to being tagged as recommended and kept them deleted since there weren't any issues.


Dependencies

1

name
com.google.pixel.camera.services.PersistentApplication

package
com.google.pixel.camera.services

description
CameraIDRemapper and a lot of Debug stuff

2

name
Webcam Services

package
com.android.DeviceAsWebcam

description
Using smartphone as webcam

You have a solution?

Suggestion

Changing the tag for the two mentioned packages from Recommended to Advanced as well as updating the description to warn the user of the end result.

PS
I suspect the first package to be specific to pixel phones. It would be good to find the corresponding packages for other devices and apply the same changes there as well (assuming the issue exists on those devices too).

Provide logs

no logs

Acknowledgements

  • This issue is not a duplicate of an existing one.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@Faulhait Faulhait added the package::breakage Phone has unexpected issues after debloating label Dec 2, 2024
@Faulhait
Copy link
Author

Faulhait commented Dec 2, 2024

I am unfamiliar with this GH. This is a reposted issue from Canta Android debloater as per the developers request.

@AnonymousWP AnonymousWP self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package::breakage Phone has unexpected issues after debloating
Projects
None yet
Development

No branches or pull requests

2 participants