Themeing Velvet.apk Nothing working, help please! - Nexus 5 Q&A, Help & Troubleshooting

So I've been trying to theme the stock kitkat launcher. Really the only thing that I am trying to accomplish is themeing the all apps button....the little grey circular button with the six white dots that opens up the app drawer. At first I created a flashable zip with zip themer which had no affect whatsoever. I even had the zip file double checked and looked over by Mathew (OP of Candy mod zip themer thread). So then I said screw it I'll just decompile, swap png's, recompile, push to phone, fix permissions and reboot like I use to do back in my G2X days. So I did all of that, everything decompiled and recompiled just fine. Pushed the app to system/priv-app and fixed permissions and rebooted. NOTHING. I even double checked my modified apk by decompiling it and making sure my images were there.....which they were. I have NO idea where the phone is pulling the stock all_apps button from since I deleted all the stock icons and swapped them with my own which were all to size.
I don't understand why my mods aren't working, because the XML file in drawable called all_apps_button_icon.xml says this:
<item android:state_focused="true" android:drawable="@drawable/ic_allapps_pressed" />
<item android:state_pressed="true" android:drawable="@drawable/ic_allapps_pressed" />
<item android:drawable="@drawable/ic_allapps" />
</selector>
So it SAYS it's pulling the icon from drawable.....but all the icons in drawable were swapped with MY MODDED ICONS. Yet upon instillation of my modded velvet.apk, it still has the stock all apps button.....any ideas are GREATLY appreciated =)

Bump. Nobody?
Sent from my Nexus 5 using xda premium

Pain-N-Panic said:
Bump. Nobody?
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
It's because the google search app got updated and now is in data/app. Try editing that one instead of the one in priv-app.

You sir are awesome. Another user told me about the update but failed to mention the relocation of where the phone was drawing the images from. I'm sure it will work now. Thanks again!!!
Sent from my Nexus 5 using xda premium

Pain-N-Panic said:
You sir are awesome. Another user told me about the update but failed to mention the relocation of where the phone was drawing the images from. I'm sure it will work now. Thanks again!!!
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
My bad. I assumed you knew where google play store updates were.

Lol its all good man. I'm still learning my way around android.
Sent from my Nexus 5 using xda premium

Pain-N-Panic said:
Lol its all good man. I'm still learning my way around android.
Sent from my Nexus 5 using xda premium
Click to expand...
Click to collapse
Just to let you know, Zipthemer is having issues with kitkat. I have a thread in the N4 forums with a bunch of signal icon mods and haven't been getting any consistent results with 4.4. 4.3 and below worked great though.

Yeah I figured so. I got this mod working but zip themer wouldn't do it. Had to go about it the old fashioned way and decompile, recompile, push and fix permissions. Kinda sucks because I was just really getting the hang of building zips with zip themer...now a lot of the stuff I try just isn't working. Hopefully the app gets a serious update soon.

Related

[Q] Change Dark Market icon? [SOLVED]

Anybody happen to know how to change the icon of the Dark Market? I have extracted the apk and placed my icon in replace of all the shopping carts pngs, replaced the edited apk with the one in /system/app. Tried to installed, but it failed and said "Application Not Installed". However when exit root explorer and open Dark Market the icon has not changed but the icon within the app has changed to my icon. Anybody know what I am doing wrong? Not signed correctly or what? Maybe there is an easier way to edit the apk?
UPDATED/Solved:To do... Extract the Vending.apk from /system/app place on sdcard by copying it not moving it. Open Vending.apk with 7zip: If you want all the internal icons changed as well replace "ic_menu_bag_market.png", "ic_menu_market_focused.png", "ic_menu_market_normal.png", and "ic_menu_market_pressed.png" within the "drawable-hdpi" folder with you icon of choice. Be sure to follow the dimensions of the image you are replacing. In this case they are all: 72x72. For changing the external icon that appears in your app drawer and on your home screen replace "ic_launcher_marketplace.png", and "ic_launcher_marketplace_apps.png" within the "mipmap-hdpi" folder. Make backup of Vending.apk within /system/app in case you messed something up. After replacing all those files push the apk back into /system/app overwriting the original Vending.apk (be sure you backed it up before doing this), exit root explorer or whatever app you happen to be using, and the app should of updated to the icons you changed them to.
the answer to your question is in the rom Vahalla thread that you origonally posted this in..
RaverX3X said:
the answer to your question is in the rom Vahalla thread that you origonally posted this in..
Click to expand...
Click to collapse
Not really, how do you change the icon then?
Sent from my SGH-T959V using XDA App
Sario27 said:
Not really, how do you change the icon then?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
replace the icon thats in the drawable-hdmi folder with the one u want and push the vending apk back..
RaverX3X said:
replace the icon thats in the drawable-hdmi folder with the one u want and push the vending apk back..
Click to expand...
Click to collapse
Did that and rebooted still shows shopping cart...
Sent from my SGH-T959V using XDA App
Sario27 said:
Did that and rebooted still shows shopping cart...
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
make sure ur not using a theme that is changeing the icon...?
RaverX3X said:
make sure ur not using a theme that is changeing the icon...?
Click to expand...
Click to collapse
I'm currently using the GingerGreen Theme. How would I make sure the theme isn't changing the icon, and also prevent it from doing so?
RaverX3X said:
make sure ur not using a theme that is changeing the icon...?
Click to expand...
Click to collapse
Went through the zip file of the theme pack and couldn't find any of the dark market icons in the apks...
Figured it out... Didn't change the icons in the "mipmap-hdpi" folder. Thanks for your help!
Sario27 said:
Figured it out... Didn't change the icons in the "mipmap-hdpi" folder. Thanks for your help!
Click to expand...
Click to collapse
welp there u go sorry i dont have that vending apk so hey well glad its sorted for u at least i got u on the right path
RaverX3X said:
welp there u go sorry i dont have that vending apk so hey well glad its sorted for u at least i got u on the right path
Click to expand...
Click to collapse
Definitively haha well learned a lot along the way that is for sure. Thanks RaverX3X.
Sario27 said:
Definitively haha well learned a lot along the way that is for sure. Thanks RaverX3X.
Click to expand...
Click to collapse
np anytime
Yo,
Old thread, but I just wanted to add my observations on this.
I did the exact same thing (as you edit on the OP) yesterday -even before I found your thread- and it did cause one or two glitches.
What I've noticed is that after modifying the markert icons (and 2 notification bar ones) of the new Market version I've found here, the Market would now display extra tabs which I couldn't see before.
I could see the "Top Paid apps", "Top Grossing" and 1 or 2 more similar tabs regarding paid apps. The thing is that I'm currently in China and those usually don't show up since they are somehow blocked here. Once I'd browse through those new tabs and scrolled down, they just became white pages. I've also tried updating an app and that worked fine and the modded notification icons also showed up properly. But I didn't like to get 3 or 4 blank pages like that and I've finally reverted to the original Market.
So yes, it works but modding Vending.apk without an official signature might modify its behavior/options so just be warned... I didn't check the logcats but seeing all that, makes me think that fooling around with the apk might create invisible problems that I don't really want to get just for a simple appearance change or two...

CM7/Custom Soft-Buttons

Ive searched the forums, trying to find if this has been posted.
Im looking for a way to change the look of the soft-buttons inside CM7-SoS on the Kindle Fire.
There is a post in this forum for changing them in ICS with simple flashable ZIP files. Im looking for something similar to this, for CM7
Thanks in Advance!
Kcuhc said:
Ive searched the forums, trying to find if this has been posted.
Im looking for a way to change the look of the soft-buttons inside CM7-SoS on the Kindle Fire.
There is a post in this forum for changing them in ICS with simple flashable ZIP files. Im looking for something similar to this, for CM7
Thanks in Advance!
Click to expand...
Click to collapse
One way to change the look of the soft-buttons, is to use adb or a file-manager to pull SystemUI.apk from /system/app and then edit png images to make them your own. And then push it back. That's what I did. Do a search on themeing android to find more in-depth tutorials.
Sent from my Kindle Fire using xda premium
Thanks!
that did it, appreciate the direction
Kcuhc said:
Thanks!
that did it, appreciate the direction
Click to expand...
Click to collapse
Your welcome, have fun!
Here's my latest customization of the soft-buttons and status bar in general.
Sent from my Kindle Fire using xda premium
I did the ics zip, easiest way without zip is ninjamorph. Do you have images already? Maybe I could throw something together for you, I'm in the middle of a couple themes at the moment, one for ics on the fire might be putting out tonite. Let me know if I can help.
Sent from adizzys tbolt
I too am trying to do this.. I have the png images that I want to use but im not sure on how to replace them. When I go to the SystemUI.apk and the appropriate folder I cant seem to figure out how you simply replace the images you want.
T_VASS said:
I too am trying to do this.. I have the png images that I want to use but im not sure on how to replace them. When I go to the SystemUI.apk and the appropriate folder I cant seem to figure out how you simply replace the images you want.
Click to expand...
Click to collapse
Do you know how to use ninjamorph? If not send me a pm and I'll give you my gmail, you can send me the images and I'll put them in a fishable zip for you when I get a chance. I will need to know which cm7 your using too.
Sent from adizzys tbolt
Another approach might be to do what I did-- freeze the status bar and use Button Savior (or SoftKeys or Virtual Home Bar).
Sent from my Kindle Fire (CM7) using xda premium
T_VASS said:
I too am trying to do this.. I have the png images that I want to use but im not sure on how to replace them. When I go to the SystemUI.apk and the appropriate folder I cant seem to figure out how you simply replace the images you want.
Click to expand...
Click to collapse
Everything that needs to be edited is in drawable-mdpi folder the files to replace start with 'ic' the easiest way to do it is using 7-zip, name your replacement image the same as the image you want to replace and then drag and drop your images into the apk into the drawable-mdpi folder. And then your good to go.
Sent from my Kindle Fire using xda premium
daggy1985 said:
Here's my latest customization of the soft-buttons and status bar in general.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
how to get this????????????????
I was able to get this done with ease.
Copied the systemui file, moved it to my computer, renamed ZIP, extracted to a folder. Opened up the files i wanted edited in Photoshop. I made them Transparent PNGs so they would work with any theme that changes the graphic of the status bar.
saved files, zipped up folder. used RootExplorer to Back up systemui. It caused a Foreclose loop. Rebooted, with no status bar. Back into RE, copied the modified systemui, set permissions, and rebooted.
acax456 said:
how to get this????????????????
Click to expand...
Click to collapse
I'll upload my customized SystemUI for you to use either later today or tomorrow, must get some sleep now.
Sent from my Kindle Fire using xda premium

[REQ] Remove clock and carrier

If someone would be so kind to remove the clock and remove the carrier I would appreciate it. Its from mohans stock deodexed UCLF6. I been pulling my hair out since I installed it, but just cant seem to remove these. I always come up with errors, even after asking for help from a few folks through PM. Thanks a lot!
PM me and I can help you.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gmillz said:
PM me and I can help you.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
I will send you PM. Apparently, the "errors" were just an aapt warning that can be ignored. But each time I flash nothing changes, if I replace them with ES file explorer I get systemui stop errors.
pahick said:
I will send you PM. Apparently, the "errors" were just an aapt warning that can be ignored. But each time I flash nothing changes, if I replace them with ES file explorer I get systemui stop errors.
Click to expand...
Click to collapse
Have you changed permissions for SystemUI after making the changes? They should be rw-r--r--
Fix them & reboot and that should fix your errors.
Yup. I used apktool-ics, tried wanam apk manager...when I flashed, cleared cache/dalvik...when I replaced with es explorer, I copied to sd, renamed systemui.apk, copied new systemui to system/apps, then changed permissions. Nothing I did worked.
these are the two threads I followed..
http://forum.xda-developers.com/showthread.php?t=1613480 Carrier Label
http://forum.xda-developers.com/showthread.php?t=1711127 remove clock
heres where I got ics apktool... http://forum.xda-developers.com/showthread.php?t=1558171
and here I follow seanz with apk manager... http://forum.xda-developers.com/showthread.php?t=1612483
Just at a loss.
Did you overwrite the old one with the new SystemUI?
Sent from my Skyrocket using xda
This is strange, I can remove either the carrier or clock, but as soon as I remove both SystemUI crashes
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
gmillz said:
This is strange, I can remove either the carrier or clock, but as soon as I remove both SystemUI crashes
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
It will until you fix permissions & reboot.
btm fdr said:
It will until you fix permissions & reboot.
Click to expand...
Click to collapse
That doesn't help already tried that.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
gmillz said:
This is strange, I can remove either the carrier or clock, but as soon as I remove both SystemUI crashes
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
Well, you got farther than I did...lol. Either, or both, would crash systemui. One time, and I cant remember what set of tools I used cause I tried it so much, I edited both and got no crahses...but it didnt change anything either. It did "something" because the wallpaper and lockscreen changed to default. Ever since, I get either/both crashing systemui. ICS has been really odd to work with to say the least. I appreciate your afforts, if at least to confirm im not crazy and screwing something up unintentionally...lol.
Found this in another thread on here if you want to give it a shot. Make a backup of the original, just in case.
Drop it in res/layout. - this is only to remove the carrier logo-
btm fdr said:
Found this in another thread on here if you want to give it a shot. Make a backup of the original, just in case.
Drop it in res/layout. - this is only to remove the carrier logo-
Click to expand...
Click to collapse
Ill take a look at it then. It cant be carrier removal tho, carrier removal is an edit to CarrierLabel.smali...what you have there is status_bar.xml.
**
Ok, added it to a systemui and decomplied....doesnt even look like they edited the clock line...lol. Not sure where you got it from but it doesnt work here. Thanks anyway.
It is possible to remove the carrier label with status_bar.xml
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gmillz said:
It is possible to remove the carrier label with status_bar.xml
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Ahh, didnt realize that. Apologies.
Well, clock is gone...no crashes!! WOO HOO! I decompiled like I normally do, went to res\layout\tw_status_bar.xml and instead of deleting the clock line, I changed these sections wrap_content and fill_parent sections to 0.0dip
androidaddingLeft="0.0dip" android:layout_width="0.0dip" android:layout_height="0.0dip"
recompiled systemui.apk
copied to sdcard, open root explorer, copy from sd card to system, change permissions, then copy to system\app...reboot and POOF!
pahick said:
Well, clock is gone...no crashes!! WOO HOO! I decompiled like I normally do, went to res\layout\tw_status_bar.xml and instead of deleting the clock line, I changed these sections wrap_content and fill_parent sections to 0.0dip
androidaddingLeft="0.0dip" android:layout_width="0.0dip" android:layout_height="0.0dip"
recompiled systemui.apk
copied to sdcard, open root explorer, copy from sd card to system, change permissions, then copy to system\app...reboot and POOF!
Click to expand...
Click to collapse
Now try that with the carrier line. It might work and youll have both removed
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gmillz said:
Now try that with the carrier line. It might work and youll have both removed
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Yup, going to work on it here in a bit. Will report back. Thanks!
Well, I finally got rid of the carrier too....PHEW!! man this really sucked! Ok, I decompiled, again with seanz tutorial ( http://forum.xda-developers.com/showthread.php?t=1612483 ) using wanams apkmanager( http://forum.xda-developers.com/showpost.php?p=23935070&postcount=14 ). I had to decompile using option 10, with twframework-res.apk as the dependency(which was the only way the smali showed the correct line, other ways the smali lines were different, go figure!), then edited carrierlabel.smali according to http://forum.xda-developers.com/showthread.php?t=1613480 ....then recompiled. Once recompiled, I opened the unsignedsystemui.apk and extracted classes.dex . I then opened my original SystemUI.apk with 7zip and added the classes.dex I just extracted.
Then same as before. Add to sdcard, open root explorer. copy systemui.apk from sdcard to system, change permissions, then copy to system\app, reboot.
I think I got that right....I tried so many damn things in the last hour my head is spinning...lol. SO GLAD its over!!!! Thanks a lot!

Theme Question. Please Help.

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

Carrier icons?

I just recently got ATT for this phone. I like ATT's signal icons but haven't figured out a way to change them in CM to look that way.
Is it possible? Tried searching here and Google with little results. Also tried some build prop info I found but it didn't work.
Thanks
ajent said:
I just recently got ATT for this phone. I like ATT's signal icons but haven't figured out a way to change them in CM to look that way.
Is it possible? Tried searching here and Google with little results. Also tried some build prop info I found but it didn't work.
Thanks
Click to expand...
Click to collapse
Don't think that's possible, mate. AT&T's (and every other carrier's) custom icons aren't implemented in the One's SystemUI.apk , because OnePlus isn't affiliated with any carrier.
You could pull the icons from a att ROM and just overwrite the ones in your ROMs systemui. Picture files are not compiled so you can just drop em in and go, just use winrar or 7zip to open them and see which files you need to replace.
Sent from my One using XDA Premium 4 mobile app
C13v3r0n3 said:
You could pull the icons from a att ROM and just overwrite the ones in your ROMs systemui. Picture files are not compiled so you can just drop em in and go, just use winrar or 7zip to open them and see which files you need to replace.
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Won't work unfortunately. The SystemUI.apk is odexed, so theming is impossible.
Ah, I've been running paranoid android, didn't think about cm11 being odexed.
Sent from my One using XDA Premium 4 mobile app
treChoy said:
Won't work unfortunately. The SystemUI.apk is odexed, so theming is impossible.
Click to expand...
Click to collapse
Its not impossible to theme an indexed apk
Sent from my OnePlus One
jase33 said:
Its not impossible to theme an indexed apk
Sent from my OnePlus One
Click to expand...
Click to collapse
Well not impossible. It just makes it a hell of a lot harder than it needs to be..
Sent from my OnePlus One using Tapatalk

Categories

Resources