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

Root Question for a real themer (mystery?)

paris8577

Android Enthusiast
So I am taking a stab at trying to actually theme and not use the uot kitchen. I did alot of research on xda and other sites such as Madacos tutorial. My question is, I am pulling images out of drawable mdpi and editing them in photoshop and then putting them back in drawable mdpi. but when i flash nothing changes. what am I doing wrong? am I missing some steps? Can anyone give a quick tip or two or direct me to someone or somewhere where I can get some help. Id like to do a full Ics theme for the admire amongst other themes if i could figure this out. Any help would be appreciated.
 
Damn idk how I missed this thread lol. I guess it's a good thing I been helping you out via private message

lol yeah its been up for a bit. I think i put this up when i was making the ICS theme. I guess from what i understand the stock rom does not support transparancy. kinda sucks the themes could be so much better
 
lol yeah its been up for a bit. I think i put this up when i was making the ICS theme. I guess from what i understand the stock rom does not support transparancy. kinda sucks the themes could be so much better

There is an update for non cdma phones that I believe supports transparency. There is also a fix in the works for cdma. There is a temporary one available in a forum elsewhere, but it involves settings changes and frequent reboots, but fixes the data as far as I know.

anyway, I posted a tutorial when I was using the m835, but is universal and doesn't involve signing of any package. This way is fast and easy. All you need is adb, and a photo editor.

1. preset your editor to load .png files. From the archive, open the image you want to replace. Edit the image and save.
2. Go back to the archive and you will receive a prompt stating you edited the file and asks to update the archive. Click yes. Move the archive to the root of the sd card. The example I will use is for the framework-res.apk
3. Run adb and type the following:

Adb shell
Su

Mount -o remount,rw /dev/mtdblock4 /system
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk

4. Adb will tell you the file was transferred successfully. After about 10 seconds, your phone will automatically reboot. Your new framework will now be on your phone.

You can do this with any part of an archive, just make sure that the file type you are working with has been preset to load in a specific program. This way you can edit from the archive itself and bypass unpacking, editing, repacking, and signing. Good luck!
 
Back
Top Bottom