13

我正在尝试为我的 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 而不必弄乱那里的文件?谢谢,感谢您的时间!

4

5 回答 5

17

通过从http://www.clockworkmod.com/rommanager升级到最新的 ClockworkMod Recovery,我在 Nexus 7 (2012) 上解决了这个问题。

于 2013-11-20T17:05:18.723 回答
4

简而言之,如果你想刷 KitKat Android 4.4,你必须升级到高于 v6.0.4.5 的 CWM 版本。或者,使用备用引导加载程序。

于 2014-05-10T16:59:52.423 回答
2

响应@Blue_On_It 的正确闪烁命令:

fastboot flash recovery clockworkmod.img
于 2014-03-18T18:55:03.570 回答
1

1.- Start the mobile in recovery mode

2.- You must open adb console (after download the newest version of ClockWorkMod) and write "fastboot recovery clockworkmod.img" (you have the fastboot executable in the platform-tools folder)

3.- While the console write: "Waiting the mobile" or similar you restart the mobile. The ClockWorkMod recovery new version will be installed.

于 2013-11-26T23:02:35.027 回答
-1

将您的 ClockworkMod Recovery 升级到 6.0.4.5,您可以在此处下载文件并阅读如何在此处升级的教程,如果您卡在启动状态并且无法进入设备内部/没有操作系统,请在此处阅读教程并观看视频教程如何使用 ADB 将文件复制到您的 Android

希望对你有所帮助...:)

于 2014-12-23T10:21:59.870 回答