[Q] ICS-Change Text on lock screen? - HTC EVO 3D

I know ICS is still kind of fresh, but I was looking for some input as to whether or not the "sprint" text is changeable in the following two places outlined in red:
{
"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 recently flashed my phone to Cricket, so It's just kind of annoying to see sprint there. Any help is appreciated, just looking for a direction to go in.
p.s. I'm running JoelZ9614's beta if it matters.

check in systemUI.apk/res/values/strings and look for references to "operator" - maybe you'll get lucky? ^^ that would be for dropdown. The LS one is probably in whatever houses the LS, haven't ripped ICS apart for a few weeks so I can't remember, maybe the facelock.apk or if you're lucky "lockscreen.apk" lol.

Thanks Duce! I went looking for a while and couldn't find anything except something pointing to /data/eri.xml. I remember doing that trick on my 4G. So I went the long way and decompiled framework-res and there was the eri.xml. Changed "sprint" to whatever, and it works. You can also add the eri.xml to /data/ and that works as well. Thanks again though.
If anyone else wants to, just download THIS and extract eri.xml and open it. Just edit the "sprint" part in the quotes to whatever you want, save, place xml in /data/. Then reboot and enjoy.

Luckily there's a setting in Joel's Ics rom that does it for ya. Changes it in the notification bar as well
Sent from my PG86100 using Tapatalk

Related

[Q] Any way to customize stock Android call screen

Hello!
Is there ay possibilities to customize the stock caller screen (on Oxygen 2.2.2).
E.g.: changing the background from the greyish black to the current wallpaper?
Or replace it with the something like in MIUI?
Thanks!
Yes, install a custom rom
Sent from my HTC Sensation Z710e using xda premium
Well, guess what, I have a custom ROM.
You should've read my post before replying.
I mean from 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"
}
to this:
I know i checked out a program called Full Screen Caller ID, and that changed the calling screen. It (like the name says) made the contact picture full screen. Unfortunatly it acted weird, so i removed it.
But if that exists, something you want must exist to on the app market?
I tried that well, but I don't want to have full screen IDs.
Probably Themers will know what to change and where - probably something in one of the .xmls
any update on this?
did you ever find a way to customize call screen. I am looking specifically for a way to input other than just keypad while in a call. Even just paste would be good enough, but input from contacts would be great. I have tried HD callscreen, which can certainly modify the call screen, but it does not have any input options.

Changing quick setting icons

(Edit: The post I was referring to is here by Hooolm. I can't believe I've been missing it. Anyways, I was really inspired by his work but I just can't stand that green color!)
Sorry if this is common knowledge or posted somewhere else but I searched and couldn't find anything similar. I know there's another post that may be similar and I thought I bookmarked it but I guess I didn't.
Anyway, I really, really hate the default green icons and couldn't find anyway to change them via a theme or small zip from someone else, so I decided to try and change them myself.
I am somewhat familiar with apk manager and I came across 4.9 honeycomb edition located here by tphillips (thanks bro) and decided to dig around the usual suspect apk's and see if I could find those icons myself.
I finally found the ones I wanted in SystemUI.apk in SystemUI.apk\res\drawable-xlarge-mdpi but finding the icons and swapping them out was another thing.
After much aggravation and FC's, on a whim after re-reading tphillips thread, I changed the compression to zero and that was it.
Here is a picture of two of the icons I've changed so far. I still have to change the rest of them but it's getting late and I just wanted to share this with anyone else who might want to change out those icons themselves.
{
"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"
}
btw I'm using wifi only version with Bonsai 3.0 and pershoots latest kernel
The next thing I would like to change is the default battery icons in the taskbar. I think I've already found those icons but if someone else would be so kind as to verify their location that would be much appreciated
Here are my icons after redoing them this morning. I'm happy with it and think I'll stick with those for a while.

[Q] imageButton with text

Hello, i hope i'm in the right section.
I need some help with display within a game project. I did some research and i can't find a convenient answer. I want to use imageButtons and not just Buttons. I currently use setImageResource (drawable) for my unit and setBackgroundResource (drawable) for background.
I'm missing some info on the screen, let's say HP for an unit or any kind of text.
Here's what it looks like :
I want to have something like 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"
}
Is there a way to do so ?
Thanks for your time
maitokeul said:
Hello, i hope i'm in the right section.
I need some help with display within a game project. I did some research and i can't find a convenient answer. I want to use imageButtons and not just Buttons. I currently use setImageResource (drawable) for my unit and setBackgroundResource (drawable) for background.
I'm missing some info on the screen, let's say HP for an unit or any kind of text.
Here's what it looks like :
I want to have something like this :
Is there a way to do so ?
Thanks for your time
Click to expand...
Click to collapse
While i'm not completly sure (my month of devolpment hasnt gotten me that far) you should be able to edit the acutal image that you have for the charectors with image editing software like gimp. You just go to the add text tool and add the text that you want to. I will edit this post if i find a more efficent way of doing this.

Please help me locate how to change this pop-up menu..

I am putting the finishing touches on my Inverted theme for Ineffebilis Gingerbread.
completely based on Fernando Sor's Tranquility dark Cyan theme. All credit and props to him,
anyway.
I noticed a bug and can't seem to figure out how to fix it, and would be very grateful for any advice or help anyone can provide.
so an example of my issue is this,
in the dialer, and press menu, then press "more" this second pop up is the one I am talking about.
here is pictures.
{
"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"
}
thank you for your time!
What up man. I've been looking for this PNG for months.
http://forum.xda-developers.com/showthread.php?t=1423234
It's strange it's not in its usual spot.
Sent from my ADR6425LVW using xda premium
look in the framework or com.htc.resources
hey thanks guys!
raider3bravo - I tried all of those images from your thread, no go , thanks tho!
still looking
Should be the ones with holo in the name and top middle and bottom
andybones said:
hey thanks guys!
raider3bravo - I tried all of those images from your thread, no go , thanks tho!
still looking
Click to expand...
Click to collapse
This might be too obvious but it might be a similar xml you recommended in my thread but in htcdia or phone.apk. Let me know if you find it.
Sent from my ADR6425LVW using xda premium

Need helping find specific resource files SS included

Man HTC has the ICS all wonky. I love have they have png's and then on ICS they have JPG's mixed in which look like crap when trying to theme. Anyways please see attached SS on the isettings screen. I cannot find the correct APK containing the launcher icon. It is not in the browser.apk. Any help would be great.
Thanks!
{
"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"
}
in settings.apk there is icon_launcher_rss_download.png in the drawable-xhpdi folder
i think that might be it.
jbermi said:
in settings.apk there is icon_launcher_rss_download.png in the drawable-xhpdi folder
i think that might be it.
Click to expand...
Click to collapse
I already hit that, that is what I thought too but the icon did not change. Ahhhh
Thanks for the reply bro
hrm. yeah HTC went all crazy with where stuff is, now...I would think it would be in settings, or htc resources, but its not there either.
Bump
Still need help on the following. The one below is the settings screen system updates icon. The only one that is in the apk I have skinned and it has not changed. I have checked framework too and cannot seem to locate it.
The last one is the call mobile icon which I circled and the background mask image behind the text messaging icon. I know that one is in the skin but I am not sure the name of the resource icon. Any help would be great.
Thanks!
I haven't taken a look yet, but I will when I get home.
Check Me Out On The Google Play Store!!!
​
Sent From My HTC Evo 4G LTE, On The Now Network From Sprint!

Categories

Resources