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

Slow startup for Nothing Ear (2024) #2

Open
zezic opened this issue Dec 10, 2024 · 2 comments · May be fixed by #3
Open

Slow startup for Nothing Ear (2024) #2

zezic opened this issue Dec 10, 2024 · 2 comments · May be fixed by #3

Comments

@zezic
Copy link

zezic commented Dec 10, 2024

The app mostly works for my Nothing Ear (2024), but it is taking about few minutes to show the UI. The log acts like that:

$ nothing-linux 
Connecting to Ear at 2C:BE:EB:78:A4:5C

[WAITING FOR FEW MINUTES]
[SHOWS UI]

2C:BE:EB:78:A4:5C
2436000650
3,1,

1.0.1.54
set_anc_mode_off: Ok(())
set_anc_mode_adaptive: Ok(())
set_anc_mode_off: Ok(())
set_anc_mode_adaptive: Ok(())
set_anc_mode_off: Ok(())
set_low_lag_mode_on: Ok(())
set_low_lag_mode_false: Ok(())
set_in_ear_detection_on: Ok(())
set_in_ear_detection_off: Ok(())

I'm not sure how do I check the "Low Lag Mode" switch, but Noise Control and In-Ear Detection are working fine.

If you have any suggestions on debug, I can write and run simple tests on my machine using your beautiful nothing crate to figure out why it takes so long to connect. And thank you for this nice tool!

@sn99
Copy link
Owner

sn99 commented Dec 10, 2024

I'm not sure how do I check the "Low Lag Mode" switch

If the device supports dual devices check that, if you enable it on the desktop it shows enabled on the phone too.

I made a new release, it should be faster, try rpm/deb packages too, rn appimage has bug issues in Tauri itself.

@zezic
Copy link
Author

zezic commented Dec 10, 2024

Thank you! I created a PR #3 to fix this slow startup problem, it was related to the protocol difference (I think?).

Btw, it seems that the new release you just published (*.deb one) is requiring newer version of GLIBC and it gives me this message on my ancient Ubuntu 22.04 system:

$ nothing-linux 
nothing-linux: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by nothing-linux)

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

Successfully merging a pull request may close this issue.

2 participants