I ported few Debian source to Android before, including four packages: ecryptfs-utils, keyutils, libgcrypt11and libgpg-error. Extract those source to android_top/external, and add Android.mk for them, it is not hard.
If you don't want to include ecryptfs-utils, you may refer to the code in file src/utils/ecryptfs_add_passphrase.c from ecryptfs-utils package. Regards, -Ethan On Tue, Feb 15, 2011 at 8:25 PM, anup <[email protected]> wrote: > Hi, > We are mounting sdcard via ecryptfs programmitically.But, mount is not > successful. > > We have NOT included eryptfs-utils( utils source is found in internet, > but utils are for Desktop Linux). > > Is there a way to use ecryptfs without ecrypt-utils? > If yes, it would be great to know how. > > Thanks & Regards, > Anup K. > > -- > You received this message because you are subscribed to the Google Groups > "Android Security Discussions" 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-security-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
