Ver Mensaje Individual
  #23  
Viejo 13/07/14, 10:09:58
Array

[xs_avatar]
guirri guirri no está en línea
Usuario muy activo
 
Fecha de registro: mar 2012
Localización: canarias
Mensajes: 1,568
Modelo de smartphone: huawei u8650 g630
Tu operador: Yoigo
No lo tengo instalada
Solo lee que tenia este bug y que el app puede ser la solucion
El s95 es un script compuesto de diferentes scripts por esto hay lineas dupliccados con diferente valor como el readahead(2048 o 4096)y el taskkiller es incompleta
Valor kernel
# Define the oom_adj values for the classes of processes that can be
# killed by the kernel. These are used in ActivityManagerService.
on boot
setprop ro.FOREGROUND_APP_ADJ 0
setprop ro.VISIBLE_APP_ADJ 1
setprop ro.PERCEPTIBLE_APP_ADJ 2
setprop ro.HEAVY_WEIGHT_APP_ADJ 3
setprop ro.SECONDARY_SERVER_ADJ 4
setprop ro.BACKUP_APP_ADJ 5
setprop ro.HOME_APP_ADJ 6
setprop ro.HIDDEN_APP_MIN_ADJ 7
setprop ro.EMPTY_APP_ADJ 15

# Define the memory thresholds at which the above process classes will
# be killed. These numbers are in pages (4k).
setprop ro.FOREGROUND_APP_MEM 2048
setprop ro.VISIBLE_APP_MEM 3072
setprop ro.PERCEPTIBLE_APP_MEM 4096
setprop ro.HEAVY_WEIGHT_APP_MEM 4096
setprop ro.SECONDARY_SERVER_MEM 6144
setprop ro.BACKUP_APP_MEM 6144
setprop ro.HOME_APP_MEM 6144
setprop ro.HIDDEN_APP_MEM 7168
setprop ro.EMPTY_APP_MEM 8192

# Write value must be consistent with the above properties.
# Note that the driver only supports 6 slots, so we have combined some of
# the classes into the same memory level; the associated processes of higher
# classes will still be killed first.
write /sys/module/lowmemorykiller/parameters/adj 0,1,2,4,7,15
Valor s95
#Part below here edited by me (changed values) Credits to Juwe11,MrXeLaSh
if [ -e /sys/module/lowmemorykiller/parameters/adj ]; then
echo "0,1,2,4,6,15" > /sys/module/lowmemorykiller/parameters/adj
fi

if [ -e /sys/module/lowmemorykiller/parameters/minfree ]; then
echo "1326,2122,3183,9017,10337,12200" > /sys/module/lowmemorykiller/parameters/minfree
fi
Falta zipalign el script si esta presente
tiene compcache activado pero el swappines a 0
Este versión de s95 es para un samsung
# This script is only edited by me to improve it for I9003, credits goes to
# Copyright� 2011 Juwe11, MrXeLaSh
#Part below here by m
Samsung cpu 1000 ram 512
U8650 cpu 600 ram 256

Última edición por guirri Día 13/07/14 a las 12:33:30.
Responder Con Cita
Los siguientes 2 usuarios han agradecido a guirri su comentario: