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

Contact groups do NOT show for selecting #620

Closed
StanTody opened this issue Oct 25, 2024 · 12 comments · Fixed by #626
Closed

Contact groups do NOT show for selecting #620

StanTody opened this issue Oct 25, 2024 · 12 comments · Fixed by #626
Assignees
Labels
bug Bug in BCR itself

Comments

@StanTody
Copy link

At first, I really appreciate the new feature for creating rules for auto recording calls - thank you very much for it !

But unfortunately on my phone I can NOT select a contact group for creating a rule - the select group dialogue appears empty (see attachments).

All my contacts are in local phone account (see attachments)
Screenshot_20241025_150552_True Phone_1
Screenshot_20241025_150532_True Phone_1
Screenshot_20241025_150502_BCR
Screenshot_20241025_150513_BCR
.
Phone: Samsung S23
ROM: One UI 6.0

@chenxiaolong
Copy link
Owner

Can you try installing a different contacts app, like Fossify Contacts, and seeing if the groups appear there? I just want to make sure the Samsung contacts app is actually storing the groups in the system database and not in its own database.

@StanTody
Copy link
Author

StanTody commented Oct 25, 2024

The attached above screenshot is from contact management of TruePhone (https://play.google.com/store/apps/details?id=com.hb.dialer.free ). Bellow is a screenshot from Samsung Contacts - the groups are same. Remind you that my contacts are in LOCAL phone account, not in Google account.
Screenshot_20241025_195612_Contacts

@chenxiaolong
Copy link
Owner

Hmm, if that's the case, I'm not sure what the issue is. Please grab a logcat immediately immediately after opening BCR's empty contact group screen and upload that.

If you're familiar with adb, you can grab the logcat with adb logcat -d > logcat.txt. Otherwise, you can use a logcat app.

Remind you that my contacts are in LOCAL phone account, not in Google account.

That doesn't make a difference. All groups, regardless of where they're stored are exposed to apps the same way.

@StanTody
Copy link
Author

Please grab a logcat immediately immediately after opening BCR's empty contact group screen and upload that.

Here it is:
logcat.part.txt

@chenxiaolong
Copy link
Owner

Hmm, it doesn't look like that was able to capture the logs.

Please try this test build: BCR-1.72.r6.gef3b005-release.zip There's no difference in functionality, but I added a new option to save the logs.

Try long pressing BCR's version number to enable debug mode, open the empty contact group screen, and then go back to BCR's main screen and hit the new save logs option.

@StanTody
Copy link
Author

and hit the new save logs option

Hi again! Here is the saved log:
Logcat.20241026_1000.zip

@chenxiaolong
Copy link
Owner

Thanks for the logs!

This should be fixed by #626. Please give this test build a try and upload new logs if you still run into issues: BCR-1.72.r14.gf81cbfd-release.zip

@chenxiaolong chenxiaolong self-assigned this Oct 27, 2024
@chenxiaolong chenxiaolong added the bug Bug in BCR itself label Oct 27, 2024
@StanTody
Copy link
Author

Please give this test build a try and upload new logs

In this build groups are visible, BUT each group is shown TWICE (see attachments).

Here is the log:
Logcat.20241027.zip

Screenshot_20241027_124523_BCR

@chenxiaolong
Copy link
Owner

Can you install this new test build and take another screenshot? (Feel free to black out the accountName parts). BCR-1.72.r15.gb83f245-release.zip

The screen should look something like this: screenshot

I want to see if these groups are actually duplicates (same rowId and sourceId) or if they are different groups with the same title.

@StanTody
Copy link
Author

I want to see if these groups are actually duplicates

No, they obviously are different ones with same names. Maybe you can add account name to group name, so they can be identified uniquely?
Screenshot_20241028_085231_BCR_1

chenxiaolong added a commit that referenced this issue Oct 29, 2024
Issue: #620

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong
Copy link
Owner

The account name has been added to the description of each group in #626, which will be included in BCR 1.73.

@StanTody
Copy link
Author

StanTody commented Nov 2, 2024

Thank you very much and I wish you everything best !

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

Successfully merging a pull request may close this issue.

2 participants