Thanks for the reply. The touch screen works, meaning it recogizes the
inputs but the mapping is incorrect. It looks as if only the top
portion of the screen is touched, irrespective of where the touch is
done. I have not been able to use the pointercal from tslib into the
android. Has some one done scaling using the tslib? If so, how?

Thanks in advance.

On Feb 25, 9:24 pm, virstud <[email protected]> wrote:
> 2.6.27
> keypad work? else no:
>
> default new power drivers block     event messages -->>> android gui
>
> make menuconfig
> enable:
> PM
> Power Management support
> Suspend to RAM and standby
> Wake lock
> Wake lock stats
> Userspace wake locks
> Early suspend
>
> User-space screen access -> Sysfs interface
>
> ---------------------------------------------------------------------
> verify init.rc:
>
> chown radio system /sys/android_power/state
> chown radio system /sys/android_power/request_state
> chown radio system /sys/android_power/acquire_full_wake_lock
> chown radio system /sys/android_power/acquire_partial_wake_lock
> chown radio system /sys/android_power/release_wake_lock
> chown radio system /sys/power/state
> chown radio system /sys/power/wake_lock
> chown radio system /sys/power/wake_unlock
> chmod 0660 /sys/power/state
> chmod 0660 /sys/power/wake_lock
> chmod 0660 /sys/power/wake_unlock
>
> service zygote /system/bin/app_process -Xzygote /system/bin --zygote --
> start-system-server
> socket zygote stream 666
> onrestart write /sys/android_power/request_state wake
> onrestart write /sys/power/state on
> --------------------------------------------------------------------------------------------
> or use last ver init.rc
>
> if not resolv problem:
>
> 1.ts scale problems
> 2.use spi ts driver
>
> On 25 фев, 16:55, Claw <[email protected]> wrote:
>
> > Hi,
>
> > I am able to receive the events from thetouchscreen into the home
> > page of the android but the mapping is not correct. Eachtouch
> > converts into atouchat the top bar, irrespective of where it is
> > being tapped. The tslib is configured but I don't have an idea as to
> > how it could be linked to Android.
>
> > Any suggestion would help.
>
> > Thanks
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to