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

Will it be possible to make the app of Native Clipboard Manager work on Android Q well? #83

Open
AndroidDeveloperLB opened this issue May 4, 2019 · 12 comments

Comments

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented May 4, 2019

For now, I've found out that it's possible to get the clipboard data in the background, but only if the app is in the foreground with an on-top view .
Example here . Un-comment the part in the onStartCommand function, and you will see it will write to the log each time something gets copied, even if you leave the app.

But, what I miss on your app is to paste the clipboard data, which doesn't work and I don't know how it is working in code.

I know that clipboard apps got to be much worse on Android Q (here), but maybe there is still a way around it?

@Fabian42
Copy link

There is a "Clipboard whitelist" Magisk module that fixes this issue.

@AndroidDeveloperLB
Copy link
Author

Is the app "Native Clipboard Manager" available somewhere with its code?

@Fabian42
Copy link

That is this repository, but it is outdated. I restored a newer version from a backup, there are also various websites that have it, no idea how trustworthy they are.
If you meant "Clipboard wishlist", then yes, here: https://github.com/Kr328/Riru-ClipboardWhitelist

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Mar 18, 2024

@Fabian42
Copy link

That is exactly where you are already commenting, it is this repository right here.

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Mar 18, 2024

That can't be correct, because if you download it, and search for "AccessibilityService", you won't find even one file with it.
There are also no configurations that are set for it to work, and it never used Magisk at all. Worked without root.

Also the dates don't seem correct.

@Fabian42
Copy link

Maybe that is caused by the old state, no idea. But the developer name matches.

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Mar 18, 2024

Old state? What do you mean?
Only thing that seems to match is the package name.
The version is different. On Play Store, it's 4.8.1, and here it's 3.3.
I can't even find 3.3 on the history.

Ever since I've tried it, it always had accessibility and didn't require Exposed, or root, or Magisk or anything special.

@Fabian42
Copy link

So you mean this cannot be the same developer? That is very weird. I would suggest contacting one of them, but I think both projects are abandoned.

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Mar 18, 2024

I thought I'm doing it here...
Also pretty sure I tried via email.
I tried now again.

@tp0
Copy link

tp0 commented Mar 18, 2024

This is the correct repo but it is just outdated and apparently was abandoned even before the dev stopped development (hence newer versions on Play Store).

@AndroidDeveloperLB
Copy link
Author

Too bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants