02-04-2018, 09:01 PM
(This post was last modified: 02-04-2018, 09:02 PM by lestofante.)
here my adventure:
here i wanted in potrait mode, so i set
and uploaded back the file with
then i also had to run
and finally add the fix for the touch from the previus post of jamess with
finally rebooted the device (well, actually i reboted at every step and every step i found something new xP)
now i have only a couple of issue left:
1: the virtual button bar does NOT resize correctly and the buttons seems to be pushed on the right
2: the touch does not responde well. I tested with a touch test app, and seems the touch itself is quite good, is the os that is... laggy
Next step for me in integration of a standard NMEA, or maybe even of a AGPS.. any suggestion? I already have a "standard" serial UBLOX
Tested on V13.12.0.43; please note previus version the touchescreen did NOT work (1024*768)
Code:
adb connect [ip address of tinkerboard]
adb root
adb connect [ip address of tinkerboard]
adb remount
adb pull /system/build.prop .here i wanted in potrait mode, so i set
Code:
ro.sf.hwrotation=90and uploaded back the file with
Code:
adb push build.prop /systemthen i also had to run
Code:
adb shell "setprop persist.demo.hdmirotation portrait"and finally add the fix for the touch from the previus post of jamess with
Code:
adb push libandroid_servers.so /system/libfinally rebooted the device (well, actually i reboted at every step and every step i found something new xP)
Code:
adb rebootnow i have only a couple of issue left:
1: the virtual button bar does NOT resize correctly and the buttons seems to be pushed on the right
2: the touch does not responde well. I tested with a touch test app, and seems the touch itself is quite good, is the os that is... laggy
Next step for me in integration of a standard NMEA, or maybe even of a AGPS.. any suggestion? I already have a "standard" serial UBLOX
Tested on V13.12.0.43; please note previus version the touchescreen did NOT work (1024*768)



![[-]](https://tinkerboarding.co.uk/forum/images/collapse.png)