The cmd will be default in ics-x86.
No plan to back port to older branch. sorry.
> 2. The camera does not work. The camera app as well as any other app I
> tried fails to get a picture from the camera.
>
> Is there any solution to this problem?
No, unless you're interested in hacking
the broken libcamera hal.
> I'm using 2.3rc1 because even the "stock" apps in Honeycomb 3.2rc2
> keep on force closing like wild, and ICS is stuck on the console (I
> already read up on the workaround).
>
> The two issues are the only show-stoppers for me ... otherwise 2.3rc1
> is working very nicely, and I even managed to sideload the gapps
> (Market et al).
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
> Java [is] not a programming language but the world's largest security hole
How do you come to that conclusion?
Any help would be great, and alsamixer and all them playstore apps don't work..........
Thanks
Mike
Mike
Mike
Mike
File "INIT.SH"
function init_hal_audio()
{
case "$PRODUCT" in
VirtualBox*|Bochs*)
[ -d /proc/asound/card0 ] || modprobe snd-sb16 isapnp=0 irq=5
;;
*)
;;
esac
[ -d /proc/asound/card0 ] || modprobe snd-dummy
for c in $(grep '\[.*\]' /proc/asound/cards | awk '{print $1}'); do
alsa_ctl init $c
alsa_amixer -c $c set Master on
alsa_amixer -c $c set Master 127 # Changed from 100 to 127
alsa_amixer -c $c set Headphone on
alsa_amixer -c $c set Headphone 100
alsa_amixer -c $c set Speaker 127 # Changed from 100 to 127
alsa_amixer -c $c set Capture 127 # Changed from 100 to 127 (Not meaning to, But didn't hurt nothing so left it)
alsa_amixer -c $c set Capture cap
alsa_amixer -c $c set PCM 100 unmute
alsa_amixer -c $c set 'Internal Mic Boost' 2 # Changed From 'Mic Boost' To 'Internal Mic Boost'
done
}
How did you get Alsa Mixer to work? It seems totally useless and doesn't have any parameters to set or do anything at all as far as I can tell.
Mike
Mike
In terminal type
In terminal type
su

--
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 post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.