| 1234567891011121314151617181920212223242526 |
- # Samsung SM8550 Common device properties
- ro.product.board=kalama
- ro.board.platform=kalama
- ro.boot.bootdevice=1d84000.ufshc
- ro.boot.dynamic_partitions=true
- # USB controller
- sys.usb.controller=a600000.dwc3
- # Recovery specific properties
- ro.recovery.android_version=13
- ro.recovery.api_level=33
- # TWRP specific properties
- ro.twrp.boot=1
- ro.twrp.version=3.7.0
- # Device codenames supported
- ro.twrp.device.codenames=dm1q,dm2q,dm3q,b5q,q5q,gts9,gts9wifi,gts9p,gts9pwifi,gts9u,gts9uwifi
- # Handle PMIC issues
- ro.vendor.pmic.ignore_errors=1
- # Reduce kernel log verbosity for SPMI issues
- ro.boot.spmi.debug=0
- ro.boot.thermal.debug=0
|