OSDN Git Service

android-x86/packages-apps-TSCalibration2.git
9 years agoWrite pointercal as the same format as ts_calibrate kitkat-x86 lollipop-x86 marshmallow-x86 nougat-x86 oreo-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6
Chih-Wei Huang [Sat, 17 May 2014 17:52:45 +0000 (01:52 +0800)]
Write pointercal as the same format as ts_calibrate

The InputReader use the ts_calibrate format to do
5-point calibration.

Use the immersive mode of Kitkat to get the resolution
of full screen.

9 years agoChange LOCAL_MODULE_TAGS to optional
Chih-Wei Huang [Thu, 1 May 2014 11:44:57 +0000 (19:44 +0800)]
Change LOCAL_MODULE_TAGS to optional

It's invalid to set 'user' tag now.

13 years ago[TSCalibration2] Remove development and eng tag from LOCAL_MODULE_TAGS
Kan-Ru Chen [Thu, 8 Jul 2010 07:04:27 +0000 (15:04 +0800)]
[TSCalibration2] Remove development and eng tag from LOCAL_MODULE_TAGS

Change-Id: I9a88b010b31cd65f03495dac1cf1f580456c2c2b

13 years ago[TSCalibration2] Fix the early exit issue.
Kan-Ru Chen [Thu, 1 Jul 2010 09:11:25 +0000 (17:11 +0800)]
[TSCalibration2] Fix the early exit issue.

Change-Id: I749f3b07073d622ec47b9cd354661df2d3d70d3e

13 years agoTSCalibration2: Fix the case that pointercal file already exists
Kan-Ru Chen [Mon, 31 May 2010 03:53:12 +0000 (11:53 +0800)]
TSCalibration2: Fix the case that pointercal file already exists

When the pointercal file already exists, we don't call the calibration
activity so the startup activity is not unregistered from package
manager.

Now we always unregister the startup activity regardless of the
calibration state.

Change-Id: I1c5150324873834b5e20cb2c4d16f2528e67e49b

13 years ago[TSCalibration2] Mimic the Launcher to become the first Activity after boot.
Kan-Ru Chen [Fri, 14 May 2010 08:37:32 +0000 (16:37 +0800)]
[TSCalibration2] Mimic the Launcher to become the first Activity after boot.

Use the trick to mimic the Launcher by listen to the HOME intent, once
the Calibration is done we unregister the startup activity from
package manager. Set the priority at very high value to ensure we are
the first activity.

Change-Id: I528629d5f91b31a31120f5d6f11df16296bcae61

13 years ago[TSCalibration2] Fix build
Kan-Ru Chen [Wed, 12 May 2010 05:25:39 +0000 (13:25 +0800)]
[TSCalibration2] Fix build

Change-Id: I66040c48578db11e68e481d0954fb3e618d0fc99

13 years agoInitial commit
Kan-Ru Chen [Wed, 12 May 2010 03:31:47 +0000 (11:31 +0800)]
Initial commit