Senior Member
Thanks Meter 47
Posts: 164
Join Date: May 2012
Location: Republic of Heaven
|
Quote:
Originally Posted by kingofcomedy
Where can I find the update script? Maybe I'd like to flash my P7500 too.
Edit: already found it. 
|
In the ROM zip folder: META-INF/com/google/android/
In this folder there are two files. Open updater-script with a text editor.
Find the line
assert(getprop("ro.product.device") == "p4wifi" ||
getprop("ro.build.product") == "p4wifi");
(Or something like this)
And change to
assert(getprop("ro.product.device") == "p4" ||
getprop("ro.build.product") == "p4");
Or I believe you can just delete it.
|