Acceder

Ver la Versión Completa : [MINI-MOD] tweaks mejora cobertura y rendimiento stock lollipop y roms cocinadas


luistro
24/04/16, 19:12:15
mod flasheable de tweaks probado mejora cobertura, WiFi,fotos,,de todo en generalle/d/0B_H...p=docslist_api[/url]
Hi everybody, I've always been a fan of using
build.prop tweaks to really increase performance and battery life on my device. I haven't found a thread for this in this forum yet so I thought I'd make one.
This thread will be an ongoing thread meaning I'll keep updating it as I find tweaks. If you have any you don't see here feel free to pm me and I'll be sure to add it.
NOTE: Editing your build.prop can end badly if done incorrectly, always use caution when editing your build.prop.
The following tweaks have drastically increased performance and battery life on my device. You'll need to copy and paste them into your build.prop then reboot your device.
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
touch.pressure.scale=0.1
#Disable Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0*
# Other Tweaks
ro.config.combined_signal=true
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
# Wireless Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# 3G signal and speed tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
ro.ril.hsdpa.category=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
ro.ril.enable.dtm=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
# Smoother video streaming and tweak media
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=false
# Better internet browsing & download speed
net.tcp.buffersize.default=4096,87380,256960,409 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,1 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096, 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,1 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096, 84,256960
net.tcp.buffersize.hspa=6144,87380,524288,6144, 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,52 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,614 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,61 87380,1048576
# Better call voice quality.
ro.ril.enable.amr.wideband=1
# Disables data sent and logging
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
ro.media.enc.jpeg.quality=100
# Rendering Tweaks
debug.composition.type=gpu
debug.egl.hw=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
video.accelerate.hw=1
# faster youtube?
ro.ril.hep=1
# 16bit Transparency
persist.sys.use_16bpp_alpha=1
# Remove FPS cap
debug.gr.swapinterval=0
# Qualcomm tweaks
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_vibration_pattern=0:60
Flashable .zip
What will it do ?
Create a backup of your current build.prop and place it on the root of your SD card . That way if you go into a boot loop you can return to normal.
Add all of the tweaks listed above to your
build.prop.

Remove any duplicates to prevent boot loops.
Flash this version first it includes the extra battery saver tweaks.
Version 2.1
If you get freezes or random reboots then dirty flash your rom then flash the version below. This one is without the extra battery tweaks.
Version 2.1 https://mega.nz/#!AcYwDaxB!pn4MpifGspM79dGB3F8emdqCQyTY2u0U2NFnYyJ UZ5c
Thanks to @ abhi08638 for helping me out with link. https://mega.nz/#!AcYwDaxB!pn4MpifGspM79dGB3F8emdqCQyTY2u0U2NFnYyJ UZ5c

adrian1234a
24/04/16, 19:41:57
cuando pueda lo pruebo Gracias

luistro
24/04/16, 19:47:26
cuando pueda lo pruebo Gracias

se instala por recovery la cobertura se nota bastante me pilla a tope donde antes tenía dos rayas y parece que va mas fluida con la stock lollipop

nfs2_6
24/04/16, 21:02:01
mejora el sonido de la musica y videos tambien??

WillDelgado2
30/04/16, 16:59:44
Si funciona esta mejora, alguien mas la ha probado =?

juanka08
01/05/16, 15:27:55
Funciona en 4.4.4?

luistro
01/05/16, 19:08:35
Funciona en 4.4.4?

si que funciona en kitkat

juanka08
02/05/16, 14:47:04
si que funciona en kitkat

Si luego no me convence, como vuelvo a como lo tenía antes de flashear?.
Gracias.

aaiko
02/05/16, 16:26:50
Si luego no me convence, como vuelvo a como lo tenía antes de flashear?.
Gracias.

Haz un respaldo de tu build.prop antes de flashear éste. Si no te gusta o te da problemas restauras el original.

mey_z
03/05/16, 22:19:53
:gracias:

Yo ya lo probe excelente rendimiento en la señal!!..X-DX-DX-D

LocoSmart
03/05/16, 23:09:33
mod flasheable de tweaks probado mejora cobertura, WiFi,fotos,,de todo en generalle/d/0B_H...p=docslist_api[/url]
Hi everybody, I've always been a fan of using
build.prop tweaks to really increase performance and battery life on my device. I haven't found a thread for this in this forum yet so I thought I'd make one.
This thread will be an ongoing thread meaning I'll keep updating it as I find tweaks. If you have any you don't see here feel free to pm me and I'll be sure to add it.
NOTE: Editing your build.prop can end badly if done incorrectly, always use caution when editing your build.prop.
The following tweaks have drastically increased performance and battery life on my device. You'll need to copy and paste them into your build.prop then reboot your device.
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
touch.pressure.scale=0.1
#Disable Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0*
# Other Tweaks
ro.config.combined_signal=true
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
# Wireless Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 18700
wifi.supplicant_scan_interval=220
net.ipv4.tcp_window_scaling=1
# 3G signal and speed tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
ro.ril.hsdpa.category=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
ro.ril.enable.dtm=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
# Smoother video streaming and tweak media
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=false
# Better internet browsing & download speed
net.tcp.buffersize.default=4096,87380,256960,409 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,1 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096, 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,1 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096, 84,256960
net.tcp.buffersize.hspa=6144,87380,524288,6144, 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,52 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,614 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,61 87380,1048576
# Better call voice quality.
ro.ril.enable.amr.wideband=1
# Disables data sent and logging
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
ro.media.enc.jpeg.quality=100
# Rendering Tweaks
debug.composition.type=gpu
debug.egl.hw=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
video.accelerate.hw=1
# faster youtube?
ro.ril.hep=1
# 16bit Transparency
persist.sys.use_16bpp_alpha=1
# Remove FPS cap
debug.gr.swapinterval=0
# Qualcomm tweaks
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
ime_vibration_pattern=0:60
Flashable .zip
What will it do ?
Create a backup of your current build.prop and place it on the root of your SD card . That way if you go into a boot loop you can return to normal.
Add all of the tweaks listed above to your
build.prop.

Remove any duplicates to prevent boot loops.
Flash this version first it includes the extra battery saver tweaks.
Version 2.1
If you get freezes or random reboots then dirty flash your rom then flash the version below. This one is without the extra battery tweaks.
Version 2.1 https://mega.nz/#!AcYwDaxB!pn4MpifGspM79dGB3F8emdqCQyTY2u0U2NFnYyJ UZ5c
Thanks to @ abhi08638 for helping me out with link. https://mega.nz/#!AcYwDaxB!pn4MpifGspM79dGB3F8emdqCQyTY2u0U2NFnYyJ UZ5c

Probado en rom stock lollipop B340...noto mas fluidez...y en rendimiento de bateria va bien.:platano:

Reisyx2
04/05/16, 02:37:22
Estaba en CM-13, solo volvi a la stock (lollipop) para ver como iba un modulo de xposed en la stock , y me aventure a probar esto, va tan fluido y bien que probablemente no vuelva a CM por el momento.

Enviado desde mi HUAWEI G7-L03 mediante Tapatalk

leonmanuel
04/05/16, 04:13:23
Lo he instalado de momento el volumen ha aumentado muchisimo ya os contaré como me va .Al principio en el reinicio se quedaba pillado le hice una limpieza de caché y voilà.

whitelyon78
04/05/16, 08:11:10
Alguien me podría explicar exactamente como se instala y si sirve en cm 13???

pc07
04/05/16, 17:23:31
Alguien me podría explicar exactamente como se instala y si sirve en cm 13???
Me uno a la pregunta. ¿Cómo se instala?

Se supone que me hago un backup de mi build.prop, luego pego ese texto en el que tengo, es decir, queda el texto que ya había en el fichero y el que pone el post, y, ¿reinicio y listo?

Gracias de antemano.

mey_z
04/05/16, 19:37:08
yo lo lo instale en el ResurrectionRemix-M-v5.6.7 mparus android 6.0.1 :loco:

asi funciono muy bien

se instala con le recovery como si instalaras una rom

pc07
04/05/16, 20:31:45
Para los que lo habéis instalado.
Por favor, ¿podéis poner unas instrucciones detalladas?

Gracias.

whitelyon78
04/05/16, 21:26:35
Para los que lo habéis instalado.
Por favor, ¿podéis poner unas instrucciones detalladas?

Gracias.

Si, por favor, algo más detallado

pspedro
05/05/16, 00:32:59
Si, por favor, algo más detallado

https://mega.nz/#!AcYwDaxB!pn4MpifGs...u0U2NFnYyJUZ5c
Os bajáis este zip y lo flaseais por Recovery... Y listo, así de sencillo :ok:

pc07
05/05/16, 08:35:05
https://mega.nz/#!AcYwDaxB!pn4MpifGs...u0U2NFnYyJUZ5c
Os bajáis este zip y lo flaseais por Recovery... Y listo, así de sencillo :ok:

Gracias por contestar, pero ese zip es el que no lleva los tweaks de la batería, ¿no?
En cualquier caso me lo bajaré para ver cómo está montando el tema, porque yo ayer preparé el build.prop, lo comprimí en zip pero nada.

whitelyon78
05/05/16, 10:02:03
El enlace está caido

pspedro
05/05/16, 11:15:57
Gracias por contestar, pero ese zip es el que no lleva los tweaks de la batería, ¿no?
En cualquier caso me lo bajaré para ver cómo está montando el tema, porque yo ayer preparé el build.prop, lo comprimí en zip pero nada.

Si, este no lo lleva, puedes elegir el que quieras yo es que con el rendimiento de la batería estoy bastante satisfecho.

pspedro
05/05/16, 11:17:56
El enlace está caido

Compañero los enlaces están bien, me los acabo de bajar y no hay problema. :ok:
Los don enlaces son iguales, o sea que llevan los dos los tweaks de la batería. :sisi1:

LocoSmart
06/05/16, 18:35:27
Me uno a la pregunta. ¿Cómo se instala?

Se supone que me hago un backup de mi build.prop, luego pego ese texto en el que tengo, es decir, queda el texto que ya había en el fichero y el que pone el post, y, ¿reinicio y listo?

Gracias de antemano.

Es zip flasheable...lo haces por recovery mod.

whitelyon78
06/05/16, 20:37:01
Instalado y probando pero la verdad no le noto ningún cambio ni en la señal ni en nada mas

mey_z
07/05/16, 01:55:04
Instalado y probando pero la verdad no le noto ningún cambio ni en la señal ni en nada mas

te daras cuenta en la bateria!! :ok:

lewy
08/05/16, 13:10:10
Buenas a todos, la copia de seguridad de mi build.prop deberá estar en zip para poder restaurarla si no me convence esta ¿no? ¿Y como puedo hacer la copia en zip?

luistro
08/05/16, 13:17:12
la hace automática la renombras y ya

lewy
08/05/16, 14:00:37
¿Quieres decir que una vez que flasheo el zip que has puesto se crea una copia de seguridad de mi buil.prop automaticamente? ¿Y donde la encuentro luego?

luistro
08/05/16, 15:42:08
¿Quieres decir que una vez que flasheo el zip que has puesto se crea una copia de seguridad de mi buil.prop automaticamente? ¿Y donde la encuentro luego?

en la memoria interna o sd pone buil.propi bak

juanka08
09/05/16, 01:10:51
en la memoria interna o sd pone buil.propi bak

Y eso mismo se tiene que flashear si se quiere volver a como estaba antes?

shawn6gt
11/05/16, 18:02:04
Compañeros buen día,

Lo he instalado y si noto mas fluidez, asi como mejor rendimiento de bateria.

He tenido inconveniente, puesto en varias ocasiones se ha quedado congelado el movil algunas veces utilizandolo otras simplemente estando en modo suspendido por lo cula lo he tenido que reiniciar por los 3 botones.

consulto si a alguien le ha pasado o si tienen idea como solucionar, gracias.

whitelyon78
13/05/16, 05:37:35
Lo use una semana y no vi ningún cambio significativo

lewy
16/05/16, 19:58:38
Y eso mismo se tiene que flashear si se quiere volver a como estaba antes?
Yo copié el texto de build.prop bak, borre mi build.prop (el que estaba modificado en este hilo) y pegué el antiguo (bak)

LocoSmart
22/05/16, 19:54:33
se instala por recovery la cobertura se nota bastante me pilla a tope donde antes tenía dos rayas y parece que va mas fluida con la stock lollipop

Sabes flashie los tweaks...pero verifique que no realizaron los cambios..pero encontre un archivo tweaks.txt...despues de flashear se hace otro procedimiento???.

elsextotuitero
02/07/16, 11:27:07
luistro confirmo que funciona en CM13 ( última versión de mparus ), a ver si por algún casual soluciona los problemas en la conexión Wifi, que cada cierto tiempo la perdía

aethyr
13/07/16, 10:53:02
https://mega.nz/#!AcYwDaxB!pn4MpifGs...u0U2NFnYyJUZ5c
Os bajáis este zip y lo flaseais por Recovery... Y listo, así de sencillo :ok:

:loco:De momento no se puede importar o descargar un fichero cifrado porqué falta la clave de descifrado:palomitas::besito:

pspedro
13/07/16, 12:41:30
:loco:De momento no se puede importar o descargar un fichero cifrado porqué falta la clave de descifrado:palomitas::besito:

Cierto, te paso un enlace por mi cuenta de Mega !!! :ok:
https://mega.nz/#!t8FnmShD!pn4MpifGspM79dGB3F8emdqCQyTY2u0U2NFnYyJ UZ5c