[MOD] Sony Bravia Engine - Updated
Dear All,
I was just browsing the xda site and found a port of Sony bravia engine to other devices, so I made a flashable zip to our Photon. Original thread is http://forum.xda-developers.com/show....php?t=1352859
Do post your results, if you feel any difference.
**** P.S. I have just made a flashable zip, all credit goes to XxXPachaXxX
Update
- Updater-script have been improved.
- Remove the build.prop file (Use your own prop file, instructions below)
Instructions for build.prop Changes
- Plug the phone to your PC via USB cable. Make sure USB debugging is enabled and you are rooted.
- Extract your build.prop file via
Code:
adb pull /system/build.prop C:\
- Edit the build.prop file and add the below lines at the end of file.
Code:
#Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
- Save the file and put it back to your device via
Code:
adb push C:\build.prop /system
- reboot the device
|