¯_(ツ)_/¯
¯_(ツ)_/¯
Save you a click:
However, if you’ve been following Android platform development news lately, you may have heard of something called the trunk stable project. Without getting too technical, the way that Google develops Android has significantly changed. The first Android version to be released as part of the trunk stable project was Android 14 QPR2 back in March, which is why that release used a very different build ID naming scheme. Instead of having build IDs that started with the letter “U” for Upside Down Cake, Android 14 QPR2 had build IDs that started with the letter “A.”
I thought that was…
mandated
This photo confused my brain, which initially thought it was a green screen wall with trees projected onto the upper half as if looking through a VR headset.
Maybe I need to go and touch some grass.
Ah nice, you’re GPIO to generate tones with PWM. Very cool!
Great to hear you got it sorted! May I ask out of curiosity which library you are using to play sounds?
It should be possible, but the answer is going to depend on your implementation, what libraries you are using, and so on.
For example, if the play sound action is synchronous, then maybe you could start it up in another thread, and interrupt that thread if you want to cancel the sound.
If it’s asynchronous, maybe you need to retain a reference to the sound object and then invoke a stop() call when the other button is pressed.
Standard shitpost and then out of nowhere “Hello inject me with beans please”
WHY IS IT SO FUNNY
Yep, hence the preface. Just offering up an alternative to using software they’re concerned about in case they don’t know they have the option. 🙂
I’m going to assume that by the way you’re describing it, using an excel alternative is totally out of the question or simply not possible, but just in case it isn’t…
If you haven’t heard of it, check out LibreOffice.
* WarCraft 3 DotA Map has entered the chat *
Ah that’s great. It wasn’t an option when I had to get it sorted but that was a few years ago. The self-service options in the app are excellent for basic config and troubleshooting.
I have AussieBB and had to give them a call at one point to allow inbound traffic so I could expose my self-hosted server. They flicked a switch for my account and then everything came good.
If you give them a ring and explain what you’re trying to do it should get sorted out very quickly. Their customer service staff are very knowledgeable and friendly - they’re the best RSP I’ve ever had.
You may need to log out and log back in for the addition of the sudo group to take effect.
The default config sudo should be fine, but if the above doesn’t work then you may also want to look up “visudo” to check/modify the sudo config.