[Tutorial] How to add CRT TV off effect: - T-Mobile LG G2x

First off this is for people that know how to decompile/compile apk's..
What this is = Watch here
1: Decompile framework-res.apk using something like apk manager
2: Edit the file \res\values\bools.xml
3: Change value of bool name='config_animateScreenLights' from 'true' to 'false'
4: Compile framework-res.apk
5: Push new framework-res.apk to your phone with root explorer or adb push.
6: Profit...
~~~~~~~~~~~~~~~~~~
How to change the statusbar color:
1: Decompile SystemUI.apk
2: Edit the file \smali\com\android\systemui\statusbar\Clock.smali
3: Search for the line with ->setTextColor comment it and the line above out with a # infront of the two lines.
4: Compile the SystemUI.apk
5: Decompile framework-res.apk and edit the file \res\values\styles.xml
6: Find the style name 'TextAppearance.StatusBar' and change the textColor item to the color you want
7: Compile framework-res.apk
8: Profit More.
These guides will work with about any 2.3 rom out. Thanks to various sources for help on finding these..
(Will add more to this later)

do you have the compiled version of the CRT TV effect?

I will post a version later as the one I got is tweaked and would more and likely cause you guys bootloops.

I decompiled framework but I don't have a values folder in res. Am I missing something? Thanks!

dubntz said:
I decompiled framework but I don't have a values folder in res. Am I missing something? Thanks!
Click to expand...
Click to collapse
are you sure you "decompiled"? or just extracted?

I used APK Manager. Does that not decompile it?

c19932 said:
are you sure you "decompiled"? or just extracted?
Click to expand...
Click to collapse
Going to update my guide so people know to decompile and not extract
I used APK Manager. Does that not decompile it?
Click to expand...
Click to collapse
if you used the decompile option it should have.

Yeah, I just extracted and did not decompile it. Now that I did it right I see the file. Thanks for the help! Much appreciated!

I'm a little curious. Chris mentioned they left the screen-off animation disabled because of issues they were having. Have you experienced any issues at all?

tweezit said:
1: Decompile framework-res.apk using something like apk manager
2: Edit the file \res\values\bools.xml
3: Change value of bool name='config_animateScreenLights' from 'true' to 'false'
4: Compile framework-res.apk
5: Push new framework-res.apk to your phone with root explorer or adb push.
6: Profit...
Click to expand...
Click to collapse
What would you suggest to look into if the setting is already set to false?

Have you got this to work for Cm7 yet?
Sent from my LG-P999 using XDA App

Thanks! Now I gotta reflash 2.3 so I can try to get the status bar vanilla.

MWBehr said:
I'm a little curious. Chris mentioned they left the screen-off animation disabled because of issues they were having. Have you experienced any issues at all?
Click to expand...
Click to collapse
Yes on some roms you will get wake lag bad & others it will work fine.. On the 2.3 leak it will go to a black screen for a while. (that's due to 2.2.2 drivers though from what I can tell.)

Have you got it to work on cm7?

Is it possible to clarify what framework-res.apk is referred this tutorial?
I read these posts and seems like it has not mentioned so far. However, in my case (i am running MoDaCo Fr16 CR) after decompiling framework-res.apk i cannot see that config inside res->values->bool.xml.
Maybe i'm missing something
Thanks in advance.

name="config_annoy_dianne"
lol, just thought that was amusing. let's not annoy dianne.
anyways,trying this now on bionix.

i'm no expert at decompiling etc. just figured it out today lol. i'm pretty positive i did it correctly using apktool. however, after copying the compiled apk back to phone, it just hangs at a black screen on reboot. maybe i did it right and it's just not compatible with bionix? i did read on the apktool site that it won't be signed after recompiling. is this why it won't work? anybody successful here?

crazythunder said:
name="config_annoy_dianne"
lol, just thought that was amusing. let's not annoy dianne.
anyways,trying this now on bionix.
Click to expand...
Click to collapse
Bionix? For the g2x?
Sent from my HTC Vision using XDA Premium App

drewtang said:
Bionix? For the g2x?
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
shhhh, it's a secret.

crazythunder said:
shhhh, it's a secret.
Click to expand...
Click to collapse
Ahhhhhhh I WANTS IT.

Related

Decompiler

Hello, I want to decompile my framework-res apk so I can possibly add a battery that displays percentages. Is there any program out that will let me do this?
Sent from my Xoom using XDA Premium App
Your looking for Smali/BakSmali.
No offense intended here, but the fact that you are asking tells me that you are going to need a lot of research in doing this. It's not necessarily decompiled into the most readable source code. But it's that way with most decompiling, and you probably realize that.
Also, since we don't have source code for HoneyComb, the current Smali/Baksmali implementation doesn't work well/at all for some files.
Good Luck.
Kcarpenter said:
Your looking for Smali/BakSmali.
No offense intended here, but the fact that you are asking tells me that you are going to need a lot of research in doing this. It's not necessarily decompiled into the most readable source code. But it's that way with most decompiling, and you probably realize that.
Also, since we don't have source code for HoneyComb, the current Smali/Baksmali implementation doesn't work well/at all for some files.
Good Luck.
Click to expand...
Click to collapse
No offense taken. I am in the process of teaching myself these things so Google and xda are my best friends. Thanks for the reply
Sent from my Xoom using XDA Premium App
Kcarpenter said:
Your looking for Smali/BakSmali.
No offense intended here, but the fact that you are asking tells me that you are going to need a lot of research in doing this. It's not necessarily decompiled into the most readable source code. But it's that way with most decompiling, and you probably realize that.
Also, since we don't have source code for HoneyComb, the current Smali/Baksmali implementation doesn't work well/at all for some files.
Good Luck.
Click to expand...
Click to collapse
Is it possible to read the Stat sys battery XML? I've been reading on how to decompile the files but no real help with this really
Sent from my Xoom using XDA Premium App
I use apk_manager_4.9 it may be the woosie way but it works for me. Try this thread: http://forum.xda-developers.com/showthread.php?t=695701
zone23 said:
I use apk_manager_4.9 it may be the woosie way but it works for me. Try this thread: http://forum.xda-developers.com/showthread.php?t=695701
Click to expand...
Click to collapse
Thank you, I have previously viewed that thread. There aren't really any clear cut instructions on setting it up properly. Are you able to edit the XML files contained in the drawable folder? That is all I'm interested in. I can't seem to successfully decompile the framework-res apk. Thanks again
Sent from my Xoom using XDA Premium App
I will offer to help you out.
1. Install latest SDK from http://Developer.google.com & Eclipse.
2. Search for apktool and unzip files into the SDK folder under platform_a DB
3. Buddy fix apktool with attached files. You will need to rename these files to Apktool, etc..
4. Copy framework-res.apk, systemui.apk, settings.apk, and launcher2.apk from \system + copy the odex
5. Run apktool d framework-res.apk (do this for each apk)
6. Look in the Res/drawing folders for images to mod.
Now you have the .9.png files with marks & the decompiled XML for reference.
Use Photoshop to modify the files.
Use draw9patch to compile any .9.png files
This is really important. Use 7zip or any other zip app that allows you to open and view an apk as a zip without actually unzipping it. Just copy the new photo files in and add them to an update.zip (you can download this from XDA Xoom Development thread) or use a DB to push the updated files to the Xoom.
Theaming is a subject but that's the basics. I can't upload files for newapktools.zip right now but will edit this when I get home later. Alternativly, maybe someone can post the patched up Xoom compatible apktool files. They are also in XDA theaming thread if you search.
Hth
Sent from my Xoom using XDA Premium App
nbeebe24 said:
Thank you, I have previously viewed that thread. There aren't really any clear cut instructions on setting it up properly. Are you able to edit the XML files contained in the drawable folder? That is all I'm interested in. I can't seem to successfully decompile the framework-res apk. Thanks again
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
Yes I can you need Java JDK installed:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Eventually you will need Eclipse and I use Gimp because its free and doesn't break any .png files.
http://www.eclipse.org/downloads/
IDE for JAVA Develpoers search youtube for a video on how to set it up for android.
http://www.youtube.com/watch?v=ZoWVeXizfbo
I use Notepad++ to edit XML
http://notepad-plus-plus.org/download
Thank you very much for that! I edited the images I want to use, I waes just trying to add the respective values into the XML. Is it possible to add a battery with 1% increments as of now?
Sent from my Nexus S using XDA App
nbeebe24 said:
Thank you very much for that! I edited the images I want to use, I waes just trying to add the respective values into the XML. Is it possible to add a battery with 1% increments as of now?
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
I have no idea all I know is on the EVO you had to edit the services.jar for that and it is beyond my capabilities. Sorry.
zone23 said:
I have no idea all I know is on the EVO you had to edit the services.jar for that and it is beyond my capabilities. Sorry.
Click to expand...
Click to collapse
I'll pay money if someone can link me to the decompiled battery_stat_sys and battery_charge_sys XML's
Sent from my Nexus S using XDA App
Hey nbeebe24, check out my post over here: http://forum.xda-developers.com/showthread.php?t=1063657
This should help you decompile/recompile framework-res.apk for your mod. I look forward to seeing your results
nbeebe24 said:
I'll pay money if someone can link me to the decompiled battery_stat_sys and battery_charge_sys XML's
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
you tryed this tool
Code:
http://ragotnicolas.free.fr/Android/ax10mk.rar
http://ragotnicolas.free.fr/Android/ax10mk.rar
http://forum.xda-developers.com/showthread.php?t=928864

[Q] framework-res.apk problem

In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
sohrab1985 said:
In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
Click to expand...
Click to collapse
what do you mean add one dot?
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
TheATHEiST said:
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
Click to expand...
Click to collapse
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
statusbarexpanded
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
biopsin said:
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
Click to expand...
Click to collapse
nope i haven't tested it but u can read here: http://forum.xda-developers.com/showpost.php?p=9066440&postcount=1
android:id="@id/plmnLabel". This is the Carrier name
android:id="@id/spnLabel". This is the Provider name
this post is useful for froyo.
but i'm already on gingerbread. for gingerbread, read: http://forum.xda-developers.com/showpost.php?p=9978779&postcount=62
all working great ..
Tnx k - ur right still on froyo
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
I mean you even can't make a small change in that xml.
kay_kiat88 said:
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
Click to expand...
Click to collapse
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
For that 1.apk and 2.apk, no I didn't do that.
I'll try it and report back.
sohrab1985 said:
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
Click to expand...
Click to collapse
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
biopsin said:
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
Click to expand...
Click to collapse
it's the color of operator name in status bar and that "clear" button, and I changed it to "#ff000000"
zenkinz said:
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
sohrab1985 said:
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
Click to expand...
Click to collapse
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
zenkinz said:
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
that's right, I've had no problem with any xmls without copying those files until now, but thanks to you I can edit this one, too.
Thank you so much.

Softkey icons

I know that the softkeys can be changed to display words instead of the icons. I have found some images that have them as such but can't seem to get to work when using the custom framework maker. Am I missing something or does anyone have text image files that will work.
Tybo611 said:
I know that the softkeys can be changed to display words instead of the icons. I have found some images that have them as such but can't seem to get to work when using the custom framework maker. Am I missing something or does anyone have text image files that will work.
Click to expand...
Click to collapse
are the imgs u have to replace them pngs? easiest way is to rightclick framework-res.apk and open with 7zip. then drang new pngs over ones in assests folder.
then try and drag that new eddited apk into framework maker. to make a package to flash.
not sure if tb101s themer has to be editted for ec09 but ive been having trouble with 5.5 and ec09
im in chat right now if u want a hand to hold
http://forum.xda-developers.com/showpost.php?p=10422177&postcount=1
ciscogee said:
are the imgs u have to replace them pngs? easiest way is to rightclick framework-res.apk and open with 7zip. then drang new pngs over ones in assests folder.
then try and drag that new eddited apk into framework maker. to make a package to flash.
not sure if tb101s themer has to be editted for ec09 but ive been having trouble with 5.5 and ec09
im in chat right now if u want a hand to hold
http://forum.xda-developers.com/showpost.php?p=10422177&postcount=1
Click to expand...
Click to collapse
won't that create a 7zip file? that was the only problem i had with the themer, everything worked to remove the ticker history and weather. no fc's..yet.
Well the softkeys have to be alighned. Open existing PNGs in paint or whatever and alighn new ones and save. Then run themer.
Sent from my SCH-I400 using xda premium
thank you, checked the sizeds and they were different. now stuck at the decomling stage in themer.
Your making it way more difficult than it should be lol.
Look for older soft keys posts in our theme section.
There are easier ways in there. No decompile needed for softkey.
Sent from my SCH-I400 using xda premium
ciscogee said:
Your making it way more difficult than it should be lol.
Look for older soft keys posts in our theme section.
There are easier ways in there. No decompile needed for softkey.
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
Thanks you for your help. Finally got the text softkeys working.
huge thanks to ciscogee for his help, and trailblazer for the themer. screen shot is attached
CISCO! is your computer unpacked finally?
pattielipp said:
CISCO! is your computer unpacked finally?
Click to expand...
Click to collapse
no i wish. been a bumby road past month. trying to grab it in next couple weeks. just using phone and gf laptop. no cygwin no linux, minor apk editting when i can.

Transparent Statusbar on GB rom

Does anyone know how to get this?
I'm using Mind of a Mac v1.2 Rom
guigadourado said:
Does anyone know how to get this?
I'm using Mind of a Mac v1.2 Rom
Click to expand...
Click to collapse
Hey buddy, i've managed to make it work, after 2 months of searching.
Here is the link of proof. I haven't post any files yet or a guide, but if you want ill tell you what to edit and with what tools.
http://forum.xda-developers.com/showpost.php?p=29106868&postcount=262
Or just paste the file inside this zip View attachment classes.rar to systemUI.apk and do the proper edits to status_bar.xml and the statusbar_background.9.png and statusbar_background.png afterwards.
You can also use the UOT Kitchen.
Truckerglenn said:
You can also use the UOT Kitchen.
Click to expand...
Click to collapse
Never worked for me...
Sent from my Infuse 4G running Aeon 1.4SL
Originally Posted by guigadourado
Does anyone know how to get this?
I'm using Mind of a Mac v1.2 Rom
Click to expand...
Click to collapse
Hey buddy, i've managed to make it work, after 2 months of searching.
Here is the link of proof. I haven't post any files yet or a guide, but if you want ill tell you what to edit and with what tools.
http://forum.xda-developers.com/showpost.php?p=29106868&postcount=262
Or just paste the file inside this zip classes.rar to systemUI.apk and do the proper edits to status_bar.xml and the statusbar_background.9.png and statusbar_background.png afterwards.
Click to expand...
Click to collapse
Awesome job bro,
so a background alpha change in smali? Or pointing to an image?
And ya UOT didn't work for me either when I tried last.
Sent from my Galaxy Nexus using xda premium
xIC-MACIx said:
Awesome job bro,
so a background alpha change in smali? Or pointing to an image?
And ya UOT didn't work for me either when I tried last.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Yes. Use the .dex file for the alpha level and just change the statusbar_background.png to the desired transparency level and thats it . Just remember to add @color/transparent to the date background, otherwise it will show when you expand the statusbar and add the proper change from #ff000000 to @drawable/statusbar_background.
Sent from my Infuse 4G running Aeon 1.4SL
Did you upload the framework-res.apk and SystemUI.apk from the rom that you were using at the time? Then went to the Status bar menu?
Truckerglenn said:
Did you upload the framework-res.apk and SystemUI.apk from the rom that you were using at the time? Then went to the Status bar menu?
Click to expand...
Click to collapse
No, i just edited the smali in the systemui.apk. But apktool doesent work. Actually that was the case all along. I had to decompile and recompile with smali/baksmali.jar to make it work
Sent from my Infuse 4G running Aeon 1.4SL

Theme Question. Please Help.

CM10. I can't for the life of me figure out how to theme these blue parts in the Contacts.apk without the Phone app FCing. Everytime I edit anything in the colors.xml for the Contacts.apk the Phone app FC's. I've edited other app xml's just fine with no fc's. I've managed to successfully change the blue parts in this picture to red by editing this line in colors.xml <color name="people_app_theme_color">#ff33b5e5</color> but whenever I do that, like I said, the Phone app FC's and I have to change it back. I'm trying to change the #ff33b5e5 which is blue to #ffcc0000 which is red. It's the only part of my theme I haven't been able to fix. Can someone with the know-how PLEASE help me. I'm so frustrated lol. I've been trying to figure this out for 5 days now.
You had to make the edit to the source file before the apk is built. This has been an issue for a long time.
Sent from the Bat Cave
zelendel said:
You had to make the edit to the source file before the apk is built. This has been an issue for a long time.
Sent from the Bat Cave
Click to expand...
Click to collapse
Thank you. Someone finally answered lol.
I don't understand tho. This is what I did:
-Decompiled the Contacts.apk with apktool
-edited the colors.xml in Contacts > res > values
-Saved the color.xml with the new changes
-Recompiled Contacts.apk with apktool
Now the Phone app fc's. How come there is a problem with this but no problems with any of the other apks I edit?
You can't edit ICS/jb contacts that way anymore. You have to do it in the source file and then build the apk. I also faced this issue and had to build the apk from scratch to make it work.
Sent from the Bat Cave
zelendel said:
You can't edit ICS/jb contacts that way anymore. You have to do it in the source file and then build the apk. I also faced this issue and had to build the apk from scratch to make it work.
Sent from the Bat Cave
Click to expand...
Click to collapse
I see. That must be why there are so many blue themes lol. I thought I've seen some red ones tho.
Can you show me how? Or lead me in the right direction?
Also, is that the only apk that you need to do that for?
Sent from my One X using xda app-developers app
SkizzMcNizz said:
I see. That must be why there are so many blue themes lol. I thought I've seen some red ones tho.
Can you show me how? Or lead me in the right direction?
Also, is that the only apk that you need to do that for?
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
What I had to do was set up a build environment and then sync with the the ROMs git hub and then sync the repo and then made my edits and built the whole ROM.
The phone apk is also like this
Sent from the Bat Cave
zelendel said:
What I had to do was set up a build environment and then sync with the the ROMs git hub and then sync the repo and then made my edits and built the whole ROM.
The phone apk is also like this
Sent from the Bat Cave
Click to expand...
Click to collapse
Damn that's so much work just to theme one line. Does the same thing happen if I use Theme Chooser?
Is it only CM10 roms that have that problem? I'm wondering if the same thing would happen if I try to make a Sense theme.
Sent from my One X using xda app-developers app
I wonder if it's because the colors of those apps are inverted. The background of the phone app is dark and the one in the contacts app is white. Maybe that's why there is a problem?
Sent from my One X using xda app-developers app
SkizzMcNizz said:
I wonder if it's because the colors of those apps are inverted. The background of the phone app is dark and the one in the contacts app is white. Maybe that's why there is a problem?
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
The problem is from the apktool jar file. It decodes a few apks badly. Not sure what set up your using but seems The newest apktool from ibots fixed this issue.
zelendel said:
The problem is from the apktool jar file. It decodes a few apks badly. Not sure what set up your using but seems The newest apktool from ibots fixed this issue.
Click to expand...
Click to collapse
Awesome do you have a link?
Sent from my One X using xda app-developers app
SkizzMcNizz said:
Awesome do you have a link?
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
A search would have found it easy enough lol. Here is a link. I have been able to edit all the xmls without an issue.
http://forum.xda-developers.com/showthread.php?t=1755243
zelendel said:
A search would have found it easy enough lol. Here is a link. I have been able to edit all the xmls without an issue.
http://forum.xda-developers.com/showthread.php?t=1755243
Click to expand...
Click to collapse
Thanks man. You have been such a great help. I appreciate it.
What should I download? Just the apktool.jar or the updated aapt also? It says on one page that the aapt is only required for Linux but on the OP it says that the patched aapt is required. It says it under previous versions.
Sent from my One X using xda app-developers app
I use a modded version of apkmultitool and all I did was tale the apktool jar file
Sent from the Bat Cave
zelendel said:
I use a modded version of apkmultitool and all I did was tale the apktool jar file
Sent from the Bat Cave
Click to expand...
Click to collapse
Can you send me your apktookmultitool? I'm still getting a fc when I try to open the Phone app. The only thing I changed is the line in the colors.xml in the Contacts apk that said "People app theme color". I changed it to #ffcc0000. Whenever I decompile the Phone.apk it decompiles fine but I get a bunch of errors when I recompile even if I dont' change anything. I'm not using apkmultitool or apkmanager. I'm just using apktool and these commands: java -jar apktool.jar d Contacts.apk and to recompile I use: java -jar apktool.jar b Contacts.
EDIT: Holy Sh*t, Nevermind I got it. I didn't need to change anything in the Phone.apk at all just the Contacts.apk. But I'd still like to know how come my Phone.apk gives errors every time I try to recompile.
I can finally move on now! lol
SkizzMcNizz said:
Can you send me your apktookmultitool? I'm still getting a fc when I try to open the Phone app. The only thing I changed is the line in the colors.xml in the Contacts apk that said "People app theme color". I changed it to #ffcc0000. Whenever I decompile the Phone.apk it decompiles fine but I get a bunch of errors when I recompile even if I dont' change anything. I'm not using apkmultitool or apkmanager. I'm just using apktool and these commands: java -jar apktool.jar d Contacts.apk and to recompile I use: java -jar apktool.jar b Contacts.
EDIT: Holy Sh*t, Nevermind I got it. I didn't need to change anything in the Phone.apk at all just the Contacts.apk. But I'd still like to know how come my Phone.apk gives errors every time I try to recompile.
I can finally move on now! lol
Click to expand...
Click to collapse
Yeah then only changes that need to be done in the dialer is for the in call screen. I will upload my apkmultitool as soon as I can. My PC is hooked up to the TV and better half has control
Sent from the Bat Cave
zelendel said:
Yeah then only changes that need to be done in the dialer is for the in call screen. I will upload my apkmultitool as soon as I can. My PC is hooked up to the TV and better half has control
Sent from the Bat Cave
Click to expand...
Click to collapse
Ok sounds good. Thanks.
Btw would you know why I would get a fc when I try to theme the Swiftkey 3 keyboard? I themed it and then put it on my sdcard and tried to install it but it said "app not installed." That happened when I tried to theme the Facebook app but I put it in System/app and it worked but when I put Swiftkey 3 in System/app it just fc's. I know its not because of the 9.png's because I themed them correctly. I'm wondering if its maybe because its a paid app that I purchased? Do you think I'll have that problem with all the apps that aren't in System/app such as Chrome, Play Store, etc.?
SkizzMcNizz said:
Ok sounds good. Thanks.
Btw would you know why I would get a fc when I try to theme the Swiftkey 3 keyboard? I themed it and then put it on my sdcard and tried to install it but it said "app not installed." That happened when I tried to theme the Facebook app but I put it in System/app and it worked but when I put Swiftkey 3 in System/app it just fc's. I know its not because of the 9.png's because I themed them correctly. I'm wondering if its maybe because its a paid app that I purchased? Do you think I'll have that problem with all the apps that aren't in System/app such as Chrome, Play Store, etc.?
Click to expand...
Click to collapse
It could be that the app developer has it set not to work if decompiled. Hand cent is that way (and pisses me off as I am stuck with bob issues due to their lazy theming lmao.) I have edited a few apps and have no issues. Like tapatalk and what not. But some just won't work.
Sent from the Bat Cave
zelendel said:
It could be that the app developer has it set not to work if decompiled. Hand cent is that way (and pisses me off as I am stuck with bob issues due to their lazy theming lmao.) I have edited a few apps and have no issues. Like tapatalk and what not. But some just won't work.
Sent from the Bat Cave
Click to expand...
Click to collapse
Yea that sucks lol. I wanna add some red to the Swiftkey 3 keyboard. =(
Here is a link to my version of the apkmultitool. You can unzip it anywhere and it will work. At least it does for me lol
https://dl.dropbox.com/u/7544625/apktool test.7z
zelendel said:
Here is a link to my version of the apkmultitool. You can unzip it anywhere and it will work. At least it does for me lol
https://dl.dropbox.com/u/7544625/apktool test.7z
Click to expand...
Click to collapse
Thanks. I'll try it out. Just wondering, is there any reason you don't just use apktool? Also, what did you change in the apkmultitool?
Sent from my One X using xda app-developers app

Categories

Resources