• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help REQUEST: Flytouch 3 pointer calibration file

Stragulus

Lurker
Hey,

Can someone owning a flytouch3 send me the file /data/misc/tscal/pointercal ? This file is created once you have calibrated your touchscreen.

You can get it after having rooted your tablet. e.g.:

Code:
# login on tablet:
adb shell
# on tablet:
su # confirm getting root rights on the tablet screen)
busybox cp /data/misc/pointercal /data/pointercal
chmod 644 /data/pointercal
# on PC:
adb pull /data/pointercal

Or just use a file explorer with root rights.

Thanks!
 
It's coming up! I'll post it right after I finish this school assignment.

Edit :

Nothing to exciting I guess :

Thanks! It's much appreciated. It shows to me that the content is completely different from what it was in previous versions (as used on the flytouch 2).

Step 2 is to figure out what these values represent, so I can work with it. Might bother you again to see if slight changes in calibration show obvious changes in the data so that their function can be determined.
 
Back
Top Bottom