(02-11-2019, 07:12 AM)jamess Wrote: (02-05-2019, 02:15 PM)johnpernock Wrote: Hi All,
I just wanted to chime in here after picking up my tinkerboard again after a few months. I tried the newest Android release and followed the ADB/Build.prop changes and my screen flips around right back to where it was originally but the touch input will be the correct orientation. Any ideas on how I can fix it? This is the only thing standing between me using my tinkerboard on my desk as I intended. If I use rotationcontrol.apk it will force rotate the screen but go right back to the original orientation but the touch screen controls are oriented correctly. Im using the ras pi 7" touchscreen if that helps.
Hi, johnpernock
Could you take a picture for the phenomenon you described ?
Hi,
So I have attached a video of the behavior under the rotationcontrol.apk:
youtube.com/watch?v=7QMN_pQDPIU
I also followed the steps for the Build.prop:
JDP-MBP:~ johnpernock$ adb connect 192.168.1.52
* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to 192.168.1.52:5555
JDP-MBP:~ johnpernock$ adb root
restarting adbd as root
JDP-MBP:~ johnpernock$ adb connect 192.168.1.52
connected to 192.168.1.52:5555
JDP-MBP:~ johnpernock$ adb pull /system/build.prop .
/system/build.prop: 1 file pulled. 0.2 MB/s (4934 bytes in 0.026s)
And edited the line:
ro.sf.hwrotation=180
I push the file and reboot and then the touchscreen no longer works and I can't do anything. I have to basically reformat my sd card in order to get the device back to normal.
Attached is the picture with the outcome of the build.prop: