您的位置:首页 > 移动开发 > Android开发

Live mode support -- running user data on a ramdisk (tmpfs) is broken in Android 7.0. Need a fix.

2017-03-21 22:51 645 查看
https://sourceforge.net/p/android-x86/installation/7/

Created:
2016-08-31
Creator:
Chih-Wei Huang

The PackageManager requests to destroy user directory since getxattr failed:

08-31 14:33:40.407 1379 1379 W PackageManager: Destroying user directory /data/user_de/0 because we failed to enforce serial number: java.io.IOException: getxattr failed: ENOTSUP (Operation not supported on transport endpoint)

Fixed by applying the kernel patch from https://dl.dropboxusercontent.com/u/61413222/0001-Enable-user-xattr-for-tmpfs.patch
Refer: https://forums.gentoo.org/viewtopic-t-989228-start-0.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐