you Need to pull MetaMorph using adb shell to your Computer...
From there you need to open the .apk and inside of assest there is 2 file's... 1. zip 2. zipalign...
You need to Push those Files into /system/bin then repair...
Quote:
adb push ( zip file location ) /system/bin
adb push ( zipalign location ) /system/bin
|
Quote:
adb shell
cd /system/bin
chmod 0755 zip
chmod 0755 zipalign
exit
|
That's it, now Metamorph will work.. But? I was almost positive I had this fixed in R8