Making theme for Synergy 468+ - HTC EVO 3D

So has anyone tried themeing the new Syergy ROMS? When I try to mod it in any way, especially the SystemUI.apk it wont load after flashing. Anyone else experiencing this, or possibly know why? I am pulling the apk from the version I am trying to theme but no luck.

So after you decompile and mod, then recompile and sign, have you tried adb pushing from recovery?

I'm working with system apps and frameworks my understanding is you don't sign. No I haven't tried pushing it yet, I've never had to before. Doesn't mean that's not the case, ill try it out. Thanks.

Bamba1260 said:
I'm working with system apps and frameworks my understanding is you don't sign. No I haven't tried pushing it yet, I've never had to before. Doesn't mean that's not the case, ill try it out. Thanks.
Click to expand...
Click to collapse
synergy has a safe gaurd on thier systemui it so it wont work on any other roms. my guess is after decompiling and compiling you are somehow borking that safegaurd. try just swaping pngs only and see if that works. more than likely you'll have to get with treve or virus and have them implement their varifications into the modded systemui. or use and older systemui apk for your theme I know that the first releases of synergy 2.3.4 dont include the varification.

steal25 said:
synergy has a safe gaurd on thier systemui it so it wont work on any other roms. my guess is after decompiling and compiling you are somehow borking that safegaurd. try just swaping pngs only and see if that works. more than likely you'll have to get with treve or virus and have them implement their varifications into the modded systemui. or use and older systemui apk for your theme I know that the first releases of synergy 2.3.4 dont include the varification.
Click to expand...
Click to collapse
That's more along the lines of what I was thinking. Thanks for letting me know. Yeah my themes have worked on previous releases, but haven't tried it on anything newer then rls1 lol. Back to the drawing board!

steal25 said:
synergy has a safe gaurd on thier systemui it so it wont work on any other roms. my guess is after decompiling and compiling you are somehow borking that safegaurd. try just swaping pngs only and see if that works. more than likely you'll have to get with treve or virus and have them implement their varifications into the modded systemui. or use and older systemui apk for your theme I know that the first releases of synergy 2.3.4 dont include the varification.
Click to expand...
Click to collapse
That was it! If I only extracted instead of decompile it works. But that kinda sucks because I want to make some xml and smali edits on things. Guess I'll have to talk to TrevE. Thanks again for the tip.

Well now that we have that figured out, I have another question I have been toying with. So if I were to change the battery icon to the AOSP one (which is only like 10 pngs instead of 200) would it work properly without being able to change the xml? I am in the process of working on some apps still, havnt made it to framework yet. Just curious if it would work before I waste/spend time doing it.

Bamba1260 said:
Well now that we have that figured out, I have another question I have been toying with. So if I were to change the battery icon to the AOSP one (which is only like 10 pngs instead of 200) would it work properly without being able to change the xml? I am in the process of working on some apps still, havnt made it to framework yet. Just curious if it would work before I waste/spend time doing it.
Click to expand...
Click to collapse
I did that once on the OG Evo, wouldn't work without the xml edit but I worked around it by putting the first asop png in the first 20 of the percentage png slots. Not sure if that will work for you until you can get with TrevE or Virus.
Transformer Sent

steal25 said:
synergy has a safe gaurd on thier systemui it so it wont work on any other roms. my guess is after decompiling and compiling you are somehow borking that safegaurd. try just swaping pngs only and see if that works. more than likely you'll have to get with treve or virus and have them implement their varifications into the modded systemui. or use and older systemui apk for your theme I know that the first releases of synergy 2.3.4 dont include the varification.
Click to expand...
Click to collapse
How about just removing the safeguard?
Sent from my Evo³d

mazook98 said:
How about just removing the safeguard?
Sent from my Evo³d
Click to expand...
Click to collapse
Well I am guessing it has to do with the whole 'Tell HTC, CIQ, etc..' debacle going on
so I dont want to mess with it. We are going to talk with TrevE and see if we cant figure
something out.

ifly4vamerica said:
I did that once on the OG Evo, wouldn't work without the xml edit but I worked around it by putting the first asop png in the first 20 of the percentage png slots. Not sure if that will work for you until you can get with TrevE or Virus.
Transformer Sent
Click to expand...
Click to collapse
Lol yeah I was thinking about doing something like that, but don't want to spend the time doing it lol.
So I am just going to use the aosp battery with percentage that I have on my computer already.
I think I am the only one who doesn't like the percentage anyway lol

Bamba1260 said:
Well now that we have that figured out, I have another question I have been toying with. So if I were to change the battery icon to the AOSP one (which is only like 10 pngs instead of 200) would it work properly without being able to change the xml? I am in the process of working on some apps still, havnt made it to framework yet. Just curious if it would work before I waste/spend time doing it.
Click to expand...
Click to collapse
just remove the 200 .pngs add you 10 go into public.xml and delete the lines pertaining tho the other 190 or whatever then compile and it should be fine.
mazook98 said:
How about just removing the safeguard?
Sent from my Evo³d
Click to expand...
Click to collapse
Bamba1260 said:
Well I am guessing it has to do with the whole 'Tell HTC, CIQ, etc..' debacle going on
so I dont want to mess with it. We are going to talk with TrevE and see if we cant figure
something out.
Click to expand...
Click to collapse
it has more to do with them liking to know where their work is being used at. i would talk to treve and ask whats the easiest way to do it, because you know how many times you make edits, test, make edits, test, etc...so i doubt they wanna resign or verify each time. I would think since you are just making a theme that it would be ok to use an older synergy rls1 zues sysui.apk that doesnt require varification. that what im gonna ask him when i get back to my theme for synergy, i think it would be the easiest way.

steal25 said:
just remove the 200 .pngs add you 10 go into public.xml and delete the lines pertaining tho the other 190 or whatever then compile and it should be fine.
Yeah I know how to do that, but you cant decompile/recompile the SystemUI
it has more to do with them liking to know where their work is being used at. i would talk to treve and ask whats the easiest way to do it, because you know how many times you make edits, test, make edits, test, etc...so i doubt they wanna resign or verify each time. I would think since you are just making a theme that it would be ok to use an older synergy rls1 zues sysui.apk that doesnt require varification. that what im gonna ask him when i get back to my theme for synergy, i think it would be the easiest way.
Click to expand...
Click to collapse
Already tried that. Somehow its baked into something that still checks it some where lol. I am waiting to hear back from him.
Tried three different SystemUI from three different Synergys and none of them boot if you decompile/recompile. Changing the PNGs works though so I am just doing that for now.
We have already talked to them about using there rom as a base for our themes too (me and Rolando.Ramiro)

Related

Adding reboot option

Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
mscott998 said:
Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
What theme are you using... most of them incorporate the reboot option... unless your using a custom theme... Might try flashing something like gingerblur, or one of the other popular themes in this forum. Then you can edit the framework-res.apk to your liking, replace what ever icons you want back, and you'll have the reboot option as well. Sorry, I'm ot sure how to just add the reboot option though... sure it will require the editing of services.jar or the framework-res.apk.
the theme im using doesnt have it. i want to modify the theme and add it but im no sure what i need to do to add that feature.. does anyone know how?
Can anyone help ...
Sent from my MB860 using XDA App
You could use my MotoBlur theme as a base for your theme. Its just the stock theme with 1% battery and reboot added.
http://forum.xda-developers.com/showthread.php?t=1076655
The reboot option is added by editing android.policy.jar.
Nottach said:
You could use my MotoBlur theme as a base for your theme. Its just the stock theme with 1% battery and reboot added.
http://forum.xda-developers.com/showthread.php?t=1076655
The reboot option is added by editing android.policy.jar.
Click to expand...
Click to collapse
Thanks sir, ill look into it
I got into the files and im trying to find the one that contains the modified code for the reboot option. there are quite a few .smali files just truing to figure the right one out and im good
mscott998 said:
Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
[HowTo] Add a Reboot option to the power menu (Froyo)
hey. did you ever figure this out?? i am using gladiatrix 3 but it does not have the reboot option. i dont want to use a theme because i like it the way it is but would love the reboot option?
buffalo06 said:
hey. did you ever figure this out?? i am using gladiatrix 3 but it does not have the reboot option. i dont want to use a theme because i like it the way it is but would love the reboot option?
Click to expand...
Click to collapse
Tried it the other day for 2.3.4... incredibly difficult... well, maybe not so much difficult, as it is trying to find a complete set of directions... Apparently, the devs used a combination of two different threads that were written for different phones... so the code lines don't match up and it was a damn cluster **** to try an figure out, so I gave up... Kenneth said this will be implemented on his next update for 2.3.4.
I wish I still had the pages saved, but I deleted them after trying to do this for a couple of hours, so I wouldn't be tempted to try it again. Ask in the IRC chat, there are a few people there that can direct you to the right place if you want to attempt, and good luck.
Bump, anyone find a good source for how to do this on gb? I'm not having luck finding the info.
msd24200 said:
Bump, anyone find a good source for how to do this on gb? I'm not having luck finding the info.
Click to expand...
Click to collapse
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Swiftks said:
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Click to expand...
Click to collapse
Thanks swift, I found a file on modaco, I think it was framework for an lg that had it, but couldn't find any actual info as to how it is needed to be modified.
Sent from my MB860 using XDA Premium App
Swiftks said:
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Click to expand...
Click to collapse
Just another update... DG said to me a while back that he was able to add the options, but they screwed up the current options so none of them worked. He did not get it working for the Cognition beta.
I tried my hand as well, but couldn't figure it out.
I used gscript and just made a shortcut on my desktop. Works great.
Is it adding the button to the menu that breaks it?
Sent from my MB860 using XDA App
I tried as well, and all I got was me turning my power button into a reset button, options wouldn't show up.. so there was no way to turn it off, it would just reset my phone when ever I tried to pull up the Phone options..
I was working on this a little bit once I got GB update. I am like 80% the way through it. I can link to what I am going off of-
From the Vibrant Forums
I had all the files edited and ready to rock, the problem I was at was the RECOMPILING. I think I was missing some dependencies.
I got all the way up to that point and had to go home for the day at work- never picked it back up. If I get some time at work today I'll give it another crack.
If I get anywhere I'll post my framework-res.apk.
I followed the steps from that thread too and while I could build/compile everything fine and get the options to show in the menu none of the reboot options would work. Seems we're all having similar issues with this.
malfuncion said:
I was working on this a little bit once I got GB update. I am like 80% the way through it. I can link to what I am going off of-
From the Vibrant Forums
I had all the files edited and ready to rock, the problem I was at was the RECOMPILING. I think I was missing some dependencies.
I got all the way up to that point and had to go home for the day at work- never picked it back up. If I get some time at work today I'll give it another crack.
If I get anywhere I'll post my framework-res.apk.
Click to expand...
Click to collapse
Nottach said:
I followed the steps from that thread too and while I could build/compile everything fine and get the options to show in the menu none of the reboot options would work. Seems we're all having similar issues with this.
Click to expand...
Click to collapse
I was following that thread as well, and my issue was stated above, then I saw this from the DX2 forum, which has GB and on his change log, he stated he added reboot options.
http://forum.xda-developers.com/showthread.php?t=1198857
I grabbed his theme, compared the framework.jar, framework-res.apk, and android.policy.jar files.. they pretty much match up with ours. So, using Notepad++, I did a compare between the files, added what he added, basically looks like the same things from the vibrant how-to. This time around, when I press for the power options, it comes up normal, but the link to the 'reboot' does not show up... I might try this without the battery %, as that takes up alot of the hex id....
I'm thinking we might need to add that line from DG that he did a while back for the first reboot options on froyo...
I also have no problems with recompile... I'll mess around with it some more when I have free time.. I don't spend much time inside during the summers..
has anyone decompiled the framework-res from the g2x's gb build or maybe even CM? Not USE the framework of course, but maybe see what flags that policy uses for a reboot?
edit* seems like previous posted may have tried what I asked. back to the digi drawing board...

[Q] Does UOT Kitchen work with Eclipse v.5?

does it work? i know that some parts of it don't work (anyone happen to know what part?).
armopride07 said:
does it work? i know that some parts of it don't work (anyone happen to know what part?).
Click to expand...
Click to collapse
No reason why it shouldn't work. Just pull the two requested files.
Sent from my DROID X2 using xda premium
ive seen some posts of some people saying that it removed their status bar so i wanna know if it'll work all the way and not delete the status bar if i change the status bar icons
For it to work, you need to pull framework-res.apk and systemUI.apk from the exact ROM you want to theme. Otherwise you WILL have problems. I themed eclipse 1 and tried to use the theme on eclipse 2 and lost my status bar. Ended up needing sbf.
[sent from my blurless DX2]
Strange, I've used it to theme 2.2, .4., and .5 now without any issues. I made five or six different themes for 2.2 before finally getting everything setup just the way I liked it and I've flashed that same theme each time I've updated Eclipse since.
I'd like to know if UOT will work with these new Atrix ROMs that are being ported over. I intend to stick with Eclipse (why fix something that's not broken), but I might play around with a couple Atrix ROMs, just to see what they're like, and would like to keep MY theme.
UOT should work just fine. It doesn't really matter which ROM. Just make sure you are using the right specific files.
[sent from my blurless DX2]

[req] Can we have this ICS theme ported?

http://forum.xda-developers.com/showthread.php?t=1435922
That looks absolutely stunning.
Is there anyway to port it or anyone willing to take the challenge? I can't do it because.. well.. idk how.
http://forum.xda-developers.com/showthread.php?t=1445647
just flash it over cm...we use the I9000 builds anyways
Alex9090 said:
http://forum.xda-developers.com/showthread.php?t=1445647
Click to expand...
Click to collapse
FYI, this Black Exodus 0.5 port is only for CM9. Running this theme on Onecosmic or ICS Passion could have side-effect or other undesired behavior, such as boot-looping, or random FCs.
Make a Nandroid before attempting to run this theme.
MP
Yea backup is a must. Theme itself should be okay though. He used vrtheme format. I think it is kinda like morph as it only replaces images he changed in framework and sytemUI as opposed to whole apk. Anyways make a backup and flash.
mr_psycho said:
FYI, this Black Exodus 0.5 port is only for CM9. Running this theme on Onecosmic or ICS Passion could have side-effect or other undesired behavior, such as boot-looping, or random FCs.
Make a Nandroid before attempting to run this theme.
MP
Click to expand...
Click to collapse
I had to flash my phone again today so I figured I would give this CM9 them a shot on Passion 10.6
Flashed through CWR with no issues, rebooted without issue
Looking through at first glance I can see things like the clock are still blue and the pull down quick toggle images are not lined up since the drop down in Passion is not the same as CM9
rsfaze said:
I had to flash my phone again today so I figured I would give this CM9 them a shot on Passion 10.6
Flashed through CWR with no issues, rebooted without issue
Looking through at first glance I can see things like the clock are still blue and the pull down quick toggle images are not lined up since the drop down in Passion is not the same as CM9
Click to expand...
Click to collapse
Can you post some pictures of what seems to be wrong?
Also, you just flashed that over ICS Passion without doing anything else?
xriderx66 said:
Can you post some pictures of what seems to be wrong?
Also, you just flashed that over ICS Passion without doing anything else?
Click to expand...
Click to collapse
already reflashed so no pics. I flashed over a stock 10.5
Well, Nexus .pngs are bigger, if that CM9 port to the i9000 has resized all images, it's fairly easy to port them to ICS Passion, the only thing left would be to edit some xmls.
Not sure what .apks would work, but most of them should.
theexel said:
Well, Nexus .pngs are bigger, if that CM9 port to the i9000 has resized all images, it's fairly easy to port them to ICS Passion, the only thing left would be to edit some xmls.
Not sure what .apks would work, but most of them should.
Click to expand...
Click to collapse
Rsfaze already flashed them so I would assume the PNG files are resized already.
According to rsfaze we just need someone to reorganize the status bar since passion has a toggle etc added to it
Sent from my SGH-T959 using xda premium
xriderx66 said:
Rsfaze already flashed them so I would assume the PNG files are resized already.
According to rsfaze we just need someone to reorganize the status bar since passion has a toggle etc added to it
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
Easy enough.
Just delete SystemUI.apk (That's where the status bar things are.)
My SystemUI was working just fine.
If you're willing to try it, upload the SystemUI from this theme and link me to it.
theexel said:
Easy enough.
Just delete SystemUI.apk (That's where the status bar things are.)
My SystemUI was working just fine.
If you're willing to try it, upload the SystemUI from this theme and link me to it.
Click to expand...
Click to collapse
I might play around with this some more, when I have some time. How is the Nexus S treating you? I'm still going back and forth on buying one or getting the Galaxy Nexus.
Here is the systemUI contents...http://www.multiupload.com/OKF7W8D5G8
rsfaze said:
I might play around with this some more, when I have some time. How is the Nexus S treating you? I'm still going back and forth on buying one or getting the Galaxy Nexus.
Here is the systemUI contents...http://www.multiupload.com/OKF7W8D5G8
Click to expand...
Click to collapse
It's awesome, man. I love it.
I'd go with the Nexus S, I don't see what the big hype of the GNexus is.
Thanks, now I need the ICS Passion SystemUI.
EDIT: Mind sending me the whole SystemUI from the white theme, too? I need to decompile it myself.
I put what i thought u wanted.
i got the systemui.apk straight from the .zip of ICS Passion
but for the theme, it was already a folder and to upload i had to zip it up, and it seems as if the theme has less files than normal...
I also put the entire theme as attachment.
attached:
-ICS Passion System UI
-Black Exodus System Ui ( i don't think its correct though it doesn't look the same as the Passion .apk)
-The entire theme black exodus
edit: the entire black exodus theme didn't seem to want to be a attachment after i waited 10 mins for it to upload on xda...
so i got it up on multiupload.
Here is the exodus theme

[Q] Landscape Rosie

If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
I am running the Fresh rom atm and it's the only thing bugging me.
Thanks.
Evo_Shift said:
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
Thanks.
Click to expand...
Click to collapse
It depends on if you are running a deodexed version of the ROM currently. If yes, then, it should work as you described. If it is still ODEXED, then, no it won't.
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Kujila said:
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Click to expand...
Click to collapse
Thanks, I did see that but I didn't like the idea of another app running in the background when I could just change one out. If I wasn't unlocked and rooted I would use that.
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Evo_Shift said:
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Click to expand...
Click to collapse
either this apk doesn't play well with viper, or I installed it wrong. I dropped it in /system/app and set permissions, but just got a black screen on reboot. Luckily, I was able to install apex from the play store from my computer, and once that installed, I was able to launch root explorer and change back to the backup rosie.apk I made before I pushed the new one. How are you supposed to install this?
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
I assume you meant system>app.
Evo_Shift said:
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
Click to expand...
Click to collapse
eh - if it really bothered me, I'd ask about it in the viper thread. Definitely weird though.
Evo_Shift said:
I assume you meant system>app.
Click to expand...
Click to collapse
oops, yeah, fixed my post.
should work ^_^
maybe you did it wrong.
still wont be as smooth as my rom tho jk
flex360 said:
should work ^_^
maybe you did it wrong.
Click to expand...
Click to collapse
Possible, but I don't know what else to try. Root explorer's pretty basic when it comes to cutting and pasting files.
flex360 said:
still wont be as smooth as my rom tho jk
Click to expand...
Click to collapse
you might be right, but it's smooth enough for me
If its still odexed first delete the Rosie.odex file in root explorer then place your new Rosie in there. If you have modified the Rosie make sure it is signed. Signature verification has not been disabled in any of the roms that are out I don't believe.
Sent from my EVO using xda premium
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
sbjohnny said:
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
Click to expand...
Click to collapse
I really do like his rom but i want the menu mod. If i flash the menu mod i lose the power menu mod and maybe something else...not sure. It's hard to choose, lol. I'm glad we have so many cool ROM options.

[Theme] EGT Version 0 3.1.15

On Hold Indefinitely
Important Info
This is the first theme I'm making for the Tab S and it is in testing.
If you download and flash please disregard missing elements in the theme.
I expect to be finished sooner than later. By the end of the weekend maybe.
I'll post any significant additions or improvements if it's not completed by Mon.
I Am Not Responsible For Any Use Of Information Or Files Posted By Myself Or By Any Other User.
Limitations and Solutions
The vr system will theme pngs, .9.pngs and some xmls [font color and some significant background elements].
I personally will theme my stock T700 NL2 rom and add apks to the theme to complete it where I cannot for any rom build because it would cause errors.
If two roms use stock apks with no mods to them you might be able to do this but I would not advise it.
Developers And Rom Users
I'll happily find the time to make this or any theme I put out for the TabS compatible with your rom. Please PM me or let me know.
Theme Design And Name Info
This is a simple theme that will add white and grey [4D5163, 343743] to touchwiz ui.
The name Version 0 is because this is the first time I've released a theme at this early of a stage, it will be relatively colorless and seemed cool enough.
EMPTYGALAXYTHEME comes from my EMPTYGALAXYROM name and I guess a way to encompass all my work. lol
I'm not big on it now but it adds to the fun.
EMPTYGALAXYTHEME
VERSION 0https://dl.dropboxusercontent.com/u/9398026/EGT_V0_3.1.15.zip
vr theme flashable zip tested on T700. It should work on any Tab S but I'm not 100% sure about the T800.
Please Report If It Works On Your Tab S
current themed parts
System UI - toggles, icons.
Framework - menus, some background
screenshots when finished
I realize the risk you run flashing a theme without any screenshots or revert zip and I thank you for that[emoji14]
Hopefully I'll need this
Confirmed working on T800. Just needs a few fixes. Power menu is also themed to. So looks like you got that down thank you man
That's how it should look at this point. That's great thanks.
Feel free to use the zip as a map. Some things I didn't need to theme but unzip it and you'll know some of r he pngs. I'd love to know where that side bar in settings is...
reggie cheeks said:
That's how it should look at this point. That's great thanks.
Feel free to use the zip as a map. Some things I didn't need to theme but unzip it and you'll know some of r he pngs. I'd love to know where that side bar in settings is...
Click to expand...
Click to collapse
Hey changed the icons in sec settings. I still don't know which is the color that blueish one is. I used your theme as a base and filled some stuff in the empty folders. I managed to get the recents bar themed too. I did some cherry picking from discreet blue. The settings now has custom icons. Also fixed the auto brightness tick box while I was at it.
Very nice. Was the recents bar in settings? I'm thinking the side bar background might be an xml.... I hope not though
reggie cheeks said:
Very nice. Was the recents bar in settings? I'm thinking the side bar background might be an xml.... I hope not though
Click to expand...
Click to collapse
If I am correct, the recents bar was an XML... I looked at discreet blue and saw that the systemui had layout folder along with an XML file. I'm still trying to figure out the top blue bar in the notification panel. The framework doesn't need changes as its perfect for me.
Here's my zip in case you want to know the things I added. https://www.dropbox.com/s/fehgzqqiu6rbmon/Theme Test 2 DUHAsianSKILLZ.zip?dl=0
I'll check that out if I get a chance. I've got to find all the backgrounds before I'll be changing icons or anything else. Looks like each rom may need it's own themed apks though cuz of values folders
reggie cheeks said:
I'll check that out if I get a chance. I've got to find all the backgrounds before I'll be changing icons or anything else. Looks like each rom may need it's own themed apks though cuz of values folders
Click to expand...
Click to collapse
Hey, If you ever get the notification part at the top themed/fixed tell me That's basically all I need since you did most of the dirty work with the framework and systemui. Of course I am theming for the T800 as you can do whatever as you have the T700
That's in one of the value folders in System UI apk. Next time I'm at my pc I'll find exactly where.
Added
It's in one of the colors.xml or drawables.
reggie cheeks said:
That's in one of the value folders in System UI apk. Next time I'm at my pc I'll find exactly where.
Added
It's in one of the colors.xml or drawables.
Click to expand...
Click to collapse
Can you send me the zip with that? Thanks!
I can later but it's in the apk. So if you're running ironrom you'll need that systemui.apk.
DUHAsianSKILLZ said:
Can you send me the zip with that? Thanks!
Click to expand...
Click to collapse
Hey,
I've been busy with the s4 [it needs a lot more attention than the tab] but I saw you've gotten framework themed? Have you found the side settings panel?
That's the only thing keeping me from finishing this.
reggie cheeks said:
Hey,
I've been busy with the s4 [it needs a lot more attention than the tab] but I saw you've gotten framework themed? Have you found the side settings panel?
That's the only thing keeping me from finishing this.
Click to expand...
Click to collapse
I don't think I did anything with the framework. Been really busy finishing and studying for exams this week. I'm all finished now though. I tried looking for that part yesterday and I couldn't find it! And I also had trouble with the top nonfication panel. Those are basically the only things left until its finished.
What tab do you have? Lol. I'll need the System Ui from the rom. I'm thinking it's worth focusing on IronRom and your version. Once it's complete it'll be easier to bring it to the others. I have the debloated NL2. .. I might complete something for that. Idk though. You're all over helping the community so honestly I want to return the favor and get this done.
reggie cheeks said:
What tab do you have? Lol. I'll need the System Ui from the rom. I'm thinking it's worth focusing on IronRom and your version. Once it's complete it'll be easier to bring it to the others. I have the debloated NL2. .. I might complete something for that. Idk though. You're all over helping the community so honestly I want to return the favor and get this done.
Click to expand...
Click to collapse
I own the Tab s wifi 10.5 (SMT800). Themes should work fine on T805 also.Here's the Apks I pulled from iron rom. https://mega.co.nz/#F!i0wCTapZ!RP83sWXTdksm4PqpxVQ8wA. Thank you for working/want to work on it for me. Its basically the two things I mentioned in the last post. Theme those then its complete. I'm trying not to work too much on it since lollipop is coming real soon. You'll see me around the community a lot since I own the device . If I owned other devices you'd see me there too. Thanks again! If you don't manage to find it or get things to work, I can try to do it.
Well, I must need to update some tools or something. I can not compile framework. And the SystemUI sent I couldn't compile. The xml that needs to be modded is in value-sw800dp-xhdpi/drawables.xml "notification_header_bg".
Now there is a good chance it's somewhere else because when I did it on my SysUI I went through all the drawables.xml and colors.xml is values folders, values-sw800dp-xhdpi, values-sw600dp, values-sw540dp, values-sw360dp-xhdpi, values-sw320dp and values.
I won't be able to do anything until I can get those compiled
reggie cheeks said:
Well, I must need to update some tools or something. I can not compile framework. And the SystemUI sent I couldn't compile. The xml that needs to be modded is in value-sw800dp-xhdpi/drawables.xml "notification_header_bg".
Now there is a good chance it's somewhere else because when I did it on my SysUI I went through all the drawables.xml and colors.xml is values folders, values-sw800dp-xhdpi, values-sw600dp, values-sw540dp, values-sw360dp-xhdpi, values-sw320dp and values.
I won't be able to do anything until I can get those compiled
Click to expand...
Click to collapse
Sorry for the late reply, had a big project to do. I typically use tickelmyandroid tool to compile and decompile the Apks since it uses apktool and all that. Never had a problem. Perhaps I can compile them?
That might work. I'm gonna see about tickle my android. I've never used it. Thanks for the info. I'm still doing work on the s4. I'll try to make some time for the tab.

Categories

Resources