• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Streaming Audio Fix

djl236

Member
I have a quick question, I'm running the latest FrankenROM with Sense from 8/22/2010 with the stock kernel and the 2.15 radio. How do I install the streaming audio fix? My pandora sounds terrible now. Is it done through adb (if so, can anyone type up the instructions/commands) or do I just put it on the SD card and load it through clockworkmod?

Thanks.
 
have you tried changing build.prop to fix it? if you edit /system/build.prop and change...

media.stagefright.enable-http=true

...to...

media.stagefright.enable-http=false

...that will fix it. at least, it did for me on skyraider 2.5.2 w/ sense. if you're running hulu as well, the streaming audio fix adrynalyne posted will cause demonic sounding voices in hulu. the change above (without applying ad's fix) will fix both the streaming audio AND hulu (again, at least it did for me).
 
have you tried changing build.prop to fix it? if you edit /system/build.prop and change...

media.stagefright.enable-http=true

...to...

media.stagefright.enable-http=false

...that will fix it. at least, it did for me on skyraider 2.5.2 w/ sense. if you're running hulu as well, the streaming audio fix adrynalyne posted will cause demonic sounding voices in hulu. the change above (without applying ad's fix) will fix both the streaming audio AND hulu (again, at least it did for me).

Thanks, I'll try this tonight when I get home. Is this done through adb? I have the SDK, etc installed on my laptop, but I'm a complete noob and just getting the hang of all of this. Can you explain a little more exactly how to do this? I apprieciate it.
 
adb pull /system/build.prop /*wherever you want to pull it to

then change those lines with a text editor
then

adb remount ; adb push /path/to/new/build/prop /system

or make all the changes with root explorer or something similar
 
Back
Top Bottom