loco-
Dauer-User
- 259
Doch. Nen großen unterschied konnt ich in der kurzen Zeit in der ich das hatte, allerdings nicht erkennen..Tony. schrieb:Hat das noch keiner ausprobiert?
Tweaks:
Um die Tweaks zu benutzen muss man sich aber erst ein Script erstellen.# Remount all partitions with noatime
atime is a setting where the filesystem updates the access time of a file. This creates a write-after-every-read which slows things down. By default all partitions are mounted with relatime, which is an optimized version of atime. noatime is the fastest, and afaik we don't need atime.
# Tweak cfq io scheduler
Tweaked settings of the disk io scheduler more for flash memory. Defaults are optimized for spinning harddisks. Lowered the idle wait, re-enable the low latency mode of cfq, removed the penalty for back-seeks and explicitly tell the kernel the storage is not a spinning disk.
# Tweak kernel VM management
Set tendency of kernel to swap to minimum, since we don't use swap anyway.
Lower the amount of unwritten write cache to reduce lags when a huge write is required.
Increase tendency of kernel to keep block-cache to help with slower RFS filesystem.
Increase minimum free memory, in theory this should make the kernel less likely to suddenly run out of memory.
# Tweak kernel scheduler
Make the task scheduler more 'fair' when multiple tasks are running. This has a huge effect on UI and App responsiveness. These values (less aggressive settings) are 20% of the Linux defaults, and about half of the Android defaults.
# Miscellaneous tweaks
Manually set the starting dalvik heap size.
Increase wifi scanning gap to reduce battery usage.
Anleitung: [REF] Startup script speed tweaks - xda-developers
Root:
Rootet logischerweise deine Firmware.
SU+Busybox:
Installiert Superuser App und Busybox.
Simple installiert Busybox ganz normal. So funktionierts auf alle Fälle.
Keine Ahnung was die anderen 2 Optionen bringen, jedenfalls wird da noch was gelöscht.
Zuletzt bearbeitet: