kecepatan tulis memang biasanya lebih susah buat diakalin, karena ada batasan fisik .. yang dilakukan disini adalah membuat android membaca lebih dahulu apa yang ada di SDCARD dan menyimpannya di memory sebelum user membutuhkan data tersebut. Jadi nanti user bacanya bukan dari sdcard, tapi dari memory buffer yang kecepatannya lebih tinggi.
ini membuat kecepatan baca data berurut lebih cepat (sequential read), tapi tidak ada pengaruhnya untuk kecepatan baca yang acak (random read) 2011/4/5 Andi - leo5354 <[email protected]>: > Cuma kecepatan baca ya? Kecepatan tulisnya gimana ? > > My religion is Computer. Mangga Dua is my church. Internet is God. Google is > my bible. Preachers politician? Put them to Recycle Bin pls! > > ________________________________ > From: Iggy Budiman <[email protected]> > Sender: [email protected] > Date: Tue, 05 Apr 2011 13:57:01 +0700 > To: <[email protected]> > ReplyTo: [email protected] > Subject: [id-android] Tingkatkan kecepatan baca sdcard hingga 100% bahkan > lebih > Sumber diambil dari > http://www.androidpolice.com/2011/04/04/increase-your-sd-card-read-speeds-by-100-200-with-a-simple-tweak-hands-on-benchmarks/ > > Tips dari artikel tersebut sudah saya coba pada journey dan dell streak. > Memang berhasil jadi sampai lebih dari 2x lipat. > > Intinya edit file /sys/devices/virtual/bdi/179:0/read_ahead_kb. > ROM umumnya akan berisi 128, ganti isinya jadi 2048. > Tidak perlu (jangan) reboot. > > Ganti file bisa menggunakan root explorer, adb, atau cara lain - whatever. > > Tapi cara ini hanya sementara. HH reboot maka setting akan kembali. Untuk > jadi permanen, silahkan baca lebih lanjut dari sumbernya. > > salam > -iggy > ----------------------------------------------------------- > Sent from IggyTab with K-9 Mail. Tiada duanya. > > -- > =============== > Indonesian Android Community, join: http://forum.android.or.id > > Join ID-Android FB Groups: > http://www.facebook.com/group.php?gid=112207700729 > --------------------- > Unlimited Data XL Mobile Broadband > http://www.xl.co.id/XLInternet/BroadbandInternet > -------------------- > PING'S Mobile - Plaza Semanggi > E-mail: [email protected] Ph. 021-96087100 > -------------------- > i-gadget Store - BEC Bandung > E-mail: [email protected] Ph. 0812-21111191 > -------------------- > Toko EceranShop - BEC Bandung > E-mail: [email protected] Ph. 0815-56599888 > -------------------- > > Aturan Jual/Kloteran ID-Android http://goo.gl/azW7 > > -- > =============== > Indonesian Android Community, join: http://forum.android.or.id > > Join ID-Android FB Groups: > http://www.facebook.com/group.php?gid=112207700729 > --------------------- > Unlimited Data XL Mobile Broadband > http://www.xl.co.id/XLInternet/BroadbandInternet > -------------------- > PING'S Mobile - Plaza Semanggi > E-mail: [email protected] Ph. 021-96087100 > -------------------- > i-gadget Store - BEC Bandung > E-mail: [email protected] Ph. 0812-21111191 > -------------------- > Toko EceranShop - BEC Bandung > E-mail: [email protected] Ph. 0815-56599888 > -------------------- > > Aturan Jual/Kloteran ID-Android http://goo.gl/azW7 > -- -- Best Regards Arianto C Nugroho http://id.linkedin.com/in/ariantonugroho YM-i : arianto.nugroho skype-id : nugroho.arianto (+254) 728 002 390 (+62) 817 9050 530 -- =============== Indonesian Android Community, join: http://forum.android.or.id Join ID-Android FB Groups: http://www.facebook.com/group.php?gid=112207700729 --------------------- Unlimited Data XL Mobile Broadband http://www.xl.co.id/XLInternet/BroadbandInternet -------------------- PING'S Mobile - Plaza Semanggi E-mail: [email protected] Ph. 021-96087100 -------------------- i-gadget Store - BEC Bandung E-mail: [email protected] Ph. 0812-21111191 -------------------- Toko EceranShop - BEC Bandung E-mail: [email protected] Ph. 0815-56599888 -------------------- Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
