Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
blast0id
Old
#1271  
Senior Member
Thanks Meter 455
Posts: 2,600
Join Date: Aug 2007
Location: Altamonte Springs
Quote:
Originally Posted by glacierguy View Post
So I was changing my icons with ROM toolbox to honeycomb icons. I got all of them to change EXCEPT for the 4G icon and the signal icon. I was successful in changing the battery, 3G, WiFi, vibrate, adb, and usb icons, but not the 4g and signal icons.

Is that because they're a part of the ROM's added theming by NRG and the themed icons override the ones I'm trying to use?
sounds like a good possibility, are you speaking of the icons in the status bar, or elsewhere?

check the theme apk...

• HTC Ruby - Viper 1.6.4 h4x0r3d 2 h3ll
• 4ext Recovery Control FTW!
•
• [DEV TOOL] EASYapkTOOLcompilerDECOMPILER
• [DEV TOOL] easyFLASHABLEzipBUILDER
•
┌∩┐(◣◢)┌∩┐ • • ! FAH Q H8RZ ! • • ┌∩┐(◣◢)┌∩┐
• _ • _ • _ • _ • ! - VOTE FOR FREEDOM - ! • _ • _ • _ • _ •
•
• Internet beef, it's like beefaroni without the beef!
•
• R.I.P. 2012/02/14 blast0idVisi0n running tun4 bulletproof sense 1.9
•
• I DIDN'T ANSWER YOUR QUESTION? CLICK HERE FIRST!

The Following User Says Thank You to blast0id For This Useful Post: [ Click to Expand ]
glacierguy Old
(Last edited by glacierguy; 8th March 2012 at 09:30 PM.)
#1272  
Guest
Thanks Meter
Posts: n/a
Quote:
Originally Posted by benjamminzIS View Post
sounds like a good possibility, are you speaking of the icons in the status bar, or elsewhere?

check the theme apk...
Yeah status bar. I've never looked inside of a themes apk before. I'll take a look now


Edit: So I looked at the AmazingSenseBlue.apk (i think that's what its called) and looked at what I could and it was all Greek to me. All I could understand was the html manifest

Sent from my Energized HTC Ruby using XDA-Premium or Tapatalk
Attached Thumbnails
Click image for larger version

Name:	uploadfromtaptalk1331242042741.jpg
Views:	151
Size:	36.9 KB
ID:	938037  
 
blast0id
Old
#1273  
Senior Member
Thanks Meter 455
Posts: 2,600
Join Date: Aug 2007
Location: Altamonte Springs
Quote:
Originally Posted by glacierguy View Post
Yeah status bar. I've never looked inside of a themes apk before. I'll take a look now


Edit: So I looked at the AmazingSenseBlue.apk (i think that's what its called) and looked at what I could and it was all Greek to me. All I could understand was the html manifest
use seven zip and look in this folder /res/drawable-hdpi and /res/drawable-land-hdpi there's a bunch of pngs in there... also in the /assets/AmazingSense/drawable folder there is an m10 file which you can use m10 tools (not sure the actual name now, but it was developed by a couple of the guys from virtuousrom team) and you can edit some more files that are compiled into that m10 file...

edit: here are the filenames in the /res/drawable-hdpi folder that start with "status"
Code:
status_bar_icon_task_manager.png
status_bar_icons_tile.png
status_bar_item_background_focus.9.png
status_bar_item_background_normal.9.png
status_bar_item_background_pressed.9.png
status_bar_separator.9.png
status_bar_tab_off.9.png
status_bar_tab_on.9.png
status_bar_titlebar_2round_rest.9.png
status_bar_titlebar_btn_press.9.png
status_bar_titlebar_btn_rest.9.png
status_bar_titlebar_left.9.png
statusbar_background.png
statusbar_background_l.png
status_bar_app_action_bg.9.png
status_bar_app_bg.png
status_bar_close.9.png
status_bar_close_on.9.png
status_bar_header_background.9.png
status_bar_icon_bkg.png

• HTC Ruby - Viper 1.6.4 h4x0r3d 2 h3ll
• 4ext Recovery Control FTW!
•
• [DEV TOOL] EASYapkTOOLcompilerDECOMPILER
• [DEV TOOL] easyFLASHABLEzipBUILDER
•
┌∩┐(◣◢)┌∩┐ • • ! FAH Q H8RZ ! • • ┌∩┐(◣◢)┌∩┐
• _ • _ • _ • _ • ! - VOTE FOR FREEDOM - ! • _ • _ • _ • _ •
•
• Internet beef, it's like beefaroni without the beef!
•
• R.I.P. 2012/02/14 blast0idVisi0n running tun4 bulletproof sense 1.9
•
• I DIDN'T ANSWER YOUR QUESTION? CLICK HERE FIRST!

The Following User Says Thank You to blast0id For This Useful Post: [ Click to Expand ]
 
mrmako777
Old
#1274  
mrmako777's Avatar
Recognized Contributor
Thanks Meter 1829
Posts: 1,549
Join Date: Dec 2010
Location: dragging knee on the track
Quote:
Originally Posted by glacierguy View Post
So I was changing my icons with ROM toolbox to honeycomb icons. I got all of them to change EXCEPT for the 4G icon and the signal icon. I was successful in changing the battery, 3G, WiFi, vibrate, adb, and usb icons, but not the 4g and signal icons.

Is that because they're a part of the ROM's added theming by NRG and the themed icons override the ones I'm trying to use?

Sent from my Energized HTC Ruby using XDA-Premium or Tapatalk
thats amazing, i tried changing stuff up with rom toolbox and could only get 1 style battery percentage icon to work, and then, it wouldnt drop past 100% LOL
Hit the "THANKS" button if I helped!

Samsung Galaxy S III :: Vanilla Rootbox 3.9.1 :: CM Samsung D2 kernel
HTC Amaze 4G (S-OFF) :: Stock ICS 4.0.3 (rooted) :: Faux kernel ICS v024
Motorola Xoom (GED) :: Stock JB 4.1.2 :: Stock JB kernel
HTC Mytouch 4G :: Official MIUI.us 1.12.16 :: demonspeedMOD kernel
Motorola Milestone XT720 :: Retired


Check out my auctions on eBay

Follow me on tumblr.
glacierguy Old
#1275  
Guest
Thanks Meter
Posts: n/a
Quote:
Originally Posted by benjamminzIS View Post
use seven zip and look in this folder /res/drawable-hdpi and /res/drawable-land-hdpi there's a bunch of pngs in there... also in the /assets/AmazingSense/drawable folder there is an m10 file which you can use m10 tools (not sure the actual name now, but it was developed by a couple of the guys from virtuousrom team) and you can edit some more files that are compiled into that m10 file...

edit: here are the filenames in the /res/drawable-hdpi folder that start with "status"
Code:
status_bar_icon_task_manager.png
status_bar_icons_tile.png
status_bar_item_background_focus.9.png
status_bar_item_background_normal.9.png
status_bar_item_background_pressed.9.png
status_bar_separator.9.png
status_bar_tab_off.9.png
status_bar_tab_on.9.png
status_bar_titlebar_2round_rest.9.png
status_bar_titlebar_btn_press.9.png
status_bar_titlebar_btn_rest.9.png
status_bar_titlebar_left.9.png
statusbar_background.png
statusbar_background_l.png
status_bar_app_action_bg.9.png
status_bar_app_bg.png
status_bar_close.9.png
status_bar_close_on.9.png
status_bar_header_background.9.png
status_bar_icon_bkg.png
Thanks a lot man for all of this, but from a noobs untrained eye, none of those look like any of the icons for signal, WiFi, and 4G. Those are the 3 that I noticed wouldn't change. This is at least a start, and its much appreciated. Thanks again. I'm gonna Google what those mean and go from there.




Quote:
Originally Posted by mrmako777 View Post
thats amazing, i tried changing stuff up with rom toolbox and could only get 1 style battery percentage icon to work, and then, it wouldnt drop past 100% LOL
I've tried a few battery icons, and they all worked for me. Just make sure u pick one that goes down in 1% increments. U prolly had a 20% increment and so it wouldn't drop til it got to 80%

Sent from my Energized HTC Ruby using XDA-Premium or Tapatalk
 
probablecauz69
Old
#1276  
Member
Thanks Meter 4
Posts: 69
Join Date: Mar 2010
i am having a problem with the network with certain apps and my comcast email. the internet works fine and so do most of my other apps that need the network. when i try to setup my email using my comcast email it cant connect to their network. i also have a problem with apps like words with friends. when i got to log on it says network error please try again later. i have used a few different kernels that still allow bluetooth and wifi to work. i have tried the stock kernel and the one that came with the rom. any one have any suggestions. i have contacted both zynga for the app and tmobile and they dont have any answers. obviously i didnt tell either that i am running a custom rom.
 
Double0EK
Old
#1277  
Double0EK's Avatar
Senior Member
Thanks Meter 510
Posts: 1,439
Join Date: May 2010
Signal icons are in framework-res.apk if I remeber correctly. I haven't themed in a long time. You can also look in SystemUI.apk for other stuff.
The Following User Says Thank You to Double0EK For This Useful Post: [ Click to Expand ]
 
aj_2423
Old
#1278  
aj_2423's Avatar
Senior Member
Thanks Meter 767
Posts: 1,347
Join Date: Sep 2010
Location: Sacramento, Ca
Quote:
Originally Posted by probablecauz69 View Post
i am having a problem with the network with certain apps and my comcast email. the internet works fine and so do most of my other apps that need the network. when i try to setup my email using my comcast email it cant connect to their network. i also have a problem with apps like words with friends. when i got to log on it says network error please try again later. i have used a few different kernels that still allow bluetooth and wifi to work. i have tried the stock kernel and the one that came with the rom. any one have any suggestions. i have contacted both zynga for the app and tmobile and they dont have any answers. obviously i didnt tell either that i am running a custom rom.
Words with friends works fine for me. Im using fauxs kernel

Sent from my NRGized Amaze...
via xda premium
 
blast0id
Old
#1279  
Senior Member
Thanks Meter 455
Posts: 2,600
Join Date: Aug 2007
Location: Altamonte Springs
Quote:
Originally Posted by Double0EK View Post
Signal icons are in framework-res.apk if I remeber correctly. I haven't themed in a long time. You can also look in SystemUI.apk for other stuff.
this is correct, they both actually contain some of the icons, should be in a very similar folder structure glacierguy...

• HTC Ruby - Viper 1.6.4 h4x0r3d 2 h3ll
• 4ext Recovery Control FTW!
•
• [DEV TOOL] EASYapkTOOLcompilerDECOMPILER
• [DEV TOOL] easyFLASHABLEzipBUILDER
•
┌∩┐(◣◢)┌∩┐ • • ! FAH Q H8RZ ! • • ┌∩┐(◣◢)┌∩┐
• _ • _ • _ • _ • ! - VOTE FOR FREEDOM - ! • _ • _ • _ • _ •
•
• Internet beef, it's like beefaroni without the beef!
•
• R.I.P. 2012/02/14 blast0idVisi0n running tun4 bulletproof sense 1.9
•
• I DIDN'T ANSWER YOUR QUESTION? CLICK HERE FIRST!

 
probablecauz69
Old
#1280  
Member
Thanks Meter 4
Posts: 69
Join Date: Mar 2010
Quote:
Originally Posted by aj_2423 View Post
Words with friends works fine for me. Im using fauxs kernel

Sent from my NRGized Amaze...
via xda premium

which version are you using

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...