Git Product home page Git Product logo

Comments (34)

TETYYS avatar TETYYS commented on August 19, 2024 1

msedgewebview2_AAch2x8DBr

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024 1

@TETYYS Thanks a lot for your comments and for your time testing out my app, I will continue towards fully supporting the A3027 model. Regarding your last comment:

  1. This is expected as this is a Bluetooth/Device limitation (1 open connection). An alert message will be added to inform the user
  2. This is a general issue as the TopBar is in-progress
  3. Same as the above
  4. Life Q35-Specific UI is not yet implemented this is the next step
  5. Okay, I did not know that. I though most of the devices which supported ANC had the same modes. I will fix that.
  6. Same as the above
  7. This will require some time and testing but it's possible to implement.

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024 1

Yes, there are some inaccuracies in how the interpolated graph is rendered, but the points that should be controllable match

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024 1

Yes, the UI changes, but I hear no difference and if I close and open the application I see that no changes were applied, it's back to flat line EQ I had previously.

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024 1

EQ is fully working πŸ‘

One more thing I noticed is that when audio is playing, connecting through desktop app makes the audio crackle a bit, which doesn't happen on mobile app

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024 1

That could be, on the desktop I use an external cheap bluetooth dongle. I'll test the app on a laptop if I get a chance.

from soundcoremanager.

biozob avatar biozob commented on August 19, 2024 1

image

image

image

I just downloaded the app (SoundcoreManager-windows-latest-59735ef4.exe) and tested it on my Life Q35 and after clickining on connect this window keeps loading for infinite time.

from soundcoremanager.

igorbmaciel avatar igorbmaciel commented on August 19, 2024 1

The same errors to me, I'm using the latest version e7a3cfd

I've pushed a new build with better error messages to see what is going on. In 10-20mins it will be ready to download using the "Windows Latest" button

The message after download the latest version:

image

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024 1

I had wrong response length checks and they were not triggering with the old windows API. I have updated them and it should work now, wait for the new build.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

@TETYYS Test the artifact in this workflow.

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024

Still the same unfortunately. Is there a way I could provide a debugging output or something similar?
VkG7DpYU2j
Soundcore_Manager_rYB8gQENgm

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

Still the same unfortunately. Is there a way I could provide a debugging output or something similar? VkG7DpYU2j Soundcore_Manager_rYB8gQENgm

An updated build is available here. Thanks for testing and for your time!

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

I've disabled checksum validation try this one out

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024
  • While mobile app is opened, desktop app can't connect, when you press on Connect, it spins for a couple of ms and throws you back to device selection. But I guess this is kinda expected, although if there is a specific error that device reports it could be good to display to user. Same is true vice-versa - phone app just hangs saying "Connecting..." while desktop app is open
  • Three dots at top right are non-pressable (might be a general issue)
  • β¬…at top left is non-pressable (might be a general issue)
  • Headphones image is wrong, I guess just not updated
  • AFAIK Life Q35 only has one battery so display of two individual batteries is not right, phone app displays only one battery indicator
  • Life Q35 in transparency mode doesn't have selection of any additional modes. That is, it can be only transparent and thats it, no Fully transparent or Vocal mode. These two buttons don't do anything
  • Life Q35 does not have Custom active ANC option, so it doesn't do anything
  • EQ doesn't work (works in phone app)

Very nice work, I mainly searched for a desktop app that allows me to switch between ANC modes and that fully works

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

@TETYYS Does the displayed EQ wave in the desktop app match the EQ in the Mobile App?

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

@TETYYS Could you try the latest build to see if the EQ works?

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024

It doesn't unfortunately, I see the headphone & battery display is fixed though πŸ‘

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

Sorry I forgot to change the command😰. Please try this one.

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024

Same result unfortunately

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

Just to be clear, you can see the EQ and change values but those changes are not applied?

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

If you go to the mobile app change the EQ and then connect with the desktop app are the changes reflected?

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024

Yes. It feels like the desktop app only reads and displays the EQ state one time when it connects, nothing else.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

The desktop app should continuously read the EQ, so I don't think thats the problem. Sending the updated EQ is.
I think I'm close to a new build in which EQ hopefully works. I will keep you updated.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

@TETYYS I have re-implemented the set_eq method for A3027 after digging through the Soundcore App. You can find the build here . Let me know if it works.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

Does it constantly do that while connected or only upon the first connection?
It could be that the desktop app constantly polls information and the mobile app doesn't do that. I could lower the polling rate for this device if it constantly crackles to try mitigate the issue.

from soundcoremanager.

TETYYS avatar TETYYS commented on August 19, 2024

Only upon launching the app, before pressing Connect

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

That's weird. Before connecting the app cannot and doesn't send anything to the device, it only initiates a bluetooth scan. It may be something specific to the bluetooth adaptor that you have and that's another issue not related to this issue.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

Perfect, feel free to open an issue if the problem persists.

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

image

image

image

I just downloaded the app (SoundcoreManager-windows-latest-59735ef4.exe) and tested it on my Life Q35 and after clickining on connect this window keeps loading for infinite time.

Will look into this today. Must be a mistake on my end πŸ˜•

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

I had enabled Response Verification for this device which doesn't seem to work. I've pushed a new build and it should work as before now.

from soundcoremanager.

PiotrSzperka avatar PiotrSzperka commented on August 19, 2024

Hi there, I just downloaded latest windows (SoundcoreManager-windows-latest-2a6ea1d0.exe) and there is a similar issue as above:
obraz

I can provide you any additional details if you need some.

from soundcoremanager.

igorbmaciel avatar igorbmaciel commented on August 19, 2024

The same errors to me, I'm using the latest version e7a3cfd

from soundcoremanager.

gmallios avatar gmallios commented on August 19, 2024

The same errors to me, I'm using the latest version e7a3cfd

I've pushed a new build with better error messages to see what is going on. In 10-20mins it will be ready to download using the "Windows Latest" button

from soundcoremanager.

igorbmaciel avatar igorbmaciel commented on August 19, 2024

I had wrong response length checks and they were not triggering with the old windows API. I have updated them and it should work now, wait for the new build.

Now it's working, thanks 😊

from soundcoremanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.