View Single Post
  #635 (permalink)  
Old 12-09-2011, 12:07 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by viber View Post
cat android_tp_cal/tp_cal show me
815,854,214,872,513,525,816,203,213,205
in ts-calibration of sdcard builds little bit different but with this parameters touch screen works better:
820,881,183,879,497,529,822,179,181,178
Can i edit android_tp_cal and put there digits from ts-calibration file?
no those are in nand from wince. its done by the kernel and cant be modified. (well at least not yet. In the future we might venture into it)

your orig tri color : 507,524 799,845 788,201 221,210 221,847

Something is not right since the data is not matching your tri color. For now just use your old ts calib file and put it on the /data/ since thats where android reads it from.

When we first boot cleanly, the script below executes to generate the /data/ts-calibration

Code:
	cat /sys/android_tp_cal/tp_cal > /data/ts-calibration
        cat /data/ts-calibration > $touchscreendir/calibration_points
So as long as you have a valid /data/ts-calibration, the ts will use those.

Also forget about the old build, the 12-5 build will most likely be the new stable. So this ts calib system is here to stay. We just really need to find a ts calib app incases where you want to recalib such as you do now.
__________________
Reply With Quote