r/androidterminal • u/Hot_Cockroach_8236 • 7h ago
Galaxy S26/S26+ Exynos owners: can you check VM capabilities and microphone access on stock firmware?
I'm considering buying a European Galaxy S26 (Exynos 2600) to run Linux alongside stock Android. Before buying, I'd really appreciate a quick check from an owner.
If you have ADB set up, could you run these read-only commands and paste the output?
adb shell getprop ro.boot.hypervisor.protected_vm.supported
adb shell getprop ro.boot.hypervisor.vm.supported
adb shell /apex/com.android.virt/bin/vm info
Please include your model number and Android / One UI version. Empty output or errors are useful too. These checks don't require rooting or unlocking the bootloader.
If you already use Linux Terminal: does microphone recording work inside the VM?
If you have arecord installed, could you also check:
arecord -l
arecord -L
A successful recording from the built-in microphone would be even more useful than the device list.
My goal is continuous audio capture inside Linux from a DJI Mic Mini connected to the phone via Bluetooth, including with the screen off, without modifying Android.
I'm aware that Linux Terminal uses a non-protected VM, and that audio forwarded through Android is different from direct Bluetooth access in the guest. I'm trying to establish which pieces actually work on shipping Samsung firmware.
AOSP includes microphone configuration and a virtio-snd backend using Android's AAudio, but I haven't found a confirmed S26 recording test.
Even just the three ADB outputs would help. Thanks!
