我有一款根深蒂固(且未上锁)的华为Ideos X3 (U8510)。我有使用ClockWordMod安装到sdcard的股票ROM的完整备份。
然后我开始在互联网上玩不同的ROM。在某种程度上,我也用另一种通用的股票ROM闪现了这个设备。此时,generic永久地更改了我的静态启动徽标和引导动画。最初,它是一个静态的华为标志与沃达丰动画(红色沃达丰标志)。这被华为的静态徽标和华为通用启动动画所取代。这就是问题所在:
1. I need to replace with the original static boot logo and boot animation in the event of a warranty claim.
2. I need the assurance that recovering to the stock ROM backup will restore everything to the way it was except the bootlogo and boot animation.现在,如果我从备份(通过ClockWorkMod恢复)恢复到股票ROM,那么除了静态启动徽标和引导动画序列之外,备份中的所有内容都会被恢复。
我已经尝试过: 1.从安装的终端,就像su:我尝试将recovery.img从备份复制到sdcard的根目录。然后作为su执行以下命令:
flash_image recovery /sdcard/recovery.img上面的命令奏效了。我重新启动恢复了。然后,我重新启动,但仍然看到通用的静态华为启动标志和启动动画。
我可以从我的股票rom备份中看到以下文件:
.android_secure.vfat.tar
boot.img
cache.yaffs2.img
data.yaffs2.img
nandroid.md5
recovery.img ---> This is the file I copied to the root of the sdcard.
system.yaffs2.img我也尝试过要求在其他论坛获得启动动画的副本,从股票ROM,但没有成功。
问题:
发布于 2012-08-06 12:55:21
可以存储引导动画文件的位置有两个:/data/local和/system/media。
http://www.addictivetips.com/mobile/how-to-change-customize-create-android-boot-animation-guide/
https://stackoverflow.com/questions/10138216
复制相似问题