HALO for TouchWiz roms? - Galaxy S III Q&A, Help & Troubleshooting

Hey guys.
Thank you devs for your wonderful roms and thank you communities for being so helpful.
I wanted to ask if HALO feature can be ported to TouchWiz roms since the source for HALO was released to the public by ParanoidAndroid.
Sent from my GT-I9300 using xda app-developers app

Not possible.

Theshawty said:
Not possible.
Click to expand...
Click to collapse
Thanks. Haha that's all I needed to know. Should I delete this post now?
Sent from my GT-I9300 using xda app-developers app

skim0322 said:
Thanks. Haha that's all I needed to know. Should I delete this post now?
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Just report it and the mods will lock it.

The problem is the Halo source needs to be merged into your ROM source and Samsung do not release their ROM source. Essentially you need 2 sets of Source. Halo is not enough.

rootSU said:
The problem is the Halo source needs to be merged into your ROM source and Samsung do not release their ROM source. Essentially you need 2 sets of Source. Halo is not enough.
Click to expand...
Click to collapse
Basically what I said, shortened to two words.

Yours is the answer, mine is the reason for the answer
Sent from my GT-I9300 using Tapatalk 2

rootSU said:
Yours is the answer, mine is the reason for the answer
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
You always want to have the last word, "innit"?

No I don't
Sent from my GT-I9300 using Tapatalk 2

Theshawty said:
Not possible.
Click to expand...
Click to collapse
And why not, exactly? The Facebook Chatheads works with Touchwiz.

read above for the answer

This is not HALO but at least you will have the notifications.
Floating Notifications

twaffle said:
And why not, exactly? The Facebook Chatheads works with Touchwiz.
Click to expand...
Click to collapse
Chatheads is nothing compared to Halo.
Halo is compiled into. Settings.apk and /frameworks
You cannot compile these on touchwiz because there's no code to compile
Sent from my GT-I9300 using Tapatalk 2

rootSU said:
Chatheads is nothing compared to Halo.
Halo is compiled into. Settings.apk and /frameworks
You cannot compile these on touchwiz because there's no code to compile
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
TouchWiz should not have any reason that it could not work with Halo. unless TouchWiz doesn't play nice with part of the framework. The APK's can be decompiled and recompiled to include both framework 'parts'.
---------- Post added at 09:52 AM ---------- Previous post was at 09:41 AM ----------
twaffle said:
TouchWiz should not have any reason that it could not work with Halo. unless TouchWiz doesn't play nice with part of the framework. The APK's can be decompiled and recompiled to include both framework 'parts'.
Click to expand...
Click to collapse
And one step further, the TouchWiz framework can be added to existing ROM's with no problem. I don't believe that Halo is changing any core API's, it is replacing them with other implementations that allow Halo to manage things instead of what currently happens.
Of course, I don't have a really good understanding of what else is going on behind the scenes, but Halo works with any app, and if the apps dont require a recompile, I'm not sure why the TouchWiz framework would.

twaffle said:
TouchWiz should not have any reason that it could not work with Halo.
Click to expand...
Click to collapse
No one said there was a reason that it couldn't "work" with touchwiz. We're saying it is not possible without source code to add the functionality
twaffle said:
The APK's can be decompiled
Click to expand...
Click to collapse
Halo exists outside of framework-res.apk. This is why I said /frameworks in my previous post
Have you looked at the Halo commits?
Here they are:
https://github.com/ParanoidAndroid/...mmit/518c329e8c67fa96b8a8fc22e1962ddb8497c333
https://github.com/ParanoidAndroid/...mmit/7c739a86e7a02451a63615d71f1b6c846caacdc6
twaffle said:
and recompiled to include both framework 'parts'.
Click to expand...
Click to collapse
No they can't. What you get when you decompile an apk in no way even slightly resembles what you have before you compile it from source.
Take a look at the Halo Commits. Look at all the "imports". How do you propose they are handled by decompiling an apk?
Decompiling and recompiling an apk is child's play and should not be compared to real source code compiling in any way.
When compiling frameworks (including but not exclusive to frameworks-res.apk) you are pulling instructions from thousands of java and cpp files. Over a GB of text instructions. Do you have any idea how much code that actually is?
When you decompile an apk, you get the sum of it's parts and you can make some minor changes there. When you compile an apk from source, instructions are taken from files that do not end up even in the apk and many of these files are the files that are amended within the Halo commits
twaffle said:
And one step further, the TouchWiz framework can be added to existing ROM's with no problem. I don't believe that Halo is changing any core API's, it is replacing them with other implementations that allow Halo to manage things instead of what currently happens.
Click to expand...
Click to collapse
Again, it's nothing to do with how it acts once compiled. Its getting it compiled that is the impossibility
twaffle said:
Of course, I don't have a really good understanding of what else is going on behind the scenes, but Halo works with any app, and if the apps dont require a recompile, I'm not sure why the TouchWiz framework would.
Click to expand...
Click to collapse
We're not asking Halo to make the framework to be a notification like any other app. We're asking the framework to handle every other app differently.
I really think you should take a closer look at the halo source code. It can only be compiled in from source. You do not end up with source when you decompile an app. You end up with it's parts that were created from the source.
Edit > Wait, do you think we're talking about "TouchWiz Home", the launcher? We're not. Touchwiz is much, much more than the launcher. It is the entire ROM framework too. it is THIS that we are talking about when we say "TouchWiz".

twaffle said:
TouchWiz should not have any reason that it could not work with Halo. unless TouchWiz doesn't play nice with part of the framework. The APK's can be decompiled and recompiled to include both framework 'parts'.
---------- Post added at 09:52 AM ---------- Previous post was at 09:41 AM ----------
And one step further, the TouchWiz framework can be added to existing ROM's with no problem. I don't believe that Halo is changing any core API's, it is replacing them with other implementations that allow Halo to manage things instead of what currently happens.
Of course, I don't have a really good understanding of what else is going on behind the scenes, but Halo works with any app, and if the apps dont require a recompile, I'm not sure why the TouchWiz framework would.
Click to expand...
Click to collapse
rootSU said:
No one said there was a reason that it couldn't "work" with touchwiz. We're saying it is not possible without source code to add the functionality
Click to expand...
Click to collapse
Then how, exactly, can TouchWiz be added to an AOSP ROM?

Please see my edit. We're not talking about the touchwiz launcher
Sent from my GT-I9300 using Tapatalk 2

We can get xposed to run why is this any different?
Sent from my GT-I9300 using xda app-developers app

twaffle said:
Then how, exactly, can TouchWiz be added to an AOSP ROM?
Click to expand...
Click to collapse
Where have you seen TouchWiz being added to AOSP?? There is no source for TouchWiz UI. TouchWiz is not only the TWLauncher. Its a whole different UI.
Consider this, you have source for AOSP based ROMs and source for Halo. So one can add Halo into AOSP. Decompiling twframework-res.apk etc doesn t actually decompile it to source (.java) does it?? All you get are a bunch of Smali files which is a big headache. All the bet porting Halo using smali.

skim0322 said:
We can get xposed to run why is this any different?
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
If you dont know the answer to that question, there's nothing I can say to make you understand. I've already answered why its not possible.
Sent from my GT-I9300 using Tapatalk 2
---------- Post added at 05:10 PM ---------- Previous post was at 05:08 PM ----------
dhirend_6d said:
Where have you seen TouchWiz being added to AOSP?? There is no source for TouchWiz UI. TouchWiz is not only the TWLauncher. Its a whole different UI.
Consider this, you have source for AOSP based ROMs and source for Halo. So one can add Halo into AOSP. Decompiling twframework-res.apk etc doesn t actually decompile it to source (.java) does it?? All you get are a bunch of Smali files which is a big headache. All the bet porting Halo using smali.
Click to expand...
Click to collapse
You can apparently port the touchwiz framework (which sits atop the android framework) to an aosp tom. I imagine you need knowledge of dependancies.
Its the complete opposite to what we'd need. I've further clarified my answer to this member in PM
Sent from my GT-I9300 using Tapatalk 2

Related

[Q] Editing the lockscreen

I'm running Liquid Thunderbread v2.6 right now and using the its lockscreen.
I want to put an image of someone as my wallpaper at the lockscreen but the big digital clock and date covers most of the face.
Does anyone know if a method or a an existing flash file I can use to get rid of that?
I did a bunch of research and tried to edit the xml file myself, but I have no clue how to decompile and recompile back into the framework.
just switch your lockscreen to wallpaper rather than clock lol if you really need to decompile though i use apk manager. not sure which apk contains that file but if you can find it apk manager can decompile and recompile it
dak_181 said:
just switch your lockscreen to wallpaper rather than clock lol if you really need to decompile though i use apk manager. not sure which apk contains that file but if you can find it apk manager can decompile and recompile it
Click to expand...
Click to collapse
How do I switch my lock screen to wallpaper rather than clock?
Sent from my HTC ThunderBolt using XDA Premium App
johnnysyeah said:
How do I switch my lock screen to wallpaper rather than clock?
Sent from my HTC ThunderBolt using XDA Premium App
Click to expand...
Click to collapse
Assuming you don't want to deal with all that trouble, cyanogemod and probably some other ASOP roms allow you to change the lock screen wallpaper without hacking the compiled apk files.
yareally said:
Assuming you don't want to deal with all that trouble, cyanogemod and probably some other ASOP roms allow you to change the lock screen wallpaper without hacking the compiled apk files.
Click to expand...
Click to collapse
Oh, I'm able to change the lockscreen to a wallpaper on want. The problem right now is that the large digital clock and date covers the background image so I want to disable those two items.
Sent from my HTC ThunderBolt using XDA Premium App
johnnysyeah said:
Oh, I'm able to change the lockscreen to a wallpaper on want. The problem right now is that the large digital clock and date covers the background image so I want to disable those two items.
Sent from my HTC ThunderBolt using XDA Premium App
Click to expand...
Click to collapse
I guess if you really want, it's an AOSP rom so I would grab the source if he contributed back his changes to it (or ask him). Then grep through the source and find where the clock is and mod the source and recompile. If that's too much, find someone with the time willing to do it
If he wont give the source, as mentioned, hack the apk or switch to an AOSP rom that doesnt hide their sources like OMFGB or CM7.
yareally said:
I guess if you really want, it's an AOSP rom so I would grab the source if he contributed back his changes to it (or ask him). Then grep through the source and find where the clock is and mod the source and recompile. If that's too much, find someone with the time willing to do it
If he wont give the source, as mentioned, hack the apk or switch to an AOSP rom that doesnt hide their sources like OMFGB or CM7.
Click to expand...
Click to collapse
I'm going to try the apk manager tonight
I read somewhere about what file the code is in.
All I needed was a way to decompile it and recompile it.
I'd prefer to try things on my own so I can learn instead of relying on others
Sent from my HTC ThunderBolt using XDA Premium App
johnnysyeah thanks
htcpili said:
johnnysyeah thanks
Click to expand...
Click to collapse
Thanks? For what?

[Q] Using AOSP/AOKP with Touchwiz/samsung based apk's, Is it possible?

I Have asked in the past about using sammy based apk files on an AOKP/AOSP based rom. I have been cruising through different forums and have seen other devs and users able to close the gap between the two, being able to use AOSP apps on samsung and vice-versa, and with the AROMA installer i have seen options for which applications you would like to start with.
So in hopes that this will reach the eyes of an experienced dev or someone with more talent than I, I can find a possible solution.
The main apk i am trying to merge is the mms from samsung/touchwiz, call me crazy but i like the lay out of it, and do not find gosms very visually pleasing.
Thanks 1000 times in advance if anyone is able to give advice.:good:
it all depends on if the app you are trying to import has its base in the Samsung framework or not.
Sent from my SAMSUNG-SGH-I777 using Tapatalk 2
-Zero-Cool- said:
The main apk i am trying to merge is the mms from samsung/touchwiz, call me crazy but i like the lay out of it, and do not find gosms very visually pleasing.
Click to expand...
Click to collapse
I think the short answer for that is a NO since I believe mms solely based on TW framework.
Rofl I said Samsung framework instead of touchwiz framework. I'm a goober. And tired.
Sent from my SAMSUNG-SGH-I777 using Tapatalk 2
Phalanx7621 said:
Rofl I said Samsung framework instead of touchwiz framework. I'm a goober. And tired.
Sent from my SAMSUNG-SGH-I777 using Tapatalk 2
Click to expand...
Click to collapse
Uninstall... Now.
Clay
Sent from my SGH-I777 using XDA

[REQ] List of TW Xposed themes

I have been digging around xda but can not find many. I am requesting a list of Exposed themes that work well with touchwiz and theme all/most elements. If you know of any please post links to the threads in here.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
allan1313 said:
I have been digging around xda but can not find many. I am requesting a list of Exposed themes that work well with touchwiz and theme all/most elements. If you know of any please post links to the threads in here.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Click to expand...
Click to collapse
You will not find any yet, and you say here, you can't find many, where are the ones you have found?
TheAxman said:
You will not find any yet, and you say here, you can't find many, where are the ones you have found?
Click to expand...
Click to collapse
I guess I worded it wrong. I have not found on specifically made for TW. I have tried others and they work good, but they just dont theme the TW stuff. Wish I knew how to do themeing.
Sent from my SCH-I545 using Tapatalk 2
allan1313 said:
I guess I worded it wrong. I have not found on specifically made for TW. I have tried others and they work good, but they just dont theme the TW stuff. Wish I knew how to do themeing.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
i'm in the process of converting my aokp pYrple theme to work with xtheme. if that's not your jam, you may enjoy one of these
enjoy,
rf
---------- Post added at 05:29 PM ---------- Previous post was at 05:19 PM ----------
more
enjoy!
-rf
xrabbitfootx said:
i'm in the process of converting my aokp pYrple theme to work with xtheme. if that's not your jam, you may enjoy one of these
enjoy,
rf
---------- Post added at 05:29 PM ---------- Previous post was at 05:19 PM ----------
more
enjoy!
-rf
Click to expand...
Click to collapse
Thanks. That is at least something. I will try them out.
Sent from my SCH-I545 using Tapatalk 2
allan1313 said:
Thanks. That is at least something. I will try them out.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
no problem. i installed all of them to test them out. some of them have BoB issues, specifically, in gmail (blackout does). i like crystal, hue, and liquid if you like darker themes.
enjoy!
-rf
Will these themes will work on stock rooted? Just checking before I become daring.
xrabbitfootx said:
no problem. i installed all of them to test them out. some of them have BoB issues, specifically, in gmail (blackout does). i like crystal, hue, and liquid if you like darker themes.
enjoy!
-rf
Click to expand...
Click to collapse
These do not work on the GS4. I tried 4 of them...and nada.
I guess you missed this whole post on this thread? lol
http://forum.xda-developers.com/showthread.php?t=2319560
nothing too special, but it def makes it attractive!
dknell said:
These do not work on the GS4. I tried 4 of them...and nada.
Click to expand...
Click to collapse
each of these work on my phone. do you have xposed installer/framework and xtheme engine working properly? i even used one of these as a base to splice together hue and liquid blue, along with some of the XML edits from my own theme.
-rf
xrabbitfootx said:
each of these work on my phone. do you have xposed installer/framework and xtheme engine working properly? i even used one of these as a base to splice together hue and liquid blue, along with some of the XML edits from my own theme.
-rf
Click to expand...
Click to collapse
Are you on a GS4? Your thread was for Sony. The xposed installer is installed but I havent found a theme that works. Can you please post a screen shot of one of these themes on your GS4. I'd love to give it another shot. When i install the theme, it only works on bits and pieces of the rom, and mostly makes all the menus look like garbage. Thanks for your follow up
Dennisg34 said:
I guess you missed this whole post on this thread? lol
http://forum.xda-developers.com/showthread.php?t=2319560
nothing too special, but it def makes it attractive!
Click to expand...
Click to collapse
+1 Love this
I'm on the s4. You get them to work though, right?
In the screenies you can see the grey background, the weather & news widget, & the Google now widget are all black.
sent from my Android device
xrabbitfootx said:
I'm on the s4. You get them to work though, right?
In the screenies you can see the grey background, the weather & news widget, & the Google now widget are all black.
sent from my Android device
Click to expand...
Click to collapse
Something must be wrong on my end then. I am able to install and apply the themes. But they do not work very well, only about 10% of the rom actually themes out. I am on Beans build 3. Perhaps that is the issue.
dknell said:
Something must be wrong on my end then. I am able to install and apply the themes. But they do not work very well, only about 10% of the rom actually themes out. I am on Beans build 3. Perhaps that is the issue.
Click to expand...
Click to collapse
dknell, the theme pictured is from one that i compiled using a little from here and there, including some XML edits from a theme me and speedy_tun collaborated on.
if you'd like for me to send it to you to see if you get the same results, please pm me. the google now widget is themed for apex launcher, and i may have included the edits for it to work on nova launcher but i'm pretty certain it will not work for the stock TW launcher, though the google search widget is themed (just not the persistent search. those XML edits must be written for whatever launcher you wish for it to work on).
i can offer no support and can't do requests (sorry, since having a baby, i don't themes anymore), but will help if i can
let me know,
rf
ps. if anybody else would like it, please contact the theme creators for hue and liquid blue (links are in this thread) for their permission first. their images are included (mostly liquid blue, except for persistent search) so i won't do them wrong by posting it w/o permission.

[Request] Moving the App Drawer to middle

I did some basic search and couldn't find it.
I'm actually okay with the app drawer's icon, I just don't want it on the bottom right corner. I want it in the middle. I've used Nova so that is my last resort but I actually want to use TW and try out couple of things on it.
Thank you
I prefer my app drawer in the middle as well. I use GoLauncher with a GS4 Touchwiz theme.
I haven't used TW in months and never used the stock launcher so pardon any ignorance, but can't you just long press and drag to rearrange things in the dock like the stock AOSP launcher? If not, and you really don't want to use a different launcher, you'll have to decompile the apk and poke around.
Just curious, why do you prefer the stock TW launcher over something like Nova, which can be set up to look exactly like it if you want?
Sent from my SCH-I535 using Tapatalk 2
Cruiserdude said:
I haven't used TW in months and never used the stock launcher so pardon any ignorance, but can't you just long press and drag to rearrange things in the dock like the stock AOSP launcher? If not, and you really don't want to use a different launcher, you'll have to decompile the apk and poke around.
Just curious, why do you prefer the stock TW launcher over something like Nova, which can be set up to look exactly like it if you want?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
I for one do theming and now that the dev has gone out of his way to try and prevent themers from doing things... his app and he can do anythign he wants.. But I now switched to using stock launcher.. an no it can be dragged. the other 4 can but not app icon.. its weird...
I have been trying to do this for weeks, almost months! Previously on a Galaxy S II and now on my I9505 S4. I have decompiled and search throughout xml files and smali files and I can't find it anywhere. I suspect that it has something to do with the animation. Because when you delete all of the other apps out of the dock (Hotseat) the all apps icon is in the middle. Which is great, if you don't want any other apps in the dock. But then as soon as you go to add another icon in there, it creates almost like a little buffer in between the apps icon and the icon you have just put in the drawer.
So I think it has something to do with animation which needs to be disabled and I don't think there is any way to do it in any of the res folders (layout, values, etc) so I'm fairly certain it needs to be done in smali files, but smali to me is like trying to read Swahili so I can't really work out how to do it.
If I find out how to center the apps icon then I will post it here, but for now it's proving to be fruitless.
daveyannihilation said:
I have been trying to do this for weeks, almost months! Previously on a Galaxy S II and now on my I9505 S4. I have decompiled and search throughout xml files and smali files and I can't find it anywhere. I suspect that it has something to do with the animation. Because when you delete all of the other apps out of the dock (Hotseat) the all apps icon is in the middle. Which is great, if you don't want any other apps in the dock. But then as soon as you go to add another icon in there, it creates almost like a little buffer in between the apps icon and the icon you have just put in the drawer.
So I think it has something to do with animation which needs to be disabled and I don't think there is any way to do it in any of the res folders (layout, values, etc) so I'm fairly certain it needs to be done in smali files, but smali to me is like trying to read Swahili so I can't really work out how to do it.
If I find out how to center the apps icon then I will post it here, but for now it's proving to be fruitless.
Click to expand...
Click to collapse
I havent been abke to find it either. Been digging and digging...ugg
Sent from my SCH-I605 using Xparent BlueTapatalk 2
Nova launcher has this feature.
Sent from my Nexus 7 using xda app-developers app
ahbhokie said:
Nova launcher has this feature.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I understand that you're making a correct statement, but you are oblivious to the fact that he wants this for the TW launcher. If he wanted to switch to nova he would have. Hell, all AOSP based launchers allow this.
Sent from my SCH-I545 using Tapatalk 4
Gunthermic said:
I havent been abke to find it either. Been digging and digging...ugg
Sent from my SCH-I605 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Same. If you could dig through the smali files while the launcher was active (IE if you could dig through the smali files while the launcher was running on your device) you might be able to find it by comparing an active launcher with just the app menu button as opposed to one with all 5 spots filled ... however, I'm not sure that's possible. Could it be emulated/VM'd on a PC?
Check this out here guys http://forum.xda-developers.com/showpost.php?p=30909479&postcount=70 It's for the S3 but would probably still apply
sbreen94 said:
Check this out here guys http://forum.xda-developers.com/showpost.php?p=30909479&postcount=70 It's for the S3 but would probably still apply
Click to expand...
Click to collapse
That's the guide that I tried to use on both SGSII and SGS4, but the guide is for ICS and Samsung have changed the way the launcher operated in JB. So the guide won't work unfortunately.
daveyannihilation said:
That's the guide that I tried to use on both SGSII and SGS4, but the guide is for ICS and Samsung have changed the way the launcher operated in JB. So the guide won't work unfortunately.
Click to expand...
Click to collapse
Alright cool buddy. Figured if was worth a shot
Sent from my SCH-I535 using Tapatalk 2
I always thought it had to do with editing the default_workspace.XML in the CSC folder and then editing feature.XML in the relevant launcher strings...I just remember ding something similar to this.
Sent from my SCH-I545 using xda app-developers app
Surge1223 said:
I always thought it had to do with editing the default_workspace.XML in the CSC folder and then editing feature.XML in the relevant launcher strings...I just remember ding something similar to this.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
What apk have you decompiled to find the CSC folder? And where abouts in SecLauncher3.apk is the feature.xml file???
daveyannihilation said:
What apk have you decompiled to find the CSC folder? And where abouts in SecLauncher3.apk is the feature.xml file???
Click to expand...
Click to collapse
The csc folder is in /system I thought that after modifying SecLauncher3.apk (smali, xml, etc..) that you had to change some text in /system/csc/feature.xml and /system/csc/default_workspace.xml in order for the changes to occur
Any luck yet?
Sent from my Hyperdriven Core Verizon S4 using XDA Developers App
I know i have had no luck whatsoever so far to even make it budge. I can modify all the other stuff. But the smali Hotseat.smali is a beast to understand..
It really cant be so hard.. Im sure someone has figured this out.
Sent from my SCH-I545 using xda app-developers app
I cant wait for this
Sent from my Hyperdriven S4Core XDA app
obviousfrog said:
I cant wait for this
Sent from my Hyperdriven S4Core XDA app
Click to expand...
Click to collapse
No luck whatsoever.. Tried many times, and never get anywhere..

Touch Wiz Themeing Questions

I would like to start this thread to help each other out.
Themeing the SG4 has been a challenge to say the least.
If we work together I believe we will be able to achieve much more.
Basically post your base that you are on, what .apk you are needing help with, maybe a screen shot to show.
Saved.
I'd like to start with the ME7 base SecContacts.apk.
I have been able to theme the Dialer to black background, but have had no luck with changing the SecContacts.apk background.
If anyone can help, or has any ideas, please let me know.
Thank you, all!
Welcome to theming Q&A..
I may be remembering incorrectly, but I think it is in the framework. It's something like tw-background light/dark. I'll double check when I get home to confirm.
Sent from my SCH-I545
Its actually a few xml edits in seccontacts. Apk Samsung keeps moving it on us. Ill see if I can make a list for you bro. are you gonna be the next Verizon S4 themer?
Sent from my SGH-M919 using xda premium
blacknight1114 said:
Its actually a few xml edits in seccontacts. Apk Samsung keeps moving it on us. Ill see if I can make a list for you bro. are you gonna be the next Verizon S4 themer?
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
No, the real guys are Vertumus and Nitro, theya re insane with it and their AOSP themes, they gave me permission to use theirs as a reference so now I can make my own AOSP them based off their work to the way I like it. (If can ever nake it that way!!)
thank you so much for your hep!
andybones said:
No, the real guys are Vertumus and Nitro, theya re insane with it and their AOSP themes, they gave me permission to use theirs as a reference so now I can make my own AOSP them based off their work to the way I like it. (If can ever nake it that way!!)
thank you so much for your hep!
Click to expand...
Click to collapse
Dang...I was hoping for some help on the verizon side.lol. im buried. ill help any way I can guys..
Sent from my SGH-M919 using xda premium
blacknight1114 said:
Dang...I was hoping for some help on the verizon side.lol. im buried. ill help any way I can guys..
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
I mean I don't suck or anything, I first started out themeing, but then I did my first smali MOD and was hooked.
I was on 7 HTC phone before coming to the SG3/SG4 so I haven't ever themed Samsung besides SG3 which was cake, but it was also using Bean's work as a base 99% his. I can do it I just don't enjoy it as much, as I am not as good.
I'll help anyway as well.
Hope can get the contacts bro. I really want to get the AOSP theme rocking. Maaybee you want to team up with me on it? who knows? that would be so sick.
Either way glad this thread will hopefully get some good use for people.
nweaver11 said:
I may be remembering incorrectly, but I think it is in the framework. It's something like tw-background light/dark. I'll double check when I get home to confirm.
Sent from my SCH-I545
Click to expand...
Click to collapse
I think this is right but I learn as I go.
Frameworks drawable-sw360dp-xxhdpi /tw_background_holo_light.png
I'm gonna theme to darken dialer so if I can confirm I'll report.
Edit: that did change contacts/recents backround but not dialer.
Sent from my SCH-I545 using Tapatalk 2
reggie cheeks said:
I think this is right but I learn as I go.
Frameworks drawable-sw360dp-xxhdpi /tw_background_holo_light.png
I'm gonna theme to darken dialer so if I can confirm I'll report.
Edit: that did change contacts/recents backround but not dialer.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
Dialer background is in a different spot for what ever reason. Its in sec contacts apk under one of the layout files with "dialpad_fragment" in the name.
prshosting.org
prsterero said:
Dialer background is in a different spot for what ever reason. Its in sec contacts apk under one of the layout files with "dialpad_fragment" in the name.
prshosting.org
Click to expand...
Click to collapse
if you change the contacts_list_content.xml in SecContacts and add android:background(line 12) that will change that. The problem with changing the image in frameworks file, is if any other apps calls a system resource it will make it darkbackground with most likely black text... This screwing that up.
So then you gotta redo that app. so I prefer to make the app inverted all by iteself and not reply up backgrounds and such from framework if I can help it....
Just a different way of doing it.....
Gunthermic said:
if you change the contacts_list_content.xml in SecContacts and add android:background(line 12) that will change that. The problem with changing the image in frameworks file, is if any other apps calls a system resource it will make it darkbackground with most likely black text... This screwing that up.
So then you gotta redo that app. so I prefer to make the app inverted all by iteself and not reply up backgrounds and such from framework if I can help it....
Just a different way of doing it.....
Click to expand...
Click to collapse
Should have quoted the other guy too since I didn't mention using the framework seems like the whole message is directed at me haha
prshosting.org
prsterero said:
Should have quoted the other guy too since I didn't mention using the framework seems like the whole message is directed at me haha
prshosting.org
Click to expand...
Click to collapse
Sorry. long weekend. Wrong person you are correct..
FWIW both methods did the exact same changes..
im trying to change the background of secsettings.apk from black/white text to white/black text
i know the changes need to be made in secsettings.apk. Nothing in there references a framework file.
i changed devicedefault to devicedefault.light in /res/vaules/styles.xml with no luck
any advice?
racinwarrior said:
im trying to change the background of secsettings.apk from black/white text to white/black text
i know the changes need to be made in secsettings.apk. Nothing in there references a framework file.
i changed devicedefault to devicedefault.light in /res/vaules/styles.xml with no luck
any advice?
Click to expand...
Click to collapse
diff against a secsettings that has this done, if i wasn't on phone I'd send u the apk
who knows could be a framework change??
4.2.2 is weird compared to 4.1.2
andybones said:
FWIW both methods did the exact same changes..
Click to expand...
Click to collapse
As they say many ways to skin any cat....
andybones said:
diff against a secsettings that has this done, if i wasn't on phone I'd send u the apk
who knows could be a framework change??
4.2.2 is weird compared to 4.1.2
Click to expand...
Click to collapse
it could be, but on MDK it was in secsettings. on ME7 i dont know. My white secsettings.apk for MDK does not work on ME7 and id like to learn how its done
ive been looking for something that stick out i just can find it
racinwarrior said:
it could be, but on MDK it was in secsettings. on ME7 i dont know. My white secsettings.apk for MDK does not work on ME7 and id like to learn how its done
ive been looking for something that stick out i just can find it
Click to expand...
Click to collapse
So just use the compare plugin in notepad++. It will highlight where text is moved.
Sent from my SCH-I545 using xda app-developers app

Categories

Resources