Ver Mensaje Individual
  #1  
Viejo 27/11/11, 21:41:05
Array

[xs_avatar]
slynightdark slynightdark no está en línea
Colaborador/a
 
Fecha de registro: jul 2011
Localización: Valencia
Mensajes: 842
Modelo de smartphone: Nexus 5
Tu operador: Yoigo
[MOD][KPQ-KPM] Mejora de respuesta tactil

Nuevo trabajo de Fuss132, aún sin tener el movil, ha sacado esta mod que consigue una mejor respuesta de la pantalla táctil (lo he probado y se nota bastante)

Post original: http://forum.xda-developers.com/show....php?t=1365179

Hola chicos

Esto no es un kernel, pero optimizará los valores de la pantalla táctil Lo más importante del mod es la siguiente linea:

 Cita:
touch.pressure.scale = 0.001
En mi SGS esta es la mejor. Quizás podriais probar otros valores para ver cual funciona mejor en vuestro terminal y decirmelo para modificarlo

ARCHIVOS ADJUNTOS:

stock_kpq_file.zip (si quereis volver a los valores por defecto)
the_modified_file.zip (Usar root explorer para este metodo)
the_flashable_modified_file.zip (Metodo CWM)

- Esta mod se puede usar en KPM y KPQ

Como instalar:

-Método Rootexplorer: Descargad el archivo y reemplazadlo por el que esté en /system/usr/idc/mxt224_ts_input.idc. Reiniciad.

-Método CWM: Descargad el the_flashable_modified_file.zip y flasheadlo a través de CWM. Reiniciad.

Código fuente:

 Cita:
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#
# Input Device Calibration File for the Crespo touch screen.
#
# These calibration values are derived from empirical measurements
# and may not be appropriate for use with other touch screens.
# Refer to the input device calibration documentation for more details.
#

# All edited parts by fuss132 licensed under GPL
# Visit my profile on xda http://forum.xda-developers.com/member.php?u=3264556
# Thanks for using...

touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001

MODULE_DESCRIPTION("Touchscreen Driver");
MODULE_LICENSE("GPL");

# Touch Size
touch.touchSize.calibration = pressure

# Tool Size
# Driver reports tool size as an area measurement.
#
# Based on empirical measurements, we estimate the size of the tool
# using size = sqrt(22 * rawToolArea + 0) * 9.2 + 0.
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22
touch.toolSize.areaBias = 0
touch.toolSize.linearScale = 9.2
touch.toolSize.linearBias = 0
touch.toolSize.isSummed = 0

# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001

# Size
touch.size.calibration = normalized

# Orientation
touch.orientation.calibration = none
Archivos Adjuntos
Tipo de Archivo: zip stock_kpq_file.zip (953 Bytes, 89 visitas)
Tipo de Archivo: zip the_modified_file.zip (1.1 KB, 157 visitas)
Tipo de Archivo: zip the_flashable_modified_file.zip (847.3 KB, 379 visitas)
__________________
Si te gusta lo que digo, ahi tienes un botón para demostrarlo
Responder Con Cita
Los siguientes 14 usuarios han agradecido a slynightdark su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]