Any way to disable hardware buttons and enable software/gestures for OP5?
EDIT: A way to do so (mostly for me to not forget again in 2 years, but if you want to do so I don't take any responsibility for your device):
1. Reboot to recovery
2. Mount /system
3. Connect to PC,
to check if everything's connected correctly
4.
Code:
adb /system/system/build.prop
5. Add at the bottom of the file (it's probably in %homepath%):
Code:
ro.show.navigationbar=yes
qemu.hw.mainkeys=0
6.
Code:
adb push .\build.prop /system/system/build.prop
7. Boot to system
8. To remap keys use some free apps from play store
Why recovery and adb and not a file explorer app? For me I didn't have write permissions so I just did a thing