Increase touch screen sensitivity, only tested on LiquidE 1.100.05 based roms
Started by
azuwis
, May 25 2010 11:29 AM
#21
Posted 25 May 2010 - 05:28 PM
#22
Posted 25 May 2010 - 05:30 PM
markII, on May 25 2010, 17:28, said:
Under Stock rom?
I have written "under LCR" so not on stock rom but on Liquid Community Rom
http://android.modac...-v1-6-18-05-10/
If you enjoy what i do, i would really apprecite that you place a little gift

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1
#23
Posted 25 May 2010 - 05:33 PM
Sorry ,what I mean is if you know the method to do the same for stock rom ^^
If you want to donate me something:
#24
Posted 25 May 2010 - 06:50 PM
markII, on May 25 2010, 17:33, said:
Sorry ,what I mean is if you know the method to do the same for stock rom ^^
I have developped ins_run for lcr. It can't be done on stock. But LCR 1.6 is faster than stock, and much more. .. do a nandroid backup, try LCR 1.6. If it does not satisfy you (sure it will), restore your backup
On stock your only solution is to run a gscript manually after each start.
Edited by malez, 25 May 2010 - 06:51 PM.
If you enjoy what i do, i would really apprecite that you place a little gift

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1
#25
Posted 25 May 2010 - 06:54 PM
#26
Posted 25 May 2010 - 07:26 PM
malez, on May 25 2010, 18:21, said:
Thank you for this tips.
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
Ça marche pas chez moi. Ça m'écrit : Le chemin d'accès spécifié est introuvable. Pourtant j'ai bien installé la 1.6.
#27
Posted 25 May 2010 - 08:05 PM
Oe
Sure you have adb in you path or in the directory from which you run the command?
Everything must be written on a single line and between '
EDIT : a friend of me (Natsumi, thanks to him) has just confirmed the same problem as you under windows. I am under linux and everything works great. I will find the right ' " and will give you the right command under Windows
Cyberomain, on May 25 2010, 19:26, said:
Ça marche pas chez moi. Ça m'écrit : Le chemin d'accès spécifié est introuvable. Pourtant j'ai bien installé la 1.6.
Everything must be written on a single line and between '
EDIT : a friend of me (Natsumi, thanks to him) has just confirmed the same problem as you under windows. I am under linux and everything works great. I will find the right ' " and will give you the right command under Windows
Edited by malez, 25 May 2010 - 09:38 PM.
If you enjoy what i do, i would really apprecite that you place a little gift

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1
#28
Posted 26 May 2010 - 03:58 AM
where can I find 'GscriptLite' to run the script on stock rom ?
thanks !
thanks !
#29
Posted 26 May 2010 - 05:57 AM
malez, on May 26 2010, 01:21, said:
Thank you for this tips.
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
I guess that's because /system/sbin/run.sh run before com.acer.tasks or something. Settings are set back by acer's setting daemon.
And I notice /system/bin/autostart run scripts synchronously, so how about?
#!/system/bin/sh (sleep 60 echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise ) &
#30
Posted 26 May 2010 - 06:20 AM
#31
Posted 26 May 2010 - 06:33 AM
malez, on May 25 2010, 23:05, said:
Oe
Sure you have adb in you path or in the directory from which you run the command?
Everything must be written on a single line and between '
EDIT : a friend of me (Natsumi, thanks to him) has just confirmed the same problem as you under windows. I am under linux and everything works great. I will find the right ' " and will give you the right command under Windows
Sure you have adb in you path or in the directory from which you run the command?
Everything must be written on a single line and between '
EDIT : a friend of me (Natsumi, thanks to him) has just confirmed the same problem as you under windows. I am under linux and everything works great. I will find the right ' " and will give you the right command under Windows
1. change the name of the sensitivity.txt to sensitive.sh
2. adb shell
3. Try the command: ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
it worked for me..
under windows u might need to use the double codes instead of single.
#32
Posted 26 May 2010 - 07:09 AM
malez, on May 25 2010, 19:21, said:
Thank you for this tips.
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
If you want to keep it permanent under LCR :
adb shell ins_run sensitive.sh 'echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise'
adb reboot
If you want to change value, use exactly the same commandline using different values.
If you want to disable it :
adb shell rm_run sensitive.sh
The command works fine on windows. I am with windows seven and had no problems.
#33
Posted 26 May 2010 - 07:21 AM
I have tested this on under windows XP
adb shell ins_run sensitive.sh "echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise"
adb reboot
It works (must use " instead of ')
EDIT : right command above
adb shell ins_run sensitive.sh "echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity ; echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise"
adb reboot
It works (must use " instead of ')
EDIT : right command above
Edited by malez, 26 May 2010 - 11:20 AM.
If you enjoy what i do, i would really apprecite that you place a little gift

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1
#34
Posted 26 May 2010 - 08:57 AM
malez, the command works to create a script in data/run (in LCR), but sensitivity don't change ^^
#35
Posted 26 May 2010 - 10:32 AM
Thank you!
#36
Posted 26 May 2010 - 11:12 AM
drigerott, on May 26 2010, 08:57, said:
malez, the command works to create a script in data/run (in LCR), but sensitivity don't change ^^
Script is run on each boot, before postboot scripts and before system apps.
As azuwis, said we must postpone its run and detach it otherwise phone settings will overwrite it.
The right command is :
adb shell ins_run sensitive.sh "(sleep 90;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise) &"
To be sure that it is applied, i have tested with a value of 200 (screen really unresponsinve)
If you enjoy what i do, i would really apprecite that you place a little gift

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1

Follow me on twitter http://twitter.com/malez2000
LCR-F(royo)
malez recovery 0.6.1
#37
Posted 26 May 2010 - 02:32 PM
malez, on May 26 2010, 11:12, said:
You are right
Script is run on each boot, before postboot scripts and before system apps.
As azuwis, said we must postpone its run and detach it otherwise phone settings will overwrite it.
The right command is :
adb shell ins_run sensitive.sh "(sleep 90;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise) &"
To be sure that it is applied, i have tested with a value of 200 (screen really unresponsinve)
Script is run on each boot, before postboot scripts and before system apps.
As azuwis, said we must postpone its run and detach it otherwise phone settings will overwrite it.
The right command is :
adb shell ins_run sensitive.sh "(sleep 90;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/sensitivity;echo 25 > /sys/devices/platform/i2c-adapter/i2c-0/0-005c/noise) &"
To be sure that it is applied, i have tested with a value of 200 (screen really unresponsinve)
good work...ty
#38
Posted 26 May 2010 - 05:18 PM
Sick! That worked. I can flick through screens so easily now!
Black AT&T Motorola Atrix 4G
ROM: DarkSide v4.5
RECOVERY: RomRacer CWM by RomRacer
White Acer Liquid A1
ROM: CM9 Alpha 31 by After_Silence, RomzesRover, ThePasto, Dario, Gly, Honor, Lens_Flare
BIN: 4.004.14.EMEA.GEN1
RECOVERY: Malez Recovery by Malez2000
MANY THANKS TO ALL OF YOU!!!
ROM: DarkSide v4.5
RECOVERY: RomRacer CWM by RomRacer
White Acer Liquid A1
ROM: CM9 Alpha 31 by After_Silence, RomzesRover, ThePasto, Dario, Gly, Honor, Lens_Flare
BIN: 4.004.14.EMEA.GEN1
RECOVERY: Malez Recovery by Malez2000
MANY THANKS TO ALL OF YOU!!!
#39
Posted 26 May 2010 - 05:21 PM
This script is great. The TouchScreen feels as sensitive as the Iphone's. That makes me a little less jealous of the Incredible/Evo/Galaxy S owners which will have an awesome touch panel (and yes I know we still have MT issues)
#40
Posted 27 May 2010 - 11:32 AM
please make a script for other ROMs (Vachounay) that starts on boot! 
੦ ############## ੦ LIQUID ੦ NEXT ੦ ROM ੦ ############### ੦
LAST LIQUID NEXT ROM 5 NEWS FROM official Facebook fanpage. CLICK TO OPEN IT!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account


Back to top












