我有一个完全成功的rooted nexus 6p运行tawin项目。我检查了许多关于如何通过恢复刷新Xposed文件的教程,但每次出现错误时,都会出现一个错误,指出更新程序进程已结束时安装zip文件的错误。我不知道为什么发生这种情况,我很确定安装了正确的文件。我怎样才能做到这一点?
安装错误/设备详细信息(单击图像以获取更大的变体)
我有一个完全成功的rooted nexus 6p运行tawin项目。我检查了许多关于如何通过恢复刷新Xposed文件的教程,但每次出现错误时,都会出现一个错误,指出更新程序进程已结束时安装zip文件的错误。我不知道为什么发生这种情况,我很确定安装了正确的文件。我怎样才能做到这一点?
安装错误/设备详细信息(单击图像以获取更大的变体)
I have a completely successfully rooted Nexus 6p running the tawin project. I checked many tutorials on how to flash the xposed file via recovery, but every time it comes up with an error stating that the updater process has ended with an error installing zip file. I have no idea why this occurs and am pretty sure the correct file was installed. How can I be able do do it?
install error / device details (click images for larger variants)
基于屏幕截图,有一个错误说 cp: write error: no space left on device
。似乎 /system
分区中没有空间。
闪烁xposed框架将使用设备的 /system
分区。
如果存在apps或任何膨胀 /system
分区,请尝试删除它们并释放未使用的应用程序的某些空间,然后使用TWRP或ClockWorkMod等恢复程序重新刷新它。
在reflashing之前,请先擦除缓存/ dalvik缓存。每当错误闪烁后出现错误时,擦除缓存/ dalvik以确保在再次闪烁之前它会干净。
Based on the screenshot, there's an error saying cp: write error: no space left on device
. It seems there's no space in /system
partition of the device.
Flashing Xposed Framework would make use of the device's /system
partition.
In case there are apps or anything bloating up the /system
partition, try removing them and freeing some space from unused apps, and then re-flash it again with a recovery program like TWRP or ClockworkMod.
Before reflashing, do wipe the cache/Dalvik cache first. Whenever the errors appear after flashing, wipe the cache/Dalvik to be sure it's clean before flashing again.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有