Metamorph won't apply framework-res to ESE53? (A noob guide to adb pull/push theming)

This is a discussion on Metamorph won't apply framework-res to ESE53? (A noob guide to adb pull/push theming) within the Droid Hacks forums, part of the Droid Hacking category; I think its because the framework-res.apk is running. Ill try changing permissions next time I do it....

+ Reply to Thread
Page 2 of 7 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 69

Thread: Metamorph won't apply framework-res to ESE53? (A noob guide to adb pull/push theming)

  1. Senior Droid
    19DroidRage84's Avatar
    Member #
    32788
    Join Date
    Jan 2010
    Location
    LC, KS
    Posts
    147
    Phone
    Motorola Droid
    #11
    I think its because the framework-res.apk is running. Ill try changing permissions next time I do it.
    Motorola Droid
    Cyanogenmod 6 nightlies
    Clockwork Recovery
    cvpcs's 1.2ghz SV
  2. Rescue Squad
    Jonny Kansas's Avatar
    Member #
    29890
    Join Date
    Jan 2010
    Location
    Michigan's Upper Peninsula
    Posts
    2,606
    Liked
    1 times
    Phone
    Droid Bionic
    Premium Member
    #12
    Quote Originally Posted by 19DroidRage84 View Post
    I think its because the framework-res.apk is running. Ill try changing permissions next time I do it.
    But that's what I don't get...On prior versions of Pete's ESE53 Bugless Beast, including v .07, which I JUST upgraded from...Metamorph themed the framework-res.apk.

    I just tried using root explorer to replace the proper file in the framework-res.apk and then paste it back into the system and the phone rebooted just like it did when attempting to use metamorph...

    Oh well!

    Time for me to hit the bar! lol

    I'll give it a go tomorrow and see if I can't get an easier way to work.

    I'm sure your way will work, so I'll try that as well and add it as an easier option to the OP.

    Thanks for the help!


    Ran into a little snag? Have a question? Think your phone is only good to hold down rogue papers in a wind storm now? Visit the Rescue Squad!

  3. Rescue Squad
    Jonny Kansas's Avatar
    Member #
    29890
    Join Date
    Jan 2010
    Location
    Michigan's Upper Peninsula
    Posts
    2,606
    Liked
    1 times
    Phone
    Droid Bionic
    Premium Member
    #13
    Quote Originally Posted by 19DroidRage84 View Post
    its cool...but to copy froamework-res.apk:

    adb shell
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    busybox cp /system/framework/framework-res.apk /sdcard/

    *******on phone apply metamorph. Metamorph path needs to be /sdcard/*******

    busybox cp /sdcard/framework-res.apk /system/framework/
    mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
    sync
    reboot
    How do you point mm to /sdcard/?


    Ran into a little snag? Have a question? Think your phone is only good to hold down rogue papers in a wind storm now? Visit the Rescue Squad!

  4. Senior Droid
    19DroidRage84's Avatar
    Member #
    32788
    Join Date
    Jan 2010
    Location
    LC, KS
    Posts
    147
    Phone
    Motorola Droid
    #14
    Quote Originally Posted by Jonny Kansas View Post
    How do you point mm to /sdcard/?
    You just open the .thm in a notepad

    The .thm file that goes with every metamorph inside it you will want this:

    Any ROM
    Any Version
    framework-res.apk
    /sdcard/

    Target apk is framework-res.apk
    Target path is /sdcard/

    **********dont type this************

    the 3rd line is where you type the .apk you want to theme. the fourth line is the path since framework-res.apk is on the sdcard its /sdcard/. Some people dont put the last 2 lines but i learned it that way.
    Motorola Droid
    Cyanogenmod 6 nightlies
    Clockwork Recovery
    cvpcs's 1.2ghz SV
  5. Rescue Squad
    Jonny Kansas's Avatar
    Member #
    29890
    Join Date
    Jan 2010
    Location
    Michigan's Upper Peninsula
    Posts
    2,606
    Liked
    1 times
    Phone
    Droid Bionic
    Premium Member
    #15
    That's right. I feel silly. Lol. Might be the Captain...haha!


    Ran into a little snag? Have a question? Think your phone is only good to hold down rogue papers in a wind storm now? Visit the Rescue Squad!

  6. rrrrrrredbelly's Avatar
    Member #
    24512
    Join Date
    Jan 2010
    Posts
    81
    Phone
    Droid 1
    #16
    Quote Originally Posted by Jonny Kansas View Post
    (Mods, I wasn't sure if this was better in Hacks or Themes, so feel free to move it, but let me know via comment! )

    So, I and some others have noticed that Metamporph simply reboots the phone when attempting to apply a theme framework-res and doesn't apply when attempting to theme 2.1 ESE 53 roms . I wrote this guide after trying this out for myself. This was MY first time with this process, so don't be intimidated by the length of this guide. Just want to make it thorough enough that you're not left with questions!
    whether or not this was extra work, it worked great for me. thanks
    Last edited by rrrrrrredbelly; 03-13-2010 at 08:45 AM.
  7. Rescue Squad
    Jonny Kansas's Avatar
    Member #
    29890
    Join Date
    Jan 2010
    Location
    Michigan's Upper Peninsula
    Posts
    2,606
    Liked
    1 times
    Phone
    Droid Bionic
    Premium Member
    #17
    Quote Originally Posted by rrrrrrredbelly View Post
    Quote Originally Posted by Jonny Kansas View Post
    (Mods, I wasn't sure if this was better in Hacks or Themes, so feel free to move it, but let me know via comment! )

    So, I and some others have noticed that Metamporph simply reboots the phone when attempting to apply a theme framework-res and doesn't apply when attempting to theme 2.1 ESE 53 roms . I wrote this guide after trying this out for myself. This was MY first time with this process, so don't be intimidated by the length of this guide. Just want to make it thorough enough that you're not left with questions!
    whether or not this was extra work, it worked great for me. thanks
    No problem! Op will be updated once I verify the new way. Although, that way involves changing a bit of text in a file which might be a bit more intimidating for some "noobs" than my copy/paste method. Both will be offered.


    Ran into a little snag? Have a question? Think your phone is only good to hold down rogue papers in a wind storm now? Visit the Rescue Squad!

  8. Droid Ninja
    microsnook's Avatar
    Member #
    35836
    Join Date
    Feb 2010
    Posts
    1,292
    Phone
    Enter Current Phone Model Here
    #18
    Alright man, Im a noob, and I got it to work!
    I even changed the images around to make it how I want it. This is awesome.
    Thanks for the write up. Now I can have the phone my way
  9. Rescue Squad
    Jonny Kansas's Avatar
    Member #
    29890
    Join Date
    Jan 2010
    Location
    Michigan's Upper Peninsula
    Posts
    2,606
    Liked
    1 times
    Phone
    Droid Bionic
    Premium Member
    #19
    Quote Originally Posted by microsnook View Post
    Alright man, Im a noob, and I got it to work!
    I even changed the images around to make it how I want it. This is awesome.
    Thanks for the write up. Now I can have the phone my way
    Not a problem! Any time you see someone talk about adb push, that's the last part you did. If you know the exact name (with capitalization) of the .apk you're trying to replace and it's location, you can push and pull a lot of things.

    Be sure to backup first!


    Ran into a little snag? Have a question? Think your phone is only good to hold down rogue papers in a wind storm now? Visit the Rescue Squad!

  10. Droid Ninja
    microsnook's Avatar
    Member #
    35836
    Join Date
    Feb 2010
    Posts
    1,292
    Phone
    Enter Current Phone Model Here
    #20
    Alright. Im trying to change the clocks color...its black :|. But Its a jar file I believe?
    Where do I put this?
    Also, is there a way to remove the am/pm?

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. metamorph guide for noobs
    By dredge in forum Droid Hacks
    Replies: 13
    Last Post: 02-11-2010, 10:45 AM
  2. Can someone point me to a metamorph guide?
    By gotta have that funk in forum Droid Hacks
    Replies: 8
    Last Post: 02-07-2010, 10:17 PM
  3. Replies: 13
    Last Post: 02-07-2010, 11:03 AM
  4. Sweeter home 2 noob guide please?
    By dredge in forum Droid Applications
    Replies: 1
    Last Post: 02-07-2010, 09:28 AM
  5. Request for a NOOB challenge guide to overclocking
    By KukiKid in forum Droid Hacks
    Replies: 34
    Last Post: 01-31-2010, 10:27 PM

Search tags for this page

applying framework-res.apk

,

applying framework-res.apk theme

,
applying theme metamorph
,
applying+framework-res.apk stuck
,
edit framework-res.apk metamorph
,
how to apply framework-res files
,
metamorph applying framework stuck
,
metamorph applying framework-res.apk
,
metamorph doesn't work
,
metamorph framework
,

metamorph framework-res.apk

,

metamorph framework-res.apk hangs

,
metamorph stuck
,
metamorph stuck applying framework
,
metamorph stuck on applying
,
metamorph won't apply theme
,
metamorph won't apply themes
,

metamorph won't work

,
why doesn't my metamorph work
,
why wont metamorph load
Click on a term to search our site for related topics.

Tags for this Thread