I was getting 15-1600 scores on Quadrant before upgrading to BB v.4. I have tried 1200, 1250 and 1000 speed kernels. WTF?? All the benchmark tests seem to fly through until I get to the videos tests, the fps seem a little lower than they once were.
I was getting 15-1600 scores on Quadrant before upgrading to BB v.4. I have tried 1200, 1250 and 1000 speed kernels. WTF?? All the benchmark tests seem to fly through until I get to the videos tests, the fps seem a little lower than they once were.
does it really matter guys? is your phone actually running slower or are you obsessing over a number that has no real relevance?
so you score 1500ish on the benchmark with all your crap loaded and running... now what? do you notice that 500ms increase in the amount of time your web browser opens (at which point it's waiting on the 3g or wifi network...) or do you really notice that music app opening up a whole split second faster? is it that important to get that twitter app opened up a half second faster to tell the world you stumped your toe?
that benchmark is just an indicator of how your phone could run, not how it will run. there are dozens of other factors to take into consideration that a benchmark doesn't.
Kinda like my car has 400hp, yours has 500hp, but mine is quicker in the 1/4 mi...
ok, so what's the audio fix?
gets rid of the tinny sound of streaming audio and enhances the connectivity of it!!!
here's the link to the xda site pertaining to it...
[FIX] Fix poor AAC streaming performance (Pandora, Slacker, etc) on Froyo - Page 2 - xda-developers
Oh, and the easiest way to perform this is to open terminal emulator, then type the following...
setprop media.stagefright.enable-player false
to reset back to stock, it is...
setprop media.stagefright.enable-player true
Last edited by madspeed; 07-30-2010 at 10:01 AM.
Themed swypes and stock keybrd for DX .. http://tinyurl.com/22q7mh2
THX bad4u, didn't realize that!!
Here's the adb method
1. Open Command Prompt
2. Type cd [location of tools folder in android sdk] Example cd C:\Documents and Settings\Administrator\My Documents\Nexus One\android-sdk-windows\tools
3. Type adb pull /system/build.prop c:\build.prop [This will place build.prop in your C Drive]
4. Using any text editor, open the file, make the necessary changes, then save.
5. Type adb remount
6. Type adb push c:\build.prop /system/build.prop
7. Type adb reboot
8. To verify that it is disabled, type adb shell getprop
After a few scrolls, you will see the following:
[media.stagefright.enable-player]: [false]