fix fb soft rending, ts
This commit is contained in:
@@ -43,7 +43,7 @@ sleep 1
|
||||
mount -t proc proc /proc
|
||||
mount -t sysfs sys /sys
|
||||
|
||||
#exec /bin/sh
|
||||
/bin/MAKEDEVS
|
||||
|
||||
|
||||
fail() {
|
||||
@@ -108,7 +108,15 @@ if [ -e /sdcard/ANDROID/userscript.sh ] ; then
|
||||
/data/userscript.sh
|
||||
fi
|
||||
|
||||
#ls /sys/class/timed_output/
|
||||
export LD_PRELOAD=/system/lib/libts.so:/system/lib/ts/pthres.so
|
||||
|
||||
if [ -f /sdcard/ts ] ; then
|
||||
echo "EXECUTE CALIBRATE TOUCHSCREEN!!!"
|
||||
/bin/mkdir -m 0777 /data/system/tslib
|
||||
/system/bin/ts_calibrate
|
||||
/bin/rm /sdcard/ts
|
||||
fi
|
||||
|
||||
|
||||
#exec /bin/sh
|
||||
exec /init_1
|
||||
|
||||
Reference in New Issue
Block a user