Thread: metamorph
View Single Post
Old April 21st, 2010, 06:57 PM   #3 (permalink)
BH_MAN
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

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
__________________
Twitter http://twitter.com/Eugene_373 Show thanks?Just send me a PM with a thanks you...
IF you want to buy me a Beer, Click on the Text.*edit* All Donations Goes to Baby Toys now
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
=KLRS=ZERO (April 21st, 2010)