• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Metamorph step by step?

iamloco724

Android Enthusiast
can someone please tell me a step by step on how to use metamorph to add different themes

including what apps are need and where to get themes

please dumb it down for me thanks alot
 
You need to be rooted.

Download Metamorph, it'll make a folder on your sd card called Android Themes.

Then you can download themes from the themes section at Alldroid.

Put the .zip file of the theme you want in the Android Themes folder.

Load up Metamorph, select the .zip file, it will unzip it and then let you select which aspects (or all of the theme) that you want to install.
 
also, make sure to only download themes that have been tested and proven to work on your phone. I got one theme from alldroid (enoch) that just put my phone into a boot loop.

Just read the comments for whats good
 
when i tried to open metamorph and did the start checks and it kept saying some files could not be extract, make sure have space and and busybox is install. I do have busybox install and i have 50 mb left from the internal memory. Any ideas anyone? if it's the memory how do i clear off some cause i used cachemate and after using it max i got was 50mb
 
when i tried to open metamorph and did the start checks and it kept saying some files could not be extract, make sure have space and and busybox is install. I do have busybox install and i have 50 mb left from the internal memory. Any ideas anyone? if it's the memory how do i clear off some cause i used cachemate and after using it max i got was 50mb

happens all the time. try to set the permission in terminal

chmod 755 /system/xbin/busybox
 
hmmm. well

do this, withour quotes
type "su" press enter, then the you will get a # sign on the next line
"chmod 755 /system/xbin/busybox"

make sure to get your spaces right. if you forget to space, or do a space where it is not needed it wont work.
 
hmmm. well

do this, withour quotes
type "su" press enter, then the you will get a # sign on the next line
"chmod 755 /system/xbin/busybox"

make sure to get your spaces right. if you forget to space, or do a space where it is not needed it wont work.

I think you need to mount system first (that is, after you get root access, but before you chmod):

in some roms, you can do it by simply typing 'sysrw'

otherwise,

mount -o remount,rw /dev/mtd/mtdblock4 /system
 
Sometimes you need to symlink, but usually you don't, but just in case here is the commands which can be done in terminal or adb.

su
ln -s /system/bin/busybox /system/bin/cp

Also sometimes you need to swap those paths around.
 
tried brettlewis, fabolous and CRPercodani's instruction but still got the lack of space msg :( guess i just give up

the message more then likely has nothing to do with space, unless you know you have taken up a lot of space already. if so, just clear some stuff out

otherwise...
what rom you running?
and did you install busybox, or did it come in your rom?
 
Glad to see this--I was actually planning on asking this same question today. In addition to this, is there a good place to get the themes, or do I just need to search around and confirm ones will work with the Droid? I saw a thread with a similar request, but I haven't been able to find if anything came of that.
 
Finally got it to work! I reinstalled it after a nandroid restore to my previous version of bugless beast rom. When i have the 7.9 version it shows that i have root still in the terminal but i actually didnt have root. When i used root explorer it said i have no root access hence the nandroid restore and now everything is fine. Thanks to those helping me
 
Is there a simple way of saving a current installed theme? I am using bits and pieces of 3 themes and have it just the way I like it (at least for today). It would be great of Metamorph had an export function but oh well. Anyone have any ideas?
 
Back
Top Bottom