-
Notifications
You must be signed in to change notification settings - Fork 14
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
android does not save clipboard text to clipto - unless you open clipto #148
Comments
Allow access to device logs as it is suggested by the system. It should
help.
…On Tue, Jan 24, 2023 at 6:26 AM igorzhilin ***@***.***> wrote:
Hi
Android 12
Samsung s20+ Exynos
I have granted clipto:
adb -d shell pm grant com.wb.clipboard.pro android.permission.READ_LOGS;
adb -d shell appops set com.wb.clipboard.pro SYSTEM_ALERT_WINDOW allow;
The permanent notification is allowed.
Problem:
1. I copy text on Android. It used to automatically upload. I used to
see the note from the web browser on PC almost immediately after it is
copied on Android. Now it does not happen.
2. The copied text does not show on the permanent notification.
3. I open clipto on Android.
4. When I get into the clipto, now it asks "Allow Clipto to access all
device logs?". 🤔But I did the adb -d shell pm grant
com.wb.clipboard.pro android.permission.READ_LOGS; , didn't I?
5. The copied text now appears at the top of the list. The note is
synced with the cloud. The permanent notification now displays the copied
text.
I am not sure, maybe this is caused by a recent security update or
something specific to Samsung. Please advise what this may be.
—
Reply to this email directly, view it on GitHub
<#148>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5B3W75XE64D3VG66WECQDWT5KY3ANCNFSM6AAAAAAUET5YCQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Even after I run these adb commands that are supposed to allow clipto access to logs, I still receive the above prompt at the first launch - and there's no option to allow it forever. Is this something Samsung specific?
|
https://issuetracker.google.com/issues/232206670 Could you please investigate - or at least contribute to the discussion above? The discussion has been initiated by the creator of Tasker, and if more developers contribute to the cause, perhaps Google will take measures or help find a workaround. For now, very unfortunately, clipto has become more cumbersome to use for me, as it does not save all clipboard copies automatically. |
Hi. It's still not working on Android 13. There's no way to enable access to logs forever. Which makes my clipto subscription pretty useless. Maybe the author can look into XClipper? This app uses Accessibility to capture clipboard, and it works quite well. |
Hi
Android 13
Security patch Jan 1, 2023
Samsung s20+ Exynos
Clipto 7.3.8-release
I have granted clipto:
The permanent notification is allowed.
Problem:
On the force stop and re-launch of clipto, Android asks "Allow Clipto to access all device logs?". 🤔But I did the
adb -d shell pm grant com.wb.clipboard.pro android.permission.READ_LOGS;
, didn't I?I am not sure, maybe this is caused by a recent security update or something specific to Samsung. Please advise what this may be.
The text was updated successfully, but these errors were encountered: