Sathvik Rao Poladi

Results 37 comments of Sathvik Rao Poladi

Are you running in P2P mode? For few users default database is fine. The postgresql is used for reliability when running for 1M users.

Can you share your compose file excluding db password

Yes, I will be working on this and will add a workaround if possible.

Hi @GraphicHealer I have great news! I implemented a workaround for both rooted and non-rooted devices. The only thing users need to do is execute three ADB commands, and everything...

Hi @archef2000 After executing three ADB commands and disabling battery optimization, do you see this message when you click the Start button?

Hi @archef2000, Try uninstalling and reinstalling the app and follow the adb steps. If that doesn't work, check the logs using `adb logcat`. When you try to copy text, you...

Hi @archef2000, All the steps are correct, and as per your logs, you didn't find: `W ActivityTaskManager: Background activity start for com.clipcascade allowed because SYSTEM_ALERT_WINDOW permission is granted.` This means...

Hi @archef2000, Could you please run the following two ADB commands to check the Android version and the permissions for ClipCascade? Also, please share the output. 1. `adb shell getprop...

It appears that `READ_LOGS` permission is granted, but not for user ID 150: ``` android.permission.READ_LOGS: granted=true android.permission.READ_LOGS: granted=false, userId=150 ``` Try running the following command: ```bash adb -d shell pm...

Did you store the app in a secure folder? [see here](https://android.stackexchange.com/questions/243104/getting-java-lang-securityexception-shell-does-not-have-permission-to-access-u)