我正在尝试为我的droid razr HD带来一个4.4版的android版本。它可以干净地编译,但当我尝试安装它时,它会失败,并在恢复日志中显示以下错误:
ApplyParsedPerms: removexattr of /system/xbin/zipalign to 0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/external_sd/MSI/update-XenonHD-11-07-13-signed-xt926.zip'
Error flashing zip '/external_sd/MSI/update-XenonHD-11-07-13-signed-xt926.zip' 所以..。我对AOSP在构建和可引导/恢复方面所做的更改做了相当多的研究,包括其他人对这个问题的评论,我认为这是/system/xbin缺少的seandroid配置。这肯定与/system/xbin中的项目有关,因为当我从构建中删除zipalign时,它会在tcpdump上出错,依此类推。这真的是一个缺失的sepolicy配置吗?还有什么我需要检查的吗?有没有人能告诉我怎样才能在不打乱xbin文件的情况下包含xbin?谢谢,感谢您的宝贵时间!
发布于 2013-11-21 01:05:19
我在我的Nexus7 (2012)上修复了这个问题,我从http://www.clockworkmod.com/rommanager升级到了最新的ClockworkMod恢复。
发布于 2014-05-11 00:59:52
简而言之,如果你想刷新KitKat android4.4,你必须升级到高于v6.0.4.5的CWM版本。或者,使用备用引导加载程序。
发布于 2014-03-19 02:55:04
正确的闪光命令,响应@Blue_On_It:
fastboot flash recovery clockworkmod.imghttps://stackoverflow.com/questions/19860479
复制相似问题