Fix Android Froyo (2.2) AAC+ / HE-AAC not decoding SBR part (rooted phone)
          http://code.google.com/p/android/issues/detail?id=9308
AAC+ or HE-AAC files' SBR bits are not decoded in Froyo with the introduction of "stagefright".
Easy fix with rooted phone:
          
		
 
AAC+ or HE-AAC files' SBR bits are not decoded in Froyo with the introduction of "stagefright".
Easy fix with rooted phone:
- Download ScriptMe from Market
- Use e.g. ES File Explorer to create a "stagefright-off.sh" file which contains
 setprop media.stagefright.enable-player false
- Execute the script with root permissions using ScriptMe

