[Script][CWM] SD Card reading speed fix !!!!!!!!!!!!!!!!!!
hello developers

!
no points for me, I just bringing here to our development
Many of us are disappointed about the reading speed of the SD Cards on our Android Phones. It doesn't matter if you have fast 10 Class SD Card, it performs very poorly on the Phone comparing how it performs on the PC.
The clue is the Cache size for reading from SD Card. It's set to 128 KB, on some ROM's even to 4 KB!
You can check for yourself your Cache size by looking into this file:
/sys/devices/virtual/bdi/179:0/read_ahead_kb
You can change it manually but it will be reverted to default on the reboot. The changes need to be done permanently by loading the script on the startup through the init.d.
Or you can flash the CWM zip files that I made for you.
You must find which Cache size fits best for your SD Card. In my case its the 3072 KB Cache size.At best, use the Root Explorer to change the value, then run SD Tools Benchmark - finally flash the CWM zip file that fits your SD Card.
Here are two screenshots - the first one shows the reading speeds with the default Cache 128 KB and the second one is with the 3072 KB Cache with my Class 4 SD Card on CM7 RC2 by Charnsingh.
The Benchmark is made with the SD Tools program.
If you want to convince yourself of the speed improvement after applying the fix, just open your Gallery and see how fast it loads the photos!
Suggestion: 2048 KB Cache size performs at best for most of the SD Cards!
Some of the ROM chiefs have hardcoded this values in the init, that can't be changed - only by the chief himself.
Some of the ROM's already contain this tweak in another script that is saved in the init.d folder. Probably it's tagged with the number 99 in the filename to be sure that it's executed at last. You have to change it there.
Rafpigna - the HD2 Android chief - pointed that out over here.
For ROM Cookers - add this line into init.rc file:
Quote:
# sd card read speed fix
write /sys/block/mmcblk0/bdi/read_ahead_kb 2048
ORIGINAL LINK:
http://forum.xda-developers.com/show....php?t=1010807
and YES IT WORKS WITH NEXUS S
enjoy u speeeeeeed