prop.default 627 B

1234567891011121314151617181920212223242526
  1. # Samsung SM8550 Common device properties
  2. ro.product.board=kalama
  3. ro.board.platform=kalama
  4. ro.boot.bootdevice=1d84000.ufshc
  5. ro.boot.dynamic_partitions=true
  6. # USB controller
  7. sys.usb.controller=a600000.dwc3
  8. # Recovery specific properties
  9. ro.recovery.android_version=13
  10. ro.recovery.api_level=33
  11. # TWRP specific properties
  12. ro.twrp.boot=1
  13. ro.twrp.version=3.7.0
  14. # Device codenames supported
  15. ro.twrp.device.codenames=dm1q,dm2q,dm3q,b5q,q5q,gts9,gts9wifi,gts9p,gts9pwifi,gts9u,gts9uwifi
  16. # Handle PMIC issues
  17. ro.vendor.pmic.ignore_errors=1
  18. # Reduce kernel log verbosity for SPMI issues
  19. ro.boot.spmi.debug=0
  20. ro.boot.thermal.debug=0