First, you need to enable Developer Mode on your Vega OS device, than you can run the next command to enable a VoiceView Screen Reader
vega exec "vda shell '{ echo button_hold KEY_BACK; echo button_hold KEY_MENU; sleep 3; echo button_release KEY_BACK; echo button_release KEY_MENU; echo exit; } | inputd-cli start'"
If you need to enable a VoiceView on Simulator
# turn on
vega exec vda shell vdcm set "com.amazon.devconf/system/accessibility/VoiceViewEnabled" "ENABLED"
# turn off
vega exec vda shell vdcm set "com.amazon.devconf/system/accessibility/VoiceViewEnabled" "DISABLED"
Top comments (0)