Metamorph?

tamaster92

Senior Member
Aug 11, 2010
64
0
0
Ok first of don't tell me to search cos I want something different. Any way, with the new overlay made by blayo will metamorph work on our legends?

Sent from my Legend using XDA App
 

c_man

Senior Member
May 3, 2010
334
6
0
London, UK
So, I can apply themes on to my legend via metamorph? Correct?

Sent from my Legend using XDA App
See this comment:

Just to let you know... I tried MetaMorph and Type Fresh, they both work. Root Explorer works too.

I think it is safe now for ROM brewers to include this script into their ROMs.
So you can do one of two things:
- Everything in post#1 here: http://forum.xda-developers.com/showthread.php?t=773278
- Wait for a developer to include that kernel in their ROM

..and then you can use metamorph. Personally I am hoping the feature will be available in an upcoming ROM/update.

Maybe it will *just* work with Azure due to this:

The CM6 port from Ali Baba (Azure 1.0) contains a 2.6.29 kernel and no AUFS module... So it should work with your zip. Great work BlaY0!!!
...but I am personally not 100% of the ins and outs [e.g. some WiFi issues??]
 

BlaY0

Retired Recognized Developer
Sep 15, 2007
1,553
566
0
Medvode
WiFi is not an issue. If you have tiwlan.ko and sdio.ko in your /system/lib/modules, then you're set.

In Azure there is kernel made from source with AUFS support I guess. Just find out if it is enabled... adb pull /proc/config.gz, gunzip it and find out if there is CONFIG_AUFS_FS set to y or m in it.

Today I will also sort out busybox problem and then we are set for every Legend ROM I know.
 
Last edited:

TheGrammarFreak

Senior Member
Jul 29, 2010
2,820
678
0
twitter.com
WiFi is not an issue. If you have tiwlan.ko and sdio.ko in your /system/lib/modules, then you're set.

In Azure there is kernel made from source with AUFS support I guess. Just find out if it is enabled... adb pull /proc/config.gz, gunzip it and find out if there is CONFIG_AUFS_FS set to y or m in it.
And the chances of the OP following this are?
 

snakehult

Senior Member
Jun 8, 2010
369
60
0
WiFi is not an issue. If you have tiwlan.ko and sdio.ko in your /system/lib/modules, then you're set.

In Azure there is kernel made from source with AUFS support I guess. Just find out if it is enabled... adb pull /proc/config.gz, gunzip it and find out if there is CONFIG_AUFS_FS set to y or m in it.

Today I will also sort out busybox problem and then we are set for every Legend ROM I know.
adb shell "zcat /proc/config.gz | grep CONFIG_AUFS"
 

BlaY0

Retired Recognized Developer
Sep 15, 2007
1,553
566
0
Medvode
I thought that this is development subforum so anyone should know at least 3 ways to solve such "problems"...

@snakehult: Serving fish on a silver platter is not the way to do it I guess. Rather make some lessons on how to catch them...
 

snakehult

Senior Member
Jun 8, 2010
369
60
0
I thought that this is development subforum so anyone should know at least 3 ways to solve such "problems"...

@snakehult: Serving fish on a silver platter is not the way to do it I guess. Rather make some lessons on how to catch them...
Well, you just got one pipelession ;)
 

tamaster92

Senior Member
Aug 11, 2010
64
0
0
One I am 18, 2 I do understand that and it looks good so far, and 3 no need to get uppity, I was just asking for some help since I was unsure about it ill remember not to next time :-(

Sent from my Legend using XDA App