sketchub icon

KNOX warranty bit check

newbiedev
1 Likes
0 Comments
6 Downloads

Screenshots

About

Simply check your KNOX warranty Can be made with:

String bit = Class.forName("android.os.SystemProperties").getMethod("get", String.class, String.class).invoke(null, "ro.boot.warranty_bit", "DEFAULTVALUE");
// returns 0 = ok
// returns 1 = voided
// returns DEFAULTVALUE or whatever you set it as = no bit, unsupported device

©2026 Sketchub | User Policy