在尝试安装某些ROM时,例如,SPANCERMOM或PAC,安装失败了以下消息:
assert failed: getprop("ro.product.device") == "grouper" || getprop ("ro.build.product") == "grouper"
问题是,我100%确定Nexus 7 Wi-Fi是石斑鱼。 其他一些roms,如cyanogenmod安装好的,但我想尝试别的东西。
所以,问题是什么,以及如何修复?
在尝试安装某些ROM时,例如,SPANCERMOM或PAC,安装失败了以下消息:
assert failed: getprop("ro.product.device") == "grouper" || getprop ("ro.build.product") == "grouper"
问题是,我100%确定Nexus 7 Wi-Fi是石斑鱼。 其他一些roms,如cyanogenmod安装好的,但我想尝试别的东西。
所以,问题是什么,以及如何修复?
So I have Nexus 7 (not the 2013 one), Wi-Fi version, with TWRP recovery, version 2.6.3.1 installed.
When trying to install some roms, for example, SmoothRom, or PAC, installation fails with following message:
assert failed: getprop("ro.product.device") == "grouper" || getprop ("ro.build.product") == "grouper"
the problem is, I'm 100% sure nexus 7 wi-fi is grouper. Some other roms, like cyanogenmod install OK, but I'd like to try something else.
So, what's the problem, and how can it be fixed?
有趣的是我有这个完全相同的问题。
似乎是最新版本的TWRP问题。我通过将TWRP降级为 2.6.3.0 - 我假设2.6.3.1版本必须有一个错误。
应该是工作(因为我的场景是相同的:Nexus 7(1),TWRP和MIUI ROM)。
Interestingly I had this exact same problem.
It seems to be an issue with the latest version of TWRP. I solved it by downgrading TWRP to 2.6.3.0 - I'm assuming there must be a bug with the 2.6.3.1 version.
That should work (as my scenario was the same: Nexus 7 (1), TWRP and the MIUI ROM).
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有