--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/5381d945-d9a0-4f8b-92f0-589d3ce45a92%40googlegroups.com.
Hello Rob,
The best way to set the output is using the property hal.audio.out rather than deleting potentially useful devices.
Example hal.audio.out=pcmC0D3p
Thank you very much for pointing this out. But I'm totally noob in android-x86 development... can you kindly tell me where (in which file) should I set this property?
I have the same issue with the volume but I'll have a look at fixing it soon if nobody else does.
Thank you again! Please let me know
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/215ab477-c163-f30d-6854-f84c52f258c7%40gmail.com.
You can set it in /system/etc/init.sh
Locate the init_hal_audio() function
Just before the closing brace after 'esac' write
setprop hal.audio.out pcmC0D3psetprop hal.audio.primary.hdmi 1
Remember, your device may not be pcmC0D3p, so try others if not working. Good luck
Yes, it worked out nicely!
I look forward for news about volume fix, if and when there will be any.
Thank you!