I want to achieve the following two tasks by flashing a .zip file in recovery:
1. Open the following file:
Add in the following lines right before the </permissions> closing tag at the end:
2. Open
Add this line:
So how can I do it?
1. Open the following file:
Code:
/system/etc/permissions/handheld_core_hardware.xml
Code:
<feature name="android.software.vr.mode" />
<feature name="android.hardware.vr.high_performance" />
2. Open
Code:
/system/build.prop
Code:
ro.product.device=sailfish
So how can I do it?