When my battery is low it says some generic message like "Battery Low, Please connect charger". Is there anyway to edit that? Would it be an XML file or is it in the Framework?
Sent from my HTC PH39100 using Tapatalk 2
It'll probably be in strings.xml of systemui or framework-res.. prolly systemui. I can look closer tomorrow if you can't find it.
Sent from my HTC PH39100 using Tapatalk 2
Ok ill look.
Sent from my HTC PH39100 using Tapatalk 2
Found it. It's in SystemUI/res/layout/battery_low.xml. I can't edit it from my cell though lol.
Sent from my HTC PH39100 using Tapatalk 2
That's probably just the layout of the window that pops open. The actual string of text I'd imagine is in strings. XML. I could very possibly be wrong
Sent from my HTC PH39100 using Tapatalk 2
Still can't find it. I looked in framework.res and SystemUI. I cannot find strings.xml.
Sent from my HTC PH39100 using Tapatalk 2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I still think I'm on to something with battery_low.xml. Look, see where it says android:text="@id/0x7F080010"? Someone explain that to me. The @id's I mean.
Sent from my HTC PH39100 using Tapatalk 2
Look in public.xml for that. It'll probably point to a string...
Sent from my HTC PH39100 using Tapatalk 2
Where are you looking? I don't see strings.xml or public.xml
Sent from my HTC PH39100 using Tapatalk 2
I'm not looking. Going on memory. Should be in the values folder, which you'll only see if you decompile the apk. Just opening it in an archive viewer won't give you what you need
Sent from my HTC PH39100 using Tapatalk 2
homeslice976 said:
I'm not looking. Going on memory. Should be in the values folder, which you'll only see if you decompile the apk. Just opening it in an archive viewer won't give you what you need
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
****. I imagine you can't decompile and compile apks from a cellphone huh? ****.
Sent from my HTC PH39100 using Tapatalk 2
ProtheusIRC said:
****. I imagine you can't decompile and compile apks from a cellphone huh? ****.
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
I've never looked into it tbh, that seems like it would be a real pita
Anyway, as I suspected, in strings.xml of SystemUI:
<string name="battery_low_title">Connect charger</string>
<string name="battery_low_subtitle">The battery is getting low.</string>
<string name="battery_low_percent_format">%d%% remaining</string>
<string name="invalid_charger">"USB charging not supported.
Use only the supplied charger."</string>
<string name="battery_low_why">Battery use</string>
homeslice976 said:
I've never looked into it tbh, that seems like it would be a real pita
Anyway, as I suspected, in strings.xml of SystemUI:
<string name="battery_low_title">Connect charger</string>
<string name="battery_low_subtitle">The battery is getting low.</string>
<string name="battery_low_percent_format">%d%% remaining</string>
<string name="invalid_charger">"USB charging not supported.
Use only the supplied charger."</string>
<string name="battery_low_why">Battery use</string>
Click to expand...
Click to collapse
Ok then, could you do me a big favor when you get some time? Change battery_low_subtitle to "You're ****ed!". Maybe put it in a zip I could flash or something? It isn't a big deal if you can't, just thought I'd ask.
Sent from my BoRKeD HTC Vivid 4G using Tapatalk 2
ProtheusIRC said:
Ok then, could you do me a big favor when you get some time? Change battery_low_subtitle to "You're ****ed!". Maybe put it in a zip I could flash or something? It isn't a big deal if you can't, just thought I'd ask.
Sent from my BoRKeD HTC Vivid 4G using Tapatalk 2
Click to expand...
Click to collapse
I did "You are" cause I didn't feel like messing with the apostrophe (though it probably only took a \ before it).. but here ya go
homeslice976 said:
I did "You are" cause I didn't feel like messing with the apostrophe (though it probably only took a \ before it).. but here ya go
Click to expand...
Click to collapse
"You are" the greatest, man!
Sent from my BoRKeD HTC Vivid 4G using Tapatalk 2
Ninja morph allows you to decompile apks from from your phone, just for future reference.
Sent from my HTC PH39100 using Tapatalk 2
XxSHaDoWxSLaYeRxX said:
Ninja morph allows you to decompile apks from from your phone, just for future reference.
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
It allows you to extract them. I see no option to decompile them.
Sent from my BoRKeD HTC Vivid 4G using Tapatalk 2
(please press Thanks if I've helped you!)
homeslice976 said:
I've never looked into it tbh, that seems like it would be a real pita
Anyway, as I suspected, in strings.xml of SystemUI:
<string name="battery_low_title">Connect charger</string>
<string name="battery_low_subtitle">The battery is getting low.</string>
<string name="battery_low_percent_format">%d%% remaining</string>
<string name="invalid_charger">"USB charging not supported.
Use only the supplied charger."</string>
<string name="battery_low_why">Battery use</string>
Click to expand...
Click to collapse
where can i find this one? is it under the framework res.apk?
Related
IS there any way that I can have my carrier showing, even if I have notifications. When I receive a notification, it hides itself.
Nobody?
Aiwa said:
IS there any way that I can have my carrier showing, even if I have notifications. When I receive a notification, it hides itself.
Click to expand...
Click to collapse
are you talking about the carrier logo in miui? if so i dont think you can. unless you add it to the status bar png in the theme but im not sure either lol
It should be possible, yes. What do you mean about it vanishing when you have a notification?
Ticklefish said:
It should be possible, yes. What do you mean about it vanishing when you have a notification?
Click to expand...
Click to collapse
His talking about this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
there's the logo.
but I just got a txt message so it replaces the logo
Sent from my DROIDX using xda app-developers app
Ah, I see. I'm not on MIUI but I've done similar things before. All I'd need to do is look at the status_bar.xml
I think I know just how to do this.
I don't know how to do it so any help is appreciated!
Aiwa said:
I don't know how to do it so any help is appreciated!
Click to expand...
Click to collapse
I can do it for you. I just need you to share your framework-res.apk and SystemUI.apk
Is there no way you can do it via a theme? Otherwise, I can live with it.
Oh, I can make a flashable zip file easily enough.
Aiwa said:
Is there no way you can do it via a theme? Otherwise, I can live with it.
Click to expand...
Click to collapse
Heres my theory lol. Just take out the statusbar PNG from the theme and put the logo in there using Photoshop or paint.net and then zip everything up. But Its going to look weird cause when you get a notification its going to be on top of the carrier logo.
Are you on miui?
Sent from my DROIDX using xda app-developers app
Ah never mind, cba to flash a zip :/
Yah i'm on MIUI.
Originally Posted by Aiwa<br />
Is there no way you can do it via a theme? Otherwise, I can live with it.
Click to expand...
Click to collapse
<br />
<br />
Heres my theory lol. Just take out the statusbar PNG from the theme and put the logo in there using Photoshop or paint.net and then zip everything up. But Its going to look weird cause when you get a notification its going to be on top of the carrier logo.<br />
<br />
Sent from my DROIDX using xda app-developers app
Click to expand...
Click to collapse
Clever.. But it can be done so much more easily just by changing one line in some xml. ;-)
Ticklefish said:
Clever.. But it can be done so much more easily just by changing one line in some xml. ;-)
Click to expand...
Click to collapse
Ohhh idk how to edit those lol
Sent from my DROIDX using xda app-developers app
saul1991 said:
Ohhh idk how to edit those lol
Sent from my DROIDX using xda app-developers app
Click to expand...
Click to collapse
I do.
I just need somebody to share their framework-res.apk and SystemUI.apk and I can do it.
Ticklefish said:
I do.
I just need somebody to share their framework-res.apk and SystemUI.apk and I can do it.
Click to expand...
Click to collapse
Do you know how to fix 9pngs? I don't know how to recompile them.
Sent from my DROIDX using xda app-developers app
saul1991 said:
Do you know how to fix 9pngs? I don't know how to recompile them.
Sent from my DROIDX using xda app-developers app
Click to expand...
Click to collapse
As long as you haven't touched the pixel-wide border around the outside, they'll recompile without any issue.
Aiwa said:
IS there any way that I can have my carrier showing, even if I have notifications. When I receive a notification, it hides itself.
Click to expand...
Click to collapse
I dont think there is an hide that hides it. I know that you can modify it though
Ticklefish said:
As long as you haven't touched the pixel-wide border around the outside, they'll recompile without any issue.
Click to expand...
Click to collapse
How do I make sure where the borders are at? When I open it up in PS It doesn't show any?
Sent from my DROIDX using xda app-developers app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer: I am not responsible for any damages to your device by using these files! Flash in recovery after wiping cache/dalvik
ALL THEME DOWNLOADS can be found attached to the bottom of this post!!
OFFICIAL CM10 thread link http://forum.xda-developers.com/showthread.php?t=1792218
Also themed is the UNofficial ROM from MC
Wallpaper download
What's in this theme:
My own signals and batteries
Tweaked a few images and font colors to match either ICS blue or what appears to be a new Jellybean green/teal...
Since these images took a whole lot of hours to make... I would appreciate it you ask permission to use them and of course giving credit where its due...
If i can figure out the notification transparency thing then ill update this... as of now, not really much plans for future of this... but I wanted to get it so that it didn't get lost in the original thread I posted it in...
Don't forget to hit THANKS
as a bonus... i'm including semi-themed apps that include some inverted apps from travp, fergie, djdarkknight!! official credits will be given once i figure out which apps came from where lol... (brb back with a link)... After you flash this, please Fix Permissions
Grab the latest STOCK GAPPS from here
**edit** delete blahhhhhhhh
That wallpaper looks bananas really nice!
Sent from my Nexus S 4G using xda premium
Killasmoke said:
That wallpaper looks bananas really nice!
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Thanks... forgot to post it... here if anyone wants it... http://db.tt/yTdHcJqh
Sent from my Nexus S 4G using Tapatalk 2
Thanks man. Flashing now. Now my jelly bean goodness has been perfected.
Sent from my Nexus S 4G using xda premium
Hey am I reading that right? The files only 1.3 MBS?
Sent from my Nexus S 4G using xda premium
tommy0823 said:
Hey am I reading that right? The files only 1.3 MBS?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Yes... this only replaces your sysremui.apk
Sent from my Nexus S 4G using Tapatalk 2
Nice theme sir.. anyway do you know how to make the notif tray transparent in jb??
Sent from my Nexus S™
mixtapes08 said:
Nice theme sir.. anyway do you know how to make the notif tray transparent in jb??
Sent from my Nexus S™
Click to expand...
Click to collapse
Looks like he's working on it... quote from the cm10 thread below...
the1dynasty said:
BTW... I'm putting the last few touches on a "theme" for this... just changed a few font colors and added in my signals/battery along with editing a few other images... some might be too subtle to notice... I still can't figure out the damn pulldown and how to make it transparent... I might have to add the lines myself :/
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
ADD: finally downloaded/flashed & gotta say ... great theme as usual, the1dynasty!!!
Sent from my Nexus S 4G using xda premium
mixtapes08 said:
Nice theme sir.. anyway do you know how to make the notif tray transparent in jb??
Sent from my Nexus S™
Click to expand...
Click to collapse
As quoted above... I'm thinkjng of adding it in there myself... either that or it might be in framework... I have a little bit of time today to play with it... so we'll see what happens... hopefully its in systemui like ICS b/c I really didn't want to mess with framework on this...
Sent from my Nexus S 4G using Tapatalk 2
the1dynasty said:
As quoted above... I'm thinkjng of adding it in there myself... either that or it might be in framework... I have a little bit of time today to play with it... so we'll see what happens... hopefully its in systemui like ICS b/c I really didn't want to mess with framework on this...
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
Someone told me that it's an smali edit. :thumbdown:
Sent from my Nexus S™
mixtapes08 said:
Someone told me that it's an smali edit. :thumbdown:
Sent from my Nexus S™
Click to expand...
Click to collapse
That would suck b/c I've never really played with smali before lol
Sent from my Nexus S 4G using Tapatalk 2
the1dynasty said:
That would suck b/c I've never really played with smali before lol
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
Yeah totally.anyway I pm'ed sonny and I'm hoping for his reply lol
Sent from my Nexus S™
Yeah I saw I asked dax... did he say it was smali?
Sent from my Nexus S 4G using Tapatalk 2
the1dynasty said:
Yeah I saw I asked dax... did he say it was smali?
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
Actually I'm the one who told him that. some friend of ebs (i think dj)told him that it's a smali edit then shared it to me.
Sent from my Nexus S™
I see... gonna play with it as soon as I eat...
Sent from my Nexus S 4G using Tapatalk 2
the1dynasty said:
I see... gonna play with it as soon as I eat...
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
Nevermind it wasn't dj lol. I pmed him and he said it was a small horizontal.9 image in systemui.
Sent from my Nexus S™
I looked in all of those folders and found no such image... I'll look again...
On ICS it was an XML that controlled that... so I've been hopping back n forth trying to figure it out...
Sent from my Nexus S 4G using Tapatalk 2
[
Ill try to help you later when im on my desktop.
Sent from my Nexus S™
Been doing some reading and it seems the image to edit is notification_panel_bg.9.png but I've done this and it won't grab for some odd reason...
Sent from my Nexus S 4G using Tapatalk 2
Any themers wanna help me out? Came from an internation One (dev edition) to a Sprint One, mostly for the unlimited data. Anyway, I live in a pretty heavy LTE area and really dislike the 4G icon. I much prefer the LTE icon on my international One. Anyone wanna help me port this over to my Sprint model running stock. Pretty please.
Upload your systemui.apk and I'll do it
Sent from my HTCONE using Tapatalk 4 Beta
Sweet. I'll upload it in a minute.
Sent from my HTCONE using Tapatalk 2
Here's the SystemUI apk file. http://db.tt/HtLhik0t
Sent using Tapatalk 2
Here's the .odex file too. http://db.tt/EfJfAJL7
Sent using Tapatalk 2
420 Rom has it built in
Can I just upload the .apk and you can manually place it in the system?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my HTCONE using xda app-developers app
Which 4G LTE Icons do you want? They are all in the SystemUI.apk already.
Just the stock LTE icons instead of the Sprint 4G icons.
Sent from my Sprint HTC One, powered by unlimited 4G LTE - using Tapatalk 2.
I too would like to know to to change them.. To the first set of 4g..similar to the ones on the att version.
Sent from the ONE
ardeedas said:
I too would like to know to to change them.. To the first set of 4g..similar to the ones on the att version.
Sent from the ONE
Click to expand...
Click to collapse
decompile the systemui.apk using apktool, rename the files, then recompile and sign the apk and push it to system/app
Don't need to decompile can open with 7zip or open in archive with 7zip and just swap out the images (make sure to rename them to the correct name first)
Sent From My 5weet Ass One
Don't need 7zip, just use es file explorer. Do a little bit of extract, change file names, compress, rename, then place in a zip and flash.
Theming OTG ftw
Sent from my HTCONE using Tapatalk 4 Beta
Finally figured it out. Thanks
http://www.mediafire.com/?k6sntn4rh3l5tc2
Flash this. Should be what your looking for.
Sent from my HTCONE using Tapatalk 4 Beta
knightwolf123 said:
http://www.mediafire.com/?k6sntn4rh3l5tc2
Flash this. Should be what your looking for.
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
I'm currently using the touch of blue theme, with your transparency dock mod Knightwolf ( which might I add is bad as*) but I don't want to lose my color scheme I'm kinda going with. In your v2 white pack, will that flashable zip only change the lte icon? Or effect all of my icons in the notification bar?
Sent from my ViperRom S-Off, Touch of Blue - Knightwolf Modded HTC One
Burkettacb said:
I'm currently using the touch of blue theme, with your transparency dock mod Knightwolf ( which might I add is bad as*) but I don't want to lose my color scheme I'm kinda going with. In your v2 white pack, will that flashable zip only change the lte icon? Or effect all of my icons in the notification bar?
Sent from my ViperRom S-Off, Touch of Blue - Knightwolf Modded HTC One
Click to expand...
Click to collapse
Ahh. It changes all icons to white except clock.
Sent from my HTCONE using Tapatalk 4 Beta
knightwolf123 said:
Ahh. It changes all icons to white except clock.
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
I'm gonna just throw it out there, anyway you could remove all the other ones that way there not effected, and just inject the theme for lte icon? Lol I know it's a dumb question, a pain in the ass, etc. But I have to ask
Sent from my ViperRom S-Off, Touch of Blue - Knightwolf Modded HTC One
http://db.tt/7ZELGHqq
Sent from my HTCONE using Tapatalk 4 Beta
knightwolf123 said:
http://db.tt/7ZELGHqq
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
You make life worth living lol
Sent from my ViperRom S-Off, Touch of Blue - Knightwolf Modded HTC One
cmylxgo said:
Which 4G LTE Icons do you want? They are all in the SystemUI.apk already.
Click to expand...
Click to collapse
Anyway to have these multiple up/down images replace the standard 4G icon?
Thanks.
Themer Beta is out. Came wait till they let more people in. I'm big on Themer in CM. Current I'm like no. 79590 on the list so I guess I got a wait ahead of me
https://play.google.com/store/apps/details?id=com.mycolorscreen.themer
Sent from my One using Tapatalk 4
david279 said:
Themer Beta is out. Came wait till they let more people in. I'm big on Themer in CM. Current I'm like no. 79590 on the list so I guess I got a wait ahead of me
https://play.google.com/store/apps/details?id=com.mycolorscreen.themer
Sent from my One using Tapatalk 4
Click to expand...
Click to collapse
Im with ya... 28,930 in front of me lol.
husker91 said:
Im with ya... 28,930 in front of me lol.
Click to expand...
Click to collapse
I got mine yesterday, after a couple months wait.
I have the beta running on my phone right now. While I understand it is limited and in beta, I am just not impressed with the application. It is way too limited in terms of customizability. Maybe this will be something they introduce in the full client, but as of right now I just can't see myself using the application daily.
I would agree. I think the real gratification from themes like these come from making them your own. As it stands right now, you can only use pre-made themes. You can add and delete widgets, but at the cost of breaking up the "look". Nothings wrong with this, however if they really want to innovate, they need to design the app to have "base" themes or basic bottom layers that the user can then select and choose coordinating icons and widgets to place on top of the base, however they choose. Basically, they should take all the customization apps like zooper, icon packs, walls, etc. and combine them into an assembly line type app where you add what you want, in the style you want and then it's thrown together for you on your screen, then you fine tune positions etc and boom you have a unique home screen.
I'm sure that this is planned for the future (I hope), but right now, as I tinker with it, I can't see myself using it until it becomes easy to manipulate and customize.
Edit: the built in "themer any widget" is step in the right direction, but it's hard to use. And obviously cannot match all themes
Sent from my One using xda app-developers app
I have an extra beta code if anyone wants it
I do
Sent from my One using xda app-developers app
bsutton said:
I have an extra beta code if anyone wants it
Click to expand...
Click to collapse
i want it too damn too late i guess
Anyone got an extra code? I'm beggin'!
Sent from my HTCONE using Tapatalk 4
Buzz launcher is pretty much what you guys are describing, check it out. It's a more customizable themer.
Sent from my HTCONE using xda app-developers app
MultiLockOn said:
Buzz launcher is pretty much what you guys are describing, check it out. It's a more customizable themer.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Yeah, but I'm still curious about Themer. Besides, people always want what they can't have.
Sent from my HTCONE using Tapatalk 4
Sent from my Nexus 7 using Tapatalk 4
david279 said:
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Thanks for the video. But I want to try it for myself.
Sent from my HTCONE using Tapatalk 4
They got Themer forums here on xda now! http://forum.xda-developers.com/forumdisplay.php?f=2596
Sent from my HTCONE using Tapatalk 4
Got my beta code, I'm in.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my One using Tapatalk 4
david279 said:
Got my beta code, I'm in.
Sent from my One using Tapatalk 4
Click to expand...
Click to collapse
Looking good!
Sent from my HTCONE using Tapatalk 4
Hiya! I am using InsertCoin rom, which has Sense 5.5. What I want is a dial pad that is black with pink glow, along with the same for the in call screen. The "answer" and "decline" buttons should be black and pink, too.
I was using exDialer for this, but I'd rather not use an extra app for these things. I was thinking maybe replacing the default call app with exDialer, but was afraid to mess up the phone. So I figure a customization would be ideal.
Anyone willing to help show me how to achieve what I desire?
Sent from my HTCONE using Tapatalk
Any knowledge of vts or apktool? Cause you gonna need to decompile phone and dialer apks replace the images(3 in each i believe and their
.9s so you need to be careful with photoshop) then recompile and sign(vts does that for you apktool does not)
Sent from my HTCONE using Tapatalk
dased14 said:
Any knowledge of vts or apktool? Cause you gonna need to decompile phone and dialer apks replace the images(3 in each i believe and their
.9s so you need to be careful with photoshop) then recompile and sign(vts does that for you apktool does not)
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
No knowledge of either.
Yeesh! Looks like a lot of work! No wonder not a lot of people request these things. Wow.
Sent from my HTCONE using Tapatalk
Just looked at apktool. There's a lot to be learned, there! Lol, not exactly a two minute job, this.
Sent from my HTCONE using Tapatalk
pandacookie said:
Hiya! I am using InsertCoin rom, which has Sense 5.5. What I want is a dial pad that is black with pink glow, along with the same for the in call screen. The "answer" and "decline" buttons should be black and pink, too.
I was using exDialer for this, but I'd rather not use an extra app for these things. I was thinking maybe replacing the default call app with exDialer, but was afraid to mess up the phone. So I figure a customization would be ideal.
Anyone willing to help show me how to achieve what I desire?
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
I can help. Black and pink glow? How much pink? Like the border?
Macropoutsis said:
I can help. Black and pink glow? How much pink? Like the border?
Click to expand...
Click to collapse
Yes! Yes, the border! Thank you SO MUCH!!!
Sent from my HTCONE using Tapatalk
pandacookie said:
Yes! Yes, the border! Thank you SO MUCH!!!
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Np. Working on it now
Macropoutsis said:
Np. Working on it now
Click to expand...
Click to collapse
Whooooo!!!
Ahem, thank you.... :sly:
Sent from my HTCONE using Tapatalk
@Macropoutsis, any progress?
Sent from my HTCONE using Tapatalk
pandacookie said:
@Macropoutsis, any progress?
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Yeah. I had to work late today. But I almost got it. I'll post some pics tomorrow.
Macropoutsis said:
Yeah. I had to work late today. But I almost got it. I'll post some pics tomorrow.
Click to expand...
Click to collapse
Okay. Whenever you have time.
Sent from my HTCONE using Tapatalk
pandacookie said:
Okay. Whenever you have time.
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Sorry took so long, but what do think of this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Macropoutsis said:
Sorry took so long, but what do think of this?
Click to expand...
Click to collapse
I'd say it was worth waiting for! Very VERY cool!
Sent from my One using Tapatalk
pandacookie said:
I'd say it was worth waiting for! Very VERY cool!
Sent from my One using Tapatalk
Click to expand...
Click to collapse
Ok. Cool. Here you go. It's for the deodexed rom.
Edit: Just flash in recovery. No need to wipe anything.
Awesome!!! Thank you!!!! You really did a great job!!!!
Sent from my One using Tapatalk
Very very nice. I was using that ROM too and be thankful this nice person helped you out in making a pink themed anything. There are only a few out there who will take their time to help others so thanks.
Sent from my One using Xparent Pink Tapatalk 2