![]() |
Changing android build.props - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Android on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=87) +--- Thread: Changing android build.props (/showthread.php?tid=5754) |
Changing android build.props - krystian - 02-23-2018 Hello I would like to use a touch screen I bought off aliexpress, but unfortunately, the input is rotated by 90 degrees. Rotating the image does not solve the issue - input rotates with it. I have tried changing the build.props rotation to 90, but unfortunately it works just like regular rotation, input rotates as well. In the android docs, I have found: Quote:touch.orientationAware Since this is not in the build.props file, I have added this entry on my own, but unfortunately, ROCK64 will not boot after this change Could anyone point me to some guide or something that could help me (open my eyes) on how to achieve this? I am using the regular ROCK64 distro, since I have to use it from SDCard (still waiting for my emmc) and ayufan's android will not boot from sdcard for me. Thank you Krystian RE: Changing android build.props - dkryder - 02-23-2018 if touch is controlled by usb then you should have a config file to set the location. RE: Changing android build.props - krystian - 02-23-2018 (02-23-2018, 12:53 PM)dkryder Wrote: if touch is controlled by usb then you should have a config file to set the location. Could you provide a bit more details? I have simply plugged it and it worked without the need to install anything. How could this file be named? When I connect the device, I can see in dmesg, that it is detected and it uses the hid-multitouch input,hiddev0,hidraw3: USB HID v2.00 Mouse [Touch Device ....] on usb-ff5d0000.usb-1/input0 still I am not sure where I could modify the settings. I've found https://www.chalk-elec.com/?p=2028 will give it a try, sounds reasonable ![]() |