I'm looking for a way to authenticate the kernel, display drivers, and the Java VM and its libraries. One way I imagined doing this was to perform a checksum on /dev/mtd/mtd1 (bootloader image) and /dev/mtd/ mtd2 (kernel image), but opening up either of these devices into a CheckedInputStream (for CRC32 validation) results in an enormous crash. Not only does the device stop responding, but the android debug bridge crashes and no longer recognizes any attached devices until Vista (go figure) is rebooted.
Can anyone suggest a better method for validating that the Operating System has not changed (i.e. The bootloader and kernel are factory defaults?) Torin... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

