I played around with this and ended up going down some rabbit holes, as I was looking for a way to launch the voice recorder without ever firing the app (the UI flash was acceptable, but grated the back of my mind). Using Claude, I ended up vibe coding a solution that I'm happy to share - but you can edit the EVR apk so that the recording action can be called by outside apps. Then a small "helper app" can be set to the double press button, that just calls into the EVR "start recording" intent. End result is double tap goe... (read more)
This was super helpful - thank you.
I played around with this and ended up going down some rabbit holes, as I was looking for a way to launch the voice recorder without ever firing the app (the UI flash was acceptable, but grated the back of my mind). Using Claude, I ended up vibe coding a solution that I'm happy to share - but you can edit the EVR apk so that the recording action can be called by outside apps. Then a small "helper app" can be set to the double press button, that just calls into the EVR "start recording" intent. End result is double tap goe... (read more)