Where Customization Begins 

  • How to install Sony Bravia Engine on Android ROM's

 #21038  by Neuropass
 02 Jan 2012, 01:33
Getting ready:
1 Make sure the phone has Root privileges
2 Download Bravia Engine from the link Here 696kb
3 Download and install on your phone Root Explorer , Terminal Emulator and busybox installer (select busybox 1.18.2 and install)


Action:
1 Open Root Explorer mount R/W and transfer the Bravia Engine files (be_movie and be_photo) to: / system / etc/


Image


2 now go back to system folder and open the following file: build.prop with the text editor then paste the text below and save it:


Code: Select all#ADDITIONAL_BUILD_PROPERTIES
#Sony Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1



3 Open the Terminal Emulator on your device, “Toggle soft keyboard” enter the code below and grant root permission

Code: Select all su


4 now key in the text below (do not remove any space! and press enter after each line of code)

Code: Select allbusybox chmod 0755 /system/etc/ be_photo
busybox chmod 0755 /System/etc/ be_movie
busybox chown 0.0 /System/etc/ be_photo
busybox chown 0.0 /System/etc/ be_movie


If everything went well your terminal emulator should be as the follow:

Image


5 Reboot all done! Enjoy!


NOTE:
It looks like the Bravia Engine system will work only on the standard Android video player, pictures viewer and MX player. Gingerbread only?