Get Samsung Software Bit

I would like to get, among other things, the status of the warranty bit on Samsung devices programmatically. Very similar to the information displayed in Odin mode.

I understand that the bit is not meant to be polled, but I would like to know if there is a way to get it without creating a container or during attestation.

Looks like KNOX Status Samsung app on GP https://play.google.com/store/apps/details?id=com.bryancandi.knoxcheck&hl=en

Thank!

+3


source to share


1 answer


You can obtain the warranty statement as follows:

adb shell getprop ro.boot.warranty_bit


and
adb shell getprop ro.warranty_bit



If both return are 1

setwarranty_bit

0x1

Regards,
Sebastian

0


source







All Articles