Android bootanimation没有';t工作(权限错误)

Android bootanimation没有';t工作(权限错误),android,permissions,boot,Android,Permissions,Boot,最近我设计了自己的android bootanimation.zip文件。我对此感到非常自豪,并希望将其作为我的启动动画(启动手机时显示的图形)。然而,我遇到了一个复杂的问题,我似乎无法解决或找到任何在线解决方案 信息:我在摩托罗拉Nexus6上运行Cyanogen 12。我将bootanimation.zip放在/system/media文件夹中(和/data/local,但不起作用) 问题(请仔细阅读!): 我已确认bootanimation.zip文件格式正确,显示正确。当我以root用户

最近我设计了自己的android bootanimation.zip文件。我对此感到非常自豪,并希望将其作为我的启动动画(启动手机时显示的图形)。然而,我遇到了一个复杂的问题,我似乎无法解决或找到任何在线解决方案

信息:我在摩托罗拉Nexus6上运行Cyanogen 12。我将bootanimation.zip放在/system/media文件夹中(和/data/local,但不起作用)

问题(请仔细阅读!): 我已确认bootanimation.zip文件格式正确,显示正确。当我以root用户身份进入手机外壳时,我可以正确执行/system/bin/bootanimation命令。此命令只是预览引导动画。但是,我不能将二进制文件作为非根文件执行(我应该可以这样做)。我甚至将bootanimation的所有权更改为shell(非根帐户)。基本上,我看到这样的情况

shell> bootanimation #/system/bin/bootanimation should by in my $PATH
/system/bin/sh: bootanimation: not found
shell> cd /system/bin
shell:/system/bin> ls bootanimation
bootanimation: Permission denied
shell:system/bin> ./bootanimation
/system/bin/sh: ./bootanimation: not found

shell:system/bin> su #log in as root
root> cd /system/bin
root:/system/bin> ls -l bootanimation
-rwxr-xr-x shell    shell       34252 2015-11-03 11:07 bootanimation
最后,设备显然无法在启动时执行此操作,因为启动动画从未显示,而是显示银色的“google”


非常感谢您的意见。

这个问题与编程无关。因此,对于这个网站来说,这是离题的。谢谢,我在xda上转载了它。有兴趣者请点击此处链接: