OSDN Git Service

Another fix for encryption
authorKen Sumrall <ksumrall@android.com>
Thu, 18 Oct 2012 03:57:14 +0000 (20:57 -0700)
committerKen Sumrall <ksumrall@android.com>
Thu, 18 Oct 2012 03:57:14 +0000 (20:57 -0700)
commit92736efab068bdbfeb1177544907b84511fb04e0
treebd4aeef2de1cc07917abf9bf0a9d03dc08f3282d
parent9dedfd473dc59e0277004e5b917e4eced02c8af5
Another fix for encryption

The previous problem of the framework not properly restarting after accepting
the password to decrypt the storage is also a problem when restarting the
framework to display the encryption progress screen.  So like the previous
hacky fix, add a sleep to wait a few moments before proceeding.  Also,
increase the sleep of the previous fix from 1 second to 2, as the problem
was seen once more in testing.  A proper fix has been designed and hopefully
will work and be checked-in RSN.

Change-Id: Icc2c072ce7f7ebcdea22cd7ff8cb2b87a627c578
cryptfs.c