Motorola Droid X :: Revolution Themes - No Dock Only Getting Framework

Oct 11, 2010

I am rooted without ROM the only thing I have its 928DroidBlackGlassX-DroidX-OTA2315-DeOdexEERR-THEME, but when I install any other theme I don't get the dock, like when I install the fabulous revolution, I only get the framework. I don't get the dock, why?

Motorola Droid X :: Revolution Themes - No Dock Only Getting Framework


Motorola Droid :: Revolution Theme For Stock Rooted Phones

Sep 24, 2010

I was wondering if any1 has made a revolution theme for stock rooted droids. I was running cm 6 with revolution theme remix but the battery was horrible at even 550 speeds. I really like the themes but hate the battery life of roms.

View 1 Replies View Related

Motorola Droid :: Themes Be Installed Over Other Themes

Jul 9, 2010

I have searched for this but didn't really find a clear answer. I am running BB Froyo 0.4---can themes be installed over other themes? IE- can I install blue energy over Xtheme? Is there a way to revert back to the generic BB with no theme or do I need to restore a backup to accomplish this?

View 1 Replies View Related

Motorola Droid :: Framework-res.apk Won't Apply

May 28, 2010

whenever i try to apply the framework-res.apk in metamorph it just gets stuck for up to 30 minutes before i just stop it. I have tried on 3 different themes and none of them work. Why is this?

View 6 Replies View Related

Motorola Droid : How To Change Framework-res / Launcher?

Jun 10, 2010

Ok, so I've made changes to the status bar and other items, re-zipped the folder, placed it on the sd card and used the following command to update the file using terminal emulator..

View 9 Replies View Related

Motorola Droid X :: 10% Battery In Themed Framework Apks?

Nov 1, 2010

Why did I do this? Well, I wanted to use Fightspit's circular battery icons. The DX's icons only change every 20% which is kind of useless for the icon set I wanted. It's easy to swap out icons (via 7zip) but adding icons creates a lot of problems. This forced me to come up with a workaround. Here's the process in case anyone else has been trying to do this.

---------------

Whats needed:
ApkManager
The themed framework-res.apk file
Extract framework-res.apk from any themed zip file
Or adb pull it from your THEMED phones system/framework directory

Stock framework-res.apk file
Extract this from TBHs deodexed 2.3.15 leak
Or adb pull from your STOCK phone

Batter and charging icons
I use 0, 5, 10, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100 battery icons since the DX only reports battery readings in 10% increments.
I have 20 charging pngs. You can have more or less but youll have to modify some XMLs (see below) to get them to work.
You can use UOT Kitchen to generate battery icons. There are, also, other icons floating around on XDA. Just be careful to use HDPI compatible types.

The attached decompiled XML files (these go in the DECOMPILED drawable-hdpi folder along with the batter icons). Edit these if you add or remove pngs.

7zip or Winrar (I prefer the former for modding .apk files)

Working knowledge of DOS (optional) or patience

DIRECTIONS:
Stock framework-res.apk prep
Extract ApkManager (you can put this anywhere. I have it on c: to make things easier in DOS)
Put your STOCK framework-res.apk in the place-apk-here-for-modding folder
Run the script and DECOMPILE (Option 9) the apk. The decompile folder will be in the projects folder.
Delete the STOCK framework-res.apk from the place-apk-here-for-modding folder
Move the DECOMPILED framework-res.apk folder from projects into the main ApkManager folder. This will be your repository of stock files that you will need later

Themed framework-res.apk prep
At this point you should have NOTHING in your modding folder AND project folders
Put your THEMED framework-res.apk in the modding folder
From the ApkManager root folder, DELETE the log text file
Run the script and DECOMPILE (Option 9) the themed apk.
After the decompile is done, close the script and open up the newly created log.txt file
In the log youll see some .9.png errors in /res/drawable-hdpi folder. These are files that were not decompiled properly because some required information (9patch) was missing. Each of those 9.png files will be decompiled (wrongly) and then renamed to .png. Therefore for every SINGLE 9.png error file, there will be one USELESS .png file. NOTE: If you try to recompile with these broken 9patches, the resultant apk WILL cause you to bootloop.

Lets pause here for a bit:
All the 9.png files listed in the error log, as stated before, are BROKEN. The decompile script aapt (apktool) decompiles these broken 9.png files, makes a copy of said files, and renames the copies as *.png.
So, there are, actually, two broken files (one 9.png and one .png) for every error in the log. You have to delete BOTH of these files and replace them with healthy files from the stock framework we decompiled earlier. If you skipped that, go back up and do it. The awesome thing is that there are hundreds of healthy 9.pngs and even more .png files in your THEMED framework decompiled folder. Locating each of this files (sometimes 30 x 2) is a pain. My workaround is to use good ol DOS. You dont have to do the next few steps with DOS but you have to reach the same end.

Enter the dra¦ er decompiled framework-res folder in /projects.
Copy/mark the error 9.pngs into MS Word (or whatever you use). Keep Word and DOS open till were done with this part.
Using find and replace do the following:
Copy everything before the 9.png file and find/replace that with del.
Copy everything after .png and find/replace it with NOTHING (dont type nothing)

The outcome should be:
del first_example.9.png
del second_example.9.png
and should contain all the broken .9.png files

In DOS, cd to decoded frameworks folders drawable-hdpi folder
Copy and paste the contents of the Word file into DOS to delete all the broken 9.png files.
Go back to MS Word and find/replace .9.png with .png

The outcome should be:
del first_example.png
del second_example.png
and should contain all the broken, renamed .png files.

If you didnt close the DOS window, just copy and paste the modified contents of your Word folder into DOS to delete all the broken .png files. If you closed the DOS window, shame on you :P. Youll have to open DOS again and navigate back to the decoded frameworks drawable-hdpi folder first.
You should have removed both the BROKEN .9.png and .png files from the decompiled frameworks drawable-hdpi folder
Head back to MS Word one last time and edit the files to look like this

copy first_example.9.png c:APKManagerprojectsframework-res.apk
esdrawable-hdpi
copy second_example.9.png c:APKManagerprojectsframework-res.apk
esdrawable-hdpi
etc.
The c:... will vary depending on where you put your APKManager folder. If you put it somewhere else, copy the location from your address bar.

Head back to DOS and cd to your STOCK folders drawable-hdpi folder.
Copy the contents from MS Word into DOS and this will copy the healthy .9.png files to your THEMED decoded frameworks drawable-hdpi folder.
You can close MS Word and DOS at this point.
Replacing the battery icons and xml files.
Navigate to your THEMED decompiled frameworks drawable-hdpi folder.
Paste your new battery icons into this folder (overwriting all the existing ones). The files to look for are stat_sys_battery_X.png and stat_sys_battery_charge_animX.png
You should also replace ic_lock_idle_charging and ic_lock_idle_low_battery (I use the fully charged and the battery unknown pngs respectively)
Replace the xml files with your modified ones. The files to replace are stat_sys_battery.xml and stat_sys_battery_charge.xml.

Rebuilding your framework-res.apk
At this point you should have your THEMED framework-res.apk in the modding folder and your THEMED, decompiled framework-res.apk folder in the project folder (with your new png and xml files.)
Go back to the APK Manager main folder and run the script.
Compile the apk (Option 11)
You will be asked if this is a system apk. Choose YES.
You will be asked if you want to copy all unmodified files from the oringal apk. You can choose NO.
Sign the APK (Option 12).
Go into the modding folder, you will find a signedframework-res.apk
Open (DONT EXTRACT) signedframework-res.apk with 7zip or Winrar.
Open (again, DONT EXTRACT) the themed framework-res.apk (also in the modding folder) with 7zip or Winrar
Delete, from within 7zip, the META-INF directory and AndroidManifest.xml file from signedframework-res.apk
Copy, inside 7zip, META-INF and AndroidManifest.xml from your original themed framework-res to signedframework-res.apk Dont unzip anything.
Still in 7zip, navigate to /res/drawable-hdpi in both the original, themed framework-res.apk and signedframework-res.apk. Delete everything BUT the new (stat_sys_battery stat_sys_battery_charge) xmls and battery and charging .pngs from signedframework-res.apk. If you used my files, there will be only 40 items left.
Finally, copy (still in 7zip) everything BUT stat_sys_battery.xml, stat_sys_battery_charge.xml, and the battery and charging .pngs from the themed framework-res.apks drawable-hdpi folder to signedframework-res.apks drawable-hdpi folder.
Your modified framework-res.apk is ready to be pushed to your phone.

Putting the files on your phone.
Either push signedframework-res.apk to your phone via adb or
Create an update.zip for use with clockwork recovery. You can also take the themes zip file and replace the framework-res.apk as well. (I like this). Or you can just make one if you like.
Reboot your phone if you used adb and welcome to 10% heaven.

Im hoping our themers will incorporate the 10% hack into their themes. For them its only a matter of replacing the (2) xml files before compiling the theme.

Ill try to answer any questions as best I can.
Also, please donate to the DEVs (not me!) if you can. This little task took me almost a week (after work and no SSF4 for me ) to figure out. Imagine how much work is required to bring ApeX, RubiX, ZapX etc¦

Grab the Apex rEVO and NexTheme mods and files at:
REVOlution theme with 10% Circle Battery MOD and NexTheme 10% Circle Battery Mod.

Decompiled XML files

View 27 Replies View Related

Motorola Droid X : How To Upload Stock Services.jar / Framework-res.apk?

Sep 21, 2010

If anyone can upload the stock services.jar and stock framework-res.apk from their 2.1 Droid X (it's in the /system/framework folder), I will be forever in your debt. I (stupidly) overwrote mine when installing a theme and now I can't update to 2.2 with my modified files. I know I can flash the .sbf, but I am trying to avoid that.

View 2 Replies View Related

Motorola Droid X :: Ninja Morph - Replace Image In Framework

Nov 15, 2010

maybe im having a brain fart and cant remember a step im missing. I'm trying to replace an image in the framework. I have the new image I want on my sd card in a folder called "theme" and it is a .png image. I go into ninjamorph, newproject>system>framework>framework-res.apk>res>drawable-hdpi>scroll to the image I want to replace and select it. it says select the image you want to replace it with and sends me to my sd card I go to my theme folder, and theres no images there... the .png doesnt show up. I have also tried putting it in my galley, root of the sd card, several places. and none of them show up... I ont get it... did I miss a step somewhere?

Ive done it before but its been a while so maybe im forgetting something? (oh and to add to the confusion, three other .png images I have in there do show up, just not the ones im trying to swap.) only difference I can see between the .png's im trying to use and .png images that do show up, it that the ones that show up are ".png" and the ones that are not showing up are ".PNG" I dont see why caps would make a difference, and I cant seem to get them to not be caps...

View 2 Replies View Related

Motorola Droid :: Constant Force Closes After Editing Framework-res.apk

Jul 15, 2010

I am running Pete's virgin deodexed FRF84B, with Chevy's LV 1.0 Ghz kernel.

I edited .png files in framework-res.apk; the sdcard preparing icon and also the usb connected icon.

I used this method:

Use terminal, since ADB doesn't work.
su
cp system/framework/framework-res.apk /sdcard

(edit files on your computer opening the framework as an archive using 7zip. put the file on the sd card)

assuming that you aren't in SU anymore..

su
cp /sdcard/framework-res.apk system/framework
chmod 644 system/framework/framework-res.apk
sync
reboot

(found here: Best way to edit/mod "framework-res.apk" in FROYO? - Droid Forum - Verizon Droid & the Motorola Droid Forum)

They are not the .9 png files, and the icons changed without problem, but immediately after a reboot almost every program on my phone is force closing.

View 24 Replies View Related

Motorola Droid :: Any Themes Without ROM? (2.1)

Jul 9, 2010

Basically what the title says. Just wondering if any of you know if there are any themes that work on rooted stock 2.1.

View 1 Replies View Related

Motorola Droid :: Themes On CM 5.05

Mar 22, 2010

I just rooted got the cyanogen mod 5.05 and was wondering if I can apply the Nextheme. I want it but it says only in Sprecovery? Can I or not?

View 11 Replies View Related

Motorola Droid X :: Looking For New Themes

Aug 30, 2010

I have seen the Nextheme and am currently using the Revolution theme. Are there any other out there. Ive seen some for the Droid 1 on other forums just didn't know if they worked for the X or not.

View 3 Replies View Related

Droid :: Best Looking Themes For Motorola?

Jul 27, 2010

Anyone recommend a good theme? I'm running bugless beat 0.4 but don't mind switching roms around. Every theme I have found has little to no change. I'm looking for something to blow me away LOL

View 10 Replies View Related

Motorola Droid X :: Way To Mix Themes

Nov 13, 2010

Is there any way to mix themes?

I used the 928 black glass theme because it included the deodex, but i didn't like how it looked. I later upgraded to nextheme, then revolution.

However, it seems there are still some remnants of 928 on my droid (e.g. the universal inbox still looks like 928 with the blue reload symbol).

I would like to get rid of that (go back to the stock universal inbox) and I would like to get the colorful icons for the settings list that was in Nextheme but not in Revolution.

View 3 Replies View Related

Motorola Droid X :: ROM's - Deodex And Themes

Oct 10, 2010

I have about 300 hours of reading in and I am still sitting with a Droid X, 2.2 OTA and no root. I know how to root with rootmyx2 1-click method, not an issue. Was rooted before 2.2 and didn't want any leaked versions.

I have every tool that I would ever need. Root Explorer, Titanium BU, ROM Manager and Droid X Recovery Bootstrap.

But I can't get a straight answer for what ROM's I can install with the 2.2 OTA and which ones deodex for me. I know the 928DroidBlackGlassX-DroidX-OTA2315-DeOdexEERR-THEME will deodex for you but from what I read you have to have a ROM first. So confused.

I read FlyX has been put on the 2.2 w/out deodex and others say you need it first.

I'm just looking for the easiest step-by-step instructions to get set up for themes on a DX 2.2 Official 2.2 OTA.

View 4 Replies View Related

Motorola Droid :: Can Use Rom Custom Themes

Jun 18, 2010

I have never rooted before and I am about to give it a whirl. I am not worried about the consequences really, I feel pretty confident I can follow directions. My only issue is, after browsing these forums I am completely lost on what rom to use! I see some people saying beast and various other custom roms, then I see some saying "vanilla" Froyo is the way to go.

1) What rom SHOULD a first timer use?
2) Where do you find it?
3) What is the most newb friendly rom loader?
4) Can I use any of these custom themes I see with any custom rom or do I need the "vanilla"?
5) Does WiFi work in all of the Froyo roms now?
6) Are there a list of known issues with specific custom roms available or even "vanilla" froyo?
7) Will my purchased apps that are updated to work in 2.2 work?

View 5 Replies View Related

Motorola Droid X :: ROMs And Themes

Aug 3, 2010

I've replaced this thread with two threads run by eXtremeDX who does a much better job than me! Enjoy!

Droid X ROMS - HERE

Droid X Themes & Extras - HERE

View 49 Replies View Related

Motorola Droid :: Putting Themes

Dec 24, 2009

how can you put themes on the droid

View 1 Replies View Related

Motorola Droid X :: Themes And Extras

Nov 9, 2010

This is a list of Themes and some Extra's for the Droid X.

The themes are listed by ROM compatibility. One's marked "Verified" will represent the ones the creator verified with me or it states in the creators post. If it does not say "verified" I used my digression. If something is wrong, don't shoot the messenger.

- If you find dead links or anything I am missing, please PM me.

- If a theme is listed under the wrong section PM me.

- If a theme works with other roms other then the section listed in, PM me and I will note it on that theme.

- If you have questions or issues regarding a theme, direct your question to that creators post.

- Updated 12/8/2010

- See my ROM section - HERE
================================================== =======

Themes for 2.2 Froyo 2.3.15 Deodexed Roms(if these themes work on other Roms PM ME and I will note it)

Creator: phimuskapsi
Vanilla Android
BlueSteel

Creator: drewden123 - Verified
Xtreme

Creator: D13 - Verified
NexTheme w/ Teenfaces statusbar

Creator: Webst3r
RedSteel
BrushedSteel
SenseX 2.2

Creator: 928 Droid
Black Glass X

Creator: bad4u6669 - Verified
Red Overload
Royal Blue

Creator: bignadad
BiG Droid X

Creator: Mike919
Purple Passion
Nex-TANG

Creator: Mrbobrowitz - Verified "Themes will work for any Blur/ Non Blur Rom"
Galaxy S
Drop Theme (Red)

Creator: Explodee
Froyo Dynamite

Creator: ULTRALINX
Minimal Matte - gotta pay for it

Creator: Krayzee - Verified
Droid X theme - he needs beta testers

Themes for Blur Roms

Creator: Fabolous - Verified
NexTheme
REVOlution R2

Creator: Team Incognito - Verified
Incognito Blurred Themes

Themes for Blur-less Roms

Creator: BBCrackman - Verified
BBC Dark Status Bar and Clear Lock Screen

Themes for Specific Roms

Creator: javroch - Verified
Black Out for Fission DX

Creator: Many Creators - Verified
Themes for the Fission Rom

Creator: Fabolous - Verified
NexTheme for ApeX
REVOlution for ApeX

Creator: Mrbobrowitz - Verified
Galaxy S for Tranquility

Creator: Bgill55 - Verified
Incognito Color Series For RubiX - link down

Creator: JsinLegacy and Rola - Verified
iX for rubiX Focused
Xpired for rubiX Focused- post#3
Sinful Series for rubiX Focused

Creator: Juicemane - Verified
Black Juice for rubiX Focused (2 color choices)
Blur Based Black Juice Theme for any Deodexed 2.2 rom
Black Juice for rubiX Blurry

Creator: Natemz - Verified
ProDX Red Theme for the Droid X (only tested on Tranquility 2.8)

Creator: BarracudaCM - Verified
Nebraska Theme /ColoredNebraska (Themes for: rubiX, FlyX, Fission, Tranquality and any roms)

Creator: Faber78 - Verified
KangeradeX for Fission

Creator: Joe722 - Verified
X v1.1.4 for Fission 2.0+

Ports By: Bjoe722 - Verified
NexTheme for Fission
Revolution Remix for Fission
Galaxy S for Fission
Revolution for Fission
Kangerade Blue for Fission

Creator: gregtard- Verified
DarkAndroid for rubiX Focused 1.9.3
Blue Droid Theme for rubiX Focused 1.8.6, 1.9.3, & 1.9.0 Leak/Non-Leak
DarkAndroid for Tranquility 3.5 & 3.5.1

Ported By: RoLa
Flavored Ice- Dark Berry Edition by Jairomeo for Rubix Focused

Creator: Team Incognito
Incognito Back bar mod for Ruibx Focused

Creator: ArmyRanger
Simple Black bar Mod For Blur Roms

Creator: Mrbobrowitz - Verified
Blackmodzz 2.0 - for ANY 2.2.1 Rom

Extras

Creator: bad4u6669
Themed Swype / stock keyboard

Creator: WJG
Droid X Modified Gallery

Creator: acidbath5546
Dark Vanilla Lockscreen mods for Droid X - Metamorph needed

View 17 Replies View Related

Motorola Droid :: Metamorph 2.1 Themes

Mar 22, 2010

What has everyone found for the 2.1 roms. I know there is already a Themes thread but most of them are for 2.0.1, Im running BB v9 and a mix of Smokedglassframe 2.1 and Flavored Ice. Here is what I have found so far. Smoked Glass Frame. MM Smoked Glass Framework for 2.1 - Droid Forum - Verizon Droid & the Motorola Droid Forum. Here is how you can go back to stock. ERE25 (2.1 "official rom) Stock theme and the Barfix is so you can see your clock. So you dont have to edit anything.

View 9 Replies View Related

Motorola Droid X :: Themes Not Appearing

Sep 19, 2010

For some reason, my installed themes are not appearing. I'm putting the zip file on my SD card -> going into clockwork recovery -> installing zip file -> rebooting.

View 14 Replies View Related

Motorola Droid :: Themes Compatible With BB ROM?

Aug 2, 2010

Wondering how to tell which themes I can apply to the BB ROM. Most of them say that they are for cynogen and I'm not sure if they are compatible with BB Rom.

View 5 Replies View Related

Motorola Droid :: Themes That Work With BB V0.4

Jul 9, 2010

All I really want is a black notification bar. I like the stock icons, I prefer the green color scheme to the blue that a lot of roms change it to. But really anything would be better than the stock white. Any themes out there that work with the new BB? The couple I've tried cause the phone to fail to boot (stuck at Motorola screen)

View 4 Replies View Related

Motorola Droid :: How Do Themes Work?

Oct 17, 2010

When you download a theme it is XX.XMB. Does that amount get added on to the original ROM, or does it replace the information in the original ROM?The reason I ask is because I have always been curious as to if a theme in theory would slow down a ROM? I mean I know that even if it did it would be so miniscule that nobody would surely notice, but I'm curious just the same.

View 1 Replies View Related

Motorola Droid :: How To Use Metamorph To Add Different Themes?

Feb 21, 2010

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.

View 22 Replies View Related

Motorola Droid :: Themes For Latest Bb V 0.4?

Jun 30, 2010

I just downloaded petes latest. Its awesome! But it seems the only theme that is compatible is blue energy. I like it, but I would like other options. Are there any other themes out there that are compatible?

View 6 Replies View Related

Motorola Droid :: Where To Get Themes For Cyanogenmod?

May 13, 2010

Where do i get themes for cyanogenmod i see things in rom manager specifically jrummy i was going to try out but it looks like theres nothing with just a theme its his rom with a different theme if i am correct

anyone know where i can get themes

View 5 Replies View Related

Motorola Droid :: Themes For Chevy SS 4.8?

Oct 20, 2010

Anyone know where I can find themes that will work with Chevy SS 4.8? I can only find one on the Internet. And any themes for UD 1.0 would be great too

View 1 Replies View Related

Motorola Droid X :: Themes For Stock ROM?

Nov 3, 2010

What themes are compatible for the stock ROM ?

Rooted + deodexed

View 4 Replies View Related

Motorola Droid : How To Flash Themes?

Aug 12, 2010

I am new to rooting and custom roms, so I have a couple of questions about flashing different themes. I currently am using ss4.6 w/ stock kernal and works great. So the ? is when adding a theme do I just put it on the sd card in update.zip form and install over the rom without wiping anything? BTW I rooted the old fashioned way with rsd lite and have been using sprecovery to flash the roms.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved