Themed Calendar - Galaxy Tab Themes and Apps

I really didn't like that wooden calendar and it's colors, so I changed it a little bit.
There is only one color that I couldn't find. (picture number 2)
Special Thanks to biopsin for helping me to build this,
and thanks to cheatman for looking in to it.
If you want to try it, just download the zip file and flash it via recovery.

Does anyone know why I can't change those colors?

Hey guy,
I'm sorry but I can't help you. But i like your app. Please don't give up!

odysseus84 said:
Hey guy,
I'm sorry but I can't help you. But i like your app. Please don't give up!
Click to expand...
Click to collapse
I'm trying, but I haven't found a way to edit that xml. I don't have any problem
with other xmls but this one... I don't know what's wrong.

Looks like some great work there mate. As for your odd xml file problem, I'm not sure there's much you can do. I've had problems like that with a couple of apk's and I've never found a reliable fix. Sorry

Decompile the apk using apktool or apkmanager .... n den edit the xml....n compile agn
Sent from my GT-P1000 using XDA Premium App

agc93 said:
Looks like some great work there mate. As for your odd xml file problem, I'm not sure there's much you can do. I've had problems like that with a couple of apk's and I've never found a reliable fix. Sorry
Click to expand...
Click to collapse
Yeah, I've had this problem before with a framework.

Thats a nice theme. The wooden calendar wasnt really bad, but your theme makes it really nice!

I realy like your theme. The contacts.apk and the phone.apk are "woody ugly" too. Would you theme theese apps too?

Can you post your said XML alone as an attachment (the already modified and original)? I'd like to take a look at it.
As some resources (files in the /res folder) are shared between apps through the framework, changing anything shared might result in an inconsistency and FC the app.
A workaround might be to completely decompile the framework as a dependency and modify it there. It would result in a more dramatic change, but it would cross over to other apps such as the contacts, dialer and calendar simultaneously.
PS: this also applies to the browser, email app, contacts and so on, depending on what you change.

cheatman said:
completely decompile the framework as a dependency and modify it there.
Click to expand...
Click to collapse
but How?
by using what software?
I face similar issue and tried with apktool and apkmanager with no hope.
Would u give me a hand?

odysseus84 said:
I realy like your theme. The contacts.apk and the phone.apk are "woody ugly" too. Would you theme theese apps too?
Click to expand...
Click to collapse
I've already woked on both of them, you can find them in Themes and Apps section.

cheatman said:
Can you post your said XML alone as an attachment (the already modified and original)? I'd like to take a look at it.
As some resources (files in the /res folder) are shared between apps through the framework, changing anything shared might result in an inconsistency and FC the app.
A workaround might be to completely decompile the framework as a dependency and modify it there. It would result in a more dramatic change, but it would cross over to other apps such as the contacts, dialer and calendar simultaneously.
PS: this also applies to the browser, email app, contacts and so on, depending on what you change.
Click to expand...
Click to collapse
So there are lots of things that should be checked.
I uploded the xml here. There are 3 colors in this xml and I can't change any of
them. The xml is in layout folder and there is another xml with the same name in
layout-land folder. I've tried working on this one as well but the result is the
same as the other one.
Anyway, thanks for looking in to it, mate.

sohrab1985 said:
I've already woked on both of them, you can find them in Themes and Apps section.
Click to expand...
Click to collapse
Yes, i know that. They are nice but they don't look as good as the calendar (cause blue). Maybe you can change the colours to a few dark colours like your calendar (it's perfect for Meizu's Dark Theme)
What ever is come... thanks for your work
Sent from my GT-P1000 using Tapatalk

odysseus84 said:
Yes, i know that. They are nice but they don't look as good as the calendar (cause blue). Maybe you can change the colours to a few dark colours like your calendar (it's perfect for Meizu's Dark Theme)
What ever is come... thanks for your work
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
I see what I can do.

Ok, in the XML I can see you have three variations of brown/orange. Judging by the colors, I suspect this is the default XML, before editing it.
The colors are #ffbe801d, #ffede3c2 and #ff503200. What values are you trying to set instead of these? What I mean is, how EXACTLY are you replacing the actual text in the XML:
#ffbe801d becomes: ???
#ffede3c2 becomes: ???
#ff503200 becomes: ???
This is important as the color representation is not the basic HEX code encountered in regular web dev (for example). It's a 16-bit hex representation with alpha. The first two elements (ff) stand for 100% opacity.
C.

cheatman said:
Ok, in the XML I can see you have three variations of brown/orange. Judging by the colors, I suspect this is the default XML, before editing it.
The colors are #ffbe801d, #ffede3c2 and #ff503200. What values are you trying to set instead of these? What I mean is, how EXACTLY are you replacing the actual text in the XML:
#ffbe801d becomes: ???
#ffede3c2 becomes: ???
#ff503200 becomes: ???
This is important as the color representation is not the basic HEX code encountered in regular web dev (for example). It's a 16-bit hex representation with alpha. The first two elements (ff) stand for 100% opacity.
C.
Click to expand...
Click to collapse
Yeah, that's right, this is the default xml.
I edit the xml same as other xmls which I edit without any problem, I just open
the xml in a text file and change the value I want to edit and then I save it and
after that I compile it with Apk Manager.
I just want to change them to something like gray, for example I want to change
#ffbe801d to #ff787878 and #ffede3c2 to #ffbcbcbc. It dosen't matter if they
are not exactly these colors, like I said before I just want to make them gray
For the third one, I don't think it changes those two colors that I want to change.
Btw, thanks for helping.

Well, I've looked into it and I can:
1. Fully Decompile the APK. It doesn't need any shared resources from external packages.
2. Edit the XMLs accordingly. I have also seen that you were very thorough in your theme creation process.
It's all good apparently, however, I am unable to recompile everything back. The APK tool reports some missing resources. For some reason, there is a dependency that is not satisfied, although the package decompiles correctly (I have never seen a similar package before).
I'll have to scour some Google documentation before I'll come up with a relevant result, so it may take a while. I'm not gonna let it fly, though. The entire process should be plain smooth and must be doable anyway.

Hi
I have no issues bulding the calendar. If u send me your edited files i can try build it for you..also chech if apktool is up to date, using older ver. will hand out errors..
Edit
Tested these colors
#ffbe801d becomes: ff6090bf
#ffede3c2 becomes: ff9198b1
#ff503200 becomes: ff001d50
ref. : http://www.color-hex.com/
and it builded ok
Sent from my GT-P1000 using XDA Premium App

cheatman said:
Well, I've looked into it and I can:
1. Fully Decompile the APK. It doesn't need any shared resources from external packages.
2. Edit the XMLs accordingly. I have also seen that you were very thorough in your theme creation process.
It's all good apparently, however, I am unable to recompile everything back. The APK tool reports some missing resources. For some reason, there is a dependency that is not satisfied, although the package decompiles correctly (I have never seen a similar package before).
I'll have to scour some Google documentation before I'll come up with a relevant result, so it may take a while. I'm not gonna let it fly, though. The entire process should be plain smooth and must be doable anyway.
Click to expand...
Click to collapse
I'm sorry for putting you throurgh all of this, it's not really a big deal, mate.

Related

Anybody know how to change the color of the time?

I need to change the color of the clock in the Taskbar, but I need to know where its at and what to modify. Anybody? If you know what file i'll rip it apart myself...Thanks!
obannvi said:
I need to change the color of the clock in the Taskbar, but I need to know where its at and what to modify. Anybody? If you know what file i'll rip it apart myself...Thanks!
Click to expand...
Click to collapse
I wanna say htcresources but I can't remember if that includes the clock or not. I know that it is the taskbar icons. that color is more than likely set in the xml which can't be edited.
Kcarpenter said:
I wanna say htcresources but I can't remember if that includes the clock or not. I know that it is the taskbar icons. that color is more than likely set in the xml which can't be edited.
Click to expand...
Click to collapse
It can be edited, I just wanted too know where it was...LOL I'll have a look in that .apk.
Anybody...??
While looking in the MetaMorph, 'Post your morphs', thread I saw this:
Check out amacs thread for info on how to get white text in the notification bar and more customization options.
The thread is 30 pages long though so I didn't read through it... Hope this helps?
Many people including myself tried with no success I think in order to change the color in the taskbar clock you need to edit the service.odex. There is a way to decompile the odex but when I tried to recompile it back I get an error message.
Maybe you will have better luck with it. Here is a video on how to Creating Android Themes for the G1. Video 2 shows how to change the clock color.
Hope this helps you.
http://forum.xda-developers.com/showthread.php?t=593932
chubbzlou said:
Many people including myself tried with no success I think in order to change the color in the taskbar clock you need to edit the service.odex. There is a way to decompile the odex but when I tried to recompile it back I get an error message.
Maybe you will have better luck with it. Here is a video on how to Creating Android Themes for the G1. Video 2 shows how to change the clock color.
Hope this helps you.
http://forum.xda-developers.com/showthread.php?t=593932
Click to expand...
Click to collapse
Thanks for the vids. It looks like in services.jar there is suppose to be a classes.dex file, but for some reason the ROMS aren't including this file...hmmm weird. I also noticed the videos didnt have sound... LOL Im gonna give it a shot.
obannvi said:
Thanks for the vids. It looks like in services.jar there is suppose to be a classes.dex file, but for some reason the ROMS aren't including this file...hmmm weird.
Click to expand...
Click to collapse
That's because our ROMs have a services.odex instead of services.jar. I've tried a few times to decompile and re-compile the services.odex file with no success.
daryelv said:
That's because our ROMs have a services.odex instead of services.jar. I've tried a few times to decompile and re-compile the services.odex file with no success.
Click to expand...
Click to collapse
Ahh that makes sense. I do see a services.odex file. Now I gotta figure out how to deodex them. LOL
So does anyone know yet?
VinceOB said:
Ahh that makes sense. I do see a services.odex file. Now I gotta figure out how to deodex them. LOL
Click to expand...
Click to collapse
I'm pretty sure you're going to need Baksmali and Smali for that. I was looking around on Jesus-Freke's website and saw "How to deodex with Baksmali" but I never clicked it since CyanogenMOD is deodexed.
heres the file you helped me edit Vince lol. I made it gray instead of black.
nm this is for older fresh style roms. they probably changed the new ones hadnt ripped em open since running froyo and you can edit clock color in the cm settings.

ICS ShapeWriter...

I know not everyone prefers ShapeWriter, not sure why it's the best keyboard out there, but with all the ICS stuff and themeing, here's a ICS themed ShapeWriter Keyboard.
ps-if anyone knows how to change the tracer color, please let me know. I've asked, pm'd, googled, all with no luck.
TheBeardedMann said:
I know not everyone prefers ShapeWriter, not sure why it's the best keyboard out there, but with all the ICS stuff and themeing, here's a ICS themed ShapeWriter Keyboard.
ps-if anyone knows how to change the tracer color, please let me know. I've asked, pm'd, googled, all with no luck.
Click to expand...
Click to collapse
just like swipe. its in the libshapewriter.so file. only way to edit it is to use a hex editor. use this as a guild http://forum.xda-developers.com/showthread.php?t=1162558
you will need to figure out what the HEX code for the stock color and find it in the .so
OK. So any help on finding that color in Hex Editor? I knew it was in the .so file but don't know the location.
TheBeardedMann said:
OK. So any help on finding that color in Hex Editor? I knew it was in the .so file but don't know the location.
Click to expand...
Click to collapse
you would have to decompile it and see what the hex code is used for the color then search the .so for it.
its easier in linux. i will see what i come up with then i am home tonight.
synisterwolf said:
you would have to decompile it and see what the hex code is used for the color then search the .so for it.
its easier in linux. i will see what i come up with then i am home tonight.
Click to expand...
Click to collapse
Thanks. I appreciate it. No worries if nothing happens.
I thought I was the only person alive that still uses shapewriter. Is there any way to remove the background image? It's a bit distracting
Akomack said:
I thought I was the only person alive that still uses shapewriter. Is there any way to remove the background image? It's a bit distracting
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=812313
Check this out. It's a few replies in. If you want a certain color or background or whatever, I could probably do something for ya.
After I posted that, I did a little playing around.. Made an orange and black one to go with my orange MIUI 4.0 theme
Got it. I posted on other thread.
Shapewriter bug
HI
long time shapewriter user - recently upgraded to ICS (BCM on the desire)
did a restore of shapewriter from a titanium backup of it i had (this was from CM7 ie gingerbread). Works perfectly but for one problem: Whenever i switch to the number keyboard it duplicates the last digit when i switch back to the alpha keyboard.
Any ideas how to fix or workaround?
Presume the "data" part of the titanium restore is the bit that cointain info on my writing style etc so would be up to 2 years worth of learned data that i would rather not have to wipe and relearn. Maybe the app isnt as clever as this. Im not sure?
I think you might be able to do a fresh install and then copy over the library files. Once I get to a computer I'll look into it.
TheBeardedMann said:
I think you might be able to do a fresh install and then copy over the library files. Once I get to a computer I'll look into it.
Click to expand...
Click to collapse
Shaspewriter isnt available on the market/play any more i know that there are modified variants out there but i'm not so comfortable getting it from a lesser source do to the security/easy ability to capture all keyboard input - do i need a special installer file etc or will the data stored by titanium backup suffice. Not sure if it has the apk file.
Any help appreciated.
I have a galaxy note and am still using shapewriter as it is STILL the best tracing keyboard out there. BUT unfortunately it appears on the note in a compacted form, only taking up 2/3 of the width of the screen. Does anyone know if there is a version that would adapt to any screen size??
ICS Shapewriter [Now with xhdpi support!]
Here is a nice ICS themed shapewriter. It also has support for hi res devices. :laugh:

[Q] A Path to Take

Hey Guys,
I wanna learn modding and developing Android. I'm new to XDA and don't know which path to take. Should I start by modding some .apks or should I use Android SDK to learn to develop apps. BTW, I use Linux (Xubuntu 1.04) and I'm familiar with the Command Line. I just want somebody to point me in the right direction.
Thank you...
JasonKZLY said:
I'm new to XDA and don't know which path to take.
Click to expand...
Click to collapse
Hi.
Take which ever comes naturally, but you should have some idea before signing up as modding an apk or two is a bit different to developing a full app I would say. I would start by reading reading and reading some more.
Hmm...
XperienceD said:
Hi.
Take which ever comes naturally, but you should have some idea before signing up as modding an apk or two is a bit different to developing a full app I would say. I would start by reading reading and reading some more.
Click to expand...
Click to collapse
I found this thread by Cyanogen --- http://forum.xda-developers.com/showthread.php?t=667298. I decided to take his advice but I have another question, a bit stupid one perhaps, I was trying to edit my Android's Phone.apk. I was changing the colour of the numbers in the dialpad to blue, I used Gimp (Yes, I changed the mode to RGB) and edited the .png files in both drawable-hdpi-finger and drawable-mdpi-finger. I signed and zip-aligned the .apk, after putting it in my phone's system/app, changing permissions and rebooting. The Numbers in the dial-pad was still white in colour, I had also edited the unknow-caller png and that worked but the dialpad thingy didn't work. Any ideas???
JasonKZLY said:
I found this thread by Cyanogen
Click to expand...
Click to collapse
A third path then. :silly:
JasonKZLY said:
The Numbers in the dial-pad was still white in colour, I had also edited the unknow-caller png and that worked but the dialpad thingy didn't work. Any ideas???
Click to expand...
Click to collapse
It might not be an image but controlled by an xml, or the buttons you've changed aren't what's used by the Phone etc, for example the dialer buttons in my Phonebook to make a call aren't the same as when I'm on a call, as the ones used while I'm in a call are in another apk, which for me is SEMCPhone.apk, which you'll only find on SonyEricsson/Sony Phones.

[Q] How to dim soft keys Loli 5.1

Title say all , i have a Nexus 5 lolipop 5.1 and i want to full dim 0 my visor . Softkeys inclued.
Need help please.
If you want to dim the navigation bar (why would you need to?) you'll probably have to decompile SystemUI, modify the drawables then recompile, or use Xposed.
It's not necessary to decompile. As .apk is actually a .zip, you can simply change .png-s inside drawable folders.
But if you use 5.1 it will be much harder to change original SystemUI with yours, because of security changes in system partition.
zagorteney said:
It's not necessary to decompile. As .apk is actually a .zip, you can simply change .png-s inside drawable folders.
But if you use 5.1 it will be much harder to change original SystemUI with yours, because of security changes in system partition.
Click to expand...
Click to collapse
This one is tricky though since you have to make sure, not to damage the signature. Some PNG use a "special" format and need to be decompiled first --> modified --> recompiled --> injected again in the Framework.
Gorgtech said:
This one is tricky though since you have to make sure, not to damage the signature. Some PNG use a "special" format and need to be decompiled first --> modified --> recompiled --> injected again in the Framework.
Click to expand...
Click to collapse
I wrote this many times: you DON'T need to decompile apps which came from factory image. And even .9.png-s can be simplycomment on this are changed. For example: We wish to change background of power widget. 1. Pull the Settings.apk from /data/priv-app. Copy to PC. Rename it to .zip (you don't need any extra tool for this) or use TotalCommander - you even don't need to rename .apk to .zip with it. We must look for appropriate image (appwidget_bg_holo.9.png in /res/drawable-xxhdpi-v4) inside. Make some regullary png in Photoshop in size and resolution of original one - you can free your imaginations about colors as you like. Now copy the name of original image and with paste rename your own. Put your renamed image into .zip (overwrite original one) and thats all philosophy.
This is possible just with apps from factory image and you will not brake any signature. This works for me since Xperia X10 until Nexus 5 with 5.0.2. On 5.1 biggest problem is (at least for me) that I don't know how to integrate updates of system apps into rom. But if you are on 5.0.2 or above, you can simply try. Just remember to backup first.
Regards, Zagor
P.S. Any further informations are welcome, but at least people try this first. And it's a little annoying to write this down over and over again.
Extracting and inserting pictures is not the problem but like I mentioned before, the "9" PNG. If you simply copy them, edit them and reinsert them again, it might turn out to be a mess and these pictures are not displayed the right way. I gave up theming stuff a long time ago since it´s not really worth the trouble anymore. At least if you use a legal Gfx tool ( since I have my doubts that most people own a real licensed version of Photoshop anyway ) like eg. GIMP, you might expect some trouble if you don´t decompile "9" PNGs first. At least I can tell that I had to go through the trouble while I still had my old Galaxy S3 in order to make them usable, the way I wanted them to be
I know the procedure, don´t worry
Gorgtech said:
Extracting and inserting pictures is not the problem but like I mentioned before, the "9" PNG. If you simply copy them, edit them and reinsert them again, it might turn out to be a mess and these pictures are not displayed the right way. I gave up theming stuff a long time ago since it´s not really worth the trouble anymore. At least if you use a legal Gfx tool ( since I have my doubts that most people own a real licensed version of Photoshop anyway ) like eg. GIMP, you might expect some trouble if you don´t decompile "9" PNGs first. At least I can tell that I had to go through the trouble while I still had my old Galaxy S3 in order to make them usable, the way I wanted them to be
I know the procedure, don´t worry
Click to expand...
Click to collapse
As I said: you must not copy and edit existing .9.png. You have to create a new one and just name it with the procedure as I wrote above. So you have to copy the name of .9.png and paste that in the name of your own image. Am I clear enough now?
Forgive me to say, but you don't know this. Sorry.
Best regards, Zagor
I guess you don´t read what I write ? If you want to color a existing image ( "9" ), it will be displayed faulty if you don´t proceed like I did. End of the story. You can replace it with another image you can rename but it won´t be displayed the right way in some circumstances. I´m out.
zagorteney said:
As I said: you must not copy and edit existing .9.png. You have to create a new one and just name it with the procedure as I wrote above. So you have to copy the name of .9.png and paste that in the name of your own image. Am I clear enough now?
Forgive me to say, but you don't know this. Sorry.
Best regards, Zagor
Click to expand...
Click to collapse
Gorgtech said:
I guess you don´t read what I write ? If you want to color a existing image ( "9" ), it will be displayed faulty if you don´t proceed like I did. End of the story. You can replace it with another image you can rename but it won´t be displayed the right way in some circumstances. I´m out.
Click to expand...
Click to collapse
Out of what? Space?
I don't guess, I conclude: You don't read or understood what I wrote.
Back to topic: OP: If you want to change navbars buttons (those are ordinary .png-s) you can simply pull them off, modify them and put back into .apk as I already described. You don't need to decompile, compile, undercompile or hipercompile anything.
Regards from Jupiter (yes, I'm also out), Zagor
And the last and for all!
This has been done without superduperpuper compiling. Just pure windows and photoshop.
@Elluel, @Gorgtech and all of the other sceptics: Look at the navbars of attached screenshot and next time, please check the informations before you disagree with them.
Regards, Zagor
IMO @zagorteney is right as long as you do not unzip/extract the apk. If you check the .9.png with a zip viewer then you can see the black border of 1px. Modifying the icon/log/picture without touching the black borders should not create bugs.
Regarding the navbar buttons it's easier as explained above.
@Primokorn
I've changed almost all of Xperia S UI on that way, to looks more AOSP. But at the end I figured it out, that it's simplier if I get Nexus.
Just to notice you. The problem is because in photoshop you can't create .9.png-s. But if you create your own png and rename it with the mentioned method, there will be no problem with those images either. For example, you can try to change power widget background on this way.
zagorteney said:
@Primokorn
I've changed almost all of Xperia S UI on that way, to looks more AOSP. But at the end I figured it out, that it's simplier if I get Nexus.
Just to notice you. The problem is because in photoshop you can't create .9.png-s. But if you create your own png and rename it with the mentioned method, there will be no problem with those images either. For example, you can try to change power widget background on this way.
Click to expand...
Click to collapse
Actually you can create .9.png files with Photoshop. I did it a lot of times.
Anyways all my modded apks have been decompiled/modified/recompiled because you cannot use this method for .xml files, can you? Moreover, theming files with a phone is a mess compared to a comfortable destop version of PS lol
@Primokorn
Yes, its true if we are talking about some serious theming. But OP just want to get little different nav buttons. So, I just want to say, that you don't need to change any .xml for that purpose, you don't need to decompile and recompile and you don't need to worry that you'll break signatures. As simple as that.
That's all folks.
zagorteney said:
@Primokorn
Yes, its true if we are talking about some serious theming. But OP just want to get little different nav buttons. So, I just want to say, that you don't need to change any .xml for that purpose, you don't need to decompile and recompile and you don't need to worry that you'll break signatures. As simple as that.
That's all folks.
Click to expand...
Click to collapse
Yes, I know. Everything is clear on my side
Primokorn said:
Yes, I know. Everything is clear on my side
Click to expand...
Click to collapse
At least one who deserves all of those thanx.
zagorteney said:
At least one who deserves all of those thanx.
Click to expand...
Click to collapse
Do not be rude. Nobody can know everything and it is one of the goals of XDA to learn every day. All recognized members deserve their status.
A app that do that easy and without so much work is nice , my know how on this stuffs are limited :crying: , im kitkat i use a app that does that without so many work , now i use another but just dim the visor the softkeys still are very white full light... :crying:
Primokorn said:
Do not be rude. Nobody can know everything and it is one of the goals of XDA to learn every day. All recognized members deserve their status.
Click to expand...
Click to collapse
The problem is that n00bs are mislead by recognized members who think that they know everything. At least they could check before post.
And no, I'm not rude. Rude are exactly those contributors.

Help with Framework-res

Hi guys
I have edited my framework-res.apk (de and recompile with advanced_apktool and ticklemyandroid )for reducing the navbar height to 36 dip and i got this after booting my devices...
Image1
Image2
I have tried to change the theme and rebooted but the issue is not solved ...
Thanks for helping me
lordriguez said:
Hi guys
I have edited my framework-res.apk (de and recompile with advanced_apktool and ticklemyandroid )for reducing the navbar height to 36 dip and i got this after booting my devices...
Image1
Image2
I have tried to change the theme and rebooted but the issue is not solved ...
Thanks for helping me
Click to expand...
Click to collapse
i cant understand that language
arismelachrinos said:
i cant understand that language
Click to expand...
Click to collapse
Sorry it's in french the first image is power off, reboot and so one, the second image is the message for safe reboot
You're referring to how the popup dialogs have that white around them, right?
I could be wrong, but from your screenshots, it looks as if the images that are used for the dialog box lost their transparency for some reason, so you're seeing white with the shadow over it, instead of the shadow over whatever is behind the dialog as it should look. Is the nav bar size the only thing you've modified? If so, then maybe APKTool and/or TickleMyAndroid is/are at fault. I believe APKTool compresses images before recompiling, so it might have saved those images incorrectly without transparency. I'm not sure how to make it handle images differently, though (I feel like there should be some parameters if you're using it through the command prompt and not with a GUI tool).
A good way to test my theory would be to start fresh, decompile your framework-res.apk and then just recompile it without modifying anything. Push it to your system and see if you still see this issue. If you do, then you know the tool is messing up the images somehow, but if not, then something you modified the first time is causing the problem. If it seems like APKTool is your culprit, then I would suggest first trying something like APK Multi-Tool. It's the only tool I use for modifying APKs and it never gives me any problems. Try it out and see if it produces the same results. If it still does, you can try the "Keep folder" option it has, which will copy over all the original files from the APK that you didn't modify exactly as they are, without touching them at all, to prevent errors.
neonixxx said:
You're referring to how the popup dialogs have that white around them, right?
I could be wrong, but from your screenshots, it looks as if the images that are used for the dialog box lost their transparency for some reason, so you're seeing white with the shadow over it, instead of the shadow over whatever is behind the dialog as it should look. Is the nav bar size the only thing you've modified? If so, then maybe APKTool and/or TickleMyAndroid is/are at fault. I believe APKTool compresses images before recompiling, so it might have saved those images incorrectly without transparency. I'm not sure how to make it handle images differently, though (I feel like there should be some parameters if you're using it through the command prompt and not with a GUI tool).
A good way to test my theory would be to start fresh, decompile your framework-res.apk and then just recompile it without modifying anything. Push it to your system and see if you still see this issue. If you do, then you know the tool is messing up the images somehow, but if not, then something you modified the first time is causing the problem. If it seems like APKTool is your culprit, then I would suggest first trying something like APK Multi-Tool. It's the only tool I use for modifying APKs and it never gives me any problems. Try it out and see if it produces the same results. If it still does, you can try the "Keep folder" option it has, which will copy over all the original files from the APK that you didn't modify exactly as they are, without touching them at all, to prevent errors.
Click to expand...
Click to collapse
Thanks I will test it and and let you know!!!
By the way I solve the issue by changing the apktool_2.0.3 to apktool_2.0.1 on Advanced apktool the resources.arsc was way bigger with 2.0.3 and all is fine now!
lordriguez said:
Thanks I will test it and and let you know!!!
By the way I solve the issue by changing the apktool_2.0.3 to apktool_2.0.1 on Advanced apktool the resources.arsc was way bigger with 2.0.3 and all is fine now!
Click to expand...
Click to collapse
Awesome! Sounds like it could have indeed been what I was saying, judging by the increased resources size, but I guess it doesn't really matter now unless you're curious Glad you got it working!
neonixxx said:
Awesome! Sounds like it could have indeed been what I was saying, judging by the increased resources size, but I guess it doesn't really matter now unless you're curious Glad you got it working!
Click to expand...
Click to collapse
Yeah Curiousity is the mother of XDA :good::highfive:
Thanks for help buddy!

Categories

Resources