Go Back   Android Forums > Android Phones > Samsung Behold 2 > Behold 2 - All Things Root

Behold 2 - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old April 21st, 2010, 05:21 PM   #1 (permalink)
Member
 
Join Date: Dec 2009
Posts: 320
 
Device(s): Motorola ATRIX 4G
Thanks: 19
Thanked 34 Times in 27 Posts
Default metamorph

will we be able to install other phone themes (g1) on the galaxy rom?

[METAMORPH] HERO FULL THEME 'the real hero' [UPDATE: BLACK BAR ADDED] (02/24/10) - xda-developers

=KLRS=ZERO is offline  
Reply With Quote
Sponsors
Old April 21st, 2010, 05:47 PM   #2 (permalink)
Member
 
Join Date: Dec 2009
Posts: 320
 
Device(s): Motorola ATRIX 4G
Thanks: 19
Thanked 34 Times in 27 Posts
Default

also on galaxy R8 i get error: The files could not be extracted or set up, please make sure you have enough room in /system and busybox is installed
=KLRS=ZERO is offline  
Reply With Quote
Old April 21st, 2010, 07:57 PM   #3 (permalink)
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,672 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)
Old April 21st, 2010, 09:25 PM   #4 (permalink)
Member
 
Join Date: Dec 2009
Posts: 320
 
Device(s): Motorola ATRIX 4G
Thanks: 19
Thanked 34 Times in 27 Posts
Default

thanks for the help BH_MAN!!! i will try this now and get back to you. also where is metamorph located so i can pull it?
=KLRS=ZERO is offline  
Last edited by =KLRS=ZERO; April 21st, 2010 at 09:27 PM.
Reply With Quote
Old April 21st, 2010, 09:29 PM   #5 (permalink)
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,672 Times in 433 Posts
Default

Quote:
Originally Posted by =KLRS=ZERO View Post
thanks for the help BH_MAN!!! i will try this now and get back to you. also where is metamorph located so i can pull it?
/data/app

should start with com.xxxxx
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)
Old April 21st, 2010, 09:42 PM   #6 (permalink)
Member
 
Join Date: Dec 2009
Posts: 320
 
Device(s): Motorola ATRIX 4G
Thanks: 19
Thanked 34 Times in 27 Posts
Default

it is stericson.xda.metamorph but adb says its not there

edit: NVM i had to put .apk at the end
=KLRS=ZERO is offline  
Reply With Quote
Old April 22nd, 2010, 01:19 AM   #7 (permalink)
Member
 
Join Date: Feb 2010
Location: FL
Posts: 122
 
Device(s): Samsung Behold II
Thanks: 12
Thanked 19 Times in 13 Posts
Default

It works. Thanks guys.
brmayhem is offline  
Reply With Quote
Old April 22nd, 2010, 03:29 AM   #8 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: DC
Posts: 40
 
Device(s): Behold 2 BH_Man No Twiz 1.6
Thanks: 15
Thanked 4 Times in 3 Posts
Default

Can you guys elaborate on how you got this to work? I was under the impression we can only metamorph themes that were designed for behold 2
xLeo is offline  
Reply With Quote
Old April 22nd, 2010, 06:36 AM   #9 (permalink)
Member
 
Join Date: Mar 2010
Location: Buffalo NY
Posts: 142
 
Device(s):
Thanks: 23
Thanked 14 Times in 10 Posts
Default

I got "AlienAqua Blue" theme to work on behold 2 notwiz,its a great theme that changes almost everything.I found it here Android AlienAqua Blue Theme - Android Theme Collection & Free Android Themes Download.
lviv73 is offline  
Reply With Quote
Old April 22nd, 2010, 10:19 AM   #10 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: Arizona
Posts: 88
 
Device(s): Nexus One Rooted with a LOCKED Bootloader running HTC Desire ROM
Thanks: 36
Thanked 30 Times in 18 Posts
Default

Hey guys, I think I've been good about reading every post in any of the rooting threads and been able to ODIN my phone all r* 1.6 without a hitch. However, I want to theme BH_MAN's 1.6 Galaxy R8 with this bluish theme. I have the stericson.xda.metamorph.apk sitting on my desktop. How do i pull the zip and zip-align from this apk to push back into /system/bin? I've google and search this forum to no avail. Any enlightenment would be greatly appreciated. Just need to know how to get zip and zip align, the rest i can do. Thanks in advance.
NeoAndroid is offline  
Reply With Quote
Sponsors
Old April 22nd, 2010, 01:17 PM   #11 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: Orlando, FL
Posts: 77
 
Device(s): MTS - Black
Thanks: 5
Thanked 11 Times in 11 Posts
Default

Quote:
Originally Posted by Android Fiend View Post
Downloads:
Zip and Zipalign files: zip-zipalign.zipEXTRACT THE ZIP

How to install: Download zip and zipalign files from link provided above. Then procede following steps through ADB below.
AndroidFriend provided the files in another thread. You can also open the .apk using WinRar. Then the zip and zipalign files are in the assets folder.
erb0817 is offline  
Reply With Quote
The Following User Says Thank You to erb0817 For This Useful Post:
NeoAndroid (April 22nd, 2010)
Old April 22nd, 2010, 02:21 PM   #12 (permalink)
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,672 Times in 433 Posts
Default

awe okay.... Just check my R8 build... I was mistaken that I had added the MetaMorph support to it.... R9 has it... I just haven't finished it & I have added it to the 1.6 Factory Behold II & the 1.6 no Twiz Rom...

I'll try and make time this week & get R9 posted & back to stock since we have Themers coming into play....

I'll also Upload a Templet for MetaMorph for everyone to use as well with a How-to when I get time, both for the Behold 2 1.6 & for the Galaxy 1.6 rom's
BH_MAN is offline  
Reply With Quote
The Following 2 Users Say Thank You to BH_MAN For This Useful Post:
bluey123 (April 22nd, 2010), NeoAndroid (April 22nd, 2010)
Old April 22nd, 2010, 10:05 PM   #13 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: Arizona
Posts: 88
 
Device(s): Nexus One Rooted with a LOCKED Bootloader running HTC Desire ROM
Thanks: 36
Thanked 30 Times in 18 Posts
Default

Quote:
Originally Posted by erb0817 View Post
AndroidFriend provided the files in another thread. You can also open the .apk using WinRar. Then the zip and zipalign files are in the assets folder.
Thank you. I don't have WinRar yet. I will download soon. I must say we have a lot of good support from these forums.
NeoAndroid is offline  
Reply With Quote
Old April 22nd, 2010, 11:08 PM   #14 (permalink)
Junior Member
 
Android Fiend's Avatar
 
Join Date: Apr 2010
Location: Guantanamo Bay, Cuba
Posts: 59
 
Device(s): Samsung Behold 2, HTC Dream
Thanks: 5
Thanked 8 Times in 1 Post
Default Re: metamorph

Quote:
I'll also Upload a Templet for MetaMorph for everyone to use as well with a How-to when I get time, both for the Behold 2 1.6 & for the Galaxy 1.6 rom's
behold 2 1.6 no twiz is gonna be hard to theme do to massive renames of framework images to touchwiz named images.

really looking forward for the galaxy template.

Sent from my Behold II using Tapatalk
Android Fiend is offline  
Reply With Quote
Reply

Samsung Behold 2
Current Rating:
Rate this Phone:

The Samsung Behold 2 for T-Mobile greatly improves on the first version of the phone by adding Android to the mix, providing for a powerful combination of hardware and sowftware. With Android, Samsung's custom TouchWiz UI, a 3.2-inch AMOLED Tou... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung Behold 2 > Behold 2 - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
metamorph andrewreiss18 Android Themes 1 January 8th, 2011 12:01 PM
MetaMorph and how to use it? randy_c Samsung Captivate 1 August 28th, 2010 01:17 PM
metamorph smoke_weed Spica - All Things Root 0 July 26th, 2010 03:26 AM
metamorph Viralmind Nexus - All Things Root 5 March 27th, 2010 09:41 PM
metamorph??? yung_wallace HTC Hero (Sprint) 17 February 22nd, 2010 01:29 AM



All times are GMT -5. The time now is 02:14 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.