AntiAlexa - Solving Amazon's digital assistants problem


What's the problem? 🤔

After one of the many automatic updates of my Amazon digital assistant (in my case Amazon Echo Dot) which I also use as a speaker for my PC, I noticed that if my PC doesn't play any sound for a certain number of minutes and then try to play some sound, the digital assistant, before playing the sound, notifies me (vocally) that it has successfully connected via bluetooth.
This is really boring, also because often the notification is longer than the sound itself... 😒

Surfing the net I found out that I'm not the only one with this problem; many other people have the same problem and don't know how to fix it.
Many users have turned to the Amazon Help Center for help and to resolve the issue but the support responses were unsatisfactory and, to date, Amazon hasn't released any updates that fix the problem yet.
It's funny to read how some people wake up during the night because the digital assistant notifies that it has successfully connected via bluetooth when the smartphone (associated with the digital assistant) has to play some notification sound 🔊😴😭

Below you can find several forums where many users (rightfully) complain and desperately seek a solution to fix the problem.

Let's investigate the cause of the problem 🔍

The digital assistant behavior is due to its automatic standby mechanism which is triggered after a certain period of inactivity.
By doing some tests with my Echo Dot I found out that this period of inactivity must be greater than or equal to 10 minutes (also in this forum an user proposes the same period of time).
The idea of automatic standby after a certain period of device inactivity is intelligent because it saves energy (it perfectly implements the idea of energy saving). Unfortunately, less intelligent it's the algorithm implemented by Amazon, which doesn't consider that the digital assistant had previously announced that he was connected via bluetooth, and doesn't even give the possibility to disable this particular type of notification 🤦

Some possible solutions to solve the problem 💡

Since we can't disable the notification related to the bluetooth connection, we'll probably have to give up the automatic standby mechanism (therefore also energy saving). In fact, by avoiding standby, the digital assistant will always remain connected via bluetooth, avoiding to play the boring notification.
Below there're some ideas to disable automatic standby mechanism:

Using AntiAlexa to solve the problem 🔇

Since the different options described above didn't work with my Echo Dot or seemed inconvenient, I decided to develop a Windows application on my own, capable of doing what I described in the last point of the previous list.
In particular AntiAlexa (I chose this name because at that moment I was particularly irritated by the fact that the Amazon Alexa app didn't allow to disable the bluetooth notification 😡) is a Windows console application written in C♯ (here its source code) which has the following features:

How to install AntiAlexa? 🆘

When I developed AntiAlexa I set, in the project properties, the .NET Framework 4.5 as the target framework, therefore, in order to run the application correctly, the .NET Framework 4.5 (or a later version) must already be installed on your PC.
As you can read here from Windows 10 (version 1507) the .NET Framework should already be installed on the system by default. If it isn't, before installing AntiAlexa, download and install the latest version of the .NET Framework from here (Microsoft official website).
If you don't know if the .NET Framework is installed on your system, you can follow this procedure to figure it out.

Perfect! Now all you have to do is to install AntiAlexa by following the steps below:
  1. Access to my GitHub repository by clicking here.
  2. Download my project by clicking on the "Code" button at the top right and then click "Download ZIP".
  3. Extract the contents of the ZIP archive (the folder "AntiAlexa-main" should appear) and delete the archive.
  4. Browse the folder following this path: "...\AntiAlexa-main\AntiAlexa\AntiAlexa\bin\Debug\"
  5. Run AntiAlexa.exe
  6. A MessageBox indicating that the application has been successfully installed should appear.
  7. AntiAlexa should self-eliminate within three seconds.
  8. Now you can delete the "AntiAlexa-main" folder.
  9. Antialexa is now running properly and will be executed automatically at every Windows startup. You can easily check this by using the Windows Task Manager and checking the content of the Windows StartUp folder.
If you have any difficulty following the above steps, I've recorded the following video to help you 😇
Don't worry about any possible antivirus warning (e.g. Windows Defender or any other antivirus system)! AntiAlexa isn't a malware and you can easily verify that it's safe by analyzing its source code here.

Note ⚠️

Obviously AntiAlexa is developed for PC with Windows OS so, all those who have this problem with a smartphone or a PC with another OS, should either look for a program similar to AntiAlexa for their target OS, or they might write a similar program (probably in another programming language) on their own, taking a cue from (or converting entirely) mine.
The second choice would certainly be more challenging but also more exciting and, if completed successfully, would allow you to learn a lot and share to the whole community your solution to the problem for the target system you've chosen, like I did for Windows OS.

Conclusion

We've seen that, to date, in Amazon's digital assistants (I don't know if in all the lineup, but certainly at least in some of them) there's an annoying voice notification which is played when the digital assistant is used as PC speaker.
We've understood and investigated the cause of the problem by proposing some solutions and, among these, we've seen how an ad hoc application can solve the problem.
We've seen how to download and install this open source application for free, and in this way we've solved the problem. We can consider this solution as 'temporary', and continue to use it until (hopefully as soon as possible) Amazon will decide to release a decent update for its digital assistants, which will eliminate this annoying and repetitive notification.

References 🔗



If you liked this article, what do you think about buying me a unicorn? Yeees! I'll buy it for you! 🦄