Build.prop from Sony Tv?

by achaw

Hi guys someone with a Sony tv with Amazon Prime Vídeo support can share the build.prop? I want to test it in Android Tv devices. Thanks

nyteryder79

Here's the build.prop from my 2015 XBR55X850C running 6.0.1: https://drive.google.com/open?id=0B1WzM9X7Q-eqNGR3SnRZYWhuYlE

Note: To anyone else who needs/wants to pull their build.prop file, do the following:

  • Enable developer options on the TV
  • Turn on ADB debugging in the developer options
  • Make sure TV is on the network
  • Have ADB on your computer (also on the same network as the TV)
  • Type adb connect {ip address of your TV}
  • Then adb pull /system/build.prop {path to store file on local machine}

Without getting into too many specifics, you should be able to Google the first 4 bullet points.