View Single Post
  #124 (permalink)  
Old 09-17-2011, 01:05 PM
mazak's Avatar
mazak
Lurker
Offline
 
Join Date: Oct 2010
Posts: 7
Reputation: 0
mazak is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Bluetooth and Android?

Quote:
Originally Posted by mgross029 View Post
Mazak,
If you are trying to get the routing to work properly (without new acoustic libs) then the thread arrrghhh posted for you should get you there.

Have you tried the steps posted there?

Just in case you missed it...
[Testing] Bluetooth Audio Routing FRX07 XDAndroid

Also, you should wipe out any changes you did and start with a fresh FRX7.1 load to make sure you don't have any residual from your previous testing..
Yes, I made new copy ( different sdcard) and this:
1. Copy files do /sdcard/
AudioFilterTable.csv
AudioPara3.csv
AudioPreProcessTable.csv
libaudio.so
2. Added in the end of /CONF/froyo.user.conf :
# custom shell commands, these commands run last
custom_shells{
chmod 777 /etc/dbus.conf
#echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch
rm -f /sdcard/fsck*.rec
modprobe ipv6
modprobe xt_owner
modprobe ipt_REJECT
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
}


mount --bind /sdcard/libaudio.so /system/lib/libaudio.so
mount --bind /sdcard/AudioPara3.csv /system/etc/AudioPara4.csv
mount --bind /sdcard/AudioPreProcessTable.csv /system/etc/AudioPreProcess.csv
mount --bind /sdcard/AudioFilterTable.csv /system/etc/AudioFilter.csv


And no sound when listening to the music, and when calling - no problem.

Maybe these files have to chmod ?
Quote:
Another option is to pull your own .CSV files from the \windows folder in WM.
Tried this as well, now my /CONF/froyo.user.conf looks like:

# custom shell commands, these commands run last
custom_shells{
chmod 777 /etc/dbus.conf
#echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch
rm -f /sdcard/fsck*.rec
modprobe ipv6
modprobe xt_owner
modprobe ipt_REJECT
#echo "Hello!!!" # example
#echo "You can create your own commands here" # example
}

#added by mazak for working bluetooth audio AD2P
mount --bind /sdcard/libaudio.so /system/lib/libaudio.so
mount --bind /sdcard/AudioPara3.csv /system/etc/AudioPara4.csv
mount --bind /sdcard/AudioFilterTable.csv /system/etc/AudioFilter.csv
mount --bind /sdcard/AudioPara.csv /system/etc/AudioPara.csv
mount --bind /sdcard/AudioPara3_ATT.csv /system/etc/AudioPara3_ATT.csv
mount --bind /sdcard/AudioPara3_ATTMax.csv /system/etc/AudioPara3_ATTMax.csv
mount --bind /sdcard/AudioPara3_Boot.csv /system/etc/AudioPara3_Boot.csv
mount --bind /sdcard/AudioPara3_TMO.csv /system/etc/AudioPara3_TMO.csv
mount --bind /sdcard/AudioPara3_TP2Max.csv /system/etc/AudioPara3_TP2Max.csv
mount --bind /sdcard/AudioPreProcessTable.csv /system/etc/AudioPreProcess.csv

Ofcourse all these files i have on sdcard.
Still not working with music.
Quote:
Also, there is a thread on increasing audio volume here from vzihome. There are two cab files you download and install into WM. Seems to have helped with some low audio problem for me and also updates some of the .CSV files in the \windows folder.
Maybe these second files comes from my windows after installing iPollesion TP2 Volume Increase.cab and Kevintm_V4_puff601Regs_AudioPara3_LOUDEST.cab

Anyway i found some problem in logs:
I/BluetoothEventRedirector( 1722): Failed to connect BT headset

I can post whole log, but maybe is useless, as arrrghhh said, it is better to wait a bit, any chance to say when FRX07.2 may come?
TNX
Reply With Quote